Error RPE-02085

Hi all,
I am getting the below errors when deploying a process flow:
RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link MOBILE@WB_LK_XYZ_PAC. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
- ORA-04052: error occurred when looking up remote object C_RTR10G.WB_RTI_WORKFLOW_UTIL@MOBILE@WB_LK_XYZ_PAC
ORA-00604: error occurred at recursive SQL level 1
ORA-04029: error ORA-980 occurred when querying ORA_KGLR7_DEPENDENCIES
ORA-00604: error occurred at recursive SQL level 2
ORA-00980: synonym translation is no longer valid
I given the previlege "EXECUTE ANY PROCEDURE" for OWF_MGR, still i am getting the same error.
I am using Oracle 10g (10.1.0.3.0), Workflow server 2.6.3
Statement of Runtime repository connection:
Host:10.0.0.111
Port: 1521
Services Name: MOBILE
Conect as User: c_rtu10g
Runtime Repository Owner: c_rtr10g
Statment of Process flow:
Modul name: XYZ_PROC_MODUL
Package name: XYZ_PAC
Process name: XYZ_PROC
Statment of DB link MOBILE@WB_LK_XYZ_PAC:
MOBILE@WB_LK_XYZ_PAC      
User name: C_RTR10G      
Password C_RTR10G
Connection String:
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=LOCALHOST.LOCALDOMAIN)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=MOBILE)))      15:55:12
Please help me !
Thank.

i had the same problem too...
similar to the spec vuongtm used, but my Oracle is 10.1.04.

