Auto execution job error

Hi Experts,
I am working on Database version: 10.2.0.5.0 (10G).
Currently I got stuck with one error:
ORA-12012: error on auto execute of job 163~ORA-06550: line 1, column 96:~PLS-00201: identifier 'PROC_REF_MV_AMENDMENT' must be declared~ORA-06550: line 1, column 96:~PL/SQL: Statement ignored
I have one materialized view MV_AMENDMENT_DASHBOARD.
To refresh MView I have created procedure PROC_REF_MV_AMENDMENT as below:
Create procedure PROC_REF_MV_AMENDMENT
IS
BEGIN
--have removed codes like dropping index and recreating it.
dbms_mview.refresh('MV_AMENDMENT_DASHBOARD','C');
DBMS_STATS.GATHER_TABLE_STATS (
   ownname          => 'schemaname',
   tabname          => 'MV_AMENDMENT_DASHBOARD',
   estimate_percent => 30);
ENDHave created job like:
dbms_job.submit(
job_no,
'PROC_REF_MV_AMENDMENT;',
trunc(SYSDATE),
'trunc(SYSDATE+1)+(10/24)');But I am getting above mentioned error, at the time of its auto-execution.
Manually I am able to execute this job using DBMS_JOB.RUN(job_no).
I have checked procedure status as valid.
Will really appreciate your help.
Many Thanks

Hi,
What i can understand out of what you have stated is you need to create a procedure and schedule it in oracle so it will execute on a particuler time.
If above is your requirement then you have procedure created and as you said its valid as well then why dont you create a job to execute it on a paritculer time like
begin
DBMS_SCHEDULER.CREATE_JOB(
JOB_NAME           =>      'JOB_FOR_TEST',
JOB_TYPE           =>      'PLSQL_BLOCK',
JOB_ACTION         =>      'begin YOUR_PROC_NAME; end;',
START_DATE         =>      SYSTIMESTAMP,
END_DATE           =>      NULL,
COMMENTS           =>      'JOB IS CREATED FOR TEST PURPOSE.',
ENABLED            =>      TRUE,
REPEAT_INTERVAL    =>      'freq=daily; byhour=20; byminute=0; bysecond=0;');
end;Add the frequency as your requirement.

