Error in consolidation logic

Hey Experts
I am running consolidation logic and getting the error as shown below:
RUN_LOGIC:Member "A1" not exist
Failed
A1 is the member from Group dimension and I am converting USD to A1
Any guess!

Hi Amar,
I hope your working with NW version of BPC.
Here is teh Logic for Currency conversion...
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %N_CATEGORY_SET%
CURRENCY = %RPTCURRENCY_SET%
TID_RA = %TIME_SET%
ENTITY=%N_ENTITY_SET%
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM
here N_Category is our category set and N_Entity is our entity dimension..remaining are understandable..
Your code is..
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = ACTUAL
GROUP = %GROUPS_SET%
TID_RA = %POSTINGPER_SET%
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM
Where the Logic is missing the Currency dimension..for which you replaced with Group dimension..As of i understood system only understands the Currency in place of Group and Keep the set name asusal..Means..
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = ACTUAL
CURRENCY= %GROUPS_SET%
TID_RA = %POSTINGPER_SET%
RATEENTITY = GLOBAL
*ENDRUN_PROGRAM
and Missing the Entity dimension also..Please check all the Syntax correctly and try to execute...
Hope it works..
Regards,
Naresh.K

Similar Messages

  • Consolidation logic error..We are using BPC 7.5 NW SP7.

    Hi Experts,
    We are using BPC 7.5 NW SP7.
    We are running the consolidation for 2011.NOVEMBER as a first month and  there is no data for previous months except 2011.MAR. My financial year starts on 2011.APR.
    When we are running consolidation using standard consolidation logic it is considering the 2011.MAR values for automatic data sources. it is considering automatic data source and F_999 AND F_100 flows.
    After running the consolidation F_999 flow is becoming as F_100  AND agin F_999 is adding the present month F_999 flow values.
    Example
    acct1                auto1datasrc       2011.mar     f_999         100
    After running standard consolidation logic in nov,
    acct1                auto1datasrc       2011.NOV     f_100         100
    acc1                auto1datasrc       2011.NOV     f_999         130   (100+30)...........[this is wrong, ideally we should have present mont value 30]
    1. why is it considering previous year values
    2. How to control restrict closeing bal not to add to current year closing balance.
    Please Share your expertise.
    Thanks,
    Raj

    Hello Raj, Im facing the same issue and also my problem is due to FLOW_TYPE maintainance. Could you please share your knowledge about the usage and behaviour of this property ?.
    Regards,
    Aldrin

  • Error while consolidating. The operation could not be completed.

    Error while consolidating. The operation could not be completed. Cocoa error 13. (null)
    Got this when I was trying to consolidate some referenced photoshop files. If failed to create a new version as well when I tried to open the files in Photoshop. I rebuilt the the library and it displays and exports both masters and version just fine, but it won't let me consolidate the master to the library.
    What gives?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Error while creating logical file using transaction FILE

    Hello there,
    I am facing an error while creating Logical File name definition using transaction FILE
    This is the input which I'm trying to give
    Logical file name: ZTEST
    Name : ZTEST
    Physical file : ZTEST_1<DATE><TIME>.csv
    Data format: ASC
    Application area: BW
    Logical path:ZTEST_1_DATAOUT
    when I tried to save it throws me an error like  ASSIGN_SUBSTRING_NOT_ALLOWED
    Please help.

    Hi,
    Please check the OSS Notes :
    Note 792061 - SP Case Locator: Dump: ASSIGN to a substring isn't allowed.
    SAP Note 1297989 - Short dump ASSIGN_SUBSTRING_NOT_ALLOWED
    Hope this solves the problem.
    -Vikram

  • Error while consolidating (The operation couldn't be completed. Permission denied)

    I have just bought a new MacBook and that has given me extra harddrive space, and now I am trying to consolidate some masters in Aperture, that I have on my Time Capsule. But I get this error:
    Error while consolidating (The operation couldn’t be completed. Permission denied)
    I can access my Time Capsule in Finder perfectly well. Can anyone help?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Error Message "No logical port exists to call web services" installing SM7

    I am trying to use SLM to download a service stack.  However, the option is not available in step 2.5.  There is an error message "No logical port exists to call web services".  I have performed the Wizard install, but the Wizard seems to have left out this step.  I have looked around for documentation on how to configure the port, but cannot find anything more useful than comments to the effect that I should configure the port.

    I found the problem, I think, although I am now on to the next problem.  "Web Services for software lifecycle manager not available'.
    The documentation is lacking.  When the RFC connection is set up, the user id is j2ee_admin, using the install password.  This is not specified anywhere in the install instructions that I could find, there is only a reference to a 'user id and password'.
    The LPCONFIG is used to create a logical port, that ties the RFC to the LP.  However, no name is specified that is to be used for the LP.

  • Error while determining logical Port

    Hi
    This is a ECC to SRM scenario:
    I get this error in the Call Adapter step. I am using WS Adapter at the receiving side.
    "Error while determining logical port Cannot find logical port for agreement abc and interface xyz"
    Why do I get that error and any suggestions ?
    Regards
    Harish

    Baskar,
    I didn't fix any issue. I was trying tofind out why the error happens. There is a proxy created at ECC side. I saw that. But target is using WS Adapter and it's that adapter which is throwing errors about logical port.
    I read the blog but couldn't figure out. Does WS Adapter need proxy code? Can it work without proxy code? I don't see any proxy code for receiver WS Adapter. I was wondering whether the absence of the proxy code gave this error about logical port
    Regards
    Harish

  • Error with Script logic

    Hello friends,
    I am getting an error with running currency conversion in an app, the error says Invalid dimension "C_Category". Here is the script logic, I dont see C_Category anywhere. For the record, the name of dimension is category.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY     = %C_CATEGORY_SET% 
          GROUP = %GROUPS_SET% 
          TID_RA = %TIME_SET%
          RATEENTITY = GLOBAL
          OTHER = [ENTITY=%ENTITY_SET%]//For More than one other scope parameters: OTHER = [ENTITY=%ENTITY_SET%;INTCO=%INTCO_SET%...]
    *ENDRUN_PROGRAM

    Hello,
    Variable %C_CATEGORY_SET% means set of members selected for Dimension C_CATEGORY. So, if you want to use CATEGORY instead replace it with %CATEGORY_SET%, but if are running Consolidations I think you need C_CATEGORY Dimension.
    Regards,
    Gersh

  • Error while executing logical data service:XP0006

    Hi,
    <br><br>
    I have one physical dataservice which is caps.ds based on oracle database. I created one method in caps.ds by name gatCap(String param). basically this method will fetch the data from the database based on input parameter. This method is working fine in physical data service.<br>. Now I created one logical dataservice named as Test.ds from this physical dataservice. I added one method getCaps(string param) method in Test.ds. Noe if i try to test this method in workshop I am getting the following error.<br><br>.System error
    weblogic.xml.query.exceptions.XQueryTypeException: ld:NewDSProj/Test.ds, line 26, column 5: {err}XP0006: "element {ld:NewDSProj/Caps}Caps { {http://www.w3.org/2001/XMLSchema}anyType }": bad value for type element {ld:NewDSProj/Test}Test { {http://www.w3.org/2001/XMLSchema}anyType }*<br><br>
    Even in Query Plan also it is showing TypeError in red color.
    <br><br>
    I am attaching the capa.ds, Test.ds and required .xsd file and server log file for your reference.
    <br>Any suggestiins please...
    <br><br>
    Regards,
    Suresh Varma.

    Hi<br>I changed the return type in Test.ds to caps.xsd. It is working fine. Thank you.<br><br>
    Now I have the following data services.<br>
    1.MRM_RESPONSE.ds--which is created from java method.This java method will read the data from xml.<br>
    2.Caps.ds--which is created for Oracle data base.<br>
    Now I created one logical data service named as Test.ds with function newFunction(String param).My intention is i want consolidated output from both physical data services based on join condition. I have the state field in both physical data services. So the output of newFunction() in Test.ds should be combination of caps and MRM_RESPONSE.<br> In Query plan for newFunction() I am not getting any error. But if I try to test I am getting the following error.<br>System error
    weblogic.xml.query.exceptions.XQueryTypeException: {bea-err}TYPE003 [{bea-err}TYPE003a]: Runtime Type Mismatch: got an xdt:untypedAtomic value<br>.
    I am attaching latest code and server log file for your reference. In the attached zip file NewSchemas is the schemain schemas project.JavaClient contains java method.
    <br>
    Thanks& Regards,
    Suresh Varma.

  • CHARM Configuration Error - No Consolidation System

    Hi
    Im facing following errors in solution manager's CHARM.
    No consolidation system found for SSD-150 (project ZCHARM_GIL)
    No track for project ZCHARM_GIL with log. system SSD/150
    i have more queries.
    1.solar_project_admin > system Landscape>  systems i have following config
    Logical Component : SAP SOLUTION MANAGER
    Product: SAP SOLUTION MANAGER [Solution Manager ABAP Stack]
    Product Version : SAP SOLUTION MANAGER 7.0
    DEvelopment SYstem : SSD: 150 ( SSD is my solution manager SID)
    QAS : Blank
    PRD : Blank
    Do i need to maintain values GSD , GSQ , GSP (satelite system DEV, PRD, GSP)
    2. in my satelite system DOMAIN_GSD transport route
    System GSD - GSQ Transport Group - System GSQ
                 /GSQTRG
    System GSD : Transport Stratergy - Mass Transport Checked
              Transport Layer - ZGSD
    target group: /GSQTRGRP/ GSQ  200
                    GSQ  300
    System GSD : Transport Stratergy - Mass Transport Checked
              Transport Layer - NONE
    Transport Route : GSD - ZGSD/SAP - /GSQTRG - 300/200- GSQ
    Can i configure charm with above scenarion where transport groups have been defined

    Hi
    This error occurs if you dont define the client dependent tms route in satellite system.
    First visit this blog
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    then in spro change request management general settings....visit the img help for TMS settings of
    further
    TMS
    TMS Setup
    http://help.sap.com/saphelp_nw04/helpdata/en/14/c795388d62e450e10000009b38f889/frameset.htm
    more help
    http://wiki.sdn.sap.com/wiki/display/SM/ChangeRequestManagement
    Regards
    Prakhar

  • Error while creating logical port for Reporting

    Hi,
    In one of the training materials for Duet Enterprise, i saw the steps for creating logical port for the consumer proxy /IWTNG/CO_PXY_RECORDS_REPOSITO.
    When i am trying to create the logical port, i am getting an error saying,
    " SRT Framework exception: Error in WSDL access: Exception occurred in communication framework:Error in HTTP Framework:500 Native SSL error
    https://<server:port>/_vti_bin/OBAFileReceiver.asmx?wsdl "
    I would like to know is it really necessary to create this logical port for "Reporting Scenario" and is it not created automaticallly using the Installation Wizard??
    And in case it has to be created, how to resolve this SRT framework exception?
    ~ Ramanath.

    Hi,
    the consumer proxy  /IWTNG/CO_PXY_RECORDS_REPOSITO was used in Duet Enterprise SP01. Now with SP02 the consume proxy /IWTNG/CO_OBAFILE_RECEIVER_SOA is created.
    However, the SSL error that you are getting looks a little strange (it does not mean that there is an error, but it is worth checking):
    So can you go to SOAMANAGER -> Service Administration -> Single Service Configuration. In here select "Consumer Proxy" from the "Search by", Search Pattern "/IWTNG/CO_OBAFILE_RECEIVER_SOA" and Field: Both.
    You should find one entry. Select it and click "Apply Selection".
    Now go to the Configurations tab. Here you should see one Logical Port with name "LOGICALPORTFORREPORTING" with Creation Type "Manually Created". In fact this logical port was created by the Wizard.
    Click on Display and scroll down again. Now in the "Additional Information" tab there is a string after HTTP Destination, e.g. 0050568E3F5A1ED096F22339C44BAF83.
    Copy this value and go to your SAP GUI -> Transaction SM59.
    Here click on Find/Search and search for this HTTP Destination. You should find one Type G RFC Destination that has the target host of your SharePoint server and the path prefix /_vti_bin/OBAFileReceiver.asmx.
    Now you can test the service. Just click on Connection Test. The result should be a HTTP Response: 200.
    If not, then something went wrong with the automatic configuration and we should take another look at it (for example maybe the SSL certificate from SharePoint that was imported by the Wizard is not valid)
    Regards,
    Holger.
    PS. Don't use the "Ping Web Service" test from SOAMANGER -- unfortunately this is not working consistently.

  • Error in Java 'Logical handle no longer valid'

    Created 2 objects and 1 collection in Oracle.
    CREATE TYPE exe_grant_scr_dtls_t AS OBJECT
         grant_id                    VARCHAR2(8),
         option_price               NUMBER(9,4),
         option_type               VARCHAR2(3),
         total_shares               NUMBER(11),
         exercise_details          EXERCISE_SCR_DTLS_LIST
    CREATE TYPE exercise_scr_dtls_list AS TABLE OF exercise_scr_dtls_t
    CREATE TYPE exercise_scr_dtls_t AS OBJECT
         exercise_id               VARCHAR2(20),
         exercise_date          DATE,
         exercise_type          VARCHAR2(15),
         shares_exercised          FLOAT,
         total_option_value     FLOAT,
         exercise_price          FLOAT,
         total_exercise_value     FLOAT,
         gross_proceeds          FLOAT,
         taxes                     NUMBER,
         net_proceeds               FLOAT
    THE OBJECT VIEW For retrieving data for the same is as follows:
    CREATE OR REPLACE VIEW EXE_GRANT_SCR_DTLS_VW of "SSTUSER".EXE_GRANT_SCR_DTLS_T WITH OBJECT IDENTIFIER (grant_id) AS SELECT g.grant_id,
    g.option_price,
         g.option_type,
         g.total_shares,
         CAST(MULTISET(SELECT x.exercise_id,
                                       x.exercise_date,
                                       DECODE(x.exercise_type, 'Same-Day Sale', 'SDS', 'Sell to cover', 'STC', x.exercise_type),
                                       x.shares_exercised,
                                       x.shares_exercised * g.option_price,
                                       x.exercise_price,
                                       x.shares_exercised * x.exercise_price,
                                       x.taxable_income,
                                       x.total_taxes,
                                       nvl(x.taxable_income,0) - nvl(x.total_taxes,0)
                        FROM stockadm.sst_exercise_vw x
                             WHERE x.grant_id = g.grant_id
                        ) AS exercise_scr_dtls_list
    FROM stockadm.sst_grant_vw g
    When we try to access the 'exercise_details' in the readSQL method of the Java object it gives us the error that 'Logical handle no longer valid'. This happens at the following step in ReadSQL.
    Object[] o = (Object[])a.getArray();
    This error occurs when we are using a connection from the Connection pool,. If however, we use the same code, bypassing the Connection pool , the above statement work.
    How can we resolve this issue? We are using Oracle 8i for our application.

    Hi James,
    I basically happens when a connection instance is refered, which was closed by another thread. It depends on the code, how you use connection pooling.
    Post the connection pooling code, so that we can have a look.
    Regards
    Elango.

  • Error while installing Logic Pro Additional Content HELP!!!!!!!!

    Hello, I've recently purchased Logic Pro 9.1.8 from the Appstore on my new MacBook Pro (Mid 2012).
    The App installed fine and so did the 2 GB obligatory download on the first launch. But then I downloaded the Logic Pro and Mainstage additional content (4.6
    Gb) and then when it started installing, the install window in Logic simply disappeared, I thought it had finished installing, so I checked the Additional content
    download menu and it was still unchecked (and without the "Installed" sign on the right). Having copied the package on my external hard drive for backup, I
    recopied it on my mac and tried to install, but the installer then displayed the following message: An error occurred while extracting files from the package.
    The Log file also included: "The file couldn’t be opened because it isn’t in the correct format."
    There isn't an Apple Store in my country.
    I'm running on Lion 10.7.5, with 420Gb of free space, please HELP!!!!!!!!

    Solved this by downloading the file again.

  • Error while assigning Logical System to Client

    Hi,
    I am trying to perfomr data transfer suing Idoc from SAP R/3 to PI.
    For this, I have created a logical system PD1CLNT100.
    But when I try to assign the client 100 to this Logical system through SALE, I ge the following error
    "An entry already exists with the same key SALE"
    but I am unable to see this entry in the client list in SALE.
    Please tell me where is it picking the entry from?
    regards,
    Piyush

    Hi  Piyush Mathur SAP   
    Check once again for Client 100 ... there willl be entry  (Assign the Logical System to Client)
    Check in table  V_TBDLS  for Logical Systems..
                             T000         for Clients
    Log out from the system and log in once again and check it....
    i hope Above info helps you
    Thanks
    Ramesh

  • Nqs error 59001: Binary logical operation error in OBIEE 11g

    Hi,
    Requirement: Need to calculate YTD for invoiced amount and Prior YTD for invoiced amount and last year total invoiced amount.
    Logic we used: For YTD Invoiced amount we used “Year To Date” time series function in rpd.
    For Prior YTD we used “Ago function on Calculated YTD column”.
    For Last Year Invoiced amount we used “ CASE function and dynamic variables” as:
    CASE WHEN year=valueOf(previous_year) THEN invoiced_amount END;
    Now, when I’m creating a report, I’m getting the following error as:
    *[nQSError: 43119] Query Failed: [nQSError: 59001] Binary Logical operation is not permitted on VARBINARY, INTEGER operand(s). (HY000)*
    Please help me to solve this, i need to release the instance by EOD

    Hi,
    As per my understanding the ValueOf(previous_year) is double precesion so it wont allow to use binary logical operator.Change to integer becos we can manage year with interger data type.
    [nQSError: 59001] Binary Logical operation is not permitted on DOUBLE PRECISION, VARBINARY operand(s).
    mark if helpful/correct
    thanks,
    prassu

Maybe you are looking for

  • IC webclient existing service ticket display

    Hi, I need to display the number of open service tickets for selected product for current business partner and alongwith this, to show details of first open service ticket. I have managed to meet the first requirement but have no clue about how to di

  • Mac Mail- all incoming photos are corrupted- but only on my MBP, not my iphone. Any ideas?

    Hi, My Mac Mail is driving me bonkers! For the last week or so, it's been extremely erratic on my Macbook Pro (seems fine on my phone). First it dumped all of my sent messages- then it gradually loaded them all up again, over the course of a couple o

  • Styles Dropdown in Formatting Toolbar vs Styles and Formatting Pod

    I'm new to RH8 and I notice that the Styles dropdown list in the Formatting Toolbar displays only Paragraph and Character Styles while the Styles and Formatting Pod displays Paragraph, Character, List, and Table Styles. How do I add List (LI) styles

  • Changing video embed code already dropped on page

    In particular,  I want to change the embed code in Video Lightbox by Christine Ricks. When I add Object > Insert HTML, it comes in as a separate piece and isn't recognized as part of content to be triggered. I've tried selecting different boxes, the

  • Nothing showing up in Airdrop

    Have updated all my devices and turned on Airdrop; but no devices show in the macs finder. Sharing is enabled. What else do I need to do?