Similar Messages

  • Getting error RPE-02085 when deploying objects

    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link HWREP.US.ORACLE.COM@WB_LK_PFLOW. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-06550: line 1, column 7:
    PLS-00201: identifier '[email protected]@WB_LK_PFLOW' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    thanks mark for ur help...
    but now my job in not executing in the OEM.I used the oem_exec_template to schedule the jobs.On running its give me the error as :
    child process exited abnormally
    nms-915: The Job failed, error code=
    when i tried to run the script using sql then i captured the error as task not found while using the wb_rt_api_exec.open function... the o/p is as :
    Connected.
    Session altered.
    Role set.
    Stage 1: Decoding Parameters
    | location_name=workflow
    | task_type=ProcessFlow
    | task_name=pflow
    Stage 2: Opening Task
    declare
    ERROR at line 1:
    ORA-20001: Task not found - Please check the Task Type, Name and Location are correct.
    ORA-06512: at line 261.
    where workflow is the name of worlkflow server rep n pflow is the process name.They are scheduled using deployment mngr in OWB.

  • RPE-02085: Failed to test wb_rti_workflow_util.initialize

    Hi,
    I'm getting the below error when i try to deploy process flow via deployment manager.
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link ORCL@WB_LK_LD_INV. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-04052: error occurred when looking up remote object RUNTIME_OWNER.WB_RTI_WORKFLOW_UTIL@ORCL@WB_LK_LD_INV
    ORA-12545: Connect failed because target host or object does not exist
    What would be the cause?
    I'm exactly following the toturial which given by http://www.oracle.com/technology/obe/obe_bi/index.html
    Even I have given grant EXECUTE ANY PROCEDURE to owf_mgr but still i'm getting the same error.
    Please help me...
    Below is the details of my installation:
    Database : 10.1.0.2.0
    OWB: 10.1.0.2.0
    OWF: 2.6.3
    Thanks
    Raj Kumar

    U need to login into repository owner and grant the all privilages on wb_rti_workflow_util package to your user ( owf_mgr , in ur case)
    in short
    grant all on wb_rti_workflow_util to owf_mgr ( u need to type this command from repository owner login )
    Nikita

  • CREATE ERROR RPE-02005: Internal error: Attribute SYS:KEY

    Has anyone experienced this error when deploying a WF and an idea what can cause this:
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "OWF_MGR.WF_LOAD", line 2138
    ORA-06512: at line 1
    EDW_DMSA
    Create
    Error
    RPE-02005: Internal error: Attribute SYS:KEY for Process Activity MAP_TMP_DRAMEX_QUANTITIES cannot be created or updated with SYS:KEY value A02. Please try again. If the problem persists then please contact Oracle Support with the stack trace and details on how to reproduce it.
    Thanks much

    The problem is the sequence cache when cloning a database as was the case here.
    The cache is purged resulting in an invalid "last_cached_value".
    The seq has to be manually incremented until it "pulls" a value 1 above.
    The same problem was the case with a few sequences in the owbsys schema as well.
    Having done this execise I could deploy all my WF.

  • Oracle Workflow error RPE-02229

    Hi All,
    We are using OWB 10gR2 (10.2.0.1) and OWF 2.6.4 on unix box. I am getting error when running a process flow which is calling a shell script. The process flow has a simple user defined activity and the parameters are set up this way
    COMMAND: /bin/ksh
    Parameter List:
    Result code:
    Script: /tmp/test/testsh.sh
    Success Threshold: 0
    The process flow is throwing out the following error
    RPE-02229: The following debug information was collected:
    RPE-02230: Debug Information: os.name = Windows XP
    RPE-02230: Debug Information: os.version = 5.1
    RPE-02230: Debug Information: os.arch = x86
    RPE-02230: Debug Information: user.name = C999999
    RPE-02230: Debug Information: user.dir = C:\OraHome_1\owb\bin\win32
    RPE-02230: Debug Information: argv.arg0 = /bin/ksh
    RPE-02230: Debug Information: argv.stdin = /tmp/test/testsh.sh
    RPE-02230: Debug Information: HOMEDRIVE = U:
    RPE-02230: Debug Information: SERVICE = POND
    RPE-02230: Debug Information: USERDNSDOMAIN = T11.PROD
    RPE-02230: Debug Information: TMP = C:\DOCUME~1\C999999\LOCALS~1\Temp
    RPE-02230: Debug Information: MODE = -startup
    RPE-02230: Debug Information: SystemDrive = C:
    RPE-02230: Debug Information: RTHOME = C:\OraHome_1
    RPE-02230: Debug Information: PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    RPE-02230: Debug Information: CommonProgramFiles = C:\Program Files\Common Files
    RPE-02230: Debug Information: OWB_HOME = C:\OraHome_1
    RPE-02230: Debug Information: ALLUSERSPROFILE = C:\Documents and Settings\All Users
    RPE-02230: Debug Information: USERDOMAIN = AD2
    RPE-02230: Debug Information: ORA_HOME = C:\OraHome_1
    RPE-02230: Debug Information: RTUSER = OWBOWN
    RPE-02230: Debug Information: SystemRoot = C:\WINDOWS
    RPE-02230: Debug Information: APPDATA = C:\Documents and Settings\C999999\Application Data
    RPE-02230: Debug Information: PROMPT = $P$G
    RPE-02230: Debug Information: Path = C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bin\client;C:\OraHome_1\jre\1.4.2\bin;C:\OraHome_1\owb\bin\admin
    RPE-02230: Debug Information: FP_NO_HOST_CHECK = NO
    RPE-02230: Debug Information: HOST = UMNDAPP54
    RPE-02230: Debug Information: HOMESHARE = \\ad2wbynas003\C999999
    RPE-02230: Debug Information: PROCESSOR_ARCHITECTURE = x86
    RPE-02230: Debug Information: LOGONSERVER = \\AD2MPGDOM001
    RPE-02230: Debug Information: CLASSPATH_LAUNCHER = -classpath Personalities.jar;;;..\admin\;..\admin\launcher.jar -DOWB_HOME=C:\OraHome_1 -DJDK_HOME=..\..\..\jdk -DORA_HOME=C:\OraHome_1 -DOEM_HOME=C:\OraHome_1 -DIAS_HOME=C:\OraHome_1 -Doracle.net.tns_admin=C:\OraHome_1\network\admin Launcher ..\admin\owb.classpath
    RPE-02230: Debug Information: TNS_ADMIN = \\T11.PROD\wwl01\sharedata2\tns
    RPE-02230: Debug Information: JAVAPATH = C:\OraHome_1\jdk
    RPE-02230: Debug Information: PORT = 1521
    RPE-02230: Debug Information: SESSIONNAME = Console
    RPE-02230: Debug Information: HOMEPATH = \
    RPE-02230: Debug Information: OCM_HOME = C:\OraHome_1
    RPE-02230: Debug Information: CLASSPATH = Personalities.jar;;
    RPE-02230: Debug Information: PROCESSOR_IDENTIFIER = x86 Family 6 Model 13 Stepping 8, GenuineIntel
    RPE-02230: Debug Information: USERPROFILE = C:\Documents and Settings\C999999
    RPE-02230: Debug Information: ORACLE_HOME = C:\OraHome_1
    RPE-02230: Debug Information: NUMBER_OF_PROCESSORS = 1
    RPE-02230: Debug Information: ComSpec = C:\WINDOWS\system32\cmd.exe
    RPE-02230: Debug Information: COMPUTERNAME = ABCERODER
    RPE-02230: Debug Information: OS = Windows_NT
    RPE-02230: Debug Information: IAS_HOME = C:\OraHome_1
    RPE-02230: Debug Information: OEM_HOME = C:\OraHome_1
    RPE-02230: Debug Information: CLIENTNAME = Console
    RPE-02230: Debug Information: USERNAME = C999999
    RPE-02230: Debug Information: TEMP = C:\DOCUME~1\C999999\LOCALS~1\Temp
    RPE-02230: Debug Information: PROCESSOR_LEVEL = 6
    RPE-02230: Debug Information: OCM_ORACLE_HOME = C:\OraHome_1
    RPE-02230: Debug Information: JDK_HOME = C:\OraHome_1\jdk
    RPE-02230: Debug Information: PROCESSOR_REVISION = 0d08
    RPE-02230: Debug Information: ProgramFiles = C:\Program Files
    RPE-02235: The operating system has reported that it cannot execute the requested command. This may be because the command or the parameters are invalid, or that the command is shell command. Any result code return is specific to the operating system. Debug information has been produced.
    CreateProcess: /bin/ksh error=3
    Did anybody faced this problem before??
    Thanks,
    Sam.

    Its two years old . Looking at the error .. I think there are two parts to it..as far as i remember
    1) I was trying to run unix script using PF and if you look carefully at the error there is reference to "C:\OraHome_1"
    This was because due the OWB_HOME was not set correctly in the repository.
    You can check by running service_doctor.sql in your <owb_home>/owb/rtp/sql
    if you are path is not set correctly then run the set_ccs_home.sql from the same directory to set it to right path.
    2) I was running it from local control center locally ..I still don't rember how i deployed it and don't have that version of OWB to test it.
    But again fixing the Control Center home and starting the service on server (db target where OWB repository was installed) fixed it.
    All the best :-)

  • Can anybody help its urgent error :RPE-02018

    Can any body help me inthis error, actually i was executing the mappig on regular basis but today i found this error
    " RPE-02018: Oracle Workflow schema OWF_MGR on host ZAINBIDB cannot be accessed using service BIPROD through port 1521. Please check the location details and try again."
    Followed by :
    "Io exception: Got minus one from a read call."

    Hi, we have found this error when configuration parameters in database where not correct. Each time a process flow with a lot of process in parallel was executed, a process failed.
    I can't remember the exact parameter to change to correct this error (we had some other errors due to configuration parameters) but I think it was by changing the optimizer_mode to FIRST_ROWS. Ask your DBA to take a look to DB parameters and look for the error message in metalink, I think there's an entry for this error.
    Regards
    ANA GH

  • Error RPE-01012

    For the error: Error RPE-01012
    Only alternative is to install the schema owb destination of the data?
    I can normally work with two different schemas?
    Edited by: user12284653 on 19/04/2011 10:14

    OWB 11.2.
    I have two servers, on one server (S1) locate Source (DB Oracle), other (S2) - Data Warehouse (DB Oracle).
    On S2 installed OWB repository and Control Center. On S1 I made some mappings (load data from S1 to S2).
    I want to deploy these mapping, but get this error:
    RPE-01012: Cannot deploy to the target location because it is owned by a different runtime platform...
    As I understand it, I can load data only from one schema to another schema, and these must locate in one instance. And OWB repository and CC locate there too.
    Yes, this is so? o_O

  • (OWB10gR2)-Cannot deploy in table, error RPE-01010 ?

    Hi,
    I validates and generates successfully and deploy it marks Error RPE-01010: It is not permitted to deploy database objects directly to the Control Center
    I am in Design Center not in Control Center. Because this happens?
    Any help is appreciated.
    Thanks
    Celia Avila
    (Excuse my English is bad )

    If I understood you right, you did not manage the differnece between design repository and target schema.
    Design Repository holds all your metadata, the Target Schema is the schema you actually load data into.
    You'll have to prepare a target schema using the Repository Assistant. Don't try to load data into your design repository.
    Tobias

  • Error RPE-01011 Raised when Deploying

    Error RPE-01011 Raised when Deploying
    OWB Client: 10.1.0.2.0
    OWB Repository 10.1.0.1.0
    Database: 10.1.0.2.0
    Please Help,
    Thanks,
    Walter

    1) Start the OWB OC4J Instance (start -> programs -> oracle-warehouse builder -> Start OWB OC4J Instance)
    2) Once the OWB OC4J Instance is started, start the OWB Runtime Audit Browser (start -> programs -> oracle-warehouse builder -> OWB Runtime Audit Browser)
    3) In OWB Runtime Audit Browser window, select the QA User ROLE and fill in the connections informations (runtime repository owner)
    4) Click on the View Deployment report
    5) Select the Location TAB
    6) Select the target locations that have the Type Version still in the previous database version and click on "Unregister Selected Locations " Button
    7) Start OWB client (Design)
    8) Check that your target locations have the correct database version in the locations properties
    8) Start the deployment manager and re-register each locations you unregistered

  • Error RPE-01008 and RPE-01003 if i execute a process flow

    Hi,
    if i execute a process flow, once the process flow worked fine. If i execute at another time the process flow didn't work with the following error messages:
    RPE-01008: Wiederherstellung dieser Anforderung ist in Bearbeitung.
    RPE-01003: Die Anforderung konnte wegen einer Infrastructure-Bedingung nicht abgeschlossen werden.
    Any ideas?
    thanks a lot

    Have you tried any of previously reported errors on this forum to see if any of them relates to your case?

  • Process Flow error- RPE 01003

    Hello,
    We are facing a very strange problem while running process flows in OWB. We are getting followig error when we execute process flows.
    InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - Io exception: The Network Adapter could not establish the connection
    It's strange because we are able to connect to source and target database outside owb. Also, the location test is successful. Any idea why it fails to connect while running process flow only. We tested the db links created by owb. They work as well.
    We are using OWB 10.2 on Oracle 10G installed on Linux RAC machines.
    Any help is appreciated.
    Thanks
    Madhavi

    I have a MATERALIZED VIEW in the process flow and it fails. the erros i get are as follows? can any one tell me what wrong with it?
    RPE-01003: An infrastructure condition prevented the request from completing.
    RPE-01038: Failed to evaluate expression null. Please modify the expression, redeploy and retry again.
    RPE-01003: An infrastructure condition prevented the request from completing.
    RPE-02226: Cannot test Control Center user null. This user must match the login credentials of the deployment location.
    RPE-01003: An infrastructure condition prevented the request from completing.
    no rows found for select into statement

  • Deploying Business Definition error: RPE-02150: Failed to connect

    During deploying a business definition module, I encountered an error message like this: "RPE-02150: Failed to connect with user EUL_FROM_OWB, password ***, connection null. Disco export file 2230.eex written to directory owb/deployed_files."
    I have 10.2 as the database, OWB R2, and OracleBI Discoverer 10g (10.1.2.2).
    In fact, I did not have problem previously when I was using database 10.1.
    Any hints? Thanks.
    John

    I hope this will find you in good faith...
    I have tried a workaround on this issue and it worked fantastically.
    The error message in Control Centre will generate an .eex file.
    Before you deploy your objects make sure you've selected the Business Area and the Items you want to deploy, and then deploy.
    Once done, locate your eex file and manually import this file via Oracle Discoverer Administrator.
    hope this will help
    Ots

  • Error RPE-02150

    I use OWB 11g, and when I tried to deployment Business Definitions toturial, appears this message:
    "RPE-02150: Failed to connect with user EUL_FROM_OWB, password ***, connection null. Disco export file 6882.eex written to directory owb/deployed_files."
    I'have more doubts, How can I connect Discoverer to that?
    My database is in other machine,so I don't know if it is necessary to install Business Intelligence Administrator in database machine to create End User Layer (EUL) and also installing Business Intelligence Client in my computer to access it.
    Please reply.
    Luís Martins.

    I already installed the Oracle Discoverer Administration (ODA) in my machine. To import file .eex through ODA, it's necessary to connect to database. Inside dialog box of ODA has the connection information:
    -Username:
    -Password:
    -Connect:
    So, I try to establish a connection to database is in other machine, however it doesn't work. Shoull I modify a tnsnames.ora?
    Inside tnsname.ora:
    "# tnsnames.ora Network Configuration File: C:\ob2\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    REP_LOCALHOST_BIHOME2. =
    (ADDRESS = (PROTOCOL = tcp)(HOST = localhost)(PORT = 1950))
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    After modify tnsname.ora, inside "connect:" sould I put "remote_machinename:port:SERVICE_NAME"?
    If importing "manually" (copy-paste) file .eex to my machine, how do I use ODA to import that? How do I find file .eex through ODA?

  • Owb 10g R1: errors RPE-01003 and ORA-20003

    We are calling our mapping within an Oracle 9.2 function. Every step of the mapping executes without errors. But after executing the last step (sending an e-mail) following errors are occcuring:
    ORA-20003: The object is not in a valid state for the requested operation ORA-06512: at "OWB_RUN.WB_RTI_EXCEPTIONS", line 94 ORA-06512: at "OWB_RUN.WB_RTI_SERVICE_EXECUTION", line 195 ORA-06512: at "OWB_RUN.WB_RT_SERVICE_CONTROL", line 167 ORA-06512: at line 1
    But all the DB-Objects are valid ! What's the matter. Can anybody help us ?

    Rotimi,
    This message indicates that the object you try to execute is invalid with compilation errors. In the database you would see that the object has errors because for example: referencing tables cannot be found (because they had not been deployed or you do not have privileges to them), statements are invalid (e.g. in expressions), etc. If you try to execute a mapping that is invalid you will get these errors. Needless to say, you have to fix the fact that the mapping is invalid before you can execute it.
    Thanks,
    Mark.

  • Error deploying process flows

    hello, i'm trying to deploy process flows, getting this error. privileges on my workflow manager are set correctly but it looks like something is not ok with connection to database. workflow server looks ok and i can manage it through oracle workflow manager. everything else in owb works ok, i can deploy other objects with no problems.
    this is only problem on my client computer, deployment works fine from server ?
    any idea ?
    already checked tnsnames, replaced host with ip, tnsping ok...
    server: win2000
    client win XP pro
    oracle 9i: 9.2.0.4.0
    owb: 9.2.0.2.8
    owf: 2.6.2
    ERROR:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link DW.US.ORACLE.COM@WB_LK_LOAD_SKL. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-04052: error occurred when looking up remote object
    [email protected]@WB_LK_LOAD_SKL
    ORA-12545: Connect failed because target host or object does not exist

    Hi,
    Do you happen to use localhost to refer to the Oracle Workflow engine? You should use a DNS entry to refer to the Workflow engine. The way this works: when Warehouse Builder deploys to Workflow, it creates a database link back, using a DNS lookup to the machine. If you specify a non-DNS entry, then whatever comes back will be different from what you specified as a host name. This causes the problem. Please re-register the Oracle Workflow engine using a DNS name entry.
    Thanks,
    Mark.

