Process Chain: upload from PSA after activation of another ODS

Hi gurus,
i have a follow problem: for upload of ITM ODS i must before upload the HDR ODS. For the performance optimization of related process chain, the process:
1) upload of HDR ODS from 2LIS_02_HDR
2) upload of ITM ODS from 2LIS_02_ITM (ONLY PSA)
are PARALLEL process.
After activation of HDR ODS and upload of ITM PSA, with AND process, i upload data from ITM PSA to datatarget, but there is an process chain error:
"No ods activation process can be in front of process PSA read and update data target in the chain" !!
Could you help me?
Thanks in advance!
Bye!
Ferdinando

Hi,
Have you tried this format.
1. Upload HDR (PSA Only)
1. Upload ITM (PSA Only)
2. AND
3. Update HDR (PSA to DT)
4. Activate HDR
5. Update ITM (PSA to DT)
6. Activate ITM
With Regards

Similar Messages

  • DYNPRO_SEND_IN_BACKGROUND short dump in BW while calling Process chain remotely from APO

    Hi,
    While trying to call a process chain remotely from SCM APO system to SAP BW system - we are getting below short dump -
    Short text
        Screen output without connection to user.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLSDH4" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Checked the RFC connection between APO and BW system through SM59 and it is working fine - Can anyone pease suggest what configuration could be missing which might be causing this short dump.
    Thanks in advance.

    Additinal Data from Log -
    User and Transaction
        Client.............. 200
        User................ "AQ1ALE200"
        Language Key........ "E"
        Transaction......... " "
        Transactions ID..... "53F896E0992E0A50E10080000AF04150"
        Program............. "SAPLSDH4"
        Screen.............. "SAPMSSY1 3004"
        Screen Line......... 2
        Information on caller of Remote Function Call (RFC):
        System.............. "AQ1"
        Database Release.... 701
        Kernel Release...... 720
        Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
        Call Type........... "synchronous and non-transactional (emode 0, imode 0)"
        Inbound TID.........." "
        Inbound Queue Name..." "
        Outbound TID........." "
        Outbound Queue Name.." "
        Client.............. 200
        User................ "KANDIS"
        Transaction......... "RSPC"
        Call Program........."SAPLRSPC_PROCESSES"
        Function Module..... "RSPC_DESTINATION_F4"
    Call Destination.... "BQ2CLNT200_DIALOG"
    Error analysis
        During background processing, the system attempted to sen
        screen to a user.
        Current screen: "SAPMSSY0 " 0120.
    How to correct the error
        If the error occurred in your own ABAP program or in an SAP
        program you modified, try to remove the error.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DYNPRO_SEND_IN_BACKGROUND" " "
        "SAPLSDH4" or "LSDH4F09"
        "DISPLAY_LIST"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLSDH4" - in "DISPLAY_LIST".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 2205
        of the (Include) program "LSDH4F09".

  • Material created from Nwbc, after activation it is visible in ECC mm03, but cannot be viewed in nwbc display material

    Dear  Freinds,
    We are creating a Material from Nwbc, after activation and workflow approval it is visible in ECC mm03, But cannot be viewed in nwbc display material.
    There is some configuration mistake or technical issue?
    Regards
    Sukumar

    Dear Sukumar,
    MDG Material search is based on Enterprise search. Pls check if the ES at MDG system is configured correctly and is working fine with all connectors in "active" status.
    Regards, JVR

  • Problem in uploading data from psa to active data and change log dso.

    hi experts
    my data from psa is coming to new data dso but not to active data and change log dso. can you please help me out...

    Uday,
    Please select the request from Manage screen of DSO and click on Activate, pop-up comes again select the request and click on Start. ( If it is Standard DSO ).
    In case of Write optimized DSO you need not to activate it.
    Regards,
    Ramkumar.

  • Split ''Upload from PSA" to separate Data Targets

    Hi,
    I have the following situation:
    1 ODS as datasource
    2 ODS and 1 CUBE as data targets.
    I'm updating my data targets with deltas with one infopackage using process chain.
    As the CUBE is also a data source for another CUBE I want to speed up the upload process by separating the load to data targets.
    So:
    data from 1st ODS to CUBE 1 as first step then I can process data to CUBE 2 with different process chain;
    2nd step would be upload data again form 1st ODS to two remaining ODSs.
    The point is that I'm using one info package and cannot split loads per data targets. I tried to create two infopackages: one with CUBE 1 as data target and second with my ODSs as data targets. But the second infopackage doesn't return delta any more.
    Is there any solution for such a case?

    Thanks Arun for your input, the problem is that I don't want to create new transfer rules or update rules or any other objects. Only question is, if data from PSA can be loaded to the specified target with use of process chain. I know I can use the specified request to upload data targets separately but it involves manual work and I need to use info package variants.
    Message was edited by: A. Pazucha

  • Delete Index in Process Chain Takes long time after SAP BI 7.0 SP 27

    After upgrading to SAP BI 7.0 SP 27 Delete index Process & Create index process in Process chain takes long time.
    For example : Delete index for 0SD_C03 takes around 55 minutes.
    Before SP upgrade it takes around 2 minutes to delete index from 0SD_C03.
    Regards
    Madhu P Menon

    Hi,
    Normally  index  creation or deletion can take long time in case  your database statistics are not updated properly, so can check  stat  after your data loading is completed and index generation is done,  Do creation of database statistics.
    Then try to recheck ...
    Regards,
    Satya

  • Process chain to trigger automatically after file arrives in AL11.

    Hi All,
    There is a text file(.txt) which comes from mainframes team every Sunday between 11 AM to 6 PM and gets placed in AL11 inbound directory following which we manually trigger a process chain which uses this file.
    The requirement is that this chain should trigger automatically after the file arrives in AL11 in BW.
    Is it necessary for the mainframe team to send another control file or some other file in addition to the text file to trigger this process chain..?
    Is there any other way the process chain can be triggered in BW without any changes required from the mainframe team.
    Additional information:
    Also I came to know that this can happen through some system command statements using SM49 we can schedule this chain.
    Else can some ABAP Program code be used to make this process automatic?
    Please help me.

    Hi,
    You can do the following, in your process chain change the start variant and make it event dependent. Now you can do the following,
    1) Create a table in SE11 which will have fields like Process chain name and execution date as primary fields. This table will be used further for checking purpose.
    2) Now create a ABAP program as shown in below given article, in this program in addition to raising an event you will have to read the file from app server.
    3) If program can read file from app server means you will raise an event and make entry in above table for preventing further execution of process chain. If program can't read file from app server then program will simply end without doing anything.
    4) Now you can schedule this program after every hour or 30 min. as per your requirement, the program will first check if the process chain execution entry exists in the above 'Z' table or not. If entry exists means the process chain has been already executed and the program will be terminated.
    5) You can use FM to read data from app server. You need to be careful while placing file on app server, because it has to be different naming convention or something else to identify that the current day file is available.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a01cc44a-5aac-2d10-3eaa-a3bbf645d25c?QuickLink=index&overridelayout=true]
    Regards,
    Durgesh.

  • Process chain is running even after the 'No Schedule After' date

    Hi Experts,
              On 19th sep, we scheduled a process chain where the scheduled start date is 20th sep, 07:30:00 and no start after date is 22 sep, 00:00:01. The periodic value is 'Daily' and there is no restrictions for this load.
             But yesterday the process chain ran at 7. We checked tbe jobs that triggered and found that the start date and no start after date is changed to 21 and 23 respectively.
            But the last changed date for the process chain is 19th sep only.
            Anyhow, we removed the process chain from schedule. But, I want to know the reason for this load that loaded even after the 'No start after' date.
           Please help me to know why this issue happened...
    Regards,
    Yokesh.

    I also have been caught by this option once : the "do not start after" is here to avoid problems of scheduling : let imagine your system can be stopped, for any reason, so the scheduling will be postponed. In this case, it avoid, for instance, to load data during the day. It's not for running a PC for only a certain period of time.

  • BI Process chain monitoring from SOLMAN

    Hi,
    We have configured CEN in our landscape and successfuly managed to get data from satellite systems and getting alerts according to our requirement.
    But for BI Process chain Monitor we are getting alerts of yellow MTE with text "Entire chain now has status 'A'", which is flooding our mailbox. We cant find any way to stop this and to receive mails only for failed process chains i.e. for red MTE.
    Can you please help us in this?
    Thank you,
    Lena

    Hello Marco,
    the problem is that the Process Chain monitor is not yet available with ST-A/PI 01L*. Unfortunately the empty hull that you see during the setup was shipped without the proper content. The Process Chain monitor will be properly shipped with the next ST-PI and ST-A/PI combination in Q2/2010.
    Sorry for any inconvenience caused.
    If you want to have this monitor earlier on it could be implemented via Customer Exit in case that you have some MaxAttention or Safeguarding engagement.
    Best Regards
    Volker

  • To Make Process Chain Green From Red

    Hi Guys,
    can any one help in this..
    i have a one Process chain at one step i.e DTP got failed and the below steps got success. i manually executed that DTP because the below steps are already successed.
    Now in the Process chain it shows that DTP step is failed and other steps are success and Process chain is showing as RED, now i want to make that Process chain as Green. what i need to do?
    i did the following steps even it is showing red in the RSPCM screen.
    i_logid
    i_type
    i_variant
    i_instance
    i_state as 'G'
    in the se37 using function module RSPC_PROCESS_FINISH
    Thanks,
    Naresh

    hi,
    you cannot change the status of the process chain as one of the step in it is red and the status of that red step was not changed. Why do you want to change the status of the chain? do you want to trigger some other chain, if yes then the Se38 program would have already triggered it. If you only want to change it to green to see it in RSPCM it is not possible.
    regards,
    Arvind.

  • Process chain Upload of Master Data

    I have to create process chains to load the Master data and text.
    lets say i have Cost Center master data to be loaded through process chain.
    And this CC has 3 Attributes like Org ,Profit Center..
    So have i got to do the process chain in sucha  way that
    I have to load the Org, Profit Center master data and its text first and then set the process chain to load the Cost Center if the above are successful ???
    Thanks a lot,
    GG

    GG,
    The loading of master data (attributes) for Org, PC and any other attributes is recommended before loading the cost center data, but not required.
    The only thing that could happen is the system has to do extra work in creating master data entries that don't yet exist, on smaller master data loads like cost center, it won't make much of a difference, but master data like 0MAT_PLANT, and not loading 0MATERIAL prior, could take longer.
    Texts can be loaded at any time, texts don't slow down system performance and are not required for master data creation.
    Hope this helps!
    Cheers!
    /smw

  • Loading through Process Chains 2 Delta Loads and 1 Full Load (ODS to Cube).

    Dear All,
    I am loading through Process chains with 2 Delta Loads and 1 Full load from ODS to Cube in 3.5. Am in the development process.
    My loading process is:
    Start - 2 Delta Loads - 1 Full Load - ODS Activation - Delete Index - Further Update - Delete overlapping requests from infocube - Creating Index.
    My question is:
    When am loading for the first am getting some data and for the next load i should get as Zero as there is no data for the next load but am getting same no of records for the next load. May be it is taking data from full upload, i guess. Please, guide me.
    Krishna.

    Hi,
    The reason you are getting the same no. of records is as you said (Full load), after running the delta you got all the changed records but after those two delta's again you have a full load step which will pick whole of the data all over again.
    The reason you are getting same no. of records is:
    1> You are running the chain for the first time.
    2> You ran this delta ip's for the first time, as such while initializing these deltas you might have choosen "Initialization without data transfer", as such now when you ran these deltas for the first time they picked whole of the data.Running a full load after that will also pick the same no. of records too.
    If the two delats you are talking are one after another then is say u got the data because of some changes, since you are loading for a single ods to a cube both your delta and full will pick same "For the first time " during data marting, for they have the same data source(ODS).
    Hope fully this will serve your purpose and will be expedite.
    Thax & Regards
    Vaibhave Sharma
    Edited by: Vaibhave Sharma on Sep 3, 2008 10:28 PM

  • Problems with processing files uploaded from Safari browsers

    I have a jsp that allows users to upload files via a secure form and the standard html <input type=”file” … > tag.
    For complex reasons I need to get the contents of the HttpServletRequest into a character array. Basically my code looks like this:
    BufferedReader reader = request.getReader();
    char[] ba = (char[]) Array.newInstance(char.class, MAXFILESIZE);
    int total = 0;
    int charsRead =0;
    while ((charsRead = reader.read(ba, total, 1024)) > -1)
    total += charsRead;
    When the request is submitted by a Safari browser, approximately 70% of the time, the very first reader.read does not return a result. After about 2 minutes, I get a SocketTimeoutException. On the client side, Safari shows a “loading ….” Message and after 5 minutes reverts to a blank screen – unsurprisingly since the server never serves up a response.
    By way of comparison, when the transaction is successful, the process takes less than 1 second.
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java(Compiled Code))
    at com.ibm.ws.io.Stream.read(Stream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.java(Compiled Code))
    at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code))
    at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java:342)
    at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java:200)
    at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java:80)
    at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.java:312)
    at java.io.InputStream.read(InputStream.java(Compiled Code))
    at sun.nio.cs.StreamDecoder$ConverterSD.implRead(StreamDecoder.java(Compiled Code))
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java(Compiled Code))
    at java.io.InputStreamReader.read(InputStreamReader.java(Compiled Code))
    at java.io.BufferedReader.fill(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read1(BufferedReader.java(Compiled Code))
    at java.io.BufferedReader.read(BufferedReader.java(Compiled Code))
    This problem occurs regardless of file size and even if Safari is told to report itself as firefox. This problem has not once occurred with any of IE 5,6 or 7 or Firefox 1.* and 2.*
    I have not been able to test this with Safari 3 Beta for Mac or Windows.
    Environment:
    Client is Mac OS-X 10.4.10 with Safari: 2.0.4
    Server is Websphere 5.1

    Since a few hours, I have the same problem like you. I uninstalled Firefox, because I thought it was a problem with it, but then i started Safari to redownload Firefox and guess what happened.. nothing. I can't download anything. don't know why. does anyone know whats wrong??

  • Why trackpad wakes iMac up from sleep after activating wi-fi despite I've unchecked this option at  bluetooth System Preferences?

    In the bluetooth advanced options at system preferences I've unchecked the item "Allow Bluetooth devices to wake this computer".
    My iMac is running Lion and sleep mode works fine, i.e. trackpad doesn't recall it from sleep, the Mac's back panel is cold and it takes a little delay to finally wake up.
    Nevertheless, I've noticed that trackpad is able to wake my iMac up and the back panel is still warm when wi-fi is active. It seems to me that only the display sleeps.
    Is there anything I forgot to do to have iMac full sleep mode even with wi-fi active? Note: wi-fi is only active, I'm connected to nothing.

    In the bluetooth advanced options at system preferences I've unchecked the item "Allow Bluetooth devices to wake this computer".
    My iMac is running Lion and sleep mode works fine, i.e. trackpad doesn't recall it from sleep, the Mac's back panel is cold and it takes a little delay to finally wake up.
    Nevertheless, I've noticed that trackpad is able to wake my iMac up and the back panel is still warm when wi-fi is active. It seems to me that only the display sleeps.
    Is there anything I forgot to do to have iMac full sleep mode even with wi-fi active? Note: wi-fi is only active, I'm connected to nothing.

  • Firefox didn't upload from RAM after exit. What to do?

    After exit from Ff, when I trying to download it again, I see information "Fifefox is download but don't answer. Try to reboot it".

    hello, please try to [[Reset Firefox – easily fix most problems|reset firefox]] and see if this can address the issue...

Maybe you are looking for