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

SAP BPC 10 MS Web Service URL for SAP FIM 10.0 configuration

$
0
0

Hello,

 

I am trying to integrate SAP BusinessObjects Planning and Consolidation 10.0 MS with SAP BusinessObjects Financial Information Management 10.0 and I need to create the SAP BPC Datastore inside SAP FIM 10.0 system in order to manage it's data. During preparation of SAP BPC Datastore we need to enter SAP BPC Web Service URL but unfortunately I can't find anywhere any guide how to create such Web Service and in what syntax it should be defined inside the SAP FIM.

 

Can you please provide to me the guidelines, instructions or manuals where I could find such info.

 

Thank you in advance.

 

Best regards,

Donatas


BPC 10.0 for Excel version - Combining a descriptions of the two properties of context

$
0
0

Hi, experts.

 

Encountered the following problem. Install BPC 10.0 SP 22 for Excel (EPM). It is necessary to build a report, which will be listed in the columns between and in the rows of articles containing the description of the two properties. Description properties were determined using the EPMMemberProperty.We tried to write a single line EPMMemberProperty & EPMMemberProperty to get the desired result, but after the change of perspective, such as the choice of another period, the value is not displayed. Help please, as much as possible with the help of more functions to achieve the desired result?

 

Thanks,

Kristina

FIM BPC : SYS-050604 Cannot write pipe

$
0
0

Hi everyone,

 

I have a problem on my FIM 10.0 job which should read data from SAP BPC 10.0 MS and write it on SAP BFC, I have the error below

 

in French : "Impossible d'écrire le canal en raison de l'erreur <Le canal de communication a été fermé.  >."

In English : "SYS-050604: ... Cannot write pipe, due to error <The pipe has been ended.  >."


I'am using 2 Data stores :

DSBPC : Webservice tested OK

DSBFC : Webservice tested OK

 

I'am using theses datastores to do the first interface : BFC_TO_BPC and it is working Fine.

The other way BPC_TO_BFC in not working and i have the error SYS-050604 Cannot write pipe, due to error <The pipe has been ended.  >

When i check the DS Job steps, i can see that nothing is coming from BPC.


I have made theses tests to help me to find the issue :

1st Test : CSV to BFC : Working Fine

2nd Test : BPC-envirement1 To BPC-Envirement2 :  Not working

3rd Test : BPC-envirement1 To BPC-Envirement1 :  Not working

 

Please Share your experience and let me know if there is any way to solve this issue.

 

Thanks in advance !

 



Copied Journal Description

$
0
0

Hi BPC Expert,

I'm on BPC 10 SP 14 for Microsoft.

 

If I copy a Journal, a suffix like "COPY TO #" is automatically addedd to Journal Description.

 

I've found sap note :1376102  that explain usage of "JOURNAL_REFERENCE_SOURCE" parameters; unfortunately it's work only for NW.

 

 

Anybody knows how to parametrize copied journals description with BPC 10 MS?

 

Thanks

 

Samuele

SpRunConverion wrong result

$
0
0

I have same problems with calculation perfomed by SpRunConversion., I'm on BPC 10 MS SP 13.

When I launch consolidation, calculation about journal entries in some case are doubled, in other cases are tripled , and in other cases are quadrupled.

 

 

In consolidation logic other stored procedures are involved but only Sprunconversion generate wrong data.

 

I launch stored procedure with this statement:

 

 

=SPRUNCONVERSION ([FINANCIALS], [%CATEGORY_SET%], [%RPTCURRENCY_SET%],[RATEVS_EUR],[%SCOPETABLE%],[%LOGTABLE%])

 

 

Before I launch the consolidation process this is the situation ( I have focus on particular account with have journal entries: C_ADJ_SUBCONS is one datasource related to journals: I have attached datasrc dimension )

 

I launch consolidation with catagory=ACTUAL, and rptcurrency : C_01127

  before_cons.png

 

 

After Consolidation Process ended I have this situation: the datasource C_LEVEL should be populated with 99 and not with 198 , that is 99*2.

C_LEVEL is a datasource generated by two level consolidation process

 

after_cons.png

 

