URGENT : Error 5 when checking the job status

Hello Forum,
While monitoring the Process Chains in BW 3.1, I got the following message in the <b>Information </b>Pop-up:
<b>Error 5 when checking the job status</b>
Could you please tell me what it means?
Thank you,
its my duty to assign points,
raj

Hi,
Are you able to view the log after refreshing and clicking the tick mark button on this message or is it not letting you go into the log itself.
Can you directly go to Log view thru Tcode RSPCM and see. Once you are inside try to find where exactly the process failed.
Thanks,
JituK

Similar Messages

  • Check The Job Status

    Hi SAPsimhas,
    My requirement is as below.
    I will loop through an internal table and create some files with background processing method.(JOB_OPEN,SUBMIT & JOB_CLOSE)
    Now once this job is triggered I need to check the status for that job after maximum 10 mins. Its not neccessary that each job will take 10 mins. only,It can be finished in 2 mins also.
    Once the job is finished then I will XCOM that file.
    So my question is how to code such timer which will check the job status for that job? I have a FM BP_JOB_READ which returns the job status.
    Reply is highly appriciated.

    Try this way
      do.
        call function 'SHOW_JOBSTATE'
          exporting
            jobcount         = p_jobc
            jobname          = p_jobn
          importing
            aborted          = v_aborted
            finished         = v_finished
            ready            = v_ready
            running          = v_running
            scheduled        = v_scheduled
          exceptions
            jobcount_missing = 1
            jobname_missing  = 2
            job_notex        = 3
            others           = 4.
        if v_aborted eq 'X'.
          exit.
        endif.
        if v_finished eq 'X'.
          select single * from tbtcp into wa_tbtcp1
                     where jobname eq p_jobn
                       and jobcount eq p_jobc.
          if sy-subrc eq 0.
            move wa_tbtcp1-listident to p_spono.
          endif.
          exit.
        endif.
        if v_count le 10.
          call function 'ENQUE_SLEEP'
            exporting
              seconds = 60.
          v_count = v_count + 1.
        endif.
      enddo.

  • Re: Error when executing the Job.

    Hi,
    I am trying to Migrate data from SAP to MySQL. When I try to execute the JOB, it gives me the following error:
    1. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     |Dataflow DF_Sales_Headers|Loader Query_sales_headers
    2. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     ODBC data source <MyODBC> error message for operation   <SQLExecute>: <[MySQL][ODBC 3.51
    3. 3964     1660     DBS-070401     6/29/2010 4:37:23 PM     Driver][mysqld-5.0.34-enterprise-nt]Duplicate entry '0010000000' for key 1>.
    4. 3964     1660     RUN-051005     6/29/2010 4:37:23 PM     |Dataflow DF_Sales_Headers|Loader Query_sales_header     Execution of <Regular Load Operations> for target <sales_headers> failed. Possible causes: (1) Error in the SQL syntax; (2) Database connection is broken; (3) Database related errors such as transaction log is full, etc.; (4) The user defined in the datastore has insufficient privileges to execute the SQL. If the error is for preload or postload operation, or if it is for egular load operation and load triggers are defined, please check the SQL. Otherwise, for (3) and (4), please contact your local DBA.
    [Note: But when I validate the DataFlow before Executing, it does not show any error msgs.]
    This is pretty simple Batch Job, with one source Table and a Target table. I have used Query for mapping the columns.
    I am Pretty much new to BODI, so please bare with me, if the question seems silly.
    Any kind of help is appreciated. Thank You!!

    Hi all,
    Sorry for any inconvenience. I found out that, my Job has already executed and also populated the data. But, somehow, i missed that and was trying to re-execute it.
    But then again, I am trying to execute another job and has another peculiar problem.[This time, Have checked everything before posting].
    Following is the Error Message:
    5412     6600     R3C-151001     6/29/2010 6:13:35 PM     |Dataflow DF_Sales_Item Error calling R/3 to get table data: <RFC Error: Key: RFC_ERROR_SYSTEM_FAILURE Status: Error in ASSIGN assignment in program SAPLSDTX >.
    I am not sure why, as i have checked all the connections and i dont see any problems.
    Any kind of help is appreciated.
    Thank You!!
    Edited by: Ragini_sri on Jun 30, 2010 5:35 PM

  • Data transfer error when checking the Return vendor flag (LFM1-KZRET)

    I am working on a conversion program to update Vendor Master with return vendor flag (LFM1-KZRET). When ever i do it manually it works fine. But, if i try it through recording or BDC program i get an error saying '
    It is not possible to copy data from field 'Returns with shipping proc.'. Please can any one let me know if there is any other method to update this data or any OSS notes to be implemented to solve this error.
    The problem is only occurring when we try to update the field while doing recording or BDC.

    Hi Rob,
    I have already checked the note 964533 and i feel that its the solution to my issue. But our system is on release 500 and this note only supports release 600. We were not allowed to implement it on release 500. I have sent a customer message to SAP for asking the possibilies of implementing this note on release 500 and regarding any side-effects and waiting for there response. Thanks for your help and just want to know whether you have ever faced this issue.
    Satish.

  • When I try to sign into iCloud from Windows PC I get the message "You can't sign in because of a server error." When I check the iCloud status, all is Green.

    When I try to sign into iCloud from Windows PC I get the message "You can't sign in because of a server error."  When I check the iCloud status, all is Green.  What is the fix?

    Hi spillgar,
    If you are having issues signing in to iCloud from your Windows machine, you may find the following articles helpful:
    iCloud: Account troubleshooting
    http://support.apple.com/kb/ts3988
    iCloud: If you can’t sign in to iCloud.com
    http://support.apple.com/kb/ph2611
    Regards,
    - Brenden

  • " Errors have been discovered when checking the Expense Report"

    Hi all,
    I am getting this following error while trying to review the New Travel request
    Error : " Trip cannot be saved in this status "
    "Errors have been discovered when checking the Expense Report. Please correct them in order to proceed"
    I am unable to save the travel request and I am stuck here.
    Can someone provide me with a solution to this.
    (We are using EP7, ESS 1.0 , EA-HR - 600,SP17 )
    Thanks in advance,
    NR

    Hi all,
    When i checked in the default trace file ... a statement " No end date for validity of trip schema PL defined in customizing. Infinite validity is assumed.# " is present ..
    can some tell me what needs to changed in the SPRO settings ...

  • T code to check the job run status

    Hi Gurus,
    I am filling the setup tables for inventory, but i didn't run in background. I clicked on execute button, but suddenly i got disconnected from net and my server also.
    Now i have to check the job run status whether it is running or not.
    Request you to provide the suggessions.
    Thanks & Regards,
    Saketh

    Hi,
    if you ran job in background you can see at SM37.use proper time ,date and use id to get your job.
    if you ran on frond end then you won't see job.if your job was completed then you can see data at SE11 by using setup table name or you can see at t code NPRT by using name of the run.
    if you won't find your job then just delete your setup tables again and fill it.
    No issues.
    Thanks

  • Error "Internal error occurred checking the external " while creating a job

    Hi All,
            I am getting an error while trying to schedule a job, Im not very shure abt what the job does, the user tried it and she got an error and asked me to do it.
            A similer kind of job has been created in an other system and it works fine there. This job should run monthly and belowis the job step
            The job runs on an external command and following are the paramerters
             Name           SAA_TP_CHECK                                          
             Parameters     /usr/sap/transTCluster/bin/TP_DOMAIN_TD1.PFL          
             Operating sys. UNIX                                                  
             Target server  saptp1
            This gives an error "Internal error occurred checking the external "
    A similer kind of job that runs in a different system has the parameters as follows
            Name           SAA_TP_CHECK
            Parameters     /usr/sap/trans/bin/TP_DOMAIN_YD4.PFL
            Operating sys. UNIX
            Target server  sapyp4
    What might be causing the error, and how can this be solved. Please help!!!!

    Hi,
    I think the issue is with the server .
    Please check whether the Server name you are giving has the all the RFC connections.
    I mean Remote Connection with the Server is establised or not.
    Regards
    Arbind

  • TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.

    The command TfsAdmin ProjectServer /RegisterPWA causes next error:
    TF244069: An error occurred while checking the provisioning status of the reporting database schema for a PWA instance.
    Project Server returned the following error: "Server was unable to process request. ---> The request failed with HTTP status 401: Unauthorized.".
     (type ProvisionException)
    Exception Stack Trace:    at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.HandleSoapException(SoapException soapException, String errorResourceString)
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionPwaDBSchema.IsDBSchemaProvisioned()
       at Microsoft.TeamFoundation.Sync.Provisioning.ProvisionManager.Provision()
    I installed SharePoint 2013 and Project Server 2013 as farm and TFS 2012 and my account has permissions everywhere. I read article
    http://msdn.microsoft.com/en-us/library/gg412653.aspx and gave full permissions for TFS account to SQL and Project, Project app pool account to SQL, but still have an error.
    How can I find out what exactly permissions are not enough???

    The problem was in claims authentication. Changed to Windows and all worked out.

  • Error while checking the command ttcwadmin -status

    Hi
    Getting error while checking the status of timesten cluster agent
    Any clue
    [ttadmin@VFS1UUP02 bin]$ ttcwadmin -status
    TimesTen Cluster status report as of Wed Jun 26 15:03:42 2013
    (ttCWAdmin:) crsctl.c(715): TT48004: clsssinit failed with status = 3.
    *** glibc detected *** /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd: double free or corruption (out): 0x00007fffcc7c6b00 ***
    ======= Backtrace: =========
    /lib64/libc.so.6[0x34b14760e6]
    /lib64/libc.so.6[0x34b1478c13]
    /timesten/tt1122/TimesTen/tt1122/lib/libttcrs.so(crsAgentCtl+0xa6e)[0x7f6f32b71316]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x4062be]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x402784]
    /lib64/libc.so.6(__libc_start_main+0xfd)[0x34b141ecdd]
    /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd[0x4020ca]
    ======= Memory map: ========
    00400000-0040c000 r-xp 00000000 fd:0f 263189                             /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd
    0050b000-0050e000 rw-p 0000b000 fd:0f 263189                             /timesten/tt1122/TimesTen/tt1122/bin/ttCWAdminCmd
    0050e000-00510000 rw-p 00000000 00:00 0
    00906000-009a4000 rw-p 00000000 00:00 0                                  [heap]
    34b0c00000-34b0c20000 r-xp 00000000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e1f000-34b0e20000 r--p 0001f000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e20000-34b0e21000 rw-p 00020000 fd:07 135526                         /lib64/ld-2.12.so
    34b0e21000-34b0e22000 rw-p 00000000 00:00 0
    34b1000000-34b1002000 r-xp 00000000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1002000-34b1202000 ---p 00002000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1202000-34b1203000 r--p 00002000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1203000-34b1204000 rw-p 00003000 fd:07 135534                         /lib64/libdl-2.12.so
    34b1400000-34b158a000 r-xp 00000000 fd:07 135527                         /lib64/libc-2.12.so
    34b158a000-34b1789000 ---p 0018a000 fd:07 135527                         /lib64/libc-2.12.so
    34b1789000-34b178d000 r--p 00189000 fd:07 135527                         /lib64/libc-2.12.so
    34b178d000-34b178e000 rw-p 0018d000 fd:07 135527                         /lib64/libc-2.12.so
    34b178e000-34b1793000 rw-p 00000000 00:00 0
    34b1800000-34b1817000 r-xp 00000000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1817000-34b1a17000 ---p 00017000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a17000-34b1a18000 r--p 00017000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a18000-34b1a19000 rw-p 00018000 fd:07 135532                         /lib64/libpthread-2.12.so
    34b1a19000-34b1a1d000 rw-p 00000000 00:00 0
    34b2000000-34b2083000 r-xp 00000000 fd:07 131322                         /lib64/libm-2.12.so
    34b2083000-34b2282000 ---p 00083000 fd:07 131322                         /lib64/libm-2.12.so
    34b2282000-34b2283000 r--p 00082000 fd:07 131322                         /lib64/libm-2.12.so
    34b2283000-34b2284000 rw-p 00083000 fd:07 131322                         /lib64/libm-2.12.so
    34b4000000-34b4016000 r-xp 00000000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4016000-34b4215000 ---p 00016000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4215000-34b4216000 r--p 00015000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4216000-34b4217000 rw-p 00016000 fd:07 135243                         /lib64/libnsl-2.12.so
    34b4217000-34b4219000 rw-p 00000000 00:00 0
    34b4800000-34b4816000 r-xp 00000000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    34b4816000-34b4a15000 ---p 00016000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    34b4a15000-34b4a16000 rw-p 00015000 fd:07 135531                         /lib64/libgcc_s-4.4.7-20120601.so.1
    7f6f2d4f0000-7f6f2d513000 rw-p 00000000 00:00 0
    7f6f2d513000-7f6f2d515000 r-xp 00000000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d515000-7f6f2d614000 ---p 00002000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d614000-7f6f2d615000 rw-p 00001000 fd:10 2104758                    /u01/app/11.2.0/grid/lib/libskgxn2.so
    7f6f2d615000-7f6f2dcdf000 r-xp 00000000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2dcdf000-7f6f2ddde000 ---p 006ca000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2ddde000-7f6f2de00000 rw-p 006c9000 fd:10 2104742                    /u01/app/11.2.0/grid/lib/libhasgen11.so
    7f6f2de00000-7f6f2de06000 rw-p 00000000 00:00 0
    7f6f2de06000-7f6f2dead000 r-xp 00000000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dead000-7f6f2dfad000 ---p 000a7000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dfad000-7f6f2dfb0000 rw-p 000a7000 fd:10 2104735                    /u01/app/11.2.0/grid/lib/libocr11.so
    7f6f2dfb0000-7f6f2e053000 r-xp 00000000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e053000-7f6f2e152000 ---p 000a3000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e152000-7f6f2e154000 rw-p 000a2000 fd:10 2104718                    /u01/app/11.2.0/grid/lib/libocrb11.so
    7f6f2e154000-7f6f2e15f000 r-xp 00000000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e15f000-7f6f2e25f000 ---p 0000b000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e25f000-7f6f2e260000 rw-p 0000b000 fd:10 2104764                    /u01/app/11.2.0/grid/lib/libocrutl11.so
    7f6f2e260000-7f6f2e261000 r-xp 00000000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e261000-7f6f2e460000 ---p 00001000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e460000-7f6f2e461000 rw-p 00000000 fd:07 132252                     /lib64/libaio.so.1.0.1
    7f6f2e46c000-7f6f30a3e000 r-xp 00000000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30a3e000-7f6f30c3d000 ---p 025d2000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30c3d000-7f6f30dd3000 rw-p 025d1000 fd:10 2104660                    /u01/app/11.2.0/grid/lib/libclntsh.so.11.1
    7f6f30dd3000-7f6f30df8000 rw-p 00000000 00:00 0
    7f6f30df8000-7f6f31081000 r-xp 00000000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f31081000-7f6f31180000 ---p 00289000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f31180000-7f6f311c2000 rw-p 00288000 fd:10 2104768                    /u01/app/11.2.0/grid/lib/libnnz11.so
    7f6f311c2000-7f6f311c4000 rw-p 00000000 00:00 0 Aborted (core dumped)
    Regards
    Siva Kumar

    The permission looks fine. If it was permission issue then y it is trying to read the DATA disk which I havent created this time at all ( But created in the first installation).
    2012-10-20 15:37:52.459: [ CRSMAIN][3563381328] Initializing OCR
    [ CLWAL][3563381328]clsw_Initialize: OLR initlevel [70000]
    2012-10-20 15:37:52.897: [ OCRASM][3563381328]proprasmo: *Error in open/create file in dg [DATA]*[ OCRASM][3563381328]SLOS : SLOS: cat=7, opn=kgfoAl06, dep=27140, loc=kgfokge
    2012-10-20 15:37:52.898: [ OCRASM][3563381328]ASM Error Stack : ORA-27140: attach to post/wait facility failed
    ORA-27300: OS system dependent operation:invalid_egid failed with status: 1
    ORA-27301: OS failure message: Operation not permitted
    ORA-27302: failure occurred at: skgpwinit6
    ORA-27303: additional information: startup egid = 1000 (oinstall), current egid = 10002 (dba)
    2012-10-20 15:37:52.967: [ OCRASM][3563381328]proprasmo: kgfoCheckMount returned [7]
    2012-10-20 15:37:52.967: [ OCRASM][3563381328]proprasmo: The ASM instance is down
    2012-10-20 15:37:52.968: [ OCRRAW][3563381328]proprioo: *Failed to open [+DATA].* Returned proprasmo() with [26]. Marking location as UNAVAILABLE.
    2012-10-20 15:37:52.968: [ OCRRAW][3563381328]proprioo: No OCR/OLR devices are usable
    2012-10-20 15:37:52.968: [ OCRASM][3563381328]proprasmcl: asmhandle is NULL
    The only disks created are
    [root@SFV9699 dev]# oracleasm listdisks
    ASM_DATA
    FLASH_RECOVERY
    And these disks are showing part of that group also.. Not quite sure how this happened..
    what abt dropping this group.. will anything work.

  • Urgent !!!! JOB STATUS : ERROR SQL-6550 ...

    The following error message appears under Job Status of Reports Server Queque Status report:
    : ORA-06550: line 1, column 13: PLS-00306: wrong number or types of arguments in call to 'REMOVE_JOB' ORA-06550: line 1, column 7: PL/SQL: Statement
    I couldn't find any documentation about the Procedure
    REMOVE_JOB.
    Could anybody help ????
    Thanks a lot !

    Are you using "Event based reporting" OR "Database" Job repository ?
    1) Enable tracing in $OH\reports\conf\server_name.conf (trace xml element). Look at the logs in
    $OH\reports\logs\
    This may give some clue. Any exceptions in the trace will give some clues.
    2) The script in which the function is in
    $OH\reports\admin\sql\rw_server.sql (function remove_job)
    3) Apply latest patch and try.
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))

    We are using DPM Version: 4.1.3465.0 with System Center 2012 Service Pack 1 to back up VMs in our Hyper V Cluster. We have a total of 37 VMs with a combination of 2008r2 servers and 2012 servers. One of our 2012 servers will not backup, and we consistently
    get the message "An unexpected error occurred while the job was running. (ID 104 Details: The parameter is incorrect (0x80070057))". I have seen this error message when I Googled it, but cannot get past it. I have deleted the Protection Group and
    data and tried to re-create, but get the same errors. I also thought the the server might be mis-reporting the data size, but I expanded that to cover the replication data. I have also tried to perform consistancy checks multiple times with no luck. I have
    not seen a difinitive answer from my Google searches, so was hopeful someone has seen this also, and have had success in resolving. Currently this server has no backup recovery points, so I am worried if it does crash. I think I have the rollups installed
    as well.

    Hi Kelly,
    does the issue still persists?

  • Error while executing the Job for Objects :null  Batch Risk Analysis

    Hi All,
    We've recently upgraded Virsa to version  5.3_14 .  I'm encountering a problem when executing the Batch Risk Analysis job for users, roles and profiles.  The job does not complete for some objects and it seems to be sporadic and shows this error: -
    Background Job History: job id=395, status=2, message=Error while executing the Job for Object(s) :ABROWN:null                                                                               
    I've attached the log for your review.
    Thanks in advance for your help.                                                                               
    Linda Lewis                                                                               
    Feb 9, 2011 1:47:53 PM com.virsa.cc.xsys.meng.ObjAuthMatcher <init>
    FINEST: ObjAuthMatcher constructed: 4ms, #singles=2141, #ranges=0, #super=0
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.riskanalysis.AnalysisEngine riskAnalysis
    WARNING:  Job ID:395 : Failed to run Risk Analysis
    java.lang.StringIndexOutOfBoundsException at java.lang.String.substring(String.java:1019)
    at com.virsa.cc.xsys.util.RuleLoader.getPermRule(RuleLoader.java:573)
    at com.virsa.cc.xsys.riskanalysis.AnalysisEngine.performActPermAnalysis(AnalysisEngine.java:1609)
    at com.virsa.cc.xsys.riskanalysis.AnalysisEngine.riskAnalysis(AnalysisEngine.java:321)
    at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchRiskAnalysis(BatchRiskAnalysis.java:1166)
    at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1464)
    at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:560)
    at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:363)
    at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:375)
    at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:92)
    at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:444)
    at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1236)
    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:332)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    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(AccessController.java:207)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.util.Lock lock
    FINEST: Lock:1004
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.util.Lock unlock
    FINEST: Unlock:1004
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.bg.BatchRiskAnalysis performBatchRiskAnalysis
    WARNING: Error: while executing BatchRiskAnalysis for JobId=395 and object(s):ABROWN: Skipping error to continue with next object: null Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.bg.BgJob updateJobHistory
    FINEST: --- @@@@@@@@@@@ Updating the Job History -
    2@@Msg is Error while executing the Job for Object(s) :ABROWN:null
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.bg.dao.BgJobHistoryDAO insert
    INFO: -
    Background Job History: job id=395, status=2, message=Error while executing the Job for Object(s) :ABROWN:null
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.util.Lock lock
    FINEST: Lock:1004
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.util.Lock unlock
    FINEST: Unlock:1004
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.bg.BatchRiskAnalysis performBatchRiskAnalysis
    INFO: --- BKG User Permission Analysis (System: P20:020) completed ---  elapsed time: 4522 ms
    Feb 9, 2011 1:47:54 PM com.virsa.cc.xsys.util.Lock lock
    Edited by: Linda Lewis on Feb 9, 2011 9:08 PM

    Hi,
    Was a solution found for this error?
    Thanks,
    Glen

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

  • An unexpected error occurred while the job was running. (ID: 104)

    I'm getting this error in the event logs when trying to run a consistency check / sync with one of our file servers.
    This server was working fine, but w needed to migrate the data to a new partition (GPT) to allow it to expand past the 2TB limit of MBR partitions.  I added a new 3TB disk migrated the data and changed the drive letter to what the old partition was
    prior.  Since then we seem to get this error.
    I have installed the update roll up on both the server and the agent side.  I have also removed the server from the protection group then re-added it.  I've also removed and reinstalled the agent on the file server.
    Any help is appreciated!  Here's the full error from the DPM server:
    The replica of E:\ on server is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. (ID: 3106)
    An unexpected error occurred while the job was running. (ID: 104)

    Server Version is Windows 2012 R2 STD.  DPM is 4.2.1235.0 (DPM 2012 R2).  I expanded the production file server.  All that server does is host up file shares.
    I suspected the fact that I created a new volume and changed drive letter back to the original to be the source cause of the issue.  What I ended up doing is blowing away the backups from this server on disk and re-adding it to the protection group. 
    It now runs much longer, but still times out at random with the error mentioned above.
    Vijay:  The error was copied from Event Viewer.  Not sure what else you require?  Event ID is 3106 from DPM-EM.
    The DPM logs say:
    Affected area: E:\
    Occurred since: 2015-01-05 2:04:38 AM
    Description: The replica of Volume E:\ on servername is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. You can recover data from existing recovery
    points, but new recovery points cannot be created until the replica is consistent.
    For SharePoint farm, recovery points will continue getting created with the databases that are consistent. To backup inconsistent databases, run a consistency check on the farm. (ID 3106)
     An unexpected error occurred while the job was running. (ID 104 Details: The semaphore timeout period has expired (0x80070079))
    Date inactivated: 2015-01-05 7:03:04 AM
    Recommended action: No action is required because this alert is inactive.
    Affected area: E:\
    Occurred since: 2015-01-05 2:04:38 AM
    Description: The replica of Volume E:\ on servername is inconsistent with the protected data source. All protection activities for data source will fail until the replica is synchronized with consistency check. You can recover data from existing
    recovery points, but new recovery points cannot be created until the replica is consistent.
    For SharePoint farm, recovery points will continue getting created with the databases that are consistent. To backup inconsistent databases, run a consistency check on the farm. (ID 3106)
     An unexpected error occurred while the job was running. (ID 104 Details: The semaphore timeout period has expired (0x80070079))

