DTP Error at Write step

Hi ,
   Could any one of you please explain the reason for the following error while loading a DTP?
<b><i>Dump: ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED
Exceptions in Substep: Load and Generation (Where Necessary) of Write Program</i></b>
We used to get this error when we do a transport to the 2004 s system. It was a bug in the one of the programs of activation of DTP.
I think SAP has provided a OSS note for that and as a part of SP09 I heard that the above issue has been taken care of!!
In my case, my transports are already in production 4 months back, we applied the OSS note and the SP09 . I never got the above error until yesterday.
To fix this error, I just did a reload and it worked out well.
Could any one of you please help me to analyze the cause of that issue?
Thanks,
Ram

In st22 I see this error msg
Name of runtime error:<b>OBJECTS_OBJREF_NOT_ASSIGNED</b>
Exception:<b>CX_SY_REF_IS_INITIAL</b>
Error analysis:
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
     caught in
    procedure "SET_DP_IN_PROCESS" "(METHOD)", nor was it propagated by a RAIS
     clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: "ME->P_R_LOG").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
Source Code:
    8                                  i_batch_id = i_r_process->n_batch_id ).
    9 * -
update process -
   10       i_r_process->set_datapackage( l_r_dp ).
   11 * -
get selections from datapackage
   12 *       exit if list is empty -
   13       data: l_th_range type rsbk_th_range,
   14             l_s_range type rsbk_s_range.
   15       l_th_range = l_r_dp->if_rsbk_dp~get_selections( ).
   16       check not l_th_range is initial.
   17 * -
update extraction command -
   18       data: l_r_cmd_x type ref to if_rsbk_cmd_x.
   19       l_r_cmd_x = i_r_process->n_r_request->get_obj_ref_cmd_x( ).
   20       data: l_th_range_x type rsbk_th_range.
   21       l_th_range_x = l_r_cmd_x->get_th_range( ).
   22 * --- none of the fields in the datapackage selection may occur in the fixed list! --
   23       loop at l_th_range into l_s_range.
   24         at new fieldnm.
   25           data l_s_range_x type rsbk_s_range.
   26           loop at l_th_range_x into l_s_range_x.
   27             check l_s_range_x-fieldnm = l_s_range-fieldnm.
   28             delete table l_th_range_x from l_s_range_x.
   29           endloop.
   30         endat.
   31       endloop.
   32       loop at l_th_range into l_s_range.
   33         insert l_s_range into table l_th_range_x.
   34       endloop.
   35       l_r_cmd_x->set_th_range( l_th_range_x ).
   36       data l_r_root type ref to cx_root.
   37     catch cx_root into l_r_root.
>>>>>       p_r_log->add_exception( l_r_root ).
39       message x299.
40   endtry.
41 endmethod.
Please let me know if u need any opther details
Thanks,
Ram