To perform level consolidation I have used PARENT_GROUP properties in RPTCURRENCY dimension

 

rptcurrency.png

 

This is a screenshot about entity structure:

 

entity_structure.png

 

It's a BPC bug or I have created dimension with wrong properties?

 

Any help appreciated

 

 

Thanks,

 

Samuele

Script Logic to copy data between months

$
0
0

Hi Gurus, I try to write a script logic that copies value from account HC10000  (HC10000 is a parent ) from month T1 to account HC11000 ( HC11000 is child of A ) in month T2.

 

I've attached the script logic that I've created and doesn't works.

 

Any help appreciated

 

Thanks

 

S.

Dimension Formula - Is there a limitation?

$
0
0

I have a simple addition calculation formula that i'm trying to apply in the dimension formula field and it keeps failing once I get past 2 values.

 

Is there a limitation to how may members can be in a formula? 

 

it works with two, fails when I add 3 or more?

 

Working Formula

'(W_B_CF_100124_0006)+(W_B_CF_100124_0007),SOLVEORDER=50

 

Failing Formula

'(W_B_CF_100124_0006)+(W_B_CF_100124_0007)+(W_B_CO_100001_002),SOLVEORDER=50

 

We are on BPC 7.5, MS.

Length of Dimension Property Name

$
0
0

Recently upgrade from SAP BPC MS 7.5 MS SQL 2008 version to SAP BPC 10.0 MS SQL 2012.

Installation completed without any errors. Migrated appset from 7.5 without any major errors.

But those dimensions properties where the property name is more than 20 characters have not migrated.

When we tried adding the property manually, it throws an error since its more than 20 characters. (Eg.DimensionalAnalysisAttr)

How to increase the length of property name?


*XDIM_NOSCAN not working with PRIOR Time keyword

$
0
0

Greetings,

 

I am having some trouble with a logic script that seems to be ignoring the *XDIM_NOSCAN instruction.  I am running BPC 10.0 MS SP12.

 

Logic Script

 

The script below (simplified for testing purposes) is designed to add the Sales Account to the prior period's AUM Account value:

 

*XDIM_ADDMEMBERSET DATASRC=Calculation

*XDIM_ADDMEMBERSET TIME=PRIOR

*XDIM_NOSCAN TIME=PRIOR

 

*CALC_EACH_PERIOD

 

*WHEN ACCOUNT

   *IS Sales

      *REC(EXPRESSION= GET(ACCOUNT="AUM", DATASRC="Input", TIME=PRIOR) + GET(ACCOUNT="AUM", DATASRC="Calculation", TIME=PRIOR) - %VALUE%, ACCOUNT="AUM", DATASRC="Calculation")

*ENDWHEN

 

Script explanation

 

This script adds up three pieces of information:

  • Prior period AUM from the Input DataSrc (users would input this for the starting period)
  • Prior period AUM from the Calculation DataSrc (this would have been calculated by this very logic script)
  • Current period Sales (entered by the user) - this is subtracted in the script due to the Account Type

The result is stored in the AUM Account, Calculation DataSrc.

 

The first three lines of the script are required because the users will submit Sales via an input form, so the initial record set will only include the current time period and the Input DataSrc.  Thus the *XDIM_ADDMEMBERSET instructions are used to include the Calculation DataSrc and prior time periods in the record set.  Subsequently the *XDIM_NOSCAN instruction is used to prevent the script from recalculating the prior time period, despite it being included in the record set.

 

Sample data & results

 

Here's what's going on.  Let's say the user inputs initial AUM of $10,000 in July, and $50 of Sales in August-October:

 

AccountDataSrcTimeAmount
AUMInput2015.JUL$10,000
SalesInput2015.AUG$50
SalesInput2015.SEP$50
SalesInput2015.OCT$50

 

The script successfully calculates the expected results shown below:

 

AccountDataSrcTimeAmount
AUMCalculation2015.AUG$10,050
AUMCalculation2015.SEP$10,100
AUMCalculation2015.OCT$10,150

 

Now let's say a user wants to submit a new Sales value in October:

 

AccountDataSrcTimeAmount
SalesInput2015.OCT$100

 

Here's what we would expect the script to calculate:

 

