on 2016 Jan 28 5:45 AM
Hi guys -
After I did some change to the input form template, found, the Edit Report option is grayed out. Also, at the same time, I noticed the Default Report from the Report Connections is missed if compared with the original version one which still visible - (please find the attachments for your reference).
Apparently, ALL the other BPC templates are working fine apart from the one I did some changes recently. I have tried all kind solutions until re-install the EPM application but the result still the same.
Since the changes have took me one working day so I am really hoping that someone have the similar problem and it have been resolved before.
Thank in advance for your all help. !
Thanks,
Hardip
Request clarification before answering.
Hi Hardip,
I think your report is corrupted. Can you check in connection manger whether the connection is pointing to other model or server.
Also check VBA code for any connection related activity.
Shrikant
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shrikant - Thanks for the feedback!
Do have any ideas how to check the VBA code for connection related activity?Currently, the report is consist of two macro of VBA code buttons which are the Refresh and Save. Sharing the codes as following as for Refresh its have the message prompts once the completed refresh;
Refresh:
Sub Refresh()
On Error GoTo CalcBack
Dim EPMObj As New FPMXLClient.EPMAddInAutomation
EPMObj.RefreshActiveWorkBook
CalcBack:
If Err = 0 Then MsgBox "Refresh Complete!" Else MsgBox "Error during refresh" & vbNewLine & Err & ": " & Error(Err)
End Sub
SAVE:
Sub Save()
Dim EPMObj As New FPMXLClient.EPMAddInAutomation
EPMObj.SaveAndRefreshWorkbookData
End Sub
Thanks,
Hardip
Hi Shrikant -
I have tried to mapped the name manager links back to the original template and removed the unwanted one, unfortunately, it's still failed.
Also, looks like the Member Recognition option doesn't worked on the sheet. Maybe you are correct the report is corrupted. Errr.
Thanks,
Hardip
Hi Hardip,
Try one more thing, save this report on server and open it from other machine.
Other wise you have to re create it.
*While modifying report have you added new master data & used it in that report , and then deleted before you open the new report ? ( it happens sometime - non standard behavior )
Shrikant
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 6 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.