Maybe you are looking for

  • History, bookmarks and navigation have stopped working in firefox 3.6.8 for mac

    Firefox 3.6.8; Mac OS 10.5.8 The history function doesn't record anything; all my bookmarks are gone; I can't make any new bookmarks either. I tried safe mode, nothing changed. My forward/back arrows go away some times too. I tried reinstalling firef

  • Boot Camp issues in a new Mac Pro 6 core Westmere

    I'm trying to install WinXP SP2 on a drive in bay three of my new Mac Pro (with four internal drives). The boot camp instructions state that a boot camp installation should be done only on a drive in the lowest available numbered bay and that I shoul

  • Backspace button

    How do I forward space and backspace without deleting on my ipad?

  • HELP- My DVD Studio Pro stopped working

    I recently upgraded to leopard and my DVDSP stopped working. This is what I see when I load DVDSP. http://web.me.com/reeldamian/dvdsp/Blank.html I tried reinstalling DVDSP (first uninstalled - then reinstalled) I can't open anything. Also, my FCP won

  • CLibInit size in "Generate Size Report"

    I've got a handful of projects that use the Box2D Alchemy Port and noticed for each of them the size of cmodule.Box2D.CLibInit in the "Size Report" from Flash is different. The size seems to increase with the size of the project, but why would CLibIn