AccountDataSrcTimeAmount
AUMCalculation2015.AUG$10,050
AUMCalculation2015.SEP$10,100
AUMCalculation2015.OCT$10,200

 

However, here's what's happening:

 

AccountDataSrcTimeAmount
AUMCalculation2015.AUG$10,050
AUMCalculation2015.SEP$50
AUMCalculation2015.OCT$150

 

My theory

 

My troubleshooting indicates that the script is ignoring the *XDIM_NOSCAN instruction.

 

The user had input Sales into October, and the *XDIM_ADDMEMBERSET instruction added September to the record set.  Despite the *XDIM_NOSCAN instruction telling the script not to recalculate September, it is still recalculating September.  This would not be an issue, if not for the fact that the record set does not contain August's AUM.  So, when trying to calculate September, the record set sees $0 for August AUM, adds that to the $50 Sales in September, and finds the result to the $50 instead of $10,100.

 

I have tried substituting the *XDIM_ADDMEMBERSET instruction with *XDIM_MEMBERSET TIME=%TIME_SET%,PRIOR, and substituting the *XDIM_NOSCAN instruction with *XDIM_NOSCAN TIME<>%TIME_SET%, but those do not seem to work either.  Do you have any idea how to make the *XDIM_NOSCAN instruction work in this scenario?

Client machine has .NET 4.0

$
0
0

We are running BPC 7.5 SP 7.2 MS.  We have a user that has a laptop with .NET 4.0.  It looks like this version of BPC is not certified to run with .NET 4.0; only .Net 2.0 SP1 and .NET 3.5 SP1.  What are the implications of running under 4.0.  We are getting flakey results on this machine but I don't know whether the .NET version is the cause.  Thank you for your help.

The HTTP request is unauthorized with client authentication scheme 'anonymous'.

$
0
0

Hi,

 

after the installation of SAP BPC MS 10.1 SP1 , patch level 1 and having added users from the domain to BPC, these users cannot seem to logon to BPC.

When navigating to the BPC website, the website simply does not open. When trying to log on with the EPM add-in, they get the message "400 : Bad Request". In the EPM log it says : "The HTTP request is unauthorized with client authentication scheme 'anonymous'.".

 

However, some users are able to log in. The local IT department states that there are no differences between the users. Restarting the server does not help. Any clues ? thx

BPC 10.0 Problems when refreshing a large report

$
0
0

hello everyone,

 

 

We are upgrading from BPC 7.5 to BPC 10.0 and are in the process of converting all the 7.5 reports to 10.0 and i'm having a problem with a large report.

 

 

 

We are on BPC 10.0 SP 17 for the Microsoft platform and we are on the EPM Add-in 10.0 SP22, we also use excel 2013.

 

 

 

The report in question consists of ~65,000 rows of data.   Basically, the row axis is running 8 different accounts by 630 Entity members by 13 different time members.   Many of the rows contain empty or blank data, but they are needed for other calculations in the report, so remove blank/empty rows is not an option.  For testing purposes i have created the report without any calculations to see how performance is impacted.

 

 

 

What I've found is that the initial report create time is ~ 25 seconds, however, if i change a member of the time dimension then refresh, the report takes ~10 minutes to refresh.   The 7.5 version refreshed in ~ 1 minute consistently.


After enabling logging for the EPM add-in it appears the overhead is related to clearing the old dataset perhaps?  these are the logging entries for the second refresh i see:



2015-07-06 12:16:30,317|INFO|OfficeWrappers|FPMXLClient.Office.ExcelReportCleaner.ClearOnData||||||1|Smart clearData topLeftData=Row 3 - Column 4,downRightData=Row 70562 - Column 5#
2015-07-06 12:24:11,264|INFO|OfficeWrappers|FPMXLClient.Office.ExcelReportWriter.WriteSmart||||||1|(Smart) Writting Time: 00:07:40.9323318#

 

 

I'm not sure where to go to next to try to optimize the performance on the subsequent refreshes.   If anybody has any advice it would be much appreciated.

 

Thank you!

Don Collins

BPC 10.0 for Excel version - Combining a descriptions of the two properties of context

$
0
0

Hi, experts.

 

