Process flow deployment error

Hi
I tried to deploy a process flow package but then this error returned :
ORA-12899: value too large for column "OWF_MGR"."WF_ACTIVITIES_TL"."DISPLAY_NAME" (actual: 81, maximum: 80)
Has anyone come across it?

Let me give more detail on the error:-
OMBDEPLOY DEPLOYMENT_ACTION_PLAN 'DEPLOY_PLAN_PROCESS_FLOWS'
Deploying PROCESS_FLOW
ORA-12899: value too large for column "OWF_MGR"."WF_ACTIVITIES_TL"."DISPLAY_NAME" (actual: 81, maximum: 80)
ORA-06512: at "OWF_MGR.WF_LOAD", line 1422
ORA-06512: at line 1
Deploying PROCESS_FLOW
RPE-02012: Internal error: Function A97DBB64A8EAD7492E040007F01006 cannot be created or updated. Please try again. If the problem persists then please contact Oracle Support with the stack trace and details on how to reproduce it.

Similar Messages

  • Owb Process flow Deployment Errors.

    Hi ,
    I am getting the following error when deploying a process flow.
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link ORCL@WB_LK_PK_PKG. 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 RT_REP.WB_RTI_WORKFLOW_UTIL@ORCL@WB_LK_PK_PKG
    ORA-12545: Connect failed because target host or object does not exist
    I had verified the privileges ,everything seems to be fine , Please suggest
    Suresh

    Robert ,,
    Thanks for your reply,
    I re verified the privileges , i can see that EXECUTE ANY PRIVILEGE on OWF_MGR but i am not seeing any db links , I re created the runtime , re deployed mappings and other stuff everything is fine except the process flow deployment

  • Error during "Process Flow" deployment

    Hello everyone,
    I am having trouble deploying my first "Process Flow" object. I am using OWB 9.2 and WF 2.6.2 on Windows XP.
    Here is the error I am getting:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link DSRD_QA.US.ORACLE.COM@WB_LK_WF_LOADS. 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 OWBRR.WB_RTI_WORKFLOW_UTIL@DSRD_QA.US.ORACLE.COM@WB_LK_WF_LOADS
    ORA-12545: Connect failed because target host or object does not exist
    Here is what I have done so far based on what read in different posts on this forum (nothing seems to fix my problem):
    o connect to SYS in the TARGET database (where OWF
    schema was installed) and ran the following:
    GRANT execute any procedure to owf_mgr
    o I used "localhost" when I registered the WF object.
    Then, as per one post, I changed it to "DNS name".
    Did not help at all.
    o Then, I tried to test the DB link (mentioned in the
    error Msg above) and it DID NOT work. Then, as per
    another post, I removed the part of host name that
    appeared after the ".", i.e, DB.someplace.com to
    DB. Then I ran a query using this DBLink and it worked
    OK. Then I tried to deploy the WF object, it failed
    with same error as above.
    I am hoping someone will help me out on this issue - I have seen several posts with similar error messages and have tried almost all the solutions presented in there - nothing worked for me so far. Here is DB link definition:
    ORIGINAL:
    create public database link DSRD_QA.US.ORACLE.COM@WB_LK_WF_LOADS
    connect to OWBRR identified by tiger using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-4F4322.CENTENNIALCOLLEGE.CA)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DSRD_QA)))'
    Changed:
    create public database link DSRD_QA.US.ORACLE.COM@WB_LK_WF_LOADS
    connect to OWBRR identified by tiger using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-4F4322)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DSRD_QA)))'
    NOTE: HOST was chanegd to just DNS name (part after the "." was removed). Changed DBLink works fine - original one does not.
    Thank you all in advance for your time and reponse!
    Regards,
    Amer

    Hello Jean-Pierre,
    I have tried almost what I could but I am still getting following errors when I try to deploy "process flow":
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG2. 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_WF_PKG2
    ORA-12545: Connect failed because target host or object does not exist
    Most recent thing I tried was to run "catrpc.sql" script on the TARGET database using SYS.
    I know you must be a very busy person but I would appreciate if you could try this in your env. Both my SOURCE and TARGET databases are local and I have installed all OWB and OWF repositories in the TARGET database. I have successfully deployed and executed OWB Mappings. Now I am stuck with OWF Process Flow deployment. This would perhaps be the last thing I need to do in order to be able to schedule ETL jobs through OWF.
    All your help and time is highly appreciated.
    Regards,
    Amer

  • OWB-OWF - Process Flow Deployment - Database Link

    Hello there,
    This post is basically related to my problem with Process Flow deployment.
    Could someone please shed some light on the following:
    When we create a Process Flow, during this process OWF creates a Database Link. For some reason, this link is not functional unless I remove the part after "." in that defines the "HOST" in the DB Link definition. How do I know it is not functional - I know because following query does not work:
    select * from [email protected]@WB_LK_WF_PKG
    Here is the link definition:
    ORIGINAL:
    create database link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG
    connect to RR
    identified by "<pwd>"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-2077E4.CENTENNIALCOLLEGE.CA)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OWB92TRG)))'
    MODIFIED (it works - above query runs OK):
    create database link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG
    connect to RR
    identified by "<pwd>"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-2077E4)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OWB92TRG)))'
    My second question is "using what userid/pwd should this link should have been created? Should it use "Runtime Repository Owner" or "OWB Repository Owner" or "Runtime Access User" or "OWF_MGR"?
    No matter what userid I use, it works when I run the query but I always get following error when I try to deploy the "Process Flows" in OWB:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG2. 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_WF_PKG2
    ORA-12545: Connect failed because target host or object does not exist
    I have already granted the "EXECUTE ANY PROCEDURE" to OWF_MGR. I am not sure, though, what is meant by the "and that the OWB Runtime is available" part of the error message above.
    I have also tried to fix this by running the "catrpc.sql" script but it did not help either.
    I am stuck on this step for past few days. I would highly appreciate help in fixing this problem. Here is the configuration I am using:
    o Source database : Oracle 9i (9.2) on my local PC
    o Target database : Oracle 9i (9.2) on my local PC
    o OWB 9i
    o OWF 2.6.2
    o OWB and OWF repositories are on the TARGET database
    I am able to successfully deploy and run my MAPPINGs.
    TIA,
    Amer

    Hello Oracle support,
    Should I open a TAR to get this problem resolved?
    Regards,
    Amer

  • Process Flows deployment: progress indicator is at 50%

    Process Flows deployment : progress indicator is at 50%.
    CPU on both client and server is 0%.
    The OWB client application needs to be killed.
    We have increase the value of the -Xmx and -Dlimit parameter on owbclient.bat
    from -Xmx384M -Dlimit=384M -
    to -Xmx784M -Dlimit=784M -
    the problem persists.
    can you help me?
    thanks

    Hi, I had this problem sometimes ago. And solved it increasing the -Xmx value at the file owb.cl at OWB_HOME\owb\bin\win32 from -Xmx128M to -Xmx768M.
    I think it will work for you too.
    Regards
    Nogs

  • Process flow: validation error: VLD-10010

    OWB 10.2 process flow: I simply put a mapping in a process flow between the START and END activity and want to validate it.
    But I get the error:
    "VLD-10010: MAP_TEMP_POS's bound object null of type null?? has been deleted."
    The mapping itself is alread deployed and the error is the same with other mappings.
    Workflow is installed and owf_mgr user is registered as data warehouse target schema.
    What can I try?

    Problem solved.
    Mappings should be dragged vom Explorer: "Available Objects"
    into Process flow.

  • Process Flow deployment - getting RTC-5161 (10gR2)

    I am trying to deploy a process flow and getting:
    "RTC-5161: The Deployment cannot proceed because of an error during the generation or pre-deployment phase. ....."
    Has anybody else experienced this? Right I am not sure what the problem might be. There is a new note on metalink (375296.1) about OWF_MGR setup, but I think my issue is something else...
    Julian

    Hello!
    I searched metalink on error RTC-5161 and found a reference in note 392263.1
    It is a bug but there is a patch available ( bug 5504848, patch number 5525337).
    Read the note on metalink to check if you really hit this bug and apply the patch.
    Regards,
    Robert

  • OWB Process flow deployment into auto sys

    Can some one tell us the steps to be followed for deploying the owb PROCESS FLOW into Auto sys.
    Thanks

    Hi
    There was some work a few years ago, but not sure it was ever productized. You can integrate with any 3rd party scheduler (in a course manner), see the post here;
    http://blogs.oracle.com/warehousebuilder/2008/11/using_3rd_party_schedulers_with_owb_1.html
    Cheers
    David

  • Process Flow Deployment using Oracle workflow

    Hi,
    If I have my own Process Flow in XPDL, can I deploy it to the Oracle workflow? I couldn't find any doc regarding how Oracle workflow (standalone) imports XPDL file.
    Is the Oracle workflow packaged with the OWB comes with some adapter that understand the XPDL process flow?
    I have an application that may output process flows in XPDL, and I want to deploy them to Oracle workflow for processing. How do I do that?
    Thanks,
    Denny

    Hi,
    I´ve used it in 2 system as a DM. It works fine. But I have to say that they were a small project.
    OWF is a very robust and easy tool. I´ve never need to look for another workflow because OWF always cover my project. When it doesn´t, I´m able to change some pl/sql procedures to make it attend project requirements.
    I can advice you that if you want a personalized user interface, you are going to spend more time doing it than developing your workflow. but if you don´t need to personalize user interface, so it is very easy do develop and deploy a workflow.
    Any doubt just ask.
    Regards,
    Luiz Soares

  • Process flow Deployment for OEM

    I try to define a process module with an OEM deployment location.
    It is not possible to create a new one during the creation wizard.
    I'm not able to allocate later on an existing OEM location.
    How cum?
    OWB 9.2.
    Oracle 9i

    Hi Igor,
    Thnx for your response.
    I did look already to viewlet but this is the way to schedule jobs to run mappings which are PL/SQL packages.
    What i try to do is defining in the OWB tool a process flow and a deployment location for this process flow and there i can't choose to define a location of the OEM type.
    I would expect that OWB generates specific code or package for this process flow that i can scheduled using OEM and the oem template.
    I will check the things you mentioned maybe they are related but i would be surprised. I would not expect that OWB tool is so depended of the deployment environment.

  • Process manager deployment error - can't create views

    We installed the process manager on solaris using sybase. When we try to deploy any of the sample applications, we see the following error: "Failed to create a view in database.....so.process_instance not found....
    After checking the database, we can see that all the tables are created and belong to dbo. Any ideas?

    Thomas,
    If you are talking about the Process Manager which is now part of iPlanet Application Server Enterprise Pro Edition, I suggest you re-post your question to the Application Server forum. This forum is for iPlanet Integration Server, an entirely separate product.
    Stephen

  • Deployment error during deployment of the process flow...

    i have made a program using OMB to deploy an OWB process flow. i have used tcl programming to run it on UNIX.
    when i run the program it gives me a strange error saying:
    an unknown error has occured during deployment .
    when i open the OWB design center to check the status i find the the process folw is stuck during the generation part and it continues but the generation never takes place.. for that i wrote an OMBALTER to alter the generation language of the mappings used in the process flow ,but it does not help...
    also after the error in the program when i see the mapping through the desibn center i do not see the original mapping when i open the mapping editor.
    then if I run the again program again i get the process flow deployed successfully ,obviously with the incorrect mappings.
    can anybody plz help me out with it???

    Hello!
    I searched metalink on error RTC-5161 and found a reference in note 392263.1
    It is a bug but there is a patch available ( bug 5504848, patch number 5525337).
    Read the note on metalink to check if you really hit this bug and apply the patch.
    Regards,
    Robert

  • Mapping is not run after adding to existing Process Flow

    I am about to scream.
    I have a process flow that has been running fine.
    I added a mapping to the existing process flow, deployed the process flow, and now when I run the process flow it will not run the new added mapping.
    What gives? I am going to recreate the process flow, but I will not recreate a new process flow everytime I add a mapping to it.
    What am I doing wrong.
    thanks for any help.
    greG

    Oleg,
    Thanks so much for all the help. I read the other posts and checked my mapping but nothing helped.
    I had to put a transition line directly from the fork to my new process and it worked.
    I think it was kind of a logic error on my part.
    I forgot had all my maps that were called from the Fork just going straight to either Error Warning or Success endpoints.
    I tried to add another process after one of the mappings.
    I forgot that to do that I would have to "OR" up all the transitions coming from the forked maps.
    Then proceed from there.

  • OWB 11.2.0.4: Process flows execute in parallel instead of serial

    Hi all,
    we migrated a 10gR2 repository (Linux) onto 11.2.0.4 and noticed a heavy error: the sub-processes which are supposed to execute serially (and did this in 10g) are started in parallel, so, that the whole dependency concept is destroyed. Prior to raise a SR I'm asking the community if such a behavior has been seen already. The process flow deployment was done with the brand new Windows client for 10.2.0.4.
    best regards
    Thomas

    Hi Thomas,
    Have you checked if you have problems with the transition order property? It was still present on 11.2 when the process flow was migrated from 10.2. Check this thread:
    Re: owb process flow error handling
    Regards
    Ana GH

  • Mapping complete - process flow busy

    Hi all,
    I've a problem with a process flow I've imported from another server.
    If I run this process flow in the testing server it runs and complete without problems.
    Now, I've imported this process flow in the production server but it doesn't complete. In Audit browser I see that all mappings have "complete" status but the process flow is still busy after 1 hour.
    In the process flow there are 7 mappings and 3 user defined operations that use shell scripts.
    What I've missed?
    Oracle and OWB 11gR1
    OS: Sles 10
    Thanks
    Gul.

    Hi Gul,
    We are using OWB 11.1 and we've experienced the same thing.
    We solved this by:
    - adding an index on the runtime repository
    - clean up the runtime audit tables
    - collect statistics on the runtime tables
    There should be plenty information about the step above.
    If you're not familiair with it, then I can include it in a next message.
    - check the process flows for errors.
    We found out that some process flows got corrupted after export-import.
    Some transitions had flase numbering.
    Example: a mapping had an success (0), error (1) and warning (1).
    The error and warning lines had the same number.
    After correcting this the flows worked correctly.
    Regards,
    Emile

Maybe you are looking for

  • Need Help on WebI Report

    Hi Friends, I have 2 tables in  query1  in Infoview. I want to hide table 1 and column1(out of 2 columns) in table 2. Please reply with step by step details Thank you.

  • How to add motion blur to the shatter effect?

    I am trying to add motion blur to the shatter effect, iv created my own custom shatter map with text that remains after the effect is complete, i have tried to add motion blur through the other blur effects and i have not found one that will do the m

  • 17" Studio Display connected to by PowerBook

    When I restarted my PowerBook I had the 17" Studio Display plugged in and started up the computer. It reached the system startup screen and then the computer just shut down abruptly. Every time the computer starts it makes to a that point and it shut

  • I am unable to update my software, how do I go about fixing that?

    I tried updating my software but it will not let me.

  • Callback message not appearing on Siemens Hicom connected phones

    We have connected two Siemens Hicom 350 PABXs using E1 controllers on two routers. The routers are connected via an IP (over ATM) link. Siemens digital phones are connected to each PABX. Calls are going across smoothly, however, when callback feature