Process chain - ODS Activation error

Hello All,
I have a process chain which has the following data load sequences:
Load data to ODS
Activate ODS
Load data to ODS2
Activate data ODS2
Load data to ODS3
Activate ODS3.
Used the Program to RSPC_SYNCHRONOUS_RUN to schedule the process chain in Background.
When the process chain is executed in background it loads the data to ODS1 and Activation process is not happening. It registers short dump like shown below at the end. But when i execute the same process chain in RSPC, Schedule option with Start variant set to immediate, it is activating the ODS Data and completes the process chain Succesfully.
Help me to solve this problem.
ABAP Short dump information:
Invalid interruption of a database selection.
t happened?
Error in ABAP application program.
The current ABAP program "GP4BRKGANFKJY5K2A3ACVGAPTN4" had to be terminated
  because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
Unable to perform database selection fully.
record.
t can you do?
If the error occurs in debugging mode, you should first run the process
without debugging activated.
If the error persists outside debugging, you must check the application
program more closely.
No error requiring recovery has occurred.
Print out the error message (using the "Print" function)
and make a note of the actions and input that caused the
error.
To resolve the problem, contact your SAP system administrator.
You can use transaction ST22 (ABAP Dump Analysis) to view and administer
  termination messages, especially those beyond their normal deletiondate.
is especially useful if you want to keep a particular message
Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_OPEN_SQL_DB', was
     neither
    caught nor passed along using a RAISING clause, in the procedure "ACTIVATE_ODS"
     "(FORM)"
    Since the caller of the procedure could not have expected this exception
     to occur, the running program was terminated.
    The reason for the exception is:
    One of the database selections included a database commit.
    The selection was then supposed to continue. Before a
    database commit, however, all outstanding database selections must be
    concluded.
    Possible causes in the application program:
    Within a loop (SELECT/LOOP/EXEC SQL), one of the following
    statements is used:
    - MESSAGE (apart from MESSAGE S...)
    - COMMIT WORK
    - ROLLBACK WORK
    - CALL SCREEN
    - CALL DIALOG
    - CALL TRANSACTION
    - SUBMIT
    - BREAK-POINT
    - WAIT
    In debugging mode, a program sometimes triggers
    a "COMMIT WORK" during the database selection. As a result
    this termination may also occur in debugging mode with a correct
    program.
A "COMMIT WORK" during debugging may be due to the following reasons:
1. A program or screen was regenerated
    and updated in the database.
2. Each user needs a private process in debugging mode, but
    the number of available processes is restricted. If this
    limit is exceeded, each debugging step then requires a
    "COMMIT WORK".
The error occurred in a statement that accesses the table "/BIC/AZXOQMATR40 ".
Thanks in Advance.
Points will be assigned.
Regards
M.A

Hi,
If it is a daily process chain u define it on a periodic basis in the variant and it'll run successfully.
I guess the DUMP may be due to less processes at the time u run...It is gving the same in the dump also..
So when u run the chain immediate in the BKGD the ODS will be automatically getting the required processes dailog and bkgd to run according to ur settings and it was successful..
U try to execute the chain using FM: RSPC_API_CHAIN_START and give the tecnical name of the chain under I_CHAIN filed and conitinue...It'll scedule the chain in the BKGD only and if it is a periodic one the chain will be automatically ready for the next run also...
rgds,