Encountered the following problem. Install BPC 10.0 SP 22 for Excel (EPM). It is necessary to build a report, which will be listed in the columns between and in the rows of articles containing the description of the two properties. Description properties were determined using the EPMMemberProperty.We tried to write a single line EPMMemberProperty & EPMMemberProperty to get the desired result, but after the change of perspective, such as the choice of another period, the value is not displayed. Help please, as much as possible with the help of more functions to achieve the desired result?

 

Thanks,

Kristina

Failure to Process Dimension

$
0
0

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

Error While creating Hierarchy

$
0
0

Hi Gurus,

While creating New hierarchy level in dimension ,i am getting following error.

Can we alter the dimension size

 

Cannot create a row of size 9040 which is greater than the allowable maximum row size of 8060.; 42000

 

We are using MS-10


BPC Admin Client not working on a 64 bit windows machine

$
0
0

Hi All,

      The BPC Admin Client software does not load on  a users machine running 64 bit windows machine.

The server I believe is a 32 bit software.  Would someone have instructions as to where to download the admin client 64 bit version from? I did try the SAP website but have not been successful so far.

 

 

Thank You for the help.

Issue while Maintaining Dimension Members

$
0
0

Hi Gurus,

 

I have upgraded my MS Office from 2010 to 2013. Below is the screen shot of my MS office version.

 

Msoffice.PNG

 

Now issue is I am not able to maintain dimension members. Every time we click on a "Maintain Dimension Members" nothing happens. It was working fine while I had 2010. We are at the latest service pack (BPC MS10.0 SP16).

Not able to figure out what is the issue as I don't get any errors.

 

Any Idea?

 

Thanks,

Charly

RunAllocation using property

$
0
0

Hi Gurus,

 

I'm on BPC 10 MS.

 

I need to use a runallocatioin  to save value stored in Account "A" and Business Unit "Dummy" using distribution of account "B" in Bas(Total Business Unit".

 

I need to use runallocation several times with different destinations and different drivers.

 

I've created a property "DRIVER_BU_BS" to get the correct driver for each account.

 

The logic is validated correctly but doesn't works.

 

I've attached the script logic

 

Could I use dimension property in runallocation ?

 

Thanks

 

S.B.

Intermittent 401.1 Error When Refreshing Reports

$
0
0

All,

 

We are seeing intermittent 401 errors (The HTTP request is unauthorized with client authentication scheme 'Negotiate'.)

 

This error is not at all consistent.  A user can generate queries all day long and then will get the error message.  The error doesn't occur on a specific report, in a specific model, or with a specific data intersection.  The error happens with all users accessing the environment.  The error also occurs in two different environments.

 

The error seems to correspond to a loss of communication in the IIS communication process.  The IIS log indicates that a 401 error is generated when the client losses connectivity (the fully qualified user ID and IP address of the client are no longer passed to the application from the client and only the IP address is passed to the application).

 

Given how intermittent the error is, my inclination is to suspect that the application installation has become corrupted somehow, as system settings would most likely not result in inconsistent error messaging.

 

Has anyone seen anything similar?

Write Data from one application to other application with script logic

$
0
0

Hello,

we use SAP BPC 7.5 Microsoft version and we want to write data from one application (A) to a other application (B) with script logic. When we send data to the application A the defaut-script starts and write the data to the application B. For this, we use

 

*DESTINATION_APP=ORGAPLAN

*ADD_DIM Auftrag=KEINAUFTR

*ADD_DIM Kunde=KKD

*ADD_DIM Produktgr=KPG

*ADD_DIM SPARTE=KSP

*ADD_DIM BUKRS=0007

*ADD_DIM PRCTR=YB600

 

This script runs perfectly. After this we want to start a second script in the application B to change values, for example BUKRS from 0007 to 0002 for specific accounts. This second script is integrated in the default-script of the application B but this second script does not start. I think so because the values of BUKRS for the specific accounts are not changed.

 

How can I resolve this problem? Is there a better way to change the data in the second application. We us two scripts because not all dimensions of application A exists in the application B.

 

Thank you for your answers.

Viewing all 1545 articles
Browse latest View live


Latest Images

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