Maybe you are looking for

  • Partitioning and Repartitioning in BI 7.0 Version

    Hi BI Gurus, Created one Cube for PCA , In this cube having time characterings are Fiscal year- period 0FISCPER , Fiscal year variant - 0FISCVARNT, Fiscal year - 0FISCYEAR and Posting period - 0FISCPER3 My Question  is I am planning to do Partitionin

  • Ipod video only logo after power on

    I've already done all tests in test mode (center button+<<), all tests are ok. But when I power on my Ipod 5,5G, I see only logo of Apple. I can't connect Ipod to PC, iTunes can't detect it. P.S. I'm sorry about my English

  • Finding the width of a JPEG loaded into a movie clip

    I will be loading a page of bio information. Next to the person's photo (photos will vary in width) I want to put a column of buttons about 20 pixels to the right of the photo. So after I load the photo into an empty movie clip, I'm trying to get the

  • Displaying XML using XPath expressions

    Hi. I have a XML file which looks something like this: <?xml version="1.0"?> <SAQ> <question id="1"> What does UML stand for? <answer id="1" correct="yes"> Unified Modelling Language <explanation> Explanation </explanation> </answer> <answer id="2" c

  • FCP 7 -  Share task w/ some bugs

    Share... is really a good feature in the new FCP 7 but, I think, it has some bugs First, in the "Share status window" never starts a progress bar. It always looks like as it were preparing but is transcoding. you should open "Batch Montitor" app to s