Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for the Microsoft platform
Viewing all 1545 articles
Browse latest View live

EPM Add-in update error - Only part of a ReadProcessMemory completed

$
0
0

Hello,

 

I have faced an error during update of SAP EPM Add-in 10.0 SP20 into SP22. The error message is - Only part of a ReadProcessMemory or WriteProcessMemory request was completed.

 

I have downloaded an update from SMP, extracted it into SAP BPC 10.1 MS Installation folder, opened SAP BPC Server Management application and in Client Options have enabled the update. Also I have filled in an Admin credentials in the same Client Options window.

 

When an end user opens EPM Add-in he/she is forced to automatically update the software. During the first step an update is successfully downloaded but when we start the installation an error (Only part of a ReadProcessMemory or WriteProcessMemory request was completed) is displayed. After pressing OK the window closes and the software is not updated.

 

Then as a workaround we have executed an update MSP executable directly on the client computer and it finished successfully. The EPM Add-in was successfully updated.

 

The described problem is valid both for ordinary end users and admins.

 

Any thoughts on this problem?

 

Thank you in advance.

 

Best regards,

Donatas


Error Executing BPC Client

$
0
0

When I am executing the BPC Client frontend and the following error message is prompted:

Can anyone please help me?




Ev4Excel error

Error in 10.1 admin

$
0
0

Hi,

 

I have a BPC 10.1 MS installation on a virtual server with Windows 2008 R2 Enterprise OS and SQL 2008 R2 as the database. Whenever I try to change or add a remark in a business rule I get an error message:

 

error.png

 

It makes no difference which rule or which environment, it happens in all.

 

I had a look at the Log table in SQL and got this:

LogID SystemName JobName UserID Status DateWritten Message 800 ApplicationService OSoft.Services.Webservice.ApplicationService.ApplicationService.Query() BPC10VM\Administrator 0 2015-07-15 09:34:02.787   ==============[System Error Tracing]==============  [System  Name] : ApplicationService  [Message Type] : ErrorMessage  [Job Name]    : OSoft.Services.Webservice.ApplicationService.ApplicationService.Query()  [DateTime]    : 07/15/2015 09:34:02  [UserId]      : BPC10VM\Administrator  [Exception]      DetailMsg  : {System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)    at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack)    at OSoft.Services.Webservice.RuleService.RuleService.UpdateRules(String strParameter, String strContext)}  ==============[System Error Tracing  End ]==============

LogID SystemName JobName UserID Status DateWritten Message 799 OSoftCustomXMLSvr XMLCreator::ConvertDataSetToXmlString 0 2015-07-15 09:34:02.777   ==============[System Error Tracing]==============  [System  Name] : OSoftCustomXMLSvr  [Message Type] : ErrorMessage  [Job Name]    : XMLCreator::ConvertDataSetToXmlString  [DateTime]    : 07/15/2015 09:34:02  [UserId]      :  [Exception]      DetailMsg  : {System.NullReferenceException: Object reference not set to an instance of an object.    at OSoft.Services.Application.CustomXMLSvr.CustomXML.XMLCreator.ConvertDataSetToXmlString(DataSet ds)}  ==============[System Error Tracing  End ]==============

LogID SystemName JobName UserID Status DateWritten Message 798 OSoftRuleManage InsertNewCurrencyConversion() OSoftRuleManage 0 2015-07-15 09:34:02.767   ==============[System Error Tracing]==============  [System  Name] : OSoftRuleManage  [Message Type] : ErrorMessage  [Job Name]    : InsertNewCurrencyConversion()  [DateTime]    : 07/15/2015 09:34:02  [UserId]      : OSoftRuleManage  [Exception]      DetailMsg  : {System.NullReferenceException: Object reference not set to an instance of an object.    at OSoft.Services.Application.RuleManage.Handler.InsertNewCurrencyConversionHeader(String strAppsetName, String strTableName, String strApplicationName, DataSet ds, String strFilterName, String strDeletedHeaders)}  ==============[System Error Tracing  End ]==============

Would anyone have any idea how to solve this??

 

Thanks
Arnold

