BPC 5.0: Packages Hanging

We have a Linked Server, hosting an ERP, which is used to load data into BPC 5.0(OutlookSoft 5).
I updated the remote login and password for this linked server through SQL Management Studio.
To test, I ran the packages but they hang - do not error, but just stop in the middle.
Any ideas on the cause of the hanging packages?
Thank you for your assistance in advance.
Garvi

The answer is not easy because it is very depending by how you developed your custom package.
You have to check first if you package using the linked server is working properly.
Test should be done from Enterprise Manager of SQL 2000 or SSIS if we are speaking about SQL2005.
If the package is running well without running it from Data Manager then it seems the problem can be because of time out. In that case you have to check how much time is running the packahe and after that you can setup the time out connection for a longer time.
If you will provide a little bit more information about where is hanging the package then I will be able to provide you more information.
Regards
Sorin Radulescu

Similar Messages

  • Scheduled Packages Hanging (BPC ver 5.0)

    Hello,
    We are having a problem "scheduling" standard SSIS packages for e.g. import package. When we schedule a package, the package runs successfully for 3 or 4 days (i.e. 3 to 4 cycles) but the package hangs after that. When this happens event though the "Package Schedule Status" shows the status "Running" and the package itself is not executed ("View Package Status" does not show any activity on the package).
    Has anyone encountered this issue? If so how can we solve this? (This is a significant issue for us since we cannot reliably schedule any packages)
    FYI, we are still on BPC ver 5.0.
    Thank you & regards
    Raja

    Iwould venture a guess that if you are seeing the issue in version 5.0 SP (ANY), that the issue was subsequently solved and fixed in either 5.1 SP(X) or 7.0SP(X).  The best chance of determining this is to log a ticket with SAP support for clarification on timing of the issue and resolution.  Otherwise, you would need to search the Release Notes from version 5.1 forward to see if and when the problem was resolved.
    My immediate advice is to plan accordingly for an upgrade to the newest BPC version on either the MIcrosoft or Netweaver platform.  As it relates to the issue at hand; You may want to try to truncate the log table every 2 days and see if that impacts the locking, otherwise, check for any proceses that run on the server or take it offline in the middle of you running the package.  I would imagine any MS updates or backup processes will "kill" the process mid stream.
    Hope this helps.

  • Load of big files in BPC with import package

    HI,
    I need to import many files (.txt) with 1,5 million of data lines in BPC with import package.
    But BPC is limited to 500 000 lines for each import.
    Have you got a solution ?
    Thanks,
    Morgann

    Morgann,
    You have two options.
    1. use import into FACT table -> Cons : System will be offline.  Pros : faster performance. No limit
    2. if you should use import package,  split file and put it into one folder and create a custom package that will handle those data file one by one.      Cons : Need to make a custom package   Pros : No system offline.
    I hope it will help you.
    Thanks.
    James Lim

  • Sometimes a package hangs, without executing...

    Hi to all,
    sometimes, a successful package (which I've been able to launch and execute other times) doesn't run again...it "hangs up" in a state "in execution" for so many minutes, that it's incredible...
    I'm just launching 2 SSIS, each one creates a dimension (one with 20 values, the other with more than 600).
    Any idea?
    Thanks
    Daniele

    Hi Daniele,
    It will be good to know what version of BPC are you running and what SQL Server are you using.
    Any way like concept you are doing two tasks which can not run in parallel.
    You can not have two administrative tasks running in paralel.
    May be some of tasks can work but 90% of administrative tasks cannot run in paralel.
    What you are saying it is that actually you are processing two dimensions of the same cube in the same time.
    This will never work in paralel because of the way how it is design the SSAS.
    If you are trying to process in paralele two dimensions from Management Studio you will see that you will receive errors or one pf the process  will start after the first one finish.
    Regards
    Sorin Radulescu

  • Error loading data from BW to BPC with standard package

    Hi experts,
    A big part of our solution is pulling actuals from BW into BPC.  To do so we use the standard SAP package "Load InfoProvider Selections" which calls the process chain /CPMB/LOAD_INFOPROV_UI.
    We have migrated our environment to BPC 10 and tried to run this process and are now getting the following error:
    “ Task name CONVERT:
    No 1 Round:
    An exception with the type CX_ST_MATCH_ELEMENT occurred, but
    was neither handled locally, nor declared in a RAISING clause
    System expected element 'Selections' ”
    We have tested and this is happening with all data loading packages.  It appears as though it is expecting a "selection" parameter, but selections have definitely been made.  Has anyone encountered a similar issue or have any idea how to resolve it?
    Best,
    Chris

    Hi Vadim,
    Yep, my script is:
    (INFOPROVIDERSELECTION,%InforProvide%,"%SELECTION%",Please input the infoprovider and set selection,,)
    (TRANSFORMATION,%TRANSFORMATION%,"Transformation file:",,,Import.xls)
    (RADIOBUTTON,%CLEARDATA%,"Select the method for importing the data from the source file to the destination database",0,{"Merge data values (Imports all records, leaving all remaining records in the destination intact)","Replace && clear datavalues (Clears the data values for any existing records that mirror each entity/category/time combination defined in the source, then imports the source records)"},{"0","1"})
    (RADIOBUTTON,%RUNLOGIC%,"Select whether to run default logic for stored values after importing",1,{"Yes","No"},{"1","0"})
    (RADIOBUTTON,%CHECKLCK%,"Select whether to check work status settings when importing data.",1,{"Yes, check for work status settings before importing","No, do not check work status settings"},{"1","0"})
    (%TEMPNO1%,%INCREASENO%)
    (%ACTNO%,%INCREASENO%)
    (/CPMB/INFOPROVIDER_CONVERT,OUTPUTNO,%TEMPNO1%)
    (/CPMB/INFOPROVIDER_CONVERT,ACT_FILE_NO,%ACTNO%)
    (/CPMB/INFOPROVIDER_CONVERT,TRANSFORMATIONFILEPATH,%TRANSFORMATION%)
    (/CPMB/INFOPROVIDER_CONVERT,SUSER,%USER%)
    (/CPMB/INFOPROVIDER_CONVERT,SAPPSET,%APPSET%)
    (/CPMB/INFOPROVIDER_CONVERT,SAPP,%APP%)
    (/CPMB/INFOPROVIDER_CONVERT,FILE,%InforProvide%)
    (/CPMB/INFOPROVIDER_CONVERT,CLEARDATA,%CLEARDATA%)
    (/CPMB/INFOPROVIDER_CONVERT,INFOPROV_SELECTION,%SELECTION%)
    (/CPMB/CLEAR_DATA,INPUTNO,%TEMPNO1%)
    (/CPMB/CLEAR_DATA,CHECKLCK,%CHECKLCK%)
    (/CPMB/APPEND_LOAD,INPUTNO,%TEMPNO1%)
    (/CPMB/APPEND_LOAD,ACT_FILE_NO,%ACTNO%)
    (/CPMB/APPEND_LOAD,RUNLOGIC,%RUNLOGIC%)
    (/CPMB/APPEND_LOAD,CHECKLCK,%CHECKLCK%)
    (/CPMB/APPEND_LOAD,CLEARDATA,%CLEARDATA%)
    Thanks,
    Chris

  • Error in BPC Load infoprovider Package

    Hi,
    We upgraded BPC netweaver 7 to version 7.5.When we are trying to load the data from BI cube to BPC cube by using Load Infoprovider Package we got error.Please find the Error details below
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/INFOPROVIDER_CONVERT completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    [Selection]
    InforProvide=YBPC_C12
    TRANSFORMATION= DATAMANAGER\TRANSFORMATIONFILES\Transformation.xls
    CLEARDATA= No
    RUNLOGIC= Yes
    CHECKLCK= Yes
    [Messages]
    Task name CONVERT:
    No 1 Round:
    Cannot find document/directory
    Application: CONSOLIDATION Package status: ERROR
    I request you to guide to clear the issue
    Thanks
    Mahesh

    Hi Mahesh,
    Usually with loads from BI you don't need conversions, so i'd suggest you delete that reference to conversion file unless you have something in it.
    If you put something in the conversion file that verify that this file located at the path you specified in your Transformation file.
    Hope this helps.
    Gersh

  • Custom log of rejects in BPC data manager package

    dear All
    we have custom package which loads records from flat file.
    The package is using a stored procedure for all calculations and log errors..
    The error codes are logged for duplicates, invalid member IDs..
    When we tested for small number of records, the log used to display in package view status.
    But if there are huge number of reccords we were unable to display log in the pacakge status. Is there any limitation?
    the error log file ranging from 8Mb to 25MB.
    Please advise.
    BPC 7.5 MS version.
    regards
    Prasad

    hi Roberto
    thanks for your reply.
    yes i am trying to display the log file of private publications only. it consists of rejects with custom logs.
    this is requirement from client, they wantrd to see in package view status itself.. so is why we got stuck
    during testing it was able to display but during uat there were huge rejects where it wasnot able display anthing.
    is there any sap  note so that I can share to client,n or specifications of sap?
    any workaround please advise
    regards
    Prasad

  • Error In BPC IC Elimination Package-Version 7.5

    Hi ,
    We upgraded our Dev BPC system rom version 7 to version 7.5.
    Now we are facing an error when running IC Elimination packge.Please find the error message as below
    "RUN_LOGIC:No account is available for inter-company elimination.
    Failed
    Application:CONSOLIDATION package status :Error"
    I request to provide solution to fix the above issue.
    Thanks
    Mahesh

    Can you try the below mapping:
    0GLACCOUNT=C_ACCT
    I have my transformation file maintained in such a way that my BPC dimensions are maintained to the right of '=' sign.
    Maintain your mapping like that and validate the tansformation file with the data in the BPC cube.
    Thanks

  • Error In BPC Netweaver Export Package-version 7.5

    Hi Bpc Experts, We upgraded DEV BPC Version 7 to 7.5 netweaver version. We are facing an issue when exporting data from BPC to BI application server.Please find the error message as below
    Task name CONVERT:
    No 1 Round:
    0GL_ACCOUNT is not a valid command or column 0GL_ACCOUNT does not exist in source
    Application: CONSOLIDATION Package status: ERROR
    I request you to give a suggestion to fix the above issue
    Thanks
    Mahesh

    Can you try the below mapping:
    0GLACCOUNT=C_ACCT
    I have my transformation file maintained in such a way that my BPC dimensions are maintained to the right of '=' sign.
    Maintain your mapping like that and validate the tansformation file with the data in the BPC cube.
    Thanks

  • Error in BPC Load infoprovider Package after upgraded BPC NW 7 to 7.5

    Hi,
    We upgraded BPC netweaver 7 to version 7.5.When we are trying to load the data from BI cube to BPC cube by using Load Infoprovider Package we got error.Please find the Error details below
    /CPMB/MODIFY completed in 0 seconds
    /CPMB/INFOPROVIDER_CONVERT completed in 0 seconds
    /CPMB/CLEAR completed in 0 seconds
    Selection
    InforProvide=ZBPC_IG
    TRANSFORMATION= DATAMANAGER\TRANSFORMATIONFILES\INFOCUBE_DATA_TRANS.XLS
    CLEARDATA= No
    RUNLOGIC= Yes
    CHECKLCK= Yes
    Messages
    Task name CONVERT:
    No 1 Round:
    Cannot find document/directory
    Application: CONSOL_IGAAP Package status: ERROR
    I request you to guide to clear the issue
    Other information
    1. We are currently working in BPC 7.5NW SP04.
    2. The problem occured while validating data to be uploaded from
    Infoprovider.
    3. We required to upload data from BI Infoprovider (ZBPC_IG) to BPC
    Application.
    Thanks
    Vikas

    Thanx
    We upgrade BPC NW SP04.... I check my  transformation file its ok because same transformation file file working in production on BPC 7.0 NW.
    Regards
    Vikash

  • Email BPC data manager Package log to a team for BPC10 NW

    Hi iI found documentation on how to send Data manager package by email. Contained 2 transports but the documentation is for 7.0 NW do you know if they have a documentation for BPC 10 NW ?

    Hi Frederic,
    Please check the below documnet.
    How to Email BPC Data Manager- Formula Log or Package Log
    Thanks,
    Dinesh.v

  • NetBeans and j2sdk package hangs when installing

    When installing the netbeans 3.6 and j2sdk package the installer get to 48 % and hangs. I let is sit all night and it was still the same the next morning. I am running on XP professional. Any ideas on how to get it to install.
    Thanks
    Randy

    I was having a similar problem
    I originally installed the combined package netbeans 5.5 with JDK 1.5.0.9 with no problems.
    Unfortunately, I had to uninstall Netbeans, because the Nokia Carbide_j_1_5 integrated plug-in broke it. However, after uninstalling just Netbeans, I was unable to reinstall it !
    The installer would report that the JDK was already installed and that it would just install Netbeans 5.5. At that point I clicked "next" to continue, but the installer just hung.
    After many attempts, I finally found this thread, and decided to try downloading the installer for just Netbeans (netbeans-5_5-windows.exe)
    Bingo! It installed fine. So now I can go home. What a way to spend a Friday night!

  • BPC 10 Copy Package - One to Many members

    Hi all
    The standard BPC copy package only allows you to copy data on a one to one relationship.
    Our user would like to copy a value from a specific member to several other members.
    The system prompts to says "The number of selected members in the source and destination should be the same".
    Is there an easy way to do this without diving into the world of BADI's ?
    Any help or examples would be very much appreciated.
    Thanks, Ian

    Hi Vadim,
    Ending with an error when I run the data manager package
    Please look at the script logic
    *XDIM_MEMBERSET TIME = $SOURCE$
    *WHEN TIME
    *IS *
    *FOR %M%=$DEST$
       *REC(EXPRESSION=%VALUE%,TIME=%M%)
    *NEXT
    *ENDWHEN
    And data manager script i used to pass the parameters
    PROMPT
    (SELECTINPUT,%SOURCE%,,,"%TIME_DIM%")
    PROMPT
    (SELECTINPUT,%DEST%,,,"%TIME_DIM%")
    INFO
    (%EQU%,=)
    TASK
    (/CPMB/ALLOCATION_LOGIC,EQU,%EQU%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SUSER,%USER%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPPSET,%APPSET%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SAPP,%APP%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,SELECTION,%SELECTION%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,LOGICFILENAME,Test.LGF)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,SOURCE%EQU%%SOURCE%)
    TASK
    (/CPMB/ALLOCATION_LOGIC,REPLACEPARAM,DEST%EQU%%DEST%)

  • SSIS Package hangs

    Hi
    I have a package , with 2 dataflow task,
    1st dataflow task gets the data from source table and loads into the temp table , and i have an executable sql task with updates some columns with some logic ...
    2nd dataflow task gets the diff data from temp table and loads into the main table .
    The package always hangs ...at same position it just stays yellow in color with no error message, when i try to manyally load data i mean by copying the same query and executing ny insert select statement then the data loads perfectly , but via SSIS it always
    hangs ...
    Are their any changes i need to make in properties ?
    Pleas hELP

    i checked it , the status is sleeping , and i get the event type as language event
    and event info is "(@_msparam_0 nvarchar(4000),@_msparam_1 nvarchar(4000),@_msparam_2 nvarchar(4000),@_msparam_3 nvarchar(4000),@_msparam_4 nvarchar(4000))SELECT param.parameter_id AS [ID], param.name AS [Name] FROM sys.all_objects AS sp INNER JOIN sys.all_parameters
    AS param ON param.object_id=sp.object_id WHERE (sp.type = @_msparam_0 OR sp.type = @_msparam_1 OR
    sp.type=@_msparam_2)and(sp.name=@_msparam_3 and SCHEMA_NAME(sp.schema_id)=@_msparam_4) ORDER BY [ID] ASC"
    what does this mean ?
    i know the query on which the DFT is hanged ,Its a stored produre , here the syntax of the stored procedure
    SELECT
    * FROM DW_T_ASW_HOST_JOBDATA_TEMP t
    LEFT
    JOIN DW_T_ASW_HOST_JOBDATA j
    ON j.JOB_STEP_ID
    = t.JOB_STEP_ID
    WHERE
    j.JOB_STEP_ID
    IS
    NULL
    Not sure what is the link between my stored procedure on which is package is hanged and above event info :-(

  • DDIC_ACTIVATION-Support Package - Hanged

    Hello all,
    What exactly i can do if my support package of SAPKB70009 hanged at DDIC_ACTIVATION phase any clues from Gurus.
    Cheers,
    Rahul

    Rahul,
    1. Check whether you have a previous backup
    2. Delete the entry in table PAT01 (after copying it out)
    3. Change the entry in PAT03 back to ready for import
    4. You need to check in STMS import monitor that it is not in there as importing and if it is, delete it from the monitor
    5. Check any cofile for entries inside it indicating it is importing.
    6. Check for any batch job hanging and SM12 locks
    there's probably other things that can give it grief but cannot think of them.
    Then try importing the other pack.
    I hope it goes fine.
    Cheers
    Deepanshu Sharma

Maybe you are looking for