on 2020 Sep 28 1:19 PM
Hi,
due to end of maintenance for SAP BPC 10.0 MS end of this year, we are planning an upgrade to SAP BPC 10.1 MS.
The current SAP BPC 10.0 MS is a migration from SAP BPC 7.5 MS. So it still contain some reports with the OLD SAP BPC 7.5 logic. So originally, we just did a technical upgrade, but did not upgrade existing 7.5 reports to 10.0 functionality.
Will this give any problems when upgrading to SAP BPC 10.1 MS ?
Are there any other changes moving from SAP BPC 10.0 to SAP BPC 10.1 - which can cause problems with upgrade ?
Thank you.
regards
Joergen
Request clarification before answering.
I don't think that you will have issues with EV reports working on BPC10.0 with upgrade to 10.1.
But it's good to rewrite the mentioned reports using EPM native reports - better performance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi jrgen.dalbyandersen,
There are a few known issues and workarounds for each of them..
1. Server Manager Update System ID Passwords
The bug shows itself in multiple ways when changing the passwords for the BPC Service accounts through BPC Server Manager. Basically the password change in the BPC Server Manager interface does not actually update anything.
If you change the passwords for the BPC service accounts, the only ways to get the system working again is to change the password back to the original, or reinstall the server software. We have reproduced this is multiple versions of the product. DO NOT CHANGE THE PASSWORDS UNTIL SAP HAS FIXED THIS ISSUE.
2. Cannot Schedule any BPC Processes
There is a workaround for this, but if you change the BPC Service Account passwords as above, the workaround will not work and you must follow the above. If you run into the issue, the workaround is to disable UAC in the registry.
Disable UAC: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 space
3. CSV Format Error
Security with a mixture of teams and security assigned to specific users seems to be a cause of the issue. The workaround is to change an AppSet/Environment stored procedure to include an “Order By” statement.
Change the Stored Procedure in you appset / environment called GetTopMembers
Replace SELECT TOP 1 @sMember = Member, @sFullPath = FullPath FROM [dbo].[#DimMember] With SELECT TOP 1 @sMember = Member, @sFullPath = FullPath FROM [dbo].[#DimMember] ORDER BY [Hir], [FullPath]
Also, be mindful about the dependency with Adobe Flash, by checking this sap note:
2935567 - BPC 10.0 for Microsoft and BPC 10.0 for NetWeaver regarding Adobe Flash end of support
Finally, , these are the new features of MS BPC 10.1
Hope it helps. Please kindly upvote the answer if it addresses your topic.
Cheers
Luis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 2 | |
| 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.