Background job error as runtimr error OBJECTS_OBJREF_NOT_ASSIGNED

Hi All
     when I schedule BDC in Background by giving job name in SM36 .
It is giving an exception error as  runtimr error OBJECTS_OBJREF_NOT_ASSIGNED.
But it is working fine when i running with options 'N' & 'A' in call transaction.
Flat file is placed on application server.

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=objects_objref_not_assigned&cat=sdn_all
You Need to find out the SAP note from the given list

Similar Messages

  • Background Job Error

    I am defining background job in abap report i am facing the below error
        Printer not suitable for job step; automatic output not possible.
    Kindly suggest Immediately,
    Best Regards,
    kalees

    The error was resolved, we are not assigned properly in variant.

  • Background job error No appropriate entry found in table ADRT

    Hi,
    I have developed a report to sent mail in background. My background job is getting cancelled in background. but it runs in foreground.I have used leave to transaction statement in my report.
    In my development server job cancellation occurs.but mails are being sent.whereas in production server job cancellation ocurrs but mails are not sent.
    It shows the below error also...
    27.12.2010 17:00:00 Job started
    27.12.2010 17:00:00 Step 001 started (program YSD_OUTSANDING, variant &0000000000094, user ID ABAPER)
    27.12.2010 17:00:01 No appropriate entry found in table ADRT
    27.12.2010 17:00:01 Job cancelled after system exception ERROR_MESSAGE
    please help me to overcome this error...
    Thanks & Regards,
    A. Jenifer

    I don't see how either of those replies are helpful...
    To the OP, you haven't given much information.  That's a custom program but the failure is being triggered most likely by your attempt to generate the email by the standard code.  You need to get the error message ID and number from the log and find the codepoint (from a where-used analysis or debug) and analyze the condition that's triggering the message.  Most likely, it's a simple fix - there appears to be a missing remakrk entry but sometimes those messages are misleading and the message issued isn't actually the problem.

  • DP background job error

    Hi,
    The Demand Planning background job step which is used to Delete the  planning area is not working properly.
    The error message "Process DP Background Processing, variant DELETE VP SALES VALUE_ANNUAL has status Ended with errors (instance D96Y8ITPW9HBSLX8CCXHKV    displayed on the log.
    What could be the possible reasons.
    Thanks and regards
    Murugesan

    Issue resolved by assigning authorization to the background job user.

  • Background jobs error

    Hi
    I configured few background jobs , all are working except
    SAP_WP_CACHE_RELOAD_FULL
    program used here was RWP_RUNTIME_CACHE_RELOAD
    VARIANT used is SAP&RELOAD_ALL
    its giving error No Component system Choosen
    It does not execute on the scheduled time , its status comes cancelled.
    please advice.
    Regards
    Puneet

    Could you please follow the note 16083
    Cheers,
    -Sunil

  • RAR 5.2: Background Job Error

    During the Full sync jobs after installation of RAR 5.2, the User and Role jobs complete successfully, but during the profiles job it stops with an error.
    Please find the log entries and any tips are highly appreciated.
    Thanks:
    INFO: Job ID:7 : 7 out of 5290 (0%) done
    19-Aug-2008 20:15:14 com.virsa.cc.xsys.bg.BgJob setStatus
    INFO: Job ID: 7 Status: Running
    19-Aug-2008 20:15:14 com.virsa.cc.xsys.riskanalysis.AnalysisEngine
    performActPermAnalysis
    INFO: Job ID:7 : Before GC => memory usage: free=391M, total=981M
    19-Aug-2008 20:15:14 com.virsa.cc.xsys.riskanalysis.AnalysisEngine
    performActPermAnalysis
    INFO: Job ID:7 : Analysis starts: &_SAP_ALL_7
    19-Aug-2008 20:15:14 com.virsa.cc.xsys.meng.MatchingEngine getObjActionsINFO: -
    allAreExclude=>true----
    19-Aug-2008 20:15:14 com.virsa.cc.xsys.meng.ObjAuthMatcher <init>
    FINEST: ObjAuthMatcher constructed: 0ms, #singles=1, #ranges=0, #super=119-Aug-2008 20:15:15 com.virsa.cc.xsys.riskanalysis.AnalysisEngine
    insertAllTcodeACTVL
    WARNING: Job ID:7 : Exception: Missing IN or OUT parameter at index::
    13, SQL State: null
    java.sql.SQLException: Missing IN or OUT parameter at index:: 13
    at
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)

    This could be due to data issue or wrong RTA SP level. Please check with GRC support.
    Thanks
    Prem

  • Reg : background job error

    hi,
    i have scheduled a job  in batch mode.
    the job is cancelled and got a error message saying that
    "Job cancelled after system exception ERROR_MESSAGE ".
    Can you please tell me what would be the problem??
    regards
    ravi

    hi actually my task is to find out why this error has occured.
    when i seee the prgs related to this job , i got two and in those no error msgs related to the error which i am getting is there.
    just they have given the screeen shot and said it is a prod issue. i dont know whether i can debug in production for this job,,
    can i debug the job as u said like typing in command line as jdbg??????????
    its an urgent one .. plz help me out

  • Background job error !!urgent

    i got a issue regarding fi stating that “DATASET_NOT_OPEN”
    can any one help me in this its urgent

    Hi!
    Sounds like you have trouble to find / open a file. There can be several reasons:
    - The job user lost authorization to access the folder
    - The job user lost authorization to access the file
    - The expected file wasn't send / the file was deleted
    - The path/file name was changed, so the job is searching in the wrong place
    Investigate further to check some of the possibilities.
    Regards,
    Christian

  • Runtimr error OBJECTS_OBJREF_NOT_ASSIGNED when i schedule pgm in back grd

    Hi All
    when I schedule any BDC pgm in Background by giving job name in SM36 .
    It is giving an runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception CX_SY_REF_IS_INITIAL .
    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 "C14T_LISTTOOL_CALL_ALV_GRID" "(FUNCTION)", nor was it propagated by
    a RAISING 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: "GRID1").
    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.
    But it is working fine when i running with options 'N' & 'A' in call transaction. when i execute I'm searching for sap note but not able to find it,
    If any one can solve this issue please ...

    Play suji,
    In EHS there is one transaction called CVD1, this program closes rejected report shippings thru call transaction previously this program was working fine with 4.7 version recently sap version upgrade has taken place recent version is ECC6.0, the error is occuring in standard program while calling the call transaction for tcode CVD1.
    for your reference see the below code
      PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'  
                                                       'CVDDISTSEL-DDOID'.    
      PERFORM bdc_field       USING 'BDC_OKCODE' '=ECLR'.  
      PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
      PERFORM bdc_field       USING 'BDC_CURSOR'
                                    'CVDDISTSEL-CRDAT_FROM'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRDAT_FROM' '01011900'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRTIM_FROM' '00:00:00'.
      IF i_cvddh-ddpid IS INITIAL AND
         NOT i_cvddh-ddoid IS INITIAL.               
        v_char_20 = i_cvddh-ddoid.
         PERFORM bdc_field       USING 'CVDDISTSEL-DDOID' v_char_20.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=STAT'.
        PERFORM bdc_dynpro      USING 'SAPLC14L' '8010'.  
        PERFORM bdc_field       USING 'BDC_CURSOR'     
                                      'RCGRSTIOT-MARKFLG(11)'.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GBCK'. 
        PERFORM bdc_field       USING 'RCGRSTIOT-MARKFLG(11)'     'X'.                  
        PERFORM bdc_dynpro      USING 'SAPLCVDA' '1010'.
        PERFORM bdc_field       USING 'BDC_CURSOR'    'CVDDISTSEL-CRDAT_FROM'.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GRSL'.
      ELSE.
        PERFORM bdc_field       USING 'BDC_OKCODE' '=GRSL'.
        v_char_20 = i_cvddh-ddpid.
        PERFORM bdc_field       USING 'CVDDISTSEL-DDPID' v_char_20.
        PERFORM bdc_field       USING 'CVDDISTSEL-DDOID' '0'."JGB SIR-72045
      ENDIF.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRDAT_TO' '01013000'.
      PERFORM bdc_field       USING 'CVDDISTSEL-CRTIM_TO' '23:59:59'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '==ESAL'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=EDEL'.
      PERFORM bdc_dynpro      USING 'SAPLSPO1' '0100'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=YES'.
      PERFORM bdc_dynpro      USING 'SAPLCVDB' '1020'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=OSAV'.
        REFRESH MESSTAB.
        CALL TRANSACTION TCODE USING BDCDATA
                         MODE   CTUMODE
                         UPDATE CUPDATE
                         MESSAGES INTO MESSTAB.

  • Runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception  CX_SY_REF_IS_INITI

    Hi All
    when I schedule any BDC pgm in Background by giving job name in SM36 .
    It is giving an runtimr error OBJECTS_OBJREF_NOT_ASSIGNED and Exception  CX_SY_REF_IS_INITIAL .
    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 "C14T_LISTTOOL_CALL_ALV_GRID" "(FUNCTION)", nor was it propagated by
         a RAISING 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: "GRID1").
        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.
    But it is working fine when i running with options 'N' & 'A' in call transaction. when i execute  I'm searching for sap note but not able to find it,
    If any one can solve this issue please ... its very urgent requirement
    Thanks in Advance

    I believe the better forum to post yorr query to, will be [ABAP, General|ABAP Development;.
    From the header of that forum:
    General questions about the ABAP language and language implementations.
    This is not a forum for application specific questions. Web Dynpro , BSP , CRM
    development, ... have their own forums.
    - Ludek

  • Error while scheduling Background Job for User/Role Full Synchronization

    Hi all,
    We have installed RAR 5.3 Component and uploaded the authorization data & established the connectors to the backend system.
    We have performed all the post installation activities and everything is complete.
    When we have scheduled User -Full Synchronization with the Back End system as  a part of Post Installation Activity we are receiving the below error message
    "Error while executing the Job:Cannot assign an empty string to host variable 2."
    Also the VIEW LOG/ Terminate Job buttons are disabled  in this screen.
    Can somebody please help us in resolving the above issue
    Thanks and Best Regards,
    Srihari.K

    Hi,
    We are copy pasting the error log (Part as it is huge) below here. We could able to do Full Synch for Roles and also for Profiles. Only for User Synch we are getting this error and none of the users are sychronized to RAR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WILSONA of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WINDC of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WLADICHJ of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WUK of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user ZENGS of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user ZHENGL of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: All System Flag:false=====Last Batch Flag:true
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BatchRiskAnalysis loadUserData
    INFO: @@@ User sync completed for params true: Syskey List is [HL2-QAHR]
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob run
    WARNING: *** Job Exception: Cannot assign an empty string to host variable 2.
    com.sap.sql.log.OpenSQLException: Cannot assign an empty string to host variable 2.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.types.VarcharResultColumn.setString(VarcharResultColumn.java:57)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:511)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:355)
         at com.virsa.cscext.dao.CSCDAO.updateIgnoredUserData(CSCDAO.java:1388)
         at com.virsa.cscext.dao.CSCDAO.populateGenObjUser(CSCDAO.java:1169)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.populateGenObj(BatchRiskAnalysis.java:868)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.insertBAPIUserData(BatchRiskAnalysis.java:142)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.loadUserData(BatchRiskAnalysis.java:390)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1275)
         at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:402)
         at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:264)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:240)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:80)
         at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:436)
         at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1225)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob setStatus
    INFO: Job ID: 13 Status: Error
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob updateJobHistory
    FINEST: --- @@@@@@@@@@@ Updating the Job History -
    2@@Msg is Error while executing the Job:Cannot assign an empty string to host variable 2.
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.dao.BgJobHistoryDAO insert
    INFO: -
    Background Job History: job id=13, status=2, message=Error while executing the Job:Cannot assign an empty string to host variable 2.
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob scheduleJob
    INFO: -
    Complted Job =>13----
    Please let us know how to resolve this error
    Thanks and Best Regards,
    Srihari.K

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

  • It has an error when run a program in background job

    Dear Expert,
    we have a program
    when run it in background,it has a error "Error during import of clipboard contents" but when run it normally(run in front workbench se38 or run the t-code),everything is ok.i've used typingJDBG in the command box to debuge the background job,there has no error.
    whould you like to tell me what had happen? thanks a lot!
    addition: the program used a function ALSM_EXCEL_TO_INTERNAL_TABLE
    Thanks & Regards,
    Kerry
    Edited by: Kerry Wang on Aug 24, 2009 2:12 PM
    Edited by: Kerry Wang on Aug 24, 2009 2:14 PM
    Edited by: Kerry Wang on Aug 24, 2009 2:14 PM

    Hi,
      You cannot use FMs to get data directly from the presentation server when program is executed in the backgroud.
    Check the thread : GUI_DOWNLOAD
    Regards,
    Himanshu

  • Background Job Run - Error Msg

    Hi all,
    When i run my report as background job it is failing.
    In report i have checked one condition n if that do not satisfy it will give error. but in any situation the background job fails though condition satifies but the spool is getin created.
    when i debug the report it gives no error in that report but after it gives System message '' Job cancelled after system exception ERROR_MESSAGE''.
    any guidelines will be appreciated...
    regards,
    vikas.

    thankx for your reply..
    it is not giving me any dump or something neither my report contains any popup window.
    thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.
    when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.
    regards,
    vikas

  • Background job cann't open the Spool list, the error as below.

    Hi, experts,
    My background job 'Z1RM0063' couldn't open the spool list, the error as below:
    ' The selected section of the spool request 20,004
    in SYSTME SID is empty.'
    Who could tell me this is why ?
    Thank you very much in advance,
    B.R
    Michael

    Hi Michael,
    Its very difficult to tell... seems to be a custom job, what program is running?.. Does the spool that the job is trying to read still exists?...
    Can you please post more details?
    Regards
    Juan

Maybe you are looking for