Similar Messages

  • ODS Activation Error:characteristic 0CALMONTH is not plausible

    HI,All:
      i have upload data from flat file to ODS successfully,but i am get following error when i try to activation data in this ODS.
    - Error getting SID for ODS object ODS_DX01
    - Value '000120' of characteristic 0CALMONTH is not plausible
    - Error when assigning SID (details in long text)
    - Activation of data records from ODS object ODS_DX01 terminated
    How should i get rid of this error. Any idea would be appreciated.
    Regards
    Jerry

    Hi Sandeep,
    Appreciate if u dont copy other posts..and use it as ur own..!
    ODS Activation Error
    (u can freely post a link to other's posts..with due credit to the author)
    Vishvesh
    Message was edited by:
            Vishvesh Bahirat

  • How repeat a process step in a process chain automatically after error?

    Hello guys.
    Have some method to repeat automatically a process in a process chain after a error occur ?
    Now, we need to make a manual procedure for repeat the process... We need make it more "fast", one "auto repeat" when failing.

    Hi Leo,
    Auto repeat of a process chain is always not ad visible as in most of the cases we can see the job got finished in SM37 and even spool got generated but unfortunately it will fail if any of the data package is wrong.In these cases we can skip the process chain and make it continue.
    I have written a blog on the same.please go through it.i feel for those scenarios it is good.
    How to override a process block in the process chain and make it force complete ?
    My personal advice is to go and check the job log before repeating any process as the job may fail for n no of cases.it is a complex challenge of adding all those errors tracked.
    Regards,
    Kannan

  • How to identify whether that particular process chain is active or not?

    Hi all,
    How to identify whether that particular process chain is active or not ?
    thanxs
    haritha

    If see the process chain then it will not be greyed out if it is active. Or else check in these tables.
    RSPCCHAIN
    RSPCCHAINT
    to check the logs
    RSPCLOGS               
    RSPCPROCESSLOG
    Give the chain name and check in the object version.
    Khaja

  • How to determine whether process Chain is active or Not

    Hello Experts,
    How to determine whether process Chain is active or Not, because i have large number of PC to activate.

    Hi,
    Please check this program in SE38---- /SSA/BWT
    This program will give you information regarding all your process chains which are active and running based on there timings.
    Hope it helps.
    Regards,
    AL

  • ERROR IN PROCESS CHAIN WHILE ACTIVATING

    HELO EXPERTTS,
    I WAS ASK TO TEST AN PROCESS CHAIN IN  DEVELPOMENT SER WHICH WAS ALREADY PRESENT IN THE PRODUTION SERVER , WHEN I EXECUTED THE CHAIN IN DEVELPMENT SERVER  ATRANSPORT REQUEST WAS GENERATED AND MOVE TO THE TRANSPORT QUE.
    WHEN I TRY TO RUN CHAIN IN THE  PRODUCTION SERVER I GET THE FOLLWING eRROR
    1) Invalid call sequence for inter faces when recording changes
    I FOUND OUT THAT THE REQUST GENERATED IN A DEV SERVER FOR TRANSPORT IS RELEASD BY BASIS I GET THE FOLLWING ERROR WHEN IAM TRYED TO RUN CHAIN AFTER RELASING THE TRANPORT
    2)System setting does not allow changes to be made to

    Do you have auth to do so ? { Choose 'Display object' or 'Cancel' }
    Are all the steps correct in the chain ?

  • ODS ACTIVATION ERROR IN BI 7.0

    Hi,
    Iam Facing the problem in activation of ODS....
    When i loaded the data in ODS manually..The data was succesful and activation also ran well...
    But when see the same in the processs chain ....Activation of ods is in red...
    I repeated it...but still stays in the same red status...and gives the message
    ODS ACTIVATION FOR 'ODS NEME' TERMINATE.
    This is in BI 7.0...
    Can anyone p[lease guide me what is the actual problem...
    Thanks,
    Shashikanth.

    Hi Shashi,
    What's error mesg shows?
    Probably, this is becos of RFC connection failed.
    Regards
    Sanjiv

  • Process Chain Ended with Errors - cause unknown

    I have had several instances of process chains stopping for no apparent reason.  The stops occur between 2 master data infopackage loads.  The last step is green and the next is grey.  The PSA table has been updated successfully for the last step.  All IDocs are in green status in both systems.  The monitor for the last successful step does say "Ended with Errors" although no errors are evident.  The process chain starts back up via Repeat at the next (grey) step and continues successfully.  There were no system problems or connection interruptions that occurred during the time the process chains failed.  There were no changes in the remote user profile.
    This exact problem has occurred a half dozen times since our application of ECC Support Packs several months ago and had not occurred before.  The infopackages are different each time. Two different process chains have had this problem.  I have re-activated and re-scheduled the process chains without solving the problem.
    Thanks for any ideas on why this may be occurring or what I can do to prevent it.
    Patty Moffatt

    Hi Des,
    Here's my BW release info:
    SAP_ABA        640       0019 SAPKA64019     Cross-Application
    SAP_BASIS      640       0019 SAPKB64019     SAP Basis          
    PI_BASIS       2005_1_6400009 SAPKIPYJ69     Basis Plug-In
    ST-PI          2005_1_6400008 SAPKITLQH8     SAP Solution Tools Plug-
    SAP_BW         350       0019 SAPKW35019   SAP_BW                      
    ECC SPs 13-21 were applied before the BW problem started:
    SAP_BASIS      640       0021 SAPKB64021    
    SAP_ABA        640       0021 SAPKA64021    
    PI_BASIS       2005_1_6400012 SAPKIPYJ6C   
    ST-PI          2005_1_6400008 SAPKITLQH8    
    SAP_BW         350       0021 SAPKW35021   
    PI             2004_1_5000016 SAPKIPZI6G    
    The process chain step and the monitor load both are green.  The Details tab shows all the processing is green, but the Process Chain itself is red with "Errors Occurred.  There have been no runtime dumps.
    Patty

  • Process Chain Terminates without errors

    Hi Experts,
    I'm facing a strange situation; my process chain terminates half way though. Loops are not completed till the end. e.g. it runs the Info Package and DTP then stop there, in some loops only the Info Package is run.
    There are no error messages.
    i can go to each process and update the targets manually. All are successful no errors.
    Does anyone have a clue as to why it will stop half way?
    Thanks
    FAzal

    Hi,
    Can you please tell whether this chanin has trabsported.
    In the RSPC in the process chain tab there is a option called reset to active version other wise activate the chain and try to start.
    hope this helps.
    Cheers,
    Vikram

  • Long running process chains - No Dump / error message.

    Hello,
    We have defined some steps in process chain that contains default macros. We mainly included that to ensure calculations happens even when users dont open or access the DP Planning book.
    Issue is, these steps are running endless. normally it takes some 400 n odd seconds. But its running for the last 60000 secs.
    No. of Planning objects or CVC is 2027 only. I had to cancel them and tried to re run this step or the whole chain no luck....
    I have checked active jobs in SM37, there is none. So ideally there is no load on the system. Also no change to Macro or CVC's has been done. there was only one Transport that was moved and it was on the product master.
    Also I have done the time series, Live cache, PA  Consistency checks. only in Live Cache there was some Superflous time series and it was corrected.
    I am not getting a clue of why its happening nor where to start the analsysis.
    Any help or suggestion is greatly appreciated.
    Currently I have made the subsequent events as independent,&  the chain is running execpting this step.
    Many Thanks
    Aswath Ram.

    Thanks for the reply,
    These are custom macros. It adds two KF and copies to another.
    The no. of periods is 24 time periods and roughly no. of CVC is 2100.
    Another thing, this process chain has been running for last 5 to 6 months with no issues. Since sunday, its messing up....
    I am doubting if its taking time read data from table or live cache. or is it because of some indexing. Not sure how to check that.
    have asked Basis to check the system performance, if it might cause this issue.
    Many Thanks
    Aswath

  • Process chains get an error when run analysis process

    When my PRD system‘s process chains run analysisi process, I  gets below error message:
    Error occurred when starting the parser: Error when opening an RFC connection (FUNCTION: 'R
    Message no. BRAINOLAPAPI011
    Diagnosis
    Failed to start the MDX parser.
    System Response
    Error when opening an RFC connection (FUNCTION: 'R
    Procedure
    Check the Sys Log in Transaction SM21 and test the TCP-IP connection MDX_PARSER in Transaction SM59.
    It's OK when i test the TCP-IP connection MDX_PARSER in Transaction SM59.
    The Sys Log in Transaction SM21(error part):
    M Wed Mar 19 09:22:50 2014
    M  *** ERROR => ThPOpen: ExecPopen("/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18933904 IDX=35, r, ..) returned -14 [thxxexec.c
    M  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=5328109B5F5D12A0E1008000C0A8642F}_5
    A  RFC 1878  CONVID 18933904
    A   * CMRC=0 DATA=0 STATUS=0 SAPRC=0 RfcExecProgramKernel RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    A  RFC> ABAP Programm: SAPLSTPA (Transaction: )
    A  RFC> User: JY-LKZ (Client: 900)
    A  RFC> Destination: CALLTP_AIX (handle: 8, DtConId: 530F4E5C30AF4550E1008000C0A8642E, DtConCnt: 0, ConvId: ,)
    A  RFC SERVER> RFC Server Session (handle: 1, 68443927, {5328109B-5F5D-12A0-E100-8000C0A8642F})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code: STMS (Caller Program: SAPLTMSC)
    A  RFC SERVER> Called function module: TMS_CI_START_SERVICE
    A  *** ERROR => RFC Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1887
    FUNCTION: 'RfcExecProgramKernel'
    RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    PROG ="/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18933904 IDX=35
    [abrfcio.c    9213]
    A  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=5328109B5F5D12A0E1008000C0A8642F}_5
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE
    M
    M Wed Mar 19 09:23:15 2014
    M  *** ERROR => ThPOpen: ExecPopen("/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18968493 IDX=61, r, ..) returned -14 [thxxexec.c
    M  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=532811958F750F10E1008000C0A8642F}_1
    A  RFC 1878  CONVID 18968493
    A   * CMRC=0 DATA=0 STATUS=0 SAPRC=0 RfcExecProgramKernel RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    A  RFC> ABAP Programm: SAPLSTPA (Transaction: )
    A  RFC> User: TMSADM (Client: 000)
    A  RFC> Destination: CALLTP_AIX (handle: 3, DtConId: 530F4E7830AF4550E1008000C0A8642E, DtConCnt: 0, ConvId: ,)
    A  RFC SERVER> RFC Server Session (handle: 1, 70212851, {53281195-8F75-0F10-E100-8000C0A8642F})
    A  RFC SERVER> Caller host:
    A  RFC SERVER> Caller transaction code: STMS (Caller Program: SAPLTMSC)
    A  RFC SERVER> Called function module: TMS_CI_START_SERVICE
    A  *** ERROR => RFC Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1887
    FUNCTION: 'RfcExecProgramKernel'
    RfcRaiseErrorMessage cmd could not be started by OS (rc = 1)
    PROG ="/usr/sap/BWP/DVEBMGS00/exe/tp" bwprd sapgw00 18968493 IDX=61
    [abrfcio.c    9213]
    A  {root-id=532810645F5D12A0E1008000C0A8642F}_{conn-id=532811958F750F10E1008000C0A8642F}_1
    A  TH VERBOSE LEVEL FULL
    A  ** RABAX: end RX_GET_MESSAGE.
    ps.
    1、IT's everything ok in the development system.
    2、It’s ok when i repeat this analysis process .
    3、It’s ok when i run this analysis process in analysis process designer.
    4、Attachment is the sys log in sm21.
    Thanks everyone.

    Hi Vignesh.B,
    Yes,it's not user's problem . But i don't  think it APD's problem .Cause all APD has the same problem and .
    Below is one of APD souce and target :
    Hope this information  is useful .
    Regards,
    Lian

  • Process chains in red(errors occurred), monitoring in green

    Hi friends,I have same problems with the monitoring / process chains.
    For exemples in the Monitor for OMAT_SALES in the tab Status I have green for Total and Technical with the message:
       Data successfully updated
       Diagnosis
       The request has been updated successfully.
       InfoSource : 0MAT_SALES
       Data type : Texts
       Source system: PRD-600
    In the tab Details I have:
    -the Overall status in red, error occures or missing messages
    -the requests, extractions,transfers,processing-everything is Ok-green
    -the Process Chains-errors occurred-red
    In the transaction RSPC the infopackage for load data OMAT_SALES is red,the next infopackage in the chain is green.
    What can I do to fix this problem  for Process Chain in RSPC and also in Monitoring (tab Details)?
    I will apreciate any answer,
    Thanks,
    Claudia

    The next connected infopackage must be connected with Always link that's why its processed even after the failure node. Go and cross check what errors you got for the failed process, and reload it manually.

  • Process chain colour: active/scheduled?

    Hi there,
    Can i see from just looking at a process chain in RSPC whether or not it is scheduled and active?
    Hope you can help
    Cheers
    Neil

    Hi Neil Aldum,
    1) Go to particular chain which u r going to monitor in RSPC.
    2) In planned view u will be knowing whether the chain is in scheduled or Descheduled & also first of all check logs.
    3) If the chain is green,it means that chain is Scheduled.
    4) If the chain is in Grey colour,it indicates that the chain is descheduled
    or If u want to run the chain ,in status bar u will find an option to "Schedule & Activate"
    Thanks & Regards,
    Madhusudhan Reddy.K

  • Process chain failing with error 8 in BI 7.0

    Hi ,
    we have upgrade the dev to BI 7.0 and I am trying to execute the process chains but it is failing with a error 8 due to the step of the job BI_PROCESS is in the name of a old user. So i have changed in process chain -Attrbutes--Execution user --- current user.So the chain has started but it has so many chains inside the Meta chain it looks i need to go to each of them and change as cyurrent user.
    But is there some place where I can change globally to a Batch user/current user for these process chain in BI 7.0.If so pl let me know.

    Hi,
    user SM37 to identify all BI_PROCESS jobs and change the User of the step in the jobs (they all should only have one step).
    bye
    Frank

  • Transporting Process Chains-includes the ERROR DTPs in the Target System

    Hello Gurus,
    Iam facing an issue in version NW2004s while transporting the Process Chains from DEV to QA. The Process Chains in the Target system are including the ERROR Dtps as parallel loads along with the regular DTP.This happens when there exists an ERROR DTP in the Target system at the time of Transport.
    This will cause a problem
    1.these would run parallel to the regular DTPs.
    2.no of back ground processes running at any point will be beyond our limit.
    Let me know if you have faced the same issue and how you resolved it.
    Thanks
    Jagadish

    Hi DPN,
    Check oout this thread. This might solve yuor problem.
    Errors in Transportation
    Thanks and Regards
    Subray Hegde

