Error executing OS job

Hi,
I am hoping someone can shed some light on an issue I am having with an OS job.
The job type is an OS script, using the bash shell (/bin/bash), running on RH Linux 4.0; the OS script is:
/usr/bin/find /u/dump/export -type f -ctime +7 -exec /bin/rm {}\;
The error is: /usr/bin/find: missing argument to `-exec'
If I take the above command and paste it into a command window, it executes without issue.
Has anyone seen this one before?
Thanks for any insight you can give me.
rr

Some sort of escaping problem I assume.
Do some debugging.
change to
echo "/usr/bin/find /u/dump/export -type f -ctime +7 -exec /bin/rm {}\;" > /tmp/junk
see whats in /tmp/junk
Try
/usr/bin/find /u/dump/export -type f -ctime +7 -exec \/bin\/rm {}\;
To escape out the command.

Similar Messages

  • Error executing Rapidmart Job for Sales Rapidmart. AW_JOBEXECUTION not found error.

    Hello experts,
    I am currently in the processing of installing a sales rapidmart. I've followed all the steps up to the point of deploying the Sales_Load_SAP job in Data Services, however, when I run the job I receive the following error:
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    |Session Sales_Load_SAP
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    Sybase SQL Server <NAUSSAP011> error message for operation <ct_results>: <Sybase ASE Server message number <208> State <1>
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    Severity <16> From Server <NAUSSAP011>:   Message Text is: dbo.AW_JOBEXECUTION not found. Specify owner.objectname or use
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    sp_help to check whether the object exists (sp_help may produce lots of output).
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    >.
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    |Session Sales_Load_SAP
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    Function call <sql ( RM_DS, select LOAD_NUMBER from dbo.AW_JOBEXECUTION where NAME = 'Sales_Load_SAP' ) > failed, due to error
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    <70602>: <Sybase SQL Server <NAUSSAP011> error message for operation <ct_results>: <Sybase ASE Server message number <208>
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    State <1> Severity <16> From Server <NAUSSAP011>:   Message Text is: dbo.AW_JOBEXECUTION not found. Specify owner.objectname or
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    use sp_help to check whether the object exists (sp_help may produce lots of output).
    332
    15284
    RUN-050304
    11/13/2013 10:54:59 AM
    >.>.
    332
    15284
    RUN-053008
    11/13/2013 10:54:59 AM
    |Session Sales_Load_SAP
    332
    15284
    RUN-053008
    11/13/2013 10:54:59 AM
    INFO: The above error occurs in the context <|Session Sales_Load_SAP|Assignment Step 7 $G_LOAD_NUMBER=...|nvl(...) Function
    332
    15284
    RUN-053008
    11/13/2013 10:54:59 AM
    Parameter-1|sql(...) Function Body|>.
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    |Session Sales_Load_SAP
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    Sybase SQL Server <NAUSSAP011> error message for operation <ct_results>: <Sybase ASE Server message number <208> State <1>
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    Severity <16> From Server <NAUSSAP011>:   Message Text is: dbo.AW_JOBEXECUTION not found. Specify owner.objectname or use
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    sp_help to check whether the object exists (sp_help may produce lots of output).
    332
    15284
    DBS-070602
    11/13/2013 10:54:59 AM
    >.
    332
    15284
    INZ-120510
    11/13/2013 10:54:59 AM
    Error number <120510> occurred. There is no additional description. Notify Customer Support. Message parameters are:
    332
    15284
    INZ-120510
    11/13/2013 10:54:59 AM
    <CT_CMD_DROP failed>.
    I've checked the RM_DS data store to see if this table exists and it does not within that data store..Has anyone run into this error before? How was it resolved?
    Any and all assistance is greatly appreciated.
    - Eric.

    To update
    I created the table in the target database...I am now receiving the following errors:
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    |Session Sales_Load_SAP
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    Sybase SQL Server <NAUSSAP011> error message for operation <ct_results>: <Sybase ASE Server message number <102> State <181>
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    Severity <15> From Server <NAUSSAP011>:   Message Text is: Incorrect syntax near ')'.
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    >.
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    |Session Sales_Load_SAP|Function AW_StartJob
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    Function call <sql ( RM_DS, insert into dbo.AW_JOBEXECUTION (CLIENT_ID, NAME,
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    EXTRACTLOW, EXTRACTHIGH, STATUS, LOAD_ATTEMPT, LOAD_NUMBER, LOAD_DATE) values ('0060', 'Sales_Load_SAP',  '1990.01.01',
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
         '2013.11.13', 'started', 1,0, ) ) > failed, due to error <70602>: <Sybase SQL Server <NAUSSAP011> error message for
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    operation <ct_results>: <Sybase ASE Server message number <102> State <181> Severity <15> From Server <NAUSSAP011>:   Message
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    Text is: Incorrect syntax near ')'.
    15256
    10336
    RUN-050304
    11/13/2013 2:16:42 PM
    >.>.
    15256
    10336
    RUN-053008
    11/13/2013 2:16:42 PM
    |Session Sales_Load_SAP
    15256
    10336
    RUN-053008
    11/13/2013 2:16:42 PM
    INFO: The above error occurs in the context <|Session Sales_Load_SAP|16 If Step body|$ret=...|sql(...) Function Body|>.
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    |Session Sales_Load_SAP
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    Sybase SQL Server <NAUSSAP011> error message for operation <ct_results>: <Sybase ASE Server message number <102> State <181>
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    Severity <15> From Server <NAUSSAP011>:   Message Text is: Incorrect syntax near ')'.
    15256
    10336
    DBS-070602
    11/13/2013 2:16:42 PM
    >.
    15256
    10336
    INZ-120510
    11/13/2013 2:16:42 PM
    Error number <120510> occurred. There is no additional description. Notify Customer Support. Message parameters are:
    15256
    10336
    INZ-120510
    11/13/2013 2:16:42 PM
    <CT_CMD_DROP failed>.

  • Error while executing a JOB

    Post Author: rkolturu
    CA Forum: Data Integration
    I tried to execute a job which is compiled and error free but get the error below has any one of you any workaround for this problem
    5308 4880 PAR-010102 12.12.2007 08:44:52 |SessionJOB_XYZ
    5308 4880 PAR-010102 12.12.2007 08:44:52 Syntax error at line : 00297-182
    5308 4880 PAR-010102 12.12.2007 08:44:52 0-189393172: near found expecting .
    5308 4880 PAR-010102 12.12.2007 08:44:52 Syntax error at line : <>: near found .
    5308 4880 PAR-010102 12.12.2007 08:44:52 2 error(s), 0 warning(s).
    5308 4880 PAR-010102 12.12.2007 08:44:52 . Please check and fix the syntax and retry the operation.

    Hi,
    If  CI & DB are on different host this error normally occures.SAP return codes 236 means no connection to gateway, can you check it?
    Also check whether TCP/IP RFC connection SAPXPG_DBDEST_*  is working fine or not.If it is not working fine then please check whether you have mentioned below details
    Program              sapxpg
    Target Host          DB Host name
    Gateway Host    DB host/gateway host
    Gateway service sapgw##
    Also refer SAP Note  108777 - CCMS: Message 'SAPXPG failed for BRTOOLS' & Note 446172 - SXPG_COMMAND_EXECUTE (program_start_error) in DB13
    Hope this helps.
    Thanks,
    Sushil

  • Error on auto execute of job 1032656.. Where i can get the details?

    ORA-12012: error on auto execute of job 1032656
    ORA-04063: ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "ORACLE_OCM.MGMT_DB_LL_METRICS"
    ORA-06512: at line 1
    ORA-1580 signalled during: alter database backup controlfile to 'backup_control_file.ctl'..
    Hi All,
    I am getting the above error in my alert log.
    When i check in my dba_jobs there were only two jobs having job column 1 & 21.
    Where i can see the job 1032656 and its details ?
    Regards
    Arun

    Hi Arun,
    This is due to invalid objects in ORACLE_OCM schema.
    Please read metalink note id:
    Invalid Objects After Revoking EXECUTE Privilege From PUBLIC [ID 797706.1]
    Symptoms
    OEM recommends that EXECUTE privilege being revoked from PUBLIC. After revoking the privilege, the following errors appeared in alert log:
    ORA-12012: error on auto execute of job 66171
    ORA-04063: package body "ORACLE_OCM.MGMT_DB_LL_METRICS" has errors
    ORA-06508: PL/SQL: could not find program unit being called: ORACLE_OCM.MGMT_DB_LL_METRICS"
    ORA-06512: at line 1 has errors .
    Also, the below query returns invalid rows count (approximately 46 rows)
    SQL> select object_name, owner, object_type, status from dba_objects where status = 'INVALID';
    Owners of invalid objects are ORACLE_OCM and WMSYS
    *Cause*
    At the time of installation of the database, Oracle execute scripts that test to see if PUBLIC access is granted to all of the routines that ORACLE_OCM and WMSYS need access to. If PUBLIC access is NOT available, Oracle scripts grant specific access rights. However, If EXECUTE privilege is revoked from PUBLIC after installation, then those specific access rights needs to be granted manually.
    *Solution*
    You will need to grant execute on UTL_FILE and DBMS_SCHEDULER to ORACLE_OCM and WMSYS. The below action plan should solve the issue:
    SQL> grant execute on UTL_FILE to oracle_ocm;
    SQL> grant execute on DBMS_SCHEDULER to oracle_ocm;
    SQL> grant execute on UTL_FILE to wmsys;
    SQL> grant execute on DBMS_SCHEDULER to wmsys;
    SQL> shutdown immediate;
    SQL> startup restrict;
    SQL> @utlrp.sql /* $ORACLE_HOME/rdbms/admin/@utlrp.sql */
    SQL> shutdown immediate;
    SQL> startup;
    Regards
    Rajesh

  • Error when scheduling job (JOB_SUBMIT) when execute PC in WAD

    Dear BIers,
      I execute a Process Chain in commond button of WAD, however, I got the error message:
      Job BI_PROCESS_DTP_LOAD could not be scheduled. Termination with returncode 8
      Returncode '8' means ' Error when scheduling job (JOB_SUBMIT).
    Any suggestions are appreciated.
    B.R
    Gerald

    Dear Raju,
    Have you checked SM21? Maybe you have a problem with your TemSe object. If this is the case a basis guy should know how to handle it.
    Greetings,
    Stefan

  • 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

  • Error while executing the Job:Cannot assign NULL to host variable 1

    Hello!
    I have the following issue:
    Error while executing the Job:Cannot assign NULL to host variable 1. setNull() can only be used if the corresponding column is nullable. The statement is "INSERT INTO "VIRSA_... (see log for details)
    Note 1362138 - Rule generation - null pointer exception virsa_cc_rtmap  doesn't me. After uploading files of ZCC_DOWNLOAD_SAPOBJ and ZCC_DOWNLOAD_DESC I got the same problem during job running...
    How can I find out where is the problem?

    Hi
    That looks like your fields are disabled but they could still be causing the problem edited ( nah - talking rubbish as you've put dummy " " in there) edited - the 'null' error caused many background jobs to fail but, once we had the evidence to show the space (somebody had pressed enter instead of delete/backspace to clear the entry) it stopped the problem - just a bit of learning on the job which we all go through for the GRC chaps in KL.
    A " " would be valid but a    (I know you can't see it but it's there wouldn't be      )
    edited.When you did an edit/replace did it say it had replaced anything please?edited
    The word doc option does sound good!
    Cheers
    David
    Edited by: David Berry on Nov 4, 2010 7:33 PM

  • Error while executing DI job

    Hi,
    we executed a Job and execution went fine for many Workflows and it got aborted in a dataflow with a strange error.
    Please Find Below the error.
      @SRV-210112, ERROR, 0, 0.000, 8671.266, 0.000, 0, SRV-210112: |Dataflow sample_SF_DF: Data flow failed to start with command <-PLocaleUTF16 -T14 -r1000 -RRepository -UDI_JOBS2 -h -P;754A3F83872043440243A68F16AD87D9EE4AB0293BA71C1FAEAE224EEC8E7AB25C4BB7D5C7D3499FCD4BBFDE51FEA19C -Ssample_server -LocaleGV -NOracle -Cn -m"sample_SF_DF:sample_SF_WF" -B"2009031521002053281920_1" -no_audit -nParentContext/JOB/WF/sample_SF_WF/sample_SF_DF@@a989125e-1d00-424e-872a-436c353301f5
       -Ch45 -ServerGroup -ClusterLevelJOB -KdcP5328 -KdcIDU308 -KdcIDED:\Program Files\Business Objects\Data Integrator 11.7/log/dev_server/di_jobs2/error_03_15_2009_21_00_19_367__d8015647_b561_4d6f_8e57_16e8fcec4229.txt -KdcCp -KdcIDP
    .\pipe\456c4d4c-921c-4769-8012-d5e38d930aee -KdcSsample_SF_DF_1_1 -Cjxxxx -Cp3500>.
    Kindly Give me your thoughts on this
    Thanks in Advance.
    Saravanan
    Edited by: saravanan v on Mar 16, 2009 10:03 AM

    Hi,
    loading a 37MB file shouldnt be a problem without splitting it. i´ve loaded GB size flatfiles without problems.
    Did you checked the error.txt as stated in the message? Whats in there.
    If you split the file and you can load it, you have enough space in your DB.
    Please check the memory utilization of your server during executing the job with one file. Maybe the Server is too busy...what would be strange with a 37MB file.
    Regards
    -Seb.

  • From Time to Time error while executing RMAN Job

    Hi everybody,
    i have a strange problem. From time to time i recieve following error when executing a Job from Grid Control (Enterprise Manager).
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04004: Fehler aus Recovery-Katalog-Datenbank: ORA-12170: TNS: Connect Timeout aufgetreten
    After that error the Job uses the Control File of the Database so the job runs. The strange thing for me is, that sometimes the jobs runs without problems and sometimes it gaves the error shown above.
    For clarifying. Grid Control runs on a Unix (Sun Solaris) Machine and the target Database runs on a Windows Server in a DMZ. I tried to find out what the problem is but neither on the windows server nor on the firewall side there are any problems.
    So can anybody help me finding out what the problem is?
    Any help would be appreciated.
    Greetings

    Hi sunny,
    i have tried the tnsping several times. There is no problem with this. The tnsping works without problems and in an appropriate time.
    When i issue the command on our unix machine it shows the following:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = srvxyz)(PORT = 1521))) (CONNECT_DATA = (SID = db1) (SERVICE_NAME = db1)))
    OK (10 msec)
    And when issue it on the Windows Server the follwoing output is shown:
    TNS Ping Utility for 64-bit Windows: Version 10.2.0.4.0 - Production on 26-APR-2011 10:35:45
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Parameterdateien benutzt:
    O:\ORACLE\product\10.2.0\network\admin\sqlnet.ora
    Adapter TNSNAMES zur Auflösung des Alias benutzt
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = SRVXYZ)(Port = 1521))) (CONNECT_DATA = (SID = db1)))
    OK (0 ms)
    So any other ideas??

  • Code in before report getting executed but "Job error is: BIP job failed."

    Customer is executing a BIP job that fires a pl/sql procedure via before report trigger. Procedure is completing successfully. But the BIP report is not getting generated. ESS process ends in error with the following error:
    oracle.as.scheduler.ExecutionErrorException: ESS-07033 Job logic indicated a system error occurred while executing an asynchronous java job for request 604103. Job error is: BIP job failed.
         at oracle.as.scheduler.rp.AsyncFinalizeProcessor.processFinalizeRequest(AsyncFinalizeProcessor.java:131)
         at oracle.as.scheduler.rp.AsyncJavaSysExecWrapper.finalizeExecution(AsyncJavaSysExecWrapper.java:250)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecute(EndpointProcessor.java:1018)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecuteWrapper(EndpointProcessor.java:980)
         at oracle.as.scheduler.adapter.EndpointImpl.finalizeExecute(EndpointImpl.java:561)
         at oracle.as.scheduler.ejb.EssAppEndpointBean.finalizeExecute(EssAppEndpointBean.java:162)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy197.finalizeExecute(Unknown Source)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.MDOMethodInvoker.invoke(MDOMethodInvoker.java:35)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.finalizeExecute(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.invokeFinalizeExecute(RequestProcessor.java:8133)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.execStage_Finalize(RequestProcessor.java:7331)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.process_execute(RequestProcessor.java:4813)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.dispatchHandler(RequestProcessor.java:2833)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processExecuteEvent(RequestProcessor.java:696)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processUpdateEvent(RequestProcessor.java:1345)
         at oracle.as.scheduler.adapter.ra.WorkUnitWorkerBase.processWork(WorkUnitWorkerBase.java:199)
         at oracle.as.scheduler.adapter.ra.WAWorker.run(WAWorke...
    Any tips/pointers on possible issues? Could this be a template corruption?

    Any reply for the above error please.I do have the same issue.
    Please suggest.

  • Error on auto execute of job

    Hii,
    I am using Oracle 11g version 11.2.0.2.0
    From last few days i am getting the error
    ORA-12012: error on auto execute of job 179297
    ORA-01403: no data found
    ORA-06512: at line 1
    in my alert log.
    The trace file details are :
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:13735M/32756M, Ph+PgF:77877M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 30
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-10-27 00:10:17.259
    *** SESSION ID:(394.10451) 2012-10-27 00:10:17.259
    *** CLIENT ID:() 2012-10-27 00:10:17.259
    *** SERVICE NAME:(SYS$USERS) 2012-10-27 00:10:17.259
    *** MODULE NAME:() 2012-10-27 00:10:17.259
    *** ACTION NAME:() 2012-10-27 00:10:17.259
    ORA-12012: error on auto execute of job 19030
    ORA-01403: no data found
    ORA-06512: at line 1
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:7765M/32756M, Ph+PgF:70412M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 260
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-11-06 13:50:27.895
    *** SESSION ID:(1282.5387) 2012-11-06 13:50:27.895
    *** CLIENT ID:() 2012-11-06 13:50:27.895
    *** SERVICE NAME:(SYS$USERS) 2012-11-06 13:50:27.895
    *** MODULE NAME:() 2012-11-06 13:50:27.895
    *** ACTION NAME:() 2012-11-06 13:50:27.895
    ORA-12012: error on auto execute of job 68977
    ORA-01403: no data found
    ORA-06512: at line 1
    Trace file C:\APP\MANAGER\diag\rdbms\c2kprod\c2kprod\trace\c2kprod_j002_5552.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Windows NT Version V5.2 Service Pack 2
    CPU : 24 - type 8664, 2 Physical Cores
    Process Affinity : 0x0x0000000000000000
    Memory (Avail/Total): Ph:13738M/32756M, Ph+PgF:77307M/95801M
    Instance name: c2kprod
    Redo thread mounted by this instance: 1
    Oracle process number: 165
    Windows thread id: 5552, image: ORACLE.EXE (J002)
    *** 2012-12-03 11:23:33.693
    *** SESSION ID:(1350.229) 2012-12-03 11:23:33.693
    *** CLIENT ID:() 2012-12-03 11:23:33.693
    *** SERVICE NAME:(SYS$USERS) 2012-12-03 11:23:33.693
    *** MODULE NAME:() 2012-12-03 11:23:33.693
    *** ACTION NAME:() 2012-12-03 11:23:33.693
    ORA-12012: error on auto execute of job 179297
    ORA-01403: no data found
    ORA-06512: at line 1
    Can anybody please tell what happened and what is solution for this.
    Thanks

    I cann't help you. It is your DB you have to know what's your environment. What application/users are connected to DB.
    You may find some glue in column log_user,priv_user, schema_user. From those column you could find DB schema under whitch job is created. then investigave if there is any PL/SQL code. If yes go to the code and look for dbms_job.submit procedure.
    If no PL/SQL then you must found who is connecting under DB schema and ask then.
    Or at last: may be you could audit access to sys.job$ table to find who is manipulating with data - but I don't recomend it before testing this on some test DB to be sure that there is no bad side effect of monitoring ORACLE data dictionary table.
    This DB is production DB or test/development DB ?
    Edited by: spajdy on Dec 5, 2012 12:14 PM

  • 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

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • Error while running job which is in DBA_JOBS

    All,
    My environment is Oracle - 10.2.0.4.0
    Linux - 2.6
    2 Node RAC environment
    I have a job which is listed in DBA_JOBS. It is not auto executing. When I run manually, I am getting error.
    Please see the error details below.
    SQL> exec dbms_job.run(1);
    BEGIN dbms_job.run(1); END;
    ERROR at line 1:
    ORA-12011: execution of 1 jobs failed
    ORA-06512: at "SYS.DBMS_IJOB", line 413
    ORA-06512: at "SYS.DBMS_JOB", line 275
    ORA-06512: at line 1
    When I check the alert log files, I am getting following message. Looks like some privilege issue. Can somebody help me. Job is owned by System and ran by System.
    Mon Aug 10 11:09:27 2009
    Errors in file ****************.trc:
    ORA-12012: error on auto execute of job 1
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2251
    ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2457
    ORA-06512: at "SYS.DBMS_IREFRESH", line 685
    ORA-06512: at "SYS.DBMS_REFRESH", line 195

    Lose the double quote and use 2 single quotes instead.
    And bear in mind:
    - next_date = DATE
    - interval = VARCHAR2
    PROCEDURE SUBMIT
    Argumentnaam                   Type                    In/Out Standaard?
    JOB                            BINARY_INTEGER          OUT
    WHAT                           VARCHAR2                IN
    NEXT_DATE                      DATE                    IN     DEFAULT
    INTERVAL                       VARCHAR2                IN     DEFAULT
    NO_PARSE                       BOOLEAN                 IN     DEFAULT
    INSTANCE                       BINARY_INTEGER          IN     DEFAULT
    FORCE                          BOOLEAN                 IN     DEFAULT
    So, try:
    begin
    dbms_job.submit( job => :jobno
                   , what => 'begin dbms_refresh.refresh(''ADDR''); end;'
                   , next_date => sysdate
                   , interval => 'sysdate + 1/1440'
    commit;
    end;

  • Error in Backup job scheduling in DB13

    Hi All
    Backup job scheduled in DB13 kicks error ,I am using Oracle as database and ERP6.0
    database and application are on diffrent servers.Before it was working fine,I didn't changed any password
    I can run backupjob sucessfully directly from BRtools on database server.Please provide any hint
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000060, user )
    No application server found on database host - rsh/gateway will be used
    Execute logical command BRBACKUP On host DLcSapOraG08
    Parameters:-u / -jid INLOG20090120204230 -c force -t online -m incr -p initerd.sap -w use_dbv -a -c force -p in
    iterd.sap -cds -w use_rmv
    BR0051I BRBACKUP 7.00 (31)
    BR0128I Option 'use_dbv' ignored for 'incr'
    BR0055I Start of database backup: bdztcorv.ind 2009-01-20 20.42.31
    BR0484I BRBACKUP log file: D:\oracle\ERD\sapbackup\bdztcorv.ind
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance ERD failed
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310E Connect to database instance ERD failed
    BR0056I End of database backup: bdztcorv.ind 2009-01-20 20.42.32
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0054I BRBACKUP terminated with errors
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.32
    BR0291I BRARCHIVE will be started with options '-U -jid INLOG20090120204230 -d disk -c force -p initerd.sap -cds -w use_rmv'
    BR0002I BRARCHIVE 7.00 (31)
    BR0181E Option '-cds' not supported for 'disk'
    BR0280I BRARCHIVE time stamp: 2009-01-20 20.42.33
    BR0301W SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    BR0310W Connect to database instance ERD failed
    BR0007I End of offline redo log processing: adztcorw.log 2009-01-20 20.42.32
    BR0280I BRARCHIVE time stamp: 2009-01-20 20.42.33
    BR0005I BRARCHIVE terminated with errors
    BR0280I BRBACKUP time stamp: 2009-01-20 20.42.33
    BR0292I Execution of BRARCHIVE finished with return code 3
    External program terminated with exit code 3
    BRBACKUP returned error status E
    Job finished

    Hi,
    not sure if the recommendations given will address this issue.
    You are getting this error:
    BR0301E SQL error -1017 at location BrDbConnect-2, SQL statement:
    'CONNECT /'
    ORA-01017: invalid username/password; logon denied
    the log file indicates:
    > No application server found on database host - rsh/gateway will be used
    This indicated that the user that is connecting from the AS to the DB server is not properly configured to perform the DB tasks on it.
    So, first question would be to know if you have configured a gateway on the DB server and how, or if you are using remote shell.
    Second question, you can do backups on the DB server.
    > I can run backupjob sucessfully directly from BRtools on database server
    How did you run exactly the backup job (what is the exact command line, what is the exact OS user that executed it)?
    What is the OS of the DB server?
    I have reread your post, your OS is windows therefore you fall in the "typical" error in Windows.
    You have executed your backup as <sid>ADM and it works. Unfortunatelly, in windows, SAP is exectuted by SAPSERVICE<sid>, and this is the user who should be connecting to your DB server, and this is the user who cannot execute the backup.
    The fact that you can run the backup with <sid>ADM in Windows does not means that you have SAPService<sid> properly configured.
    For the error (see before) I think your ops$ user for this user is not properly configured in the DB server. take a look at the note mentioned by KT and pay attention to the SAPSERVICE<sid> configuration
    Edited by: Fidel Vales on Jan 24, 2009 12:45 AM

Maybe you are looking for

  • HT5100 How do I create an iTunes U account for my institution?

    This is admittedly a rather dumb question, but I am in academic administration for a postgraduate institution and I am interested in utilizing iTunes U to house some of our content.  I'd like to create an account, not simply as a course manager (done

  • Purchase Ledger Chile - S_ALR_87099947

    Hi, I'am having a problem when i´m generating the reporting (Purchase Ledger - Chile), because it appears the reference transaction CAJO when is associated as a funds constitution/reposition in FBCJ. I think that is not suppose to appear. It should o

  • SQL*Plus and NLS_DATE_FORMAT

    So, I haven't visited this topic in a long time, so I'm trying to refresh my memory on how everything works ... We set our NLS_DATE_FORMAT at the system level ... what ... 4 years ago to 'MM/DD/RR'. Despite the fact that I set this to something more

  • Over to T - Mobile

    Hello all Im on AT&T now but im going over to T - Mobile what should I look out for? Whats the best pain for the n900 on T - Mobile? Does any one get drop calls with there n900 on T - Mobile? if so is it real bad thank you

  • Cannot download CoolIris. There am some other sites that I cannot download with Firefox but can with chrome.

    I am using version 3.6 .13 I cannot download from CoolIris. In the past I've been able to mouse over the picture and CoolIris worked immediately. When I did this today it brought me to the CoolIris website and said I needed to download an update. I t