How to prevent BPC10 comments from turing into #RFR on log-on?

$
0
0

Dear BPC Experts,

 

We use quite a lot of comments in our work in the SAP BPC system. We have just upgraded from BPC7.5 to BPC10 (Microsoft version).

 

I am having some issues with comments in BPC10 (using EMPCommentFullContex function to retrieve comments sent to database).

 

Here are the symptoms:

  • Refresh workbook in BPC10 - everything refreshed including comments.
  • Saved the Excel file.
  • Log-off EPM.
  • Open the saved file - comments are still there and all look fine...
  • Log-on to EPM - now all comments will change into #RFR (however, the other EPM functions, e.g., EPMMemberProperty remained OK!)
  • I can refresh Workbook again and the #RFR will be refreshed and replaced with comments - but if I have many sheets, it takes time to do the refreshing every time I log-on...

 

I have tried to save the file in "OffLine Mode" too, but once I log-on to EPM, I will have the same #RFR problem.

 

It seems to me that EPMCommentFullContext is particularly "volatile" compared to other EPM functions.

 

I also tried the BPC7.5 EVCGT function in BPC10 (it still works) but I got the same results (#RFRs upon log-on)

 

In BPC7.5, I did NOT have this issue. Comments seemed to stay fine (after file open and then log-on)...

 

Note if I do not log-off, opening a saved file with comments is OK (comments stayed). However, I normally log-off by the end of the day.

 

My questions: 

 

  1. Has anyone encountered similar behavior in BPC10 comments?  If so do you have a solution?
  2. Is there any settings/options (e.g., user options, sheet options, etc.) that I can use to prevent comments from turning into #RFR?  (the Excel file should do nothing until I ask it to refresh or expand, right?). Why would BPC do something I did not ask it to do ?

 

Thank you very much for your time and attention!

 

Ken

BPC10 ExpandActiveWorkBook API seemed Unreliable. Any fixes?

$
0
0

Dear BPC Experts,

 

We have recently upgraded from BPC7.5 to BPC10. We are using SP17 right now.

 

We have invested several years in developing EVDRE reports (many of them) in the BPC7 environment and hence we are trying to make use of many of the EVDRE templates in BPC10.

 

In BPC10, you have to go to an EVDRE sheet before the "Expand" menu become available (what a pain!), I have written an Excel macro that made use of the EPM API to "Expand Active Workbook" by clicking a button. Here is the code:

 

'//////////////

 

Public EPMApi as New FPMXLClient.EPMAddInAutomation

 

Sub ExpandActiveWorkbook ()

     EPMApi.ExpandActiveWorkbook

End Sub

 

'///////////

 

The code seems to work most of time... However, in a few occasions (seems pretty random!), I noted that one or two sheets did not get expanded or refreshed (or may have gotten refreshed but data was not downloaded). This is not good as I have >40 sheets in a file! Imagine the tasks of having to check every sheet just to make sure data is downloaded properly after expanding or refreshing? Note in BPC7.5, the macros (based on MNU_ETOOLS_xxxx)  worked great (never had any issues).   

 

I wonder if anyone has encountered similar issues (using VBA code or just Expand Workbook from the EPM menu bar)?

 

In addition, I wonder if anyone has a fix to make ExpandActiveWorkbook run reliably (any options to set? different expand/refresh commands, etc.).

 

Thank you very much for your insights and help in advance!

 

Ken

BPC10 MS: BPC Control Flows erroneous after Import to BI Development studio

$
0
0

Hi,

 

i have copied the BPCTask*.dll files from the BPC10 application server to the the MSSQL 2008 R2 Server in order to use them in an SSIS Package.

The corresponding control flows have been activated in the MSSQL Server BI Development Studio and they - with a generic icon - in my toolbox (see image cf1.png and cf2.png)

 

However i get this error message, if i try to pull the BPC Task Admin into the SSIS Package:

 

TITLE: Microsoft Visual Studio

------------------------------

 

Failed to create the task.

 

------------------------------

ADDITIONAL INFORMATION:

 

Cannot create a task with the name "SAP.BPC.Services.Application.DataMgr.Task.SSISAdmin, BPCTaskAdmin, Version=10.0.0.0, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648". Verify that the name is correct.

(Run_VWZ_optimize_Vertriebsplanung)

 

------------------------------

 

Cannot create a task with the name "SAP.BPC.Services.Application.DataMgr.Task.SSISAdmin, BPCTaskAdmin, Version=10.0.0.0, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648". Verify that the name is correct.

(Run_VWZ_optimize_Vertriebsplanung)

 

------------------------------

BUTTONS:

 

OK

------------------------------

 

After removing the dlls and coping them again, restarting the BI Development Studio and trying different places to copy the dlls to I have no further ideas on what to try in order to use the BPC Control Flows.

 

Can anyone help me out?

 

Best regards and many thank,

Marco

 

PS.: I followed these instructions: http://help.sap.com/saphelp_bpc75/helpdata/en/07/30f30b58f145818861803b2f82ec86/content.htm

However It seems that just creating the SSIS task on the application server and saving it on the database server (in order to run it as a scheduled job) does not suffice. Due to my collegues experience the control-flow dlls have to be available on the DB-Server, too (which is, what I'm trying to achieve).

Not able to edit BPC SSIS controls

$
0
0

Hi,

 

I'm using BPC 10.0 SP09 and have just added to BPC SSIS controls to the toolbox.

 

The BPC controls are all name BCPxxx2012.dll, but my visual studio is 2010. Is this causint he problem?

 

The error message I receive is different depending on the control I'm using. This error message is from 'BPC Dumptask Load':

 

TITLE: Microsoft Visual Studio
------------------------------

Cannot show the editor for this task.

------------------------------
ADDITIONAL INFORMATION:

The task user interface specified by type name 'SAP.BPC.Services.Application.DataMgr.Task.SSISTaskDumpLoadUI,BPCTaskDumpLoad2012,Version=10.0.0.00,Culture=Neutral,PublicKeyToken=bf6c37fa78f5a648' could not be loaded. (Microsoft.DataTransformationServices.Design)

For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%C2%AE%20Visual%20Studio%C2%AE%202010&ProdVer=10.0.40219.1&EvtSrc=Microsoft.DataTransformationServices.Design.SR&EvtID=CouldNotLoadTaskUIForType&LinkId=20476

------------------------------

Could not load file or assembly 'BPCTaskDumpLoad2012, Version=10.0.0.0, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648' or one of its dependencies. The system cannot find the file specified. (mscorlib)

------------------------------
BUTTONS:

OK
------------------------------

 

Any suggestions?

 

BR,

Lars

BPC 10 MS: SSIS package error

$
0
0

Hi experts,

 

We are trying to create a package with Visual Studio 2012 (SQL server 2012). We have already copied the ".dll" to the specific folder.

 

When we double click  anyone of the BPC task in the  "Control Flow" we receive that error "Cannot create Activex component".

 

Anyone has solved this issue?

 

Thank you in advanced!

 

Álvaro.


YTD totals not showing up

$
0
0

Hi experts,

 

I am trying to create a report that shows the YTD totals but those values are not showing up.

 

What I am seeing is the same for all measures dimension members.

 

Ex:-

Account Time          Periodic     YTD

Margin Jan 2015      100               100

           Feb 2015     200               200    

           Mar 2015     300               300    

           Q1               600               600

 

How can I derive a report that shows

 

Account Time          Periodic     YTD

Margin Jan 2015      100               100

           Feb 2015     200               300    

           Mar 2015     300               600    

           Q1               600               600

 

Thanks

SAP BPC MS cube contains no measure data

$
0
0

Hello,

 

Using SAP BPC 10.1 MS EPM Add-in I have written some measure data into the Planning system's database. I can see those numbers in the Planning system's Fact, Fact2 and WB tables but unfortunately those number aren't reflected in the corresponding Planning system's OLAP cube. I've tried to retrieve data from Planning system's OLAP cube using UNX, Excel and even directly via SQL Server Management Console but all the measures in this OLAP cube displays NULL.

 

Why my measures aren't populated into the OLAP cube? Should I configure something additionally?

 

Thank you in advance.

 

Best regards,

Donatas

BPC Microsoft - Cloud

$
0
0

Can someone shed some light on SAP direction and general availability of BPC MS on cloud?

Periodic Maintenance (read deletion) of SPLOG and SPSCOPE tables

$
0
0

Hi

 

Does anyone know if BPC 10 has any housekeeping functionality for periodic clearing down of the endless SPLOG and SPSTORE tables that build up in the database over time or should we address this directly with db tooling?

 

Thanks

Alan

BPC 10.0MS Installation -Web login not completing

$
0
0

Dear All,

 

We are installing (We followed installation guide)

BPC 10.0 MS SP16

Server SQL 2012.

Browser : IE 11

IIS Version  : 8.5

All roles & features on SQL Server are installed according to installation guides.

Installation is successful, but when we try to login to Web (Either on Server or Local Machine) we get below screen.

Login gets stuck and doesn't login.

                       

                                       

We tried following things as given in some of the earlier threads of similar issue.

1) ActiveX filtering On/off

2) Adding website in the Compatibility View Settings