Similar Messages

  • Error in write step of PA_TIME object archival

    Hi All,
    I doing archival for the object PA_TIME and I have a queries in that,
    When I schedule the write step, the job is cancelled and I got an error stating "Archiving group 000000 not found in T51B1 and/or T51B2".  I checked both the tables, there is no entry in our system.

    Hi All,
    I doing archival for the object PA_TIME and I have a queries in that,
    When I schedule the write step, the job is cancelled and I got an error stating "Archiving group 000000 not found in T51B1 and/or T51B2". I checked both the tables, there is no entry in our system.
    Can some one tell me how to solve this issue.
    Thanks & Regards,
    H.K.Hayath Basha.

  • What does this DTP error indicate?

    I am trying to correct this error in DTP:
    "Error in formula function (routine 63), record 37816"
    "Records filtered becasue records with same key contain errors"
    This is a data error but not some bad or invalid characters. I am not sure how it can be corrected based on above message
    Has anyone come across such an error - how was it resolved?
    Thanks!
    Edited by: BI Quest on Aug 30, 2008 9:20 AM

    Hi,
    This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
    I will add the step by step procedure to edit PSA data and update into target (request based).
    Identifying incorrect records.
    System wont show all the incorrect records at the first time itself. You need to search the PSA table manually to find all the incorrect records.
    1. First see RSMO > Details > Expand upate rules / processing tabs and you will find some of the error records.
    2. Then you can go to PSA and filter using the status of records. Filter all the red requests. This may also wont show the entire incorrect records.
    3. Then you can go to PSA and filter using the incorrect records based on the particular field.
    4. If this also doesnt work out go to PSA and sort (not filter) the records based on the particular field with incorrect values and it will show all the records. Note down the record numbers and then edit them one by one.
    If you want to confirm find the PSA table and search manually."
    Also Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
    Steps to resolve this
    1. Force the request to red in RSMO > Status tab.
    2. Delete the request from target.
    3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
    4.Edit the record
    5. Save PSA data.
    6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
    Refer how to Modify PSA Data
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40890eda-1b99-2a10-2d8b-a18b9108fc38
    This should solve your problem for now.
    As a long term fix you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in cube or add that particular char to permitted character list in BW.
    Also in Tcode RSKC --> type ALL_CAPITAL --> F8 (Execute)
    OR
    Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN and give ALL_CAPITAL or the char you want to add.
    Check the table RSALLOWEDCHAR. It should contain ALL_CAPITAL or the char you have entered.
    In RSKC you can add upto 45 characters
    if you add any character in RSKC it will autometically update into RSALLOWEDCHAR table, But in this table you can add upto 72 characters,using ABAP program..
    Refer
    Invalid characters in SAP BW 3.x: Myths and Reality. Part 2.
    Invalid characters in SAP BW 3.x: Myths and Reality. Part 1.
    Steps of Including one special characters into permitted ones in BI
    http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
    For adding Other characters
    OSS note #173241 u2013 u201CAllowed characters in the BW Systemu201D
    Sample cleansing routine (#)
    Help loading  char EQUIP#1111#TAG#3311  SN#A01040          *     into Cube
    Invalid character error while activating DSO - Please help
    Regarding Special Characters
    how to prevent bad charectors from source system
    Regards
    Tg

  • DB Write Step Does Not Work in CCX Script Editor

    Hello all!
    I am trying to write some data in external database from CCX script, but "DB Write" step always goes to "SQL Error" although I am using correct SQL syntax. I have checked it through MS SQL Management studio and everything works.
    Interesting is the fact, that "DB Read" step works fine!!!
    Another weard thing is that making test from "DB Write" step properties shows "Rows altered 1"...
    Nearby is commands I am trying to execute with no success:
    delete from [Samsung-DK] where Question1=150
    and
    insert into Samsung-DK(Question1) values (200)
    I will very appreciate any help or advice, because I cannot find any clue in Cisco manuals.
    Thank you in advance.

    Dear Gergely
    From the MIVR Logs , found this error
    1636072: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:SS_EDBS::checkConnectivityForDSN: dibuat
    1636073: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:EDBS Subsystem is initialized properly......
    1636074: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:MaxActive cnxs: 16
    1636075: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:NumActive cnxs: 0
    1636076: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:Connection request IN {
    1636077: Feb 14 13:24:35.455 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:Connection request OUT } jdbc:oracle:thin:@//172.16.24.154:1521/dib, UserName=DIBIVR, Oracle JDBC driver
    1636078: Feb 14 13:24:35.461 PKT %MIVR-SS_DB-7-UNK:Leaving method checkConnectivityForDSN: isBadConnection returns :: false
    1636079: Feb 14 13:24:35.461 PKT %MIVR-SS_DB-7-UNK:SS_EDBS::Checked the connectivity for all the DSNs
    1636080: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 DB Write Step Execution
    1636081: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 DB Resource: ss
    1636082: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 Data Source Name: DIB
    1636083: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 SQL Command: INSERT INTO BALANCEINQUIRY (NEWID,CNIC,DATEANDTIME,ANI,TRANSACTIONSTATUS,ACCOUNTNUMBER)
    values ('7',$S_CNIC,SYSDATE,'1212','000: Processed Ok','0073930001')
    1636084: Feb 14 13:24:35.599 PKT %MIVR-SS_DB-7-UNK:EDBS Subsystem is initialized properly......
    1636085: Feb 14 13:24:35.599 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:MaxActive cnxs: 16
    1636086: Feb 14 13:24:35.599 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:NumActive cnxs: 1
    1636087: Feb 14 13:24:35.599 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:Connection request IN {
    1636088: Feb 14 13:24:35.599 PKT %MIVR-SS_DB-7-UNK:EDBS_DS:Connection request OUT } jdbc:oracle:thin:@//172.16.24.154:1521/DIB, UserName=DIBIVR, Oracle JDBC driver
    1636089: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 Checkout success for Database: DIB, eCon: 117996
    1636090: Feb 14 13:24:35.599 PKT %MIVR-STEPS_DB-7-UNK:DBWriteStep: tokenizedSQL = INSERT INTO BALANCEINQUIRY (NEWID,CNIC,DATEANDTIME,ANI,TRANSACTIONSTATUS,ACCOUNTNUMBER)
    values ('7',, startIndex = 101
    1636091: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-UNK:DBWriteStep: varName = S_CNIC; tokenIndex = 107
    1636092: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-UNK:Task:53000000032 Exception: : Exception=java.lang.ArrayIndexOutOfBoundsException: -1
    1636093: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:java.lang.ArrayIndexOutOfBoundsException: -1
    1636094: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.util.Vector.elementAt(Vector.java:430)
    1636095: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.obj.WFWorkflowContext.getValue(WFWorkflowContext.java:216)
    1636096: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wf.steps.ivr.DBWriteStep.parseSQL(DBWriteStep.java:439)
    1636097: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wf.steps.ivr.DBWriteStep.execute(DBWriteStep.java:279)
    1636098: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.obj.WFBeanStep.executeImpl(WFBeanStep.java:141)
    1636099: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.obj.WFStep.execute(WFStep.java:174)
    1636100: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.obj.WFWorkflowTask.executeStep(WFWorkflowTask.java:494)
    1636101: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.engine.core.WFEngineWorkflowTask.executeStep(WFEngineWorkflowTask.java:122)
    1636102: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.app.impl.WFWorkflowAppDebugTaskWrapper.executeStep(WFWorkflowAppDebugTaskWrapper.java:416)
    1636103: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.engine.core.WFEngineWorkflowDebugTask.step(WFEngineWorkflowDebugTask.java:125)
    1636104: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.wfframework.engine.rmi.RemoteWorkflowTaskImpl.stepAndReturnConnection(RemoteWorkflowTaskImpl.java:121)
    1636105: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at com.cisco.app.impl.ApplicationManagerImpl$2$2.stepAndReturnConnection(ApplicationManagerImpl.java:833)
    1636106: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.reflect.GeneratedMethodAccessor286.invoke(Unknown Source)
    1636107: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    1636108: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.lang.reflect.Method.invoke(Method.java:597)
    1636109: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:303)
    1636110: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.transport.Transport$1.run(Transport.java:159)
    1636111: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.security.AccessController.doPrivileged(Native Method)
    1636112: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.transport.Transport.serviceCall(Transport.java:155)
    1636113: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:535)
    1636114: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:790)
    1636115: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:649)
    1636116: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    1636117: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    1636118: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-7-EXCEPTION:    at java.lang.Thread.run(Thread.java:662)
    1636119: Feb 14 13:24:35.600 PKT %MIVR-STEPS_DB-3-EXCEPTION_OCCURED:EXCEPTION_OCCURED

  • DTP Error when loading Master data from DSO to InfoProvider

    Hi Experts,
        My DTP is failing when I am running a DELTA load from DSO to the InfoProvider. The errors are either duplicate records or overlap of Dates etc.
    Thanks,
    SB.

    Hi Gopal,
       Here is the info on error message.
    " There are duplicates of the data record 1 & with the key '00000000038 &' for characteristic EPROPERTY &. "
    Hope this helps in understand the DTP error.
    Thanks,
    SB.

  • Dtp error when loading data from one cube to another cube?

    hi,experts
      it seems strange that when I tick the some characteristics as navigational attributes in the cube , the error occurs during the execution of the DTP:error while updating to target Z* (Cube name ).
    once i turn the flag off , no error appear. could anyone give me a clue ?
    thanks in advance!

    Hi,
    When u make changes in the cube u need to make necessary changes in Transformation and activate the DTP.The checking of Navigational attributes in cube will appear in u r transformation as new fields where u need to create a mapping for them and then activate, also activate your DTP and then load the data. This should resolve your issue.
    Regards

  • Debug error: Errors while executing step

    Hi gurus:
    While debugging a complex mapping, I received the following error.
    DEPENDENCY: EXPR executing...
    Errors while executing step
    DEBUG INPUT ROW: 1
    TABLE: DBG$ID2_MTL_SYSTEM_ITEM_B_GR
    STATEMENT: TRACE177:TRACE180:
    "GE_8_SY"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"):=
    ""DW_PG".GET_COURSE("MT_1_IN$2"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"), "MT_2_OR$2"
    ("DBG$ID2_MTL_SYSTEM_ITEM_B_GR_I$1"), 'CATEGORIES', 5)/*ATTRIBUTE EXPR.OUTGRP1.ID2:EXPRESSION*/;
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 41
    ORA-06512: at "SYS.UTL_FILE", line 478
    ORA-06512: at "DW_PKG", line 377
    ORA-06512: at "DW_PKG", line 3424
    ORA-01403: no data found
    As a background, the error occurred at EXPR step which is calling a function. Function calls additional tables in the source schema (tables not brought into Staging) I have imported the Package from the DB (Target) Do I need to do something special for the function to be able to access the tables in the source schema?
    Thanks in advance for your help.

    I ran into a similar problem about a year ago.  Very random, but kept happening at least once a week.  Finally figured out that the static IP address for our server was left in the dynamic IP address pool.  So every so often, the address was dynamically assigned to a second machine.  Which caused a similar type of problem that you are seeing.  I don't know if this is your problem.  But it sounds familiar.
    Hope it helps.
    Mike

  • BPM Collect Pattern: N:1 Mapping error in trnsformation step

    Dear All,
    I am using collect pattern Payload Dependant.
    I have one source data type and one target data type. Mapping is one to one.
    Data type contains 3 fields, Value Name and Surname.
    In Loop I have used condition when Counter is equal to value stop the loop.
    I have used Transformation step as I am using N:1 mapping.
    I have used abastrct to abastract message mapping.
    Source message is 0 to unbounded.
    In interface mapping target message occourance is 1. But in mapping program target message occourance is 0 to unbounded.
    When I am running my scenario, Third party to IP is working fine. But in IP i am getting error in transformation step.
    "com.sap.aii.utilxi.misc.api.BaseRuntimeException: RuntimeException in Message-Mapping transformation: Cannot produce target element /ns0:Messages/ns0:Message1/ns1:Collect_Receiver_MT. Check xml instance is valid for source xsd and target-field mapping fulfills requirements of target xsd at com.sap.aii.mappingtool.tf3.AMappingProgram.start"
    Can anybody will help me to solve this problem?
    Warm Regards,
    Gouri

    Have a look
    http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm
    /people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure
    /people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement
    Also have a look at these seminars,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/daea5871-0701-0010-12aa-c3a0c6d54e02
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/media/uuid/e8515171-0701-0010-be98-e37bec4706cc
    Thanks

  • Error in 29 step of SAP Netweaver 4.0 Portal for java on windown7 ultimate.

    Dear All,
    Im facing problem while installing "SAP Netweaver Portal Server 4.0" for java on my OS "windows7 ultimate" laptop.
    Im getting error in 29th step while configuring J2EE engine. Can someone help, i will be highly obliged.
    INFO 2010-01-27 18:56:04
    Execute step runBatchconfig of component |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0.
    INFO 2010-01-27 18:56:11
    Removing file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchconfig.properties.
    INFO 2010-01-27 18:56:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchconfig.properties.
    WARNING 2010-01-27 18:56:11
    Error 234 (More data is available.
    ) in execution of a 'RegEnumValue' function, line (377), with parameter ().
    ERROR 2010-01-27 18:56:11
    MUT-03001  Value of type HKeyClass has illegal value '0'.
    WARNING 2010-01-27 18:56:11
    System call failed. Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of system call 'SetTokenInformation' with parameter (TokenOwner, Administrators), line (855) in file (synxccuren.cpp).
    INFO 2010-01-27 18:56:11
    Switched to user: j2eadm.
    INFO 2010-01-27 18:56:11
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\batchXmlGen.log.
    WARNING 2010-01-27 18:56:11
    System call failed. Error 1307 (This security ID may not be assigned as the owner of this object.
    ) in execution of system call 'SetTokenInformation' with parameter (TokenOwner, Administrators), line (855) in file (synxccuren.cpp).
    INFO 2010-01-27 18:56:11
    Switched to user: j2eadm.
    INFO 2010-01-27 18:56:11
    Working directory changed to C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL.
    INFO 2010-01-27 18:56:11
    Output of C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.xmlgenerator.ConfigXmlGenerator "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/batchconfig.properties" -short is written to the logfile batchXmlGen.log.
    INFO 2010-01-27 18:56:12
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.xmlgenerator.ConfigXmlGenerator "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/batchconfig.properties" -short" finished with return code 0. Output:
    Warning : C:\sapdb\programs\runtime\jar\sapdbc.jar file stated but does not exist !
    SAP J2EE Engine Batch Config Xml Generator
    Batch Config Xml successfully generated to BatchConfig.xml
    INFO 2010-01-27 18:56:12
    Creating file C:\Program Files\sapinst_instdir\NW04S\SNEAK_PREVIEW\FULL\INSTALL\extractBootstrap.log.
    INFO 2010-01-27 18:56:12
    Output of C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.BatchConfig "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/BatchConfig.xml" is written to the logfile extractBootstrap.log.
    WARNING 2010-01-27 18:56:14
    Execution of the command "C:\j2sdk1.4.2_09\bin\java.exe -classpath "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib/launcher.jar" -Xmx256m com.sap.engine.offline.OfflineToolStart com.sap.engine.configtool.batch.BatchConfig "
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jce.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_jsse.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_smime.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/iaik_ssl.jar;
    Akhilesh-PC/sapmnt/J2E/SYS/global/security/lib/tools/w3c_http.jar;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/lib;C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/install/sharedlib;C:\sapdb\programs\runtime\jar\sapdbc.jar" "C:/Program Files/sapinst_instdir/NW04S/SNEAK_PREVIEW/FULL/INSTALL/BatchConfig.xml"" finished with return code 31415. Output:
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    ERROR 2010-01-27 18:56:14
    CJS-30059  J2EE Engine configuration error.<br>DIAGNOSIS: Error when configuring J2EE Engine. See output of logfile extractBootstrap.log: '
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    ERROR 2010-01-27 18:56:14
    FCO-00011  The step runBatchconfig with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0|runBatchconfig was executed with status ERROR .

    Dear All, Kindly see the log of extractbootstrap.log ...
    PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
    Error while connecting to DB.
    thx waiting for response.
    Akhilesh

  • Error in Block step in BPM.

    Hi all,
    I am getting the error in block step, my design follows like this i defined one transformation before block step, the transformation step will splits the input bunch of records into equal no of record packets and sent to block step.. while defining block step i used foreach mode, in block step we kept one sync send step which will send message and gets response ....
    but my block step is getting error once message enters into the block...
    Thanks in advance for your valuable  suggestions and solutions...
    Srinivas

    Hello...
    >>the transformation step will splits the input bunch of records into equal no of record packets and sent to block step
    The transformation splits the message into bunch.. Put  the output in a multiline container and use this in the block step...
    >>but my block step is getting error once message enters into the block...
    What error are you getting??
    >>Thanks in advance for your valuable suggestions and solutions...
    Great to know that you are happy with the responses from the community member in this forum.. So I wish to point one more thing here.. Some of the recent threads closed by you were having closing comment as solved.. it will be better if you point out the problem and the solution which you have adopted to solve the same, so that other community member having the same problem will get a speedy solution... This is just a suggetsion from my end...
    Thanks
    Suraj

  • Error in transformation step

    Hi all,
    In my requirement i have a BPM with the following steps
    start->Rx->Send<>Tranform>Send->end
    first send step is synchronous and it is sending req to a website and receiving response through http receiver channel.
    second send step is asynchronous , sending response received from website to a file server through file receiver channel.
    i have a transformation step ,where i am doing transformation between the structure in receive step and the structure in second send step,
    can i do that?
    can we do transformation between any async abstract structures that we define for BPM?
    BPM is showing error in transformation step, i dont know whats the error is and how to see the error and rectify the problem
    plz help
    regards
    jhansi

    <b>-Check the Transformation Step in BPM, weather it has correct source and target abstract interfaces or not.
    - Check the Message Mapping and interface Mapping manually from the Test Tab in IR.
    -Check the status of the Error of BPM in SXI_CACHEIntegration ProcessyourBPM. Code should be 0..if something else it is showming means it has an Error.
    -Check the Test data you are using to test your interface.
    - Check Webservice sending the correct response or it is failing at the time of response..may be because of WS is not running properly or server is down.</b>
    Thanks
    Farooq.

  • Capture Error in transformation Step and send it by email without Alerts

    Hi all,
         I have a problem in my BPM.
         I need to capture an error in transformation Step and send it by email with a send step without alerts. 
    Is there a way to do this in BPM?

    Hi Mariano,
    Please check the standard pattern in IR under software component SAP BASIS ->Integration process
    -->BpmPatternReqRespAlert.Hope this will help you for building the scenario.
    In this process we define a deadline branch to monitor the deadline. If the deadline is missed, an alert is triggered and this can be sent to an email too.
    Alert Configuration
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    Alert Inbox
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    Alert Notification Step-by-Step
    http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm
    Hope this helps.
    Best regards,
    Sharath
    Edited by: sharath Girmaji on Dec 19, 2008 7:17 PM

  • Error in Fork Step causing issue in generating next work items

    All,
    We have ECC 6.0 with the following SP:
    SAP_BASIS     700     0012     SAPKB70012     SAP Basis Component
    SAP_ABA                     700     0012     SAPKA70012     Cross-Application Component
    I have this strange issue. In one of my custom workflows, i am using a Fork step with 02/ 02 necessary outcomes. In branch 1, i am sending a mail to a user's e-mail id. In branch 2, i have 3 activity steps for another user. Step 1 is to display an invoice and step 2 is a user decision to apprve/deny this invoice.
    I know that during runtime, at the Fork step, the work item for branch 1 and the 1st work item for activity step 1 in branch 2 get generated almost simultaneously(though with some small time difference). This is OK. But the issue is, when the sendmail in branch 1 errors out due to some error, and when step 1 is finished successfully by another user, the work item for 2nd activity step in branch 2 is not getting created.
    As i understand, in the Fork, the 2 branches, execution should be independent of each other, that means, the work item creation and execution of branch 1 and 3 steps in branch 2 should be happening independently. But, this doesn't seem to be the case.
    I understand when the sendmail in branch failed, the wflow is set to 'Error' Status.But there is already an open workitem for step 1 of branch 2. When this workitem is completed successfully, I expect the work item for 2nd step should get generated.But this is not happening. But, when i restart the whole workflow using SWPR, it generates the witem for 2nd step in branch 2. And still the wflow is in 'Error' status.
    When the user finishes the 2nd workitem of branch 2, the next work item for 3rd step is not getting generated. Instead i needed to restart the whole wflow again and this time, it generated the 3rd witem in ranch 2.
    To my understanding, when a Fork is there, if i specify 02/02 outcomes necessary, these 2 branches should go in parallel, both creation and execution of workitems, until they are joined. And at this point, if the whole Fork step is successful, then workflow will proceed further with steps below the Fork. Shouldn't this be the case ?
    Anybody had similar issue? Pl share your thoughts on this. I'd really appreciate if somebody can clarify whats going on in the above case and how to fix this.
    Thank you in advance
    Regards,
    venu
    Edited by: Venugopal Jogi on Jun 10, 2009 5:58 PM

    Hi Arghadip,
    Thanks for your reply. You said
    "When a Workflow goes into error the processing should stop whether it is in same branch or in different.".
    If this is correct, then as i explained earlier, when i restart the workflow without fixing the errored branch, then also, the next work item should not be created..Right ? But, it is. I didn't fix the errored branch but simply restarted the workflow. Then it created the witem for 2nd step, in the branch 2 that is not errored.
    How can this be, the branch 1 is still in ERROR status only. So, can you pl clarify if something else might be going on here.
    Also, fixing the issue is fine. But, the SendMail step in branch 1 is just an information only and per business requirement, this should not be holding up the approval process. And if we don't process the invoice in time, just because of some informational mail errored out, this will not be a feasible solution to the client,Right ? That's the whole reason i am using Fork step, so that they both proceed parallelly (independently).
    If step 1 is a pre-requisite for step 2, then it makes sense to fix error in step 1 so that we can proceed with step 2.
    Any other thoughts on this.....
    Regards,
    venu

  • Error in 14th step  LSMW

    I have done all the steps in LSMW.I can display the converted data in 12th step.but in 13 th step create batch input session I am getting error.In 14 step I have run the process in front end,its go to MM01 screen and ask to type the value.
    it not automaticly picking the value.kindly guide me...

    Hi,
    this error will be coming becasue of mismtch structure fields in Flat file. Check the sequence of data u specified in flat file is according to the fields u specified in LSMW or not?
    Ashven

  • Error in Trasformation step

    Hi,
      I have a scenario where if the condition satisfied i need to send it to both receiver file and email otherwise if not only to email.
      Here i declared the 2 idoc Abstract MI(payment and verfication) and 1 file Abstract receiver.  Here only payment need to be send as output.  But I am getting error in transformation step as
    Expression must return the interface type PAYEXT.PEXR2002.ZEXR2002.
    Expression must return the interface type MIPaymentadviceFile
      In this scenario please tell me how many transformation need to be used and currently I used only one before switch statement because all the sender need to send the same output.
    Regards,
    Dhill

    Hi Bhavesh,
       My actual scenario is
    I need to receive 2 IDOC PAYMENT (N TIMES) and VERIFICATION (1 TIMES) so n:1 ration.  In this in the payment idoc I have field where I need to find the sum of the field then I need to campare withe the VERIFICATION Idoc with other too field like
    if IDCREF01-E1IDRH1-PAYRUNID equals to PEXR2001-E1IDRH1-PAYRUNID and
    IDCREF01-E1IDRH1-PAYRUNDT equals to PEXR2001-E1IDRH1-PAYRUNDT and
    IDCREF01-E1IDRS1-SUM01 equals to PEXR2001-E1IDKU5-MOABETR.
    where MOABETR is the sume field.  And if the condition is satisfied then i wl send only PAYMENT IDOC to file and as well as mail otherwise only 2 file.
    Please let me know whether it could be possible without BPM and if yes let me know the details and I am sorry i have raised so many forum whether I am getting stucked but till now not able to proceed further.
    If you want i will explain the BPM step which involved.
    Regards,
    senthi.

Maybe you are looking for

  • DVD will not start on my G4-flat panel

    I have a G4 flat panel and a G5. I recently installed Tiger on my G4. I just bought a DVD from europe, but it can work both on european and american DVD players. This DVD works on my G5. But when I instert it in my G4, it doesnt even appear on the de

  • Video not playing correctly in Safari

    Hi there I am having problems viewing embedded video streams in Safari (6.0.4). The video will play ok for a second or two then breaks up into vertical lines (see picture below) with the video's audio playing back ok. I have loaded the same pages usi

  • How to duplicate a personal mailbox structure in Mail

    I'm posting this because there may be someone else who wanted to do this but couldn't figure out a way to do it. Ever wondered if there was a relatively easy way to duplicate a Personal Mailbox structure without creating every individual folder again

  • Books not downloading properly

    I have downloaded a book from my ipad but it is missing half the chapters it keeps saying error missing information, I have deleted and tried downloading again but the same thing keeps happening

  • Importing issues from itunes into garageband

    I am having trouble importing songs from Itunes into garageband. This has happened sometime within the last 3-4 weeks or so and the first time I noticed it was today. It won't let me click and drag from itunes. It just bounces back.  I am able to go