Maybe you are looking for

  • Good grief... time machine issue... any help would be appreciated.

    So I bought a 750 gig internal HD for my mac pro. Exactly the same size as both my internal drives combined (I have a 250 and a 500). Time machine has been working great since November. No problems. Today however I get an error message telling me tha

  • Two digit year cutoff in SQL Server 2008 R2

    Hi All, We have a 2008R2 setup here and have SSIS jobs importing data from flat files into our database. Some sources only give us 2 digit years unfortunately.  Looking at some data, the default 2 digit year cutoff  is not really appropriate to our s

  • Data fetching from BSEG table

    Hi, I have used smartforms for generating suppler payment statement for financial department. more time duration is taken by the program when it is generating. I think this problem comes while data fetching from BSEG table. because, it has more recor

  • Disabling the enter key

    Hi, I have a jsf page that has an <h:inputText> fileld, and whenever I fill it and press enter the form gets submmited. I want to disable the enter key, so that if the user hits enter nothing will happen. This way the form will only be submmited by c

  • Cisco 2702 not joining controller

    Controller code vs. 7.6.120.0 From the controller: (Cisco Controller) >debug capwap packet enable  Warning! Enabling this debug with large number of AP's connected, May flood console with message logs !!!.  Are you sure you want to continue? (y/N)y (