Similar Messages

  • Account is SysAdmin - but Non-SysAdmins have been denied permission to run DTS Execution job steps without a proxy account.

    Hi,
    I have a SQL Agent Job that executes an SSIS package.  However when I manually execute the SQL Agent job from SSMS I get the following seemingly common error:
    "Non-SysAdmins have been denied permission to run DTS Execution job steps without a proxy account."
    However, the job owner is a member of both the SQL SysAdmin role, and also a member of the operating system's Administrators group.
    The SQL Agent Service is running under Local Service (not something within my control unfortunately).
    I have found many posts suggesting setting up a proxy account etc, but that seems to be for the case where the job owner is not a sys admin.  To be clear, the job owner IS a sysadmin.
    This is occurring in the Production environment.  I have two other, seemingly identical environments that are working fine, so i am wondering if I have missed something obvious.
    Any idea what I've missed?
    details:
    Windows Server 2008 R2 Standard
    SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64)    Enterprise Edition
    Note - the jobs were migrated to the broken environment by scripting them from Env 1, with If exists, drop, create etc.
    Thanks
    Guy
    Guy

    Obviously, as soon as I post this I figure out the issue:
    In the script i had provided for migrating the job to the new environment (to which I have no access) the DBA replaced the @owner_login_name value with a different login.  The account he used does have SysAdmin privileges  but for some reason
    changing the account in the script did not correctly update in the job.
    On opening the job in SSMS it appeared to have the correct owner account, but using GUI to look up the specific account and adding it this way, while appearing to make no difference, has in fact solved the problem.
    My assumption therefore is that updating the @owner_login_name when scripting the job is not the same as actually editing the job owner itself.
    Guy
    Guy

  • Choose file by FM F4_FILENAME more times then program auto execution!

    Dear all,
      I met a situation: one program have file path to enter,press F4 for file selection screen popup,choose file then OK back to program,and i find the file selection is wrong,so choose file again by F4...after back,program is auto execution...more than 2 times file selection will occurs this problem...i use FM F4_FILENAME code in event AT-SELECTION SCREEN, detail as follow:
    DATA: P_PATH  LIKE IBIPPARMS-PATH.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_PATH.
      CALL FUNCTION 'F4_FILENAME'
           EXPORTING
                FIELD_NAME = 'PATH'
           IMPORTING
                FILE_NAME  = P_PATH.
    Is there anything wrong in my code? or solution for this situation?  Tks!
    BR
    Regina

    Use FILE_OPEN_DIALOG.
    DATA: L_FILETAB     TYPE FILETABLE,
          L_FILETAB_H   TYPE FILETABLE WITH HEADER LINE,
          INITIAL_DIR_PATH TYPE STRING,
          L_RC          TYPE I.
      REFRESH L_FILETAB.
      INITIAL_DIR_PATH = 'C:\'.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG
        EXPORTING
        WINDOW_TITLE            = 'Select the Asset Master Data file'
       DEFAULT_EXTENSION       =
       DEFAULT_FILENAME        =
        FILE_FILTER             = 'Text Files (.TXT)|.TXT|'
        INITIAL_DIRECTORY       = INITIAL_DIR_PATH
          MULTISELECTION          = SPACE
       WITH_ENCODING           =
        CHANGING
          FILE_TABLE              = L_FILETAB
          RC                      = L_RC
       USER_ACTION             =
       FILE_ENCODING           =
        EXCEPTIONS
          FILE_OPEN_DIALOG_FAILED = 1
          CNTL_ERROR              = 2
          ERROR_NO_GUI            = 3
          NOT_SUPPORTED_BY_GUI    = 4
          OTHERS                  = 5
      IF SY-SUBRC <> 0.
        WRITE:/ 'Error while selecting the input file'.
      ELSE.
        LOOP AT L_FILETAB INTO L_FILETAB_H.
          FNAME = L_FILETAB_H-FILENAME.
          EXIT.
        ENDLOOP.
      ENDIF.

  • Auto confing throws error

    Hello
    When I ran auto config on database tier i am getting this issue what could be the reason
    I had install oracle apps R12 on windowsXp
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_sunrise
    afdbprf.cmd INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_sunrise
    adcrobj.cmd INSTE8_APPLY 1
    when on appllcations i am getting auto config with erros
    AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\inst\apps\VIS_sunrise\admin\install
    adgendbc.cmd INSTE8_SETUP 1
    afcpnode.cmd INSTE8_SETUP 1
    afgcsreg.cmd INSTE8_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\inst\apps\VIS_sunrise\admin\install
    adadmprf.cmd INSTE8_PRF 1
    afadmprf.cmd INSTE8_PRF 1
    afcpctx.cmd INSTE8_PRF 1
    afcpgsm.cmd INSTE8_PRF 1
    igccmprf.cmd INSTE8_PRF 1
    jtfictx.cmd INSTE8_PRF 1
    okladmprf.cmd INSTE8_PRF 1
    txkJavaMailerCfg.cmd INSTE8_PRF 1
    txkWebServicescfg.cmd INSTE8_PRF 1
    AutoConfig is exiting with status 12
    thanks
    Sunil
    Edited by: RedRose on Jun 15, 2012 9:01 AM

    hello
    windows XP Service Pack 3 and application Rel 12.1.1
    I hope i had problem with listener
    database autoconfig log file information:
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : sunrise
    sDbDomain : apps.com
    sDbPort : 1567
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@sunrise.apps.com:1567:VIS
    Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sunrise.apps.com)(PORT=1567))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sunrise.apps.com)(PORT=1567))(CONNECT_DATA=(SERVICE_NAME=VIS.apps.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
         Verifying connection to the Database : Could not be stablished
         No Restore Profile file created.
    Restore Profile utility ran successfully
    ===========================================================================
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_sunrise\06142330\adcvmlog.xml.06142332
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_sunrise
    afdbprf.cmd INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_sunrise
    adcrobj.cmd INSTE8_APPLY 1
    AutoConfig is exiting with status 2
    applications side auto config log file information;
    tantiateFile:
    C:\oracle\VIS\inst\apps\VIS_sunrise\admin\install\igccmprf.cmd
    script returned:
    Thu 06/14/2012
    11:08 PM
    Enter the Username/Password: ECHO is off.
    ECHO is off.
    Thu 06/14/2012 11:08 PM
    ECHO is off.
    ECHO is off.
    This script requires the following files:
    ECHO is off.
    C:\cygwin\bin\bin\vcvars32.bat
    ECHO is off.
    APPSORA.cmd exiting with status 0
    ECHO is off.
    The environment settings are as follows ...
    ECHO is off.
    ORACLE_HOME : C:\oracle\VIS\apps\tech_st\10.1.2
    ORACLE_SID :
    TWO_TASK : VIS
    PATH : C:\oracle\VIS\apps\apps_st\appl\au\12.0.0\bin;C:\oracle\VIS\apps\apps_st\appl\fnd\12.0.0\bin;C:\oracle\VIS\apps\apps_st\appl\ad\12.0.0\bin;C:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\apps\apps_st\comn\util\unzip\unzip;C:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;C:\oracle\VIS\apps\tech_st\10.1.2\bin;C:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;C:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\cygwin\bin;C:\WINDOWS;C:\WINDOWS\system32;C:\oracle\VIS\apps\tech_st\10.1.3\ant\bin
    LD_LIBRARY_PATH : C:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\lib;C:\oracle\VIS\apps\tech_st\10.1.2\lib;C:\oracle\VIS\apps\apps_st\appl\cz\12.0.0\bin;C:\oracle\VIS\apps\tech_st\10.1.2\lib
    ECHO is off.
    ECHO is off.
    Running SQL script
    ECHO is off.
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Jun 14 23:08:22 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    Error returned while running igccmprf.cmd
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP MSC_TOP IEO_TOP BIS_TOP AMS_TOP CCT_TOP WSH_TOP CLN_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP IGS_TOP IBY_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP OZF_TOP IES_TOP CSD_TOP IGC_TOP
    ===========================================================================
    Starting Restore Profile utility at Thu Jun 14 23:08:23 IST 2012
    Using version 120.4
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='jdbc:oracle:thin:@(DESCRIPTION=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=sunrise)(PORT=1567)))(CONNECT_DATA=(SID=VIS)))'
    Trying to connect using APPS_JDBC_URL
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : sunrise
    sDbDomain : apps.com
    sDbPort : 1567
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@sunrise.apps.com:1567:VIS
    Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sunrise.apps.com)(PORT=1567))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Exception occurred: java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sunrise.apps.com)(PORT=1567))(CONNECT_DATA=(SERVICE_NAME=VIS.apps.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
         Verifying connection to the Database : Could not be stablished
         No Restore Profile file created.
    Restore Profile utility ran successfully
    ===========================================================================
    adcvmlog.xml renamed to C:\oracle\VIS\inst\apps\VIS_sunrise\admin\log\06142259\adcvmlog.xml.06142308
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\inst\apps\VIS_sunrise\admin\install
    adgendbc.cmd INSTE8_SETUP 1
    afcpnode.cmd INSTE8_SETUP 1
    afgcsreg.cmd INSTE8_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\inst\apps\VIS_sunrise\admin\install
    adadmprf.cmd INSTE8_PRF 1
    afadmprf.cmd INSTE8_PRF 1
    afcpctx.cmd INSTE8_PRF 1
    afcpgsm.cmd INSTE8_PRF 1
    igccmprf.cmd INSTE8_PRF 1
    jtfictx.cmd INSTE8_PRF 1
    okladmprf.cmd INSTE8_PRF 1
    txkJavaMailerCfg.cmd INSTE8_PRF 1
    txkWebServicescfg.cmd INSTE8_PRF 1
    AutoConfig is exiting with status 12
    Edited by: RedRose on Jun 15, 2012 9:46 AM

  • Lpq outputs print jobs + error T: unknown: moving-to-paused +

    Dears,
    I have setup remote printing, printing from the client show the print queue at print server(T) however command does not get executed and it outputs
    print jobs + error "T: unknown: moving-to-paused"
    When is triggered lpstat command before printing
    # lpstat -t
    scheduler is running
    system default printer: T
    device for Alis: /dev/ecpp0
    device for T: /dev/lp1
    Alis accepting requests since Wed Jan 25 14:27:39 2012
    T accepting requests since Wed Jan 25 14:39:03 2012
    printer Alis is idle. enabled since Sun Feb 19 11:23:34 2012. available.
    printer T is idle. enabled since Sun Feb 19 12:03:31 2012. available.
    When is triggered lpstat command After printing
    bash-3.2# lpstat -t
    scheduler is running
    system default printer: T
    device for Alis: /dev/ecpp0
    device for T: /dev/lp1
    Alis accepting requests since Wed Jan 25 14:27:39 2012
    T accepting requests since Wed Jan 25 14:39:03 2012
    printer Alis is idle. enabled since Sun Feb 19 11:23:34 2012. available.
    printer T waiting for auto-retry. available.
    Failed to open the printer port. (Device busy)
    T-80 [email protected] 201097 Feb 19 12:28 f iltered
    T-81 [email protected] 600569 Feb 19 12:28 f
    lpq
    ===
    bash-3.2# lpq
    T: unknown: moving-to-paused
    Rank Owner Job File(s) Total Size
    1st appltest 80 /global/u02/oracle/TEST/inst/app201097 bytes
    2nd appltest 81 /global/u02/oracle/TEST/inst/app600569 bytes

    Hi Freind,
    I hope you are doing good.
    Q1l:-
    Are these printers really physically attached to your Ultra-* parallel port (/dev/ecpp0)?
    and what device is "/dev/lp1"?
    Answer:-
    "/dev/lp1" which is printer "T" and "/dev/ecpp0" which is printer "Alis" are configured at OS level via "printmgr" on the same machine.
    This machine hostname is "tprinter" which is a print server. It is connected physically to "CIMA6120 LINE PRINTER".
    [what I meant is: what physical port is this printer attached to on the Solaris machine? is this a Ultra 5/10/60 machine? I don't recall the /dev/ecpp port
    existing on any modern sun hardware]
    "failed to open printer port" can mean:
    Answer2:-  It's is a 25 pin serial port cable connected to 25 pin parallel port of Optiplex GX100 machine.  I installed solaris 10 x86 to make print server. as our CIMA6120 its not a network printer, and our company want to print reports from oracle application to this printer.
    Q:-you have attached your printer to the wrong port?
    Answer: it is connected to the correct port.
    [again . . how do you know this or test this?]
    Answer2:- it is connected at the rare panel of the machine on a 25-hole connector (bidirectional).
    Q:-you have attached your printer to the right port, but are using the wrong name?
    Answer: I think we could have Alias, not necessarily give the same printer name.
    [what i was getting at here is that you think the printer is attached to the parallel port, but actually the cable
    is actually attached to the wrong port. For example the serial port on those older machines will fit but in that case, if you configure the printer with ecpp
    it's not pointing to the correct port]
    Answer2:-  I configured CIMA6120 with "/dev/lp1" port which was perfectly working, I print numerous pages with this configuration, Suddenly this error "moving-to-paused" occurred. as i said it is connected to the parallel port at the rare panel.  Initially, I attempted and tried to configure this printer with "/dev/ecpp0" port which was not successful.
    Q:-you have a bad or wrong cable?
    Answer:- I have checked the cable it is good.
    [how did you do the checking?]
    Answer2:- I tested the cable by connecting to other printer and it printed. so no problem with the cable.
    In the olden days when local printers like this was the norm, we'd do test like catting a file to the port and see if the printer lights
    up or responds. Something like: cat /etc/hosts > /dev/ecpp0 (or /dev/lp1, or whatever the device is). Then observe if the printer seems to
    receives anything, blinks, prints the host file. You are copying the file directly to the port outside of lp or other mechanism.
    Answer2:- I agree there was some conflict among the ports internally, or some process may be running at the background, that is why though it shows the request waiting in the queue it was moving to pause for some reason. when I check the error by command "lpstat -t" it sez "device busy" in /dev/lp1" file.
    Solution
    ============
    After goggling some more I found a fix for this issue at http://fixunix.com/solaris/143011-unaccepted-printer.html
    1, I tried to remove the printer from printmgr, cud not remove it.
    2, try kill the entries that going to /dev/lp1 port to printer "T". could not do it
    3, uncheck the default printer option via printmgr.
    4, Add a new printer name "test" with /dev/ecpp0" and reproduce the issue "got the same error"
    5, With the forum above it sez its a "bug" and the Bug ID: 6374608. here are the details of it:-
    Synopsis: No /devices entry for line printer
    http://bugs.opensolaris.org/bugdatab...bug_id=6374608
    Workaround is to manually install the missing driver binding
    entry, using the command:
    update_drv -a -i '"lp"' ecpp
    This workaround should create the missing /dev/lp* devices. And after
    running it, you should find the following line in "prtconf -D" output:
    lp, instance #0 (driver name: ecpp)
    6, I unplug the serial cable from the printer and turnoff and replug the serial cable to the printer and turn on the printer, made sure printer is ""ONLINE".
    7, I restart the Solaris machine and delete the newly created "Test" printer via printmgr.
    7, I just gave the lp /etc/passwd and it printed.
    Finally, I thank you for your time and suggest me your opinion on this solution please.
    Regards,
    MKY
    Edited by: user9007339 on Feb 22, 2012 12:15 AM
    Edited by: user9007339 on Feb 22, 2012 12:21 AM

  • Job Error Diagnostic Report

    Hi,
    The OWB 10R2 user guide says that
    "This (Job Error Diagnostic Report) execution report (sometimes also referred to as the Run Error Diagnostic Report) shows basic details of runtime error, shows target details, and lists source and target column details, where possible. Note that some column values are displayed only when your role has appropriate privilege Within this report, you can sort column details on source/target category,source/target name,rowkey,column name."
    I was unable to locate this report in the repository browser. I had logged in as the repository owner.
    Could some please guide me on how to access this report, and also which runtime audit views does it pick up the data from?
    Thanks and Regards,
    Amit

    Hi All,
    I got the problem when I execute the report by using OWB10GR2-Repository Browser, status of the report is 'Complete' and the result is nothing :
    - I started OWB Browser listener
    - then I run browser IE(Internet Explorer)
    - Run Repository browser
    - Start execute the Report
    _ but....after I refresh for report list status, the status of report that I executed is 'Complete' and nothing the result however if I run it by usng OWB Design Centre (Windows) is OK and worked properly...
    Any body can help me please....!!!, I'm so confuse~~~~~~~~~~
    Thanks a lots

  • OWB workflow process job error

    Hi, I tried the sample in OBE for OWB. When I start to execute "LOAD_EXPESNE_WH" process, I got the following log file(see below).
    The job ended in error, but I don't know further information where the error is happening. Can you explain what the error might be or where I might look for more clues?
    Thank you very much,
    Execution : LOAD_EXPENSE_WH
    Runtime User : REP_OWNER
    Started : 2007-03-06 12:59:55.0
    Updated : 2007-03-06 13:00:08.0
    Job Final Status : Completed with errors
    Job Error Count : 0
    Job Warning Count : 0

    Thanks for the help. I don't find a log directory under rtp at server side. However, I logged in Repository browser( is this the OWB runtime Auit browser you referred to?), found some error messages.
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    Now I need to explain my setup. I'm running Design Center(DC) on a client machine while Oracle database is running on a seperate server machine. The flat source files are located on the client machine c:\newowbdemo\sourcefiles. SOURCE_LOCATION has been defined to c:\newowbdemo\sourcefiles where the flat files reside. So it looks like Oracle ETL can not find the files on the client machine.
    So I just created identical directories as c:\newowbdemo\sourcefiles on server machine, rerun ETL process, and it now completes successfully.
    This begs two questions.
    1. Is DC supposed to be running on server machine?
    2. Can DC use UNC name convention?
    Please give me your thoughts.
    Thanks,

  • Installation of Client Access role fails on Windows Server 2008 R2 (Execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP")

    Hello
    I am trying to install Exchange Server 2010 beta 1 onto a Windows Server 2008 R2 (build 7000) machine which has also been set up as a domain controller.
    However when attempting to install the Client Access role, setup fails with the error below.
    Does anyone know of a way to get around this please?
    I have already searched for this error and not found any similar threads.
    Also every time I press the code button on this forum it crashes the browser and I keep losing the message! (IE8 from within Server R2). Also the message box is very small, will not expand and keeps jumping to the top.
    Thanks
    Robin
    [code]
    Summary: 4 item(s). 1 succeeded, 1 failed.
    Elapsed time: 00:00:01
    Preparing Setup
    Completed
    Elapsed Time: 00:00:00
    Client Access Role
    Failed
    Error:
    The execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP" -DomainController $RoleDomainController", generated the following error: "Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.".
    Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.
    Access is denied.
    Elapsed Time: 00:00:01
    Mailbox Role
    Cancelled
    Finalizing Setup
    Cancelled
    [/code]
    Robin Wilson

    Hello
    Thanks for all the replies.
    I have since wiped the system and installed everything again and it all worked this time so not sure what was wrong last time. I did try to uninstall all Exchange components and then uninstall IIS and Application server, reboot and re-install but I received the same error still when it came to installing the client access role.
    Walter: I just attempted the standard installation which should have used the default self-signed certificate. Everything was a fresh install done at the same time on a freshly formatted PC.
    For info last time when it failed to work:
    - Installed Windows Server 2008 R2
    - Installed Domain Controller role using dcpromo. I set the forest and domain as Windows Server 2008 R2
    - Added a forest trust between main domain and test Exchange domain (set up as ex2010.local)
    - Installed IIS and Application Server role
    - Installed Hyper-v role
    - Installed Desktop Experience feature
    - Installed Exchange and recieved the error
    When it worked I set up the forest and domain in Windows Server 2008 mode (i.e. not R2), installed Exchange first and then set up the forest trust and then Hyper-v. It did say it failed to configure dns which was probably because it started trying to do automatic updates half way through the dcpromo! DNS seems to work ok though.
    I did notice this time that Hyper-v gave a warning about the virtual network adapter not being set up correctly and the local network did not work correctly although I could access the internet. Not sure if this could have been related to the cause of the problem previously. For now I have disabled the virtual network until I get time to try and get it working and so the mail will work in the meantime.
    I also noticed that Hyper-v added an extra 443 ssl binding to the default website so as it had 2 bindings on port 443 it refused to start. After deleting one it worked.
    I decided to install Exchange onto a domain controller as it is only a test and I wouldn't do it in a live environment. I am also short of test machines! It didn't give me any warnings about this actually, I think previous versions warn you that it is not recommended.
    Andreas and Chinthaka: I did not know about the requirement to run the domain at 2003 mode. The main domain is running in 2008 mode with Exchange 2007 so I assume this is just a temporary beta related requirement. It does seem to be working (second attempt) so far in a 2008 mode domain although I haven't had a chance to fully test it yet.
    Thanks
    Robin
    P.S. Sorry it's taken me a while to reply!
    Robin Wilson

  • Sending job error message to admin by email

    Hi everyone...
    Anyone knows how to send job error message to admin by email? For example, if crawler failed, an email is sent to admin with the error message. I'm thinking of building windows service which run at the background and knows when a job fail and send the error message through email to admin.
    Is there a better way?
    Cheers,
    Jefi Santoso

    hi,
    >>>Can this be achieved through BPM?
    yes you can put your transformation step
    and send step in a block and specify an exception
    branch and catch all exceptions that will
    occur during transformations and the send step
    then you can send info from the exception branch to
    any other system
    you won't be able to catch the error's name
    but you will be able to notify any thinrd party
    about the error
    more on error catching:
    http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm
    Regards,
    michal

  • 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.

  • Job error in external Service when printing from Google Cloud: HP Laserjet Profession​al P 1102w

    I have set up my printer and associated it with Google Cloud Printing. I have shared the printer with my daughter who is on a chromebook. When she tries to print, the printer is there and the job is sent to ePrint bu I get an error saying: "job error in external service". No documents are able to print. Google says this is an HP problem.
    I have deleted the printer on my daughters account and re-shared it and reassociated it, but this does not help. On my printers page, my daughter's google account is identified as "allowed to print". But it still doesnt work. Any ideas?
    This question was solved.
    View Solution.

    Hello mapuche,
    Welcome to the HP Support Forums!
    Will the Laserjet P1102w accept an ePrint from any / all other areas? For example, if (on the Chromebook) you open an Email, forward the Email to the printers ePrint address, will it print?
    Try logging into HPConnected, under Devices, click Settings> Open to Anyone.
    Try sending a print via Google Cloud Print now with this setting enabled, let me know if it sends the print through. I have seen this straighten many issues out.
    Would not be a bad idea to check for firmware updates on the printer too: HP LaserJet P1102w Firmware Update Utility<---A USB connection and Windows computer is needed.
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Data execution prevention error message

    Hi
    iTunes launched normally but when I closed it, data execution prevention error message appeared.  I am running Vista.  Please help.

    Hi,
    Same issue, running Vista too.  This problem is recent.  It may be due to the last itunes update.  itunes 11.2.23

  • Itunes data execution prevention error. help! thanks..

    I get Data execution prevention error. tried to turn off but without success. also uninstalled itunes and quicktime and deleted every regedit. again , with no success. tried to run DEP with exception and nothing. any suggegstions ? thanks!

    Can you check something for me please, amir? Is your QuickTime Player currently failing to launch too? (Knowing whether it does or not can give us a heads up on what is causing the iTunes DEP.)

  • Can't open itunes due to data execution prevention error

    I am currently unable to open itunes due to a data execution prevention error.  I have tried to clear temp files, uninstall and reinstall and nothing seems to work.  I tried to disable DEP for itunes but nothing seems to work.  Can anyone help me?

    Try the following, one at a time:
    1. First Repair QuickTime.  START/CONTROL PANEL/ADD OR REMOVE PROGRAMS/highlight QUICKTIME, click REMOVE, then select REPAIR.
    Now test your itunes and see if you still have this problem
    2. If you have Codec installed, please uninstall it and test out your iTunes.
    3.  If all that fail, scan your system for possible Windows system file corruption:
    Go to command prompt (START/ALL PROGRAMS/ACCESSORIES right mouse click "command prompt" and choose "Run as Administrator"  (for Win XP-just click command prompt)
    type in
    sfc /scannow
    let Windows fix any system files that need to be repaired.
    Restart the computer if it did actually repair any files.
    Open iTunes and see if problem resolved.
    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)
    http://support.microsoft.com/kb/310747

  • KDE login: Fetch Job Error

    Hi,
    since today I receive an error message when I log in into KDE. It says
    "Fetch Job Error - Plasma Desktop Shell
    Unknown Error:  Unable to fetch from backend"
    I have to click OK otherwise I can't use the system. After that everything works (or at least seems to).
    Don't know if this is related or belong into another thread: Resume from KDEs Suspend doesn't work anymore - the screen just turns black.
    Last edited by Barghest (2011-12-28 11:17:54)

    This is probably caused by some stale entries in the akonadi cache for your calendars. Try to remove and re-add the calendars in korganizer, that fixed the error for me. This error was silent before, but a "fix" in 4.7.4 makes it show those annoying dialogs.

Maybe you are looking for

  • Orange UK - FilmToGo

    I was recently delighted to find out about the Orange FilmToGo initiative. How great to be able to rent a film for 30days for the cost of 35p and to be offered a different film each week. So I duly ordered 3 films between 11th August and 8th Septembe

  • Characters "fl" or "fi" are not displayed in safari

    My html file contains words as  "fill" or "float". Safari (last version, with Yosemite) displays a dot instead of fi or of fl. Chrome browser or MFF display it without problem. And Safari did it too, I would say one or two years ago. You'll see the p

  • Subscription error on reconnect

    I have an application that uses the MultiTopicConsumer and MultiTopicProducer, and everything is working great until I restart the server. Once I do this the client gets caught in a loop trying to reconnect. And when it does the error message that is

  • How to convert mkv files into dvd reader compatible format

    Hi there!  that's my first discussion ever in this community. Hope you can help me and I thank you by now for support. My question is pretty simple. How can I convert a full HD .mkv file into something compatible with DVD readers for home use ( mpeg,

  • Yosemite Unable to Install: Couldnt complete copy.

    When trying to install Yosemite Upgrade. it starts to load on screen and then I get error. OS X Could not be installed on your computer. Couldn't complete copy. Quit the installer to restart your computer and try again. I had done this three times an