Owb logs

Dear all,
I am using OWB 10.2.0.3.33.
When i rinning my maping i get error .
I want to know about this error.
I found some files owb\bin\admin\ but i dosn't know wich file i need.
i also found this query :
SELECT *
FROM all_rt_audit_executions r,
all_rt_audit_map_runs m,
all_rt_audit_map_run_errors e
WHERE r.execution_audit_id = m.execution_audit_id(+)
AND m.map_run_id = e.map_run_id(+)
and m.map_name='"MM_NOTES_65"'
ORDER BY r.execution_audit_id DESC
But this query dosn't help.
Maybe i need configure the log in my maping.
Could you please someone help me to solve this problem?
Thanks

integrity constraint (FK_SEGBIRTHORDEATH) violated - parent key not found this seems more like database error did .
did you make sure that the data you are inserting into has satified all the Referential issues.
ex: if you are inserting into employee table , the dept that he belongs to should already be entered into DEPT table.
this is what i think whats going on .

Similar Messages

  • OWB log capabilities

    Hello,
    I'm Juan Carlos Gutierrez form Colombia.
    I'm doing a concept test about OWB and its ETL process log capabilities with flat files as source and oracle 10g R2 database aas target.
    I want to know about de log capabilities, specially if OWB have a log mode in which the an ETL process can make a rollback of the entire process if any of the records was rejected for any reason.
    I also need to know if there is a way to count the number of records loaded in the process, I mean a total of records loaded.
    I was searching around the internet but I didn't find anything about these topics.
    Can anyone help me on this?
    Thank you very much in advance.

    There is the good artical regarding this on User Guide
    Go through it
    http://oracle.su/owb.111/b31278/concept_etl_performance.htm#BBADCEGG
    1. Configure the mappings with the Commit Control property set to Manual.
    In the Project Explorer, right-click the mapping and select Configure. Under the
    Code Generation Options, set the Commit Control property to Manual.
    2. From a SQL*Plus session, issue the following command to execute the
    mapping called map1 in this example:
    var status VARCHAR2(30);
    execute map1.main(:status);

  • Recovery of this request is in progress error when executing the owb PF

    Hi All,
    When I execute the process flow in OWB it shows the status as completed successfully but it doesn't collects any data in the table and also at two of the steps status is shown as recovery RPE-01008:Recovery of this request is in progress. Does anyone have any idea on how we can resolve this issue.
    Thanks for your help.

    Hi,
    You need to look into the OWB control center log for more details about this error .
    Goto your <OWB_CONTROL_CENTER_HOME>\owb\log directory
    you will find the control center logs over there .
    Thanks,
    Sutirtha

  • Owb Process Flow getting hanged/stuck .

    Hi,
    Problem description  :-  We have designed a Process Flow in OWB our project. The Process Flow is scheduled to run at 12.00 AM daily Dutch timings.
    We have been facing a problem for around 3 months wherein the process gets hanged/stuck in between without giving any specific error message.
    There isn't any kind of locking happening in the background as well. The OWB log gives the message "Forcibly deactivating execution with audit ID 1660235 ",
    During the time at which the process hangs  The process gets hanged in different timings in different sub processes(not in a particular process, so no specific pattern has been observed.)
    To complete the process flow, we need to kill the process and rerun it again. When reran, it runs perfectly without any error.
    The above error message appears in the log only when a process hangs. There is no such kind of logging during a successful execution.
    Can you please let us know when and why does this message appear in the OWB log file.
    Is there any specific kind of settings or configuration parameters that needs to be set to resolve this.
    Regards,
    Rosy Mukherjee

    You might want to check to see if you have anything "parallel" running
    We recently had an issue with one of our mappings where one day it decided to just stop working and "freeze"
    Our DBA found that we had a Oracle hint for "Parallel" in the code and removed it. After that the mapping ran fine.
    Best of luck

  • OWB 10.1.0.2

    Hi,
    I installed OWB 10.1.0.4 but in $OH/owb/log I have log file :
    2008/02/06-13:16:39-CET [1DFC547] Explicit garbage collection is switched off
    2008/02/06-13:16:39-CET [1DFC547] Free Memory(bytes)=55736792 Total Memory(bytes)=64880640 Used Memory(bytes)=9143848
    2008/02/06-13:16:39-CET [1DFC547] Incompatible versions. Service version is 10.1.0.4.0 and platform version is 10.1.0.2.0
    I looked for install files of 10.1.0.2 in OTN but I didn't find it, can You help me where I have problem ?
    (I migrated db wit owb repository from solaris to HP -itanium

    This is the JDeveloper forum, not the [url http://forums.oracle.com/forums/forum.jspa?forumID=57]Warehouse Builder forum.
    Best regards

  • OWB Mapping involving Oracle External Table to  Oracle Target Table.

    Hi All,
    I created a mapping which involves External Table as source & oracle table as target.
    Following were steps followed.
    1> Created Directory & External Table on oracle server
    2> Attached Text file with ',' delimiter to the External Table.
    3> Imported the External Table in source module.
    4> Created mapping which involves External Table as Source & Oracle Table as Target.
    5> Validated & Generated Mapping in OWB.
    6> Deployed the mapping in Deployment Manager.
    7> Executed the mapping in Deployment Manager.
    Execution Results: Completed with errors.
    No error message is displayed, I am wondering where can I get more information about the error message?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi,
    Look in the logfile <your runtime owner>.log.* under the directory <owb home>/owb/log
    thanks

  • Profiling Error after Upgrade to OWB 10.2.0.2

    Hello,
    I upgraded a 10.2.0.1 OWB installation to 10.2.0.2 and the database used for design to 10.2.0.3 with the respective OWB- and DB-patch-sets. At first everything looked fine, but when I tested the data profiling I ran into an error. Here's the excerpt from the OWB log file:
    2006/12/10-14:44:44-CET [64F6CD] AuditId=1646: Request completed
    2006/12/10-14:44:47-CET [60E128] Thin driver connection time - 3235 millisecond(s)
    2006/12/10-14:45:32-CET [1EC8909] java.sql.SQLException: ORA-00942: table or view does not exist
    ORA-06512: at "OWB10201.WB_RT_PROFILE_SERVICE", line 1617
    ORA-06512: at "OWB10201.WB_RT_PROFILE_SERVICE", line 1263
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:743)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:215)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:954)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1168)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390)
         at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4223)
         at oracle.wh.runtime.platform.operator.data_profile.NativeDataProfileOperator.execute(NativeDataProfileOperator.java:395)
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execue(NativeExecutionAdapter.java:43)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:70)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2006/12/10-14:45:32-CET [1EC8909] report_execution_result auditId=1626
    2006/12/10-14:45:32-CET [64F6CD] Free Memory(bytes)=715328 Total Memory(bytes)=2883584 Used Memory(bytes)=2168256 Used Memory(percent)=76%
    2006/12/10-14:45:32-CET [64F6CD] AuditId=1626: Request completed
    Some table or view that's called in the wb_rt_profile_service package is not there or at least not accessible by the profile user.
    The error occurs only when referential analysis is done. I tried it on different DB instances and OWB repostitories. I consistently got the same error.
    Did anybody experience that already? Any explanations or workarounds for me? Help and/or advice are appreciated. Thanks in advance.
    Regards Holger

    I did some more analysis. The error does not occur with new repositories, that are created with the Repos-Wizard after Software was upgraded to 10.2.0.2.
    However, it does occur with all repositories that were migrated from 10.2.0.1 to 10.2.0.2, using the upgrade script as described in the patch set's installation notes.
    The problem persists, even when the profiling user (i.e. schema) is removed, and a new one is initialised by the Design Client.

  • Workflow & OWB Control Center

    Previously; I have been using control center with no problems; i.e. I would run/execute mapping directly. I've attempted to install Workflow 2.6.4 With DB 10g R2 (10.2.0.1); Everything seemd to go ok;
    today I have tried to open control center and now I have issues getting into it
    RTC-5260: Failed to connect to Control Center, Please check you have provided the correct Host, user, password and service
    name.
    RTC-5301: The Control Center Service is not currently avaliable
    ** I have tested connection to Control Centers (Both my default and BI_ADMIN) work ok and are successful
    ** I have also Started Control center service, using the BI_ADMIN Control Center
    ** Note: I have BI_ADMIN, set to my default configuration
    Not sure what is going on; Currenlty using OWB 10gR2

    Run the rtp/sql/show_service.sl command to ensure the service is up and running. There is also a service_doctor.sql script that will analyze for issues if it is not running, and finally there are log files under the OWB ORACLE_HOME/owb/log directory, if it is not running the last log in here will have some details which may be useful, to include in the thread.
    Cheers
    David

  • Upgrading tables from OWB...

    I am trying to upgrade a table in OWB using the deployment action of Upgrade. The old table exists in the target schema.
    When I try to upgrade it I get this error:
    RPE-01008: Recovery of this request is in progress.
    RTC-5351: A serious error occured whilst generating the Impact Report. Please review the Runtime Service Log.
    Where can I find the Runtime Service Log? What could be causing this error?
    Thank you.
    Brian

    The runtime log is in:
    <oracle_home>\owb\log
    They are named after the runtime repos user... I'm guessing something went wrong in a previous deployment.
    You can try to stop the runtime service and restart it. Use the start and stop scripts in the owb\rtp\sql directory.
    Jean-Pierre

  • OWB Performance issue (mapping execution always takes min 60 sec)

    Hi All,
    any owb mapping we execute in one of our environment , it seems the execution hangs for some time before it build the Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.PLSQL' statement. The log file shows a constant difference of 30 sec. before executing the <map>.main() function. the data extraction is very low some thing like 10-1000 records
    Action taken : increase the SGA pool size to allow more resource. at the DB level
    changed the -Xms64M -Xmx256M to -Xms335M -Xmx440M.
    But no help
    Extraction from the owb log is as follows.
    2006/03/15-09:29:09-WST [1E0BF3BF] Initializing execution for auditId= 28339 parentAuditId= null topLevelAuditId=28339 taskName=XXIF_OUT_CSV_TRANS
    2006/03/15-09:29:09-WST [1E0BF3BF] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2006/03/15-09:29:09-WST [1E0BF3BF] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.PLSQL'
    2006/03/15-09:29:39-WST [1E0D73BF] PLSQL callspec: declare l_env wb_rt_mapaudit.wb_rt_name_values; l_IN_BATCH_ID null........
    Kindly note the difference of 30 sec between create native operator to actual execution of PLSQL code.
    The same set of mapping is working fine(5-15secs) in our Dev env. but is taking additional time (kind of 1-3 mins ) in Test env. and the execution of mapping does not go in parallel mode(Is this an expected behaviour ?) and if we have 10 seperate excution of the mapping , it takes 30mins to complete in TEST env. compare to 3mins in DEV env.
    The noticible difference between these two env. is
    These mapping been created using 10.1.0.2.0 client and deployed on 10.1.0.1.0 repository. in DEV env.
    but the TEST Env. uses 10.1.0.4.0 repository.
    When check the audit browser .. Can see the total elapse time is 61sec but the actual mapping exec time is only 1 sec.
    Is there any configuration settings which cause this delay.
    Any pointers on this will be of great help.
    Regards,
    njain

    I am having exactly the same issue as you have described here. i.e. my mappings are taking some time to initialize before they run. Did you or anyone find a solution to this problem?

  • Opening Control Center Manager Shuts Down OWB Application

    We are currently using OWB Release 10g Release 2 and have not had any issues for the past 1.5 years. All of the sudden beginning last week, we started experiencing issues with the software.
    1. Last week, I logged into Design Center. No problems. I then went to Tools - Control Center Manager. As the Control Center window attempted to open, it shut down the entire OWB application. Interesting. I logged in as a different user and was able to get in later.
    2. As of today, I don't have any issues with OWB. I'm able to get to Control Center without any problems.
    3. My co-worker is experiencing the same problem that I had last week. As soon as he tries to open Control Center Manager, all of OWB shuts down including Design Center. He restarted his PC, tried to log in as a different user, etc. but nothing seems to help.
    We looked under the C:\OraHome_1\owb\log directory but nothing is there. Does anyone have any clues as to what is going on or where we can check to see what is causing this problem?
    OWB Client 10.2.0.4.36
    OWB Repository 10.2.0.4.0
    Thanks,
    Jennifer

    Hi Jennifer
    Worth starting the OWB client using the batch or shell script depending on your platform (either owb/bin/win32 or owb/bin/unix/owbclient.sh) and pasting the standard output from the console window into the forum when you do this, it might have some clues.
    Cheers
    David

  • OWB R2 hangs during Deployment

    Hi OWB experts,
    Can anybody tell me why i am not able to deploy a mapping/table or any object in OWB rel 2 ( running on Windows ) .
    Appreciate if someone can reply.
    Thanks

    Is there any error message?
    Have you take a look at [OWB_HOME]\owb\log?
    Isn't there any error messages in database alert.log?
    Regards,
    Marcos

  • Error (Aborted) executing CT mapping

    Hi I 've a big problem with execution of CT mapping,
    When I try to execute a code template mapping It ended with failure.
    I've OWB 11gr2 and my sources are Adabas (heterogeneous database) and my targets are in Oracle.
    Other code templete mapping execute without error.
    I use Attunity driver to unload from adabas. This task in host ended with return code 0,
    One of the adabas files, that I use has 115 Millions of records . I don't know what's the problem. the situation is :
    * In OWB execution is busy.
    ====================
    EXECUTIONS
    ====================
    Audit ID.. Status........ Name.............. Date.............. Owner.........
    14711 BUSY M_STAG_ETL_NOMINA 27-ENE-11 09:28:57 WSBICI_ADM
    From OWB (control center)
    Icon is a red square and the message (audit Information) is only aborted.
    Review logs:
    ******alert database It's not any errors
    ******$ORACLE_HOME/owb/jrt/log/jrt/job650 (last lines)
    <attr name='TIMEZONE' value='Europe/Paris'/>
    <attr name='PHASE_ID' value='2'/>
    <attr name='END_TIME' value='1296120053683'/>
    <attr name='STATUS' value='5'/>
    <attr name='START_TIME' value='1296116912769'/>
    <attr name='EXECUTION_STATEMENT_TYPE' value='JDBC'/>
    <attr name='TASK_ID' value='10'/>
    <attr name='JOB_ID' value='650'/>
    <attr name='ID' value='13'/>
    <txt>Aborted</txt>
    </msg>
    <msg time='2011-01-27T10:20:53.703+01:00' comp_id='' type='NOTIFICATION' level='1' host_id='evodbt1' host_addr='172.24.126.31' tid='127' user='iberora'
    ecid='172.24.126.31:94597:1296120053703:3846' rid='0'>
    <attr name='PHASE_ID' value='2'/>
    <attr name='END_TIME' value='1296120053703'/>
    <attr name='STATUS' value='5'/>
    <attr name='START_TIME' value='1296116912706'/>
    ***** $ORACLE_HOME/owb/log (last lines)
    2011/01/27-10:37:34-CET [19110CAF][] Thin driver connection time - 97 millisecond(s)
    2011/01/27-10:37:34-CET [19110CAF][WSBICI_ADM.WS_TBICI] Attempting to create adapter 'class.Oracle Database.11.2.DDLDeployment'
    2011/01/27-10:37:34-CET [19110CAF][WSBICI_ADM.WS_TBICI] Thin driver connection time - 167 millisecond(s)
    2011/01/27-10:37:34-CET [19110CAF][WSBICI_ADM.WS_TBICI] Creating target schema synonyms for target schema BICI_PROP
    2011/01/27-10:37:34-CET [19110CAF][WSBICI_ADM.WS_TBICI] Assigning grants to target schema BICI_PROP
    2011/01/27-10:37:35-CET [19110CAF][WSBICI_ADM.WS_TBICI] script_run_begin auditId=14757 operation=9001
    2011/01/27-10:37:42-CET [19110CAF][WSBICI_ADM.WS_TBICI] script_run_end auditId=14765 scriptRunStatus=15002
    2011/01/27-10:37:42-CET [19110CAF][WSBICI_ADM.WS_TBICI] deploy_unit_done auditId=14755
    2011/01/27-10:37:42-CET [19C1EA29][] Free Memory(bytes)=36868584 Total Memory(bytes)=81920000 Used Memory(bytes)=45051416 Used Memory(percent)=55%
    2011/01/27-10:37:42-CET [19C1EA29][] AuditId=14755: Request completed
    what's the problem?
    are there any log file more?
    thanks in advanced
    Marisol

    I've seen in database a session with a wait event.
    SID SERIAL# PROCESS SPID USERNAME DDHHMI Programa/Modulo Prev/Sql_ID SEG Estado
    18 1406 1234 20451 OWBSYS 270929 OWB_CCS evodbt1 P cf6jvt3r35mhh 0 87052 Inactivo
    SID SEQ# EVENT P1 P2 P3 WAIT_TIME SECONDS_IN_WAIT
    18 752 SQL*Net message from client 1952673792 1 0 0 87220
    SQL_TEXT
    SQL_FULLTEXT SQL_ID SHARABLE_MEM PERSISTENT_MEM RUNTIME_MEM
    SORTS VERSION_COUNT LOADED_VERSIONS OPEN_VERSIONS USERS_OPENING FETCHES EXECUTIONS PX_SERVERS_EXECUTIONS END_OF_FETCH_COUNT
    USERS_EXECUTING LOADS FIRST_LOAD_TIME INVALIDATIONS PARSE_CALLS DISK_READS DIRECT_WRITES BUFFER_GETS APPLICATION_WAIT_TIME
    CONCURRENCY_WAIT_TIME CLUSTER_WAIT_TIME USER_IO_WAIT_TIME PLSQL_EXEC_TIME JAVA_EXEC_TIME ROWS_PROCESSED COMMAND_TYPE OPTIMIZER_ OPTIMIZER_COST
    OPTIMIZER_ENV
    OPTIMIZER_ENV_HASH_VALUE PARSING_USER_ID PARSING_SCHEMA_ID PARSING_SCHEMA_NAME KEPT_VERSIONS ADDRESS HASH_VALUE
    OLD_HASH_VALUE PLAN_HASH_VALUE MODULE MODULE_HASH
    ACTION ACTION_HASH SERIALIZABLE_ABORTS
    OUTLINE_CATEGORY CPU_TIME ELAPSED_TIME OUTLINE_SID
    LAST_ACTIVE_CHIL R OBJECT_STATUS LITERAL_HASH_VALUE LAST_LOAD_TIME I I I CHILD_LATCH
    SQL_PROFILE SQL_PATCH SQL_PLAN_BASELINE PROGRAM_ID
    PROGRAM_LINE# EXACT_MATCHING_SIGNATURE FORCE_MATCHING_SIGNATURE LAST_ACTIVE_TI
    BIND_DATA
    TYPECHECK_MEM IO_CELL_OFFLOAD_ELIGIBLE_BYTES IO_INTERCONNECT_BYTES PHYSICAL_READ_REQUESTS PHYSICAL_READ_BYTES PHYSICAL_WRITE_REQUESTS
    PHYSICAL_WRITE_BYTES OPTIMIZED_PHY_READ_REQUESTS LOCKED_TOTAL PINNED_TOTAL IO_CELL_UNCOMPRESSED_BYTES IO_CELL_OFFLOAD_RETURNED_BYTES
    BEGIN :1 := wb_rt_message_feedback.message_end( :2 ) ; END;
    BEGIN :1 := wb_rt_message_feedback.message_end( :2 ) cf6jvt3r35mhh 23096 1504 584
    ; END;
    0 3 1 1 0 0 5 0 5
    0 5 2011-01-21/10:45:14 0 5 8 0 4818 0
    0 0 36046 6333 0 5 47 ALL_ROWS 0
    E289FB89E126A80034011000AEF9C3E2CFFA331056415555519521105555551545545558591555449665851D5511058555555155515122555415A0EA0E5551454265455454449081
    566E001696A35615551403025415505AE126A800050302000002000000100000000100002000000208D0070000004009000020030001010
    425061334 68 68 OWBSYS 0 C00000011C746780 3996306960
    245208783 0 OWB_CCS -515039546
    INFRASTRUCTURE -1,086E+09 0
    40000 85515
    C00000011C79E898 N VALID 0 20110127102124 N N N 0
    0
    0 0 0 20110127102124
    0 0 65536 8 65536 0
    0 0 28 431 0 0
    Cheers
    Marisol

  • OWF_MGR ORA-01017

    Background
    We are in the processing of upgrading the Oracle database and the Oracle Warehouse Builder.
    The current platform is Oracle 10.2.0.2 on RH 32-bit 2-node RAC at SITE1.
    With the upgrade we are moving the platform to new hardware Oracle 11.2.0.3 on SLES 11 64-bit Standalone (ie no RAC) in SITE2.
    As a staging point we have created a standby database of the current platform in SIT@.
    This is Oracle 10.2.0.2 on SLES 11 64-bit Standalone.
    We have taken a clone of this standby environment to do some baseline testing.
    Testing
    The Environment is a split configuration as follows:
    RDBMS Version: 10.2.0.2.0 (64-bit)
    OWB Repository: 10.2.0.2.0
    Workflow Version: 2.6.4
    OWB Repository User: owb_des@oradev02vir:1521:repprod
    OWB Runtime User: owb_run@ptpdcodbp03:1521:wareprod
    NOTE: The /etc/hosts file has been modified so that all of the old RAC node hostnames point locally to the new hostname PTPDCODBP03
    172.24.4.21 oraprod04 oraprod04
    172.24.4.21 oraprod05 oraprod05
    172.24.4.21 oraprod04vir oraprod04vir
    172.24.4.21 oraprod05vir oraprod05vir
    172.24.4.21 oraprod04priv oraprod04priv
    172.24.4.21 oraprod05priv oraprod05priv
    172.24.4.21 PTPDCODBP03 PTPDCODBP03
    To Test... we are running a process flow called SAS_PF against the Runtime User:
    sqlplus owb_run/<password> @sqlplus_exec_template.sql OWB_RUN LOC_OWF PROCESSFLOW SAS_PF "," ","
    This fails with
    Session altered.
    Role set.
    Stage 1: Decoding Parameters
    | location_name=LOC_OWF
    | task_type=PROCESSFLOW
    | task_name=SAS_PF
    Stage 2: Opening Task
    | l_audit_execution_id=7789824
    Stage 3: Overriding Parameters
    Stage 4: Executing Task
    | l_audit_result=3 (FAILURE)
    Stage 5: Closing Task
    Stage 6: Processing Result
    | exit=3
    PL/SQL procedure successfully completed.
    Additional information in the owb log is:
    *2012/05/09-13:19:36-NZST [1DE256F] oracle.wh.runtime.platform.operator.owf_process.OWAFatalRuntimeException: RPE-02018: Oracle Workflow schema OWF_MGR on host ORAPROD04VIR cannot be accessed using service WAREPROD through port 1521. Please check the location details and try again.*
    - ORA-01017: invalid username/password; logon denied
    Troubleshooting
    Work though
    http://docs.oracle.com/cd/B28359_01/owb.111/b31280/diagnose_06.htm
    all ok
    SQLNet Connectivity
    The following connections work successfully and both point to the SAME database:
    sqlplus owf_mgr@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=PTPDCODBP03)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=WAREPROD)))'
    sqlplus owf_mgr@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ORAPROD04VIR)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=WAREPROD)))'
    OWB Repository Password
    The repository password was reset successfully
    @stop_service
    @set_repository_password
    @start_service
    OWB Security
    Followed note: Process Flow Execution Fails With RPE-02018 And ORA-01017 [ID 779557.1]
    We have logged into the Control Center as
    OWF_MGR@ptpdcodbp03:1521:wareprod
    And ticked
    Persist location password in metadata
    Share location password during run time
    We have also reinstalled Workflow Manager and re-run the Oracle Workflow Configuration Assistant successfully (then repopulated it with data from the production install).
    WE HAVE NOT REDEPLOYED THE FLOW as the customer is against this.
    Data Source Files
    Have updated the passwords in the data-sources.xml files under
    /u01/app/oracle/product/db/10.2/oc4j/j2ee/OC4J_Workflow_Component_Container/application-deployments/WFALSNRSVCApp
    /u01/app/oracle/product/db/10.2/oc4j/j2ee/OC4J_Workflow_Component_Container/application-deployments/WFMLRSVCApp
    Invalid Objects
    There is one java class under the owb_run schema which won't compile.. and is valid in production:
    OWB_RUN@wareprod SQL>alter java class "/ffa042cb_SubkeyResourceBundle" resolve;
    Java altered.
    OWB_RUN@wareprod SQL>select * from user_errors;
    NAME TYPE SEQUENCE LINE POSITION
    TEXT
    ATTRIBUTE MESSAGE_NUMBER
    /ffa042cb_SubkeyResourceBundle JAVA CLASS 1 0 0
    ORA-29552: verification warning: java.lang.VerifyError: (class: oracle/bali/rts/
    SubkeyResourceBundle, method: getRTSBundle signature: (Ljava/lang/String;Ljava/util/Locale;)Loracle/bali/rts/SubkeyResourceBundle;) Wrong return type in function
    ERROR 0
    But can't find any support documentation on it.
    Have also checked and tested all DB LINKS.
    Any help is appreciated please.

    Duplicate thread
    ORA-06512: at "OWF_MGR.WF_LOAD
    Srini

  • How to execute External Process activity in flow

    Hi,
    I want to run a pl/sql procedure as an external process in a process flow (OWB904 on WinNT). The procedure is run from sqlplus in a .bat file. I try to follow the example in the documentation; setting the value of the Command parameter to c:\winnt\system32\cmd.exe and the Parameter List value to ?/c?c:\\temp\\test.bat .
    The flow deploys ok and executes without errors, but the procedure is not run (I can tell because it contains an INSERT and COMMIT, but the row is never inserted). I'm pretty sure the connection info is correct; the test.bat file executes ok when run in a 'dos' window. I am obviously missing something here....
    Any clues?
    Regards
    Rolf

    Hi Richard,
    The <HOME>\owb\log\owbrt.log.6 file contains the following:
    15:21:05 [93EFE] AuditId=43689: Processing execute request
    15:21:05 [5843C4] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    15:21:05 [5843C4] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    15:21:06 [93EFE] AuditId=43693: Processing execute request
    15:21:06 [365F84] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    15:21:06 [365F84] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.Shell'
    15:21:07 [365F84] task_end auditId=43693
    15:21:07 [93EFE] AuditId=43693: Request completed
    15:21:07 [5843C4] task_end auditId=43689
    15:21:07 [93EFE] AuditId=43689: Request completed
    Rings any bells for anyone ??
    Regards
    Rolf

Maybe you are looking for

  • Lumia 920 resets, internet gone

    Since two months i have problems with the internet on my Lumia 920. When i go from wifi to 3g internet the internet isnt working anymore. After a while it works more or less but veeeeery slow. Once in a while the phone resets itself too, then the int

  • I need my receipt to be sent to me again

    hello can I please have my recent perchuse reciept sent to me again? Thanks Nima                   

  • Column numbers are changed in the generated xls report after fix

    We are seeing a new issue with the solution provided by the support person for issue 302892066(PWC - Formatting is lost when exporting a report to excel format). The new issue, As a result of the fix for case 302892066, column numbers are changed in

  • No Accounting Entry Generated for Order SES

    Hi All, We have created a Service PO through PR that is being charged to an Maintenance Order. The SES has been created and approved with the Material Document created but no accounting entry is generated. The GR non-valuated is unchecked. As our San

  • Output format problem.

    Hey guys! You've always helped me out and I hope you can help me out with this problem I have. I was asked to give two videos a specific output, one of them I developed in After Effects, the other is a Quicktime (.MOV) video. I'm actively trying but