3) Adding Website in Trusted site on Security

4) Delete History, Cookies, Temp Files etc.

 

Please help if you have come across this kind of error.

 

Thanks

Souarbh

How to archive BPC Data Model?

$
0
0

Could anyone explain on how could I archive the BPC Data Model? Do we use the SAP standard archiving through Data Archiving Process?

I am getting error 0x80070057 when attempting to use the bpc 10 admin object in SSIS

$
0
0

Error 11 Error loading Process Allocation Engine.dtsx: Failed to load task "BPC Task Admin", type "". The contact information for this task is "".   C:\Users\00812619\Packages\BPC10\SAM_APT\Process Allocation Engine.dtsx 1 1

 

 

Error 12 Validation error. BPC Task Admin : The task has failed to load. The contact information for this task is "".   Process Allocation Engine.dtsx 0 0

 

 

Error 1 Error loading Process Allocation Engine.dtsx: Cannot create a task from XML for task "BPC Task Admin", type "SAP.BPC.Services.Application.DataMgr.Task.SSISAdmin, BPCTaskAdmin2012, Version=10.0.0.0, Culture=neutral, PublicKeyToken=bf6c37fa78f5a648" due to error 0x80070057 "The parameter is incorrect.".   C:\Users\userid\Packages\BPC10\packagedir\Process.dtsx 1 1


BPC MS 7.5 to 10.0 migration - can't see environment

$
0
0


We're starting the process of migrating to version 10 but can't see the environment after the backup/restore.

 

I can see EnvironmentShell and if I create a new Environment I can see that but I can't see the restored appset/Environment.

 

We also tried creating an environment and restoring on top of that which allowed me to see the Environment and connect to it through Excel but not through admin.

 

I tried reviewing the security setup and it appears our systemadmin access converted with all the tasks associated with the default admins.

 

Feels like we're missing something obvious but we can't seem to figure it out.

 

Thanks,

Michael

Failure to Process Dimension

$
0
0

Whenever i process any dimension i get this errorIMG_0024 [1008880].JPGIMG_0025 [1008881].JPG

Whenever i Upload File through Excel/text/csv i get this error

SAP EPM 10 MS installation error

$
0
0

Help!

 

After installing software on server and running diagnostics, I have an error within 'Web Service Extensions'.....Currently:ASP .NET v4.0.30319 (32 bit) - Prohibited < - ERROR.

 

 

Not sure how to clear this error.

 

Thanks

 

Terence

HCM Planning in BPC

$
0
0

A few years ago we rolled out a very basic solution to allow our Finance folks to plan for headcount. They created their own templates and worked with business owners for HCM planning which includes salary, taxes, medical, etc to comprise a fully burdened expense for each employee. It works great except that the input templates and reports are full of very complex Excel formulas which determine the tax amounts based on rates and currency. This slows down the template considerably and periodically crashes the file. We have only a few hundred employees so the file isn't huge. Can anyone give me some suggestions on the best approach to calculating the fully burdened HCM cost for each employee without heavy use of Excel?

Viewing all 1545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>