Error deploying process after database migration in SOA11g

Hi all,
I am working on SOA11g and weblogic 10.3
we recently shifted my database server to another ip and reconfigured the ip settings in each of the soa datasource through weblogic console.Initially on starting the server it gave B2b init error but it started working properly after we restarted the application and the DB server.
But now my problem is whenever i deploy any process that has an expression(for eg. an email activity in which i am getting the reciever's list from the database using a lookup query),*it throws an error and the stack trace is as given below:*
[2011-02-08T13:03:33.220+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Is4C5SLBLA1LzuP5iW1DKEXf000d33,0] [APP: soa-infra] [dcid: d61ccdb1526887f2:678e40b9:12e040e4cba:-7ffd-000000000000290f] <BPEL1Processor::generateProcessClass> MerchantSales_BPELProcess.bpel(line 228): invalid query[[
query "/EmailPayload/ns3:FromAccountName" is invalid, because java.lang.IllegalArgumentException: null schema location for ns=http://xmlns.oracle.com/ias/pcbpel/NotificationService [Cause=null schema location for ns=http://xmlns.oracle.com/ias/pcbpel/NotificationService]
Check the XML schema and make sure your query string is valid
[2011-02-08T13:03:33.448+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Is4C5SLBLA1LzuP5iW1DKEXf000d33,0] [APP: soa-infra] [dcid: d61ccdb1526887f2:678e40b9:12e040e4cba:-7ffd-000000000000290f] <CubeProcessLoader::create> [[
java.lang.Exception: BPEL compilation failed
     at com.collaxa.cube.lang.compiler.BPEL1Processor.generateProcessClass(BPEL1Processor.java:529)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:495)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:438)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.createCubeProcess(BPEL1Processor.java:396)
     at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:61)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:112)
     at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:238)
     at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:182)
     at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:726)
     at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:114)
     at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:85)
     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)
intially i thought it might be a problem with the query but then i tried a simple expression(assigned the task no. attribute of my human task to my output var) it still threw an error and that stacktrace is pasted below:
[2011-02-08T13:53:50.735+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.compiler] [tid: [ACTIVE].ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Is4NcPSBLA1LzuP5iW1DKEXf001p^f,0] [APP: soa-infra] [dcid: d61ccdb1526887f2:678e40b9:12e040e4cba:-7ffd-0000000000002cc2] <BPEL1Processor::generateProcessClass> S_Exp.bpel(line 107): invalid query[[
query "/taskservice:initiateTask/task:task/task:priority" is invalid, because java.lang.IllegalArgumentException: null schema location for ns=http://xmlns.oracle.com/bpel/workflow/taskService [Cause=null schema location for ns=http://xmlns.oracle.com/bpel/workflow/taskService]
Check the XML schema and make sure your query string is valid
[2011-02-08T13:53:50.749+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine.deployment] [tid: [ACTIVE].ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000Is4NcPSBLA1LzuP5iW1DKEXf001p^f,0] [APP: soa-infra] [dcid: d61ccdb1526887f2:678e40b9:12e040e4cba:-7ffd-0000000000002cc2] <CubeProcessLoader::create> [[
java.lang.Exception: BPEL compilation failed
     at com.collaxa.cube.lang.compiler.BPEL1Processor.generateProcessClass(BPEL1Processor.java:529)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:495)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.loadProcess(BPEL1Processor.java:438)
     at com.collaxa.cube.lang.compiler.BPEL1Processor.createCubeProcess(BPEL1Processor.java:396)
     at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProcessFactory.java:61)
     at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProcessLoader.java:112)
     at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:238)
     at com.collaxa.cube.engine.deployment.DeploymentManager.deployComponent(DeploymentManager.java:182)
     at com.collaxa.cube.ejb.impl.CubeServerManagerBean._deployOrLoadComponent(CubeServerManagerBean.java:726)
     at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deployComponent(CubeServerManagerBean.java:114)
     at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean.deployComponent(BPELServerManagerBean.java:85)
     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.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
I am in fix as i really am not able to understand what might be the problem,
thks for the help in advance..
Regards
Ajay.v
[email protected]
Edited by: Aj**** on Feb 9, 2011 2:38 PM

Hi Jean-Pierre,
Thanks for your help,
Grant WHAT to OWF_MGR user?
I couldnt find the package named 'WB_RTI_WORKFLOW_UTIL'
in OWF_MGR but I cound find 'WB_RT_WORKFLOW_UTIL' package in it.
Is this some problem in my OWF_MGR schema?
Any help will be greatly appreciated,
Thanks,
Shree

Similar Messages

  • After Database migration,workflow mailer is not getting up

    After database migration, our workflow mailer is not getting up.
    Application version : 12.0.6
    DB version: 11.2.0.2
    Should we rebuild the workflow queues after migration.Please help!!!!!

    After database migration, our workflow mailer is not getting up.What migration? Please elaborate more.
    Please check the workflow log file for any errors.
    Should we rebuild the workflow queues after migration.Please help!!!!!Not necessarily – As requested above, check the log file as we cannot guess the cause of the issue without seeing the entries in the log file.
    Thanks,
    Hussein

  • Unable to login to SAP B1 after database migration

    I would like to know how to login to SAP B1 after database migration. I export data from MSSQL 2005 and import data to MSSQL 2008 which is located in different server. I failed to login to SAP B1 with both current password and default password. It will prompt me the error 'User code or password is incorrect'. Is there any other login ID(current user ID is manager) or how I can change the password? Or is there any other way to transfer or migrate the database to a new server?

    hi,
    i am afraid your database is corrupted, try to make a full database backup from your SQL 2005 then restore it to your SQL 2008. also you can try another method, by detaching your Database from 2005 then copy the .MDF and .LDF then copy this 2 files in your new server, put it in your desired directory, then from your SQL 2008, attached the Database.
    also, have one question, is your SA account in 2008 and 2005 have the same password? it must be the same.
    regards,
    Fidel

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

  • PO status "ERROR in PROCESS" after confirmation

    Hello Experts,
    problem is :
    When i create Purchase order its successfuly gets replicated in the Backend as we are on ECS scenario.Now when i create Confirmation the confirmation is also successfully created in the backend system but PO status gets changed to "ERROR in PROCESS" . i check in RZ20 and error is : "Purchase order 2400002371: Transfer Failed; Resubmit" means Application error while updating purchase orders in the back-end system.
    I check my port settings and message type in partner profiles looks OK to me otherwise Confir mation will not cretae in the backend system but yes i can see its created and all my data is fine then why for all the Purchase order after creating confirmation status gets Change ?
    Thanks in advance
    Smriti

    Hi Smriti,
    Try executing the function module BBP_PD_PO_TRANSFER_EXEC_V2 using SE37 transaction by giving the header GUID of P.O.
    Please take the GUID from BBP_PD transaction by giving the P.O number as input and BUS2201 as transaction type.
    Please check the P.O status after executing the above function module.
    Is this happening for all P.Os once the confirmation is posted or for any specific P.Os (2 P.Os as mentioned by you).
    Let us know the outcome to help you further in resolving this issue.
    Regards,
    Teja

  • Unexpected error durung process after adding a new measure group

    I add a new measure group with distinct count in my cube
    I process my cube then I have:
    Erreur interne : Une erreur inattendue s'est produite. Erreurs dans le moteur de stockage OLAP : Une erreur s'est produite lors du traitement de la partition 'Requirement' du groupe de mesures 'Formalized 1' pour le cube 'Requirements_view' à partir de la
    base de données SeikoCube. (internal error : unexpected error happens ... An error occured when processing the partition for measure group for the cube)
    If I delete this measure, it works well.
    Whap happens ? How could I resolve it ?
    Thanks in advance

    Hi Fiacre663,
    According to your description, you encounter the error while processing the cube after added the distinct count to cube, right? In your scenario, which process option are you used to process the cube?
    Generally, if you add a measure you are changing the structure of the cube which will invalidate the cube, the easiest way to get the cube "fully operational" again would be to do a ProcessFull. The same thing applies when removing a measure.
    Besides, please ensure that the steps to add distinct count are correct. There are different options for creating a distinct count measure in SSAS. Please refer to the link below to see the details.
    http://www.mssqltips.com/sqlservertip/3043/different-options-for-creating-a-distinct-count-measure-in-ssas/
    Regards,
    Charlie Liao
    TechNet Community Support

  • P.O Error in Process after copying the existing item in change mode

    Hi All,
    We are in SRM 5.0 Server 550 and SP15 and are using Extended Classic Scenario.
    We are facing a peculiar issue, when an already created P.O (Free text - goods) is changed and a new line item is added either manually or by copying the existing line item and then ordering it, the P.O is going into Error in Process status.
    This is happening only when i am adding a new item (material) to the existing line item (material) but when i am adding a service line item in the change mode to the existing material line item, the P.O is getting ordered without any issue.
    I believe this is SAP bug and raised with SAP for OSS.
    Meanwhile i would be grateful if you can provide any resolution to this issue and provide any OSS note number (If one already exists).
    Regards,
    Teja

    Hi Teja
    it works fine for me.
    old po template..
    taken describe procureemnt - goods
    copy the line item
    changed qty and price
    POs created for both items in one PO since vendors are same?
    what the error message says in the application monitor or rz20 / monitor sc.?
    for me i had a contract in my pld pos.(sc).
    muthu

  • Error deploying custom java web service in SOA11g-Jdeveloper 11.1.1.3.0

    Hi all,
    I am getting Error deploying custom java web service in SOA 11G- Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Edited by: soauser on Sep 3, 2010 7:44 AM
    Edited by: soauser on Sep 3, 2010 7:45 AM
    Edited by: soauser on Sep 3, 2010 7:46 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • File not found error after database migration

    Hi experts
    I recently decided to create a test environment for SharePoint 2010 production server but after
     attach the content database  using power shell successfully I get “ file not found “ error when I try to login the top site collection
    I think it’s because of customized master page in production site which I don’t know how to apply them to my new environment.I even tried to copy the master pages from cataloge throught  SPD but it didnt work.
    Any assistance would be greatly appreciated

    HI Shahin,please try to access the site by below and let me know the result.please check the below link that gives more idea on the issue
    _/_layouts/settings.aspx
    /_layouts/viewlsts.aspx
    /default.aspx
    http://expertsharepoint.blogspot.de/2014/01/sharepoint-default-page-not-loading-by.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • ERROR deploying PROCESS FLOW

    I encountered the following error while deploying
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow
    Database Link STG1@WB_LK_LOAD_STG. 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 'WB_RTI_WORKFLOW_UTIL.INITIALIZE@STG1@WB_LK_LOAD_STG' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I set the "EXECUTE ANY PROCEDURE privilege to runtime repository schema as well as
    runtime repository user. I still get the same error.
    Please find below the steps I followed
    1) Process Flows -> Locations
    Created Process flow location with ORacle Work Flow and 2.6.2
    2) Process Flows
    Created Process Flow module
    Created Process Flow Package
    Created Process
    validated sucessfully
    generated XML code successfully
    3) Deployment manager
    Register the Process flow location in owf_mgr/Owf_mgr successfully
    pre-deployment is successful
    when deploying I encountered the above error.
    I want to execute the process flow from deployment manager itself.
    Please help me in solving this problem. URGENT !!
    Thanks in advance
    Shree

    Hi Jean-Pierre,
    Thanks for your help,
    Grant WHAT to OWF_MGR user?
    I couldnt find the package named 'WB_RTI_WORKFLOW_UTIL'
    in OWF_MGR but I cound find 'WB_RT_WORKFLOW_UTIL' package in it.
    Is this some problem in my OWF_MGR schema?
    Any help will be greatly appreciated,
    Thanks,
    Shree

  • Deployment failing after filer migration in weblogic

    Hi, We have used weblogic on Netapps Filer, recently we migrated from Netapps to Sun filer and after this deployment issue came up. The deployment fails for 2-3 times with the following error "java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder" and after that it deploys successfully.
    We have used Netapps for more than 3 years without any deployment issues.
    Can someone please let us know if you faced such problem...and what was the resolution.

    "java.lang.NoClassDefFoundError: flex/messaging/license/AsnDecoder"
    This indicates that the 'deployment' is missing the class that it uses for something.
    What you need to do is find the .jar file that includes the class. After some Googling it is found that flex-messaging-req.jar contains the class ( Download flex-messaging-data-req.jar : flex&amp;nbsp;&amp;laquo;&amp;nbsp;f&amp;nbsp;&amp;laquo;&amp;nbsp;Jar File Down…) - hope it is the right version.

  • Error in reports after database restart

    Hi,
    I am making reports using OBI with oracle 10.1.0 . I made some charts, pivot tables
    and some graphs. these are working fine until i restart the database. when i restart the
    data base the tables are show again at dash board but all pictorial type reports not work
    untill i make them again.
    it gives me error like
    No connection could be made because the target machine actively refused it. [Socket:888]while table by the same query is giving result. only graphical thing give error even after i
    redraw them.
    Thanks

    Step 1: Create Cachepurge.txt file with following command.
    call SAPurgeAllCache();
    Step 2: Tranfer this Cachepurge.txt file to this path (It can copy to
    anywhere)
    D:\oracleBI\server\Bin
    Step 3:
    Go to Command Prompt
    cd D:\oracleBI\server\Bin
    nqcmd -d Analyticsweb -u Administrator -p Administrator -s D:\oracleBI\server\Bin\Cachepurge.txt -o D:\output.txt
    -u --> User
    -p --> Password
    If you install OBIEE in C: please replace D: with C:
    Thanks,
    Chandra

  • SRM PO Status "Error in Process"

    Hi,
    SRM 3.0 Extended classic scenario
    EBP Purchase order goes in to Status "Error in process" after making some ammendments.
    Getting following error
    1) EEP\Business to Business Procurement(100)\...\Purchase Order\Backend application errors
    2)Business to Business Procurement(100) Purchase Order Backend application errors ACTIVE PurchOrder xxxxxxxxxx: Please specify a valid account assignment
    3) Business to Business Procurement(100) Purchase Order Backend application errors ACTIVE Purchase order xxxxxxxxx: Instance xxxxxxxxx of object type PurchaseOrder c ould not be changed
    Can you please suggest what are the setting i need to check, actuallly the changes is not reflecting in to backend.
    Thanks,
    Jairaj

    Hi,
    Thanks for reply,
    It is a service purchase order and changes made to them is delete and undelete  the service line items not updating in to back end,
    below is details fo error log.
    1) javascript:displayTools('bbpadm_poappli/!?PARAM1=CE5C79FAF918944F9F4F968D8CF25D9E&PARAM2=6500010389&PARAM3=Pleasespecifyavalidaccount+assignment&PARAM4=BBP_PD_PO_TRANSFER_EXEC&alert_ALSYSID=EEP&alert_MSEGNAME=SAP_CCMS_esccebp_EEP_00&alert_ALUNIQNUM=0002283846&alert_ALINDEX=0000001660&alert_ALERTDATE=20090206&alert_ALERTTIME=092614&alert_DUMMYALIGN=&alert_MESSAGE=PurchOrder 6500010389: Please specify a valid account assignment&CTR_URL=test1', 'tools')
    2.     javascript:displayTools('bbpadm_poappli/!?PARAM1=CE5C79FAF918944F9F4F968D8CF25D9E&PARAM2=6500010389&PARAM3=Instance6500010389ofobjecttypePurchaseOrderc&PARAM4=ouldnotbe+changed&alert_ALSYSID=EEP&alert_MSEGNAME=SAP_CCMS_esccebp_EEP_00&alert_ALUNIQNUM=0002283847&alert_ALINDEX=0000001659&alert_ALERTDATE=20090206&alert_ALERTTIME=092614&alert_DUMMYALIGN=&alert_MESSAGE=Purchase order 6500010389: Instance 6500010389 of object type PurchaseOrder c ould not be changed&CTR_URL=test1', 'tools')
    Please advice.
    Regards,
    jairaj

  • 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

  • Error deploying data tier application to SQL Azure at "Registering metadata for database" step ... should I care?

    I'd like to move an on-premesis SQL Server Database to SQL Azure. I've used SQL Mgmt Studio to Extract Data Tier Application and save my db as a dacpac file. Now I'm connected to my Azure server and I've chosen to Deploy Data Tier Application. I select my
    dacpac and the deploy starts but then on the last step "Registering metadata for database" it times out. I've tried it a couple of times and each time the deployed database is there and appears to be fully populated, but I'm not sure if I can ignore
    that error and continue. What is supposed to happen in that step, and should I expect it to fail when deploying to SQL Azure? 
    I'm following the steps here http://msdn.microsoft.com/en-us/library/hh694043.aspx in the Using Migration Tools > Data-tier Application DAC Package section, except that to deploy there's no SQL Mgmt Studio > Object Explorer [server]
    > Management >"Data Tier Applications" node, so I'm deploying by right-clicking on the server name and choosing "Deploy Data-tier Application". 
    My (total) guess here is that it's deployed the database fine and it's doing whatever magic happens when you register a data tier application, except that it's not working for SQL Azure. 
    I'm running against a server created for the new Azure service tiers, not against a Web/Business edition server. 
    The full details of error I get are below. 
    thanks, 
    Rory
    TITLE: Microsoft SQL Server Management Studio
    Could not deploy package.
    Warning SQL0: A project which specifies SQL Server 2008 as the target platform may experience compatibility issues with SQL Azure.
     (Microsoft.SqlServer.Dac)
    ADDITIONAL INFORMATION:
    Unable to register data-tier application: Unable to reconnect to database: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft.Data.Tools.Schema.Sql)
    Unable to reconnect to database: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft.Data.Tools.Schema.Sql)
    Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. (Microsoft SQL Server, Error: -2)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.9213&EvtSrc=MSSQLServer&EvtID=-2&LinkId=20476
    The wait operation timed out
    BUTTONS:
    OK

    Hello,
    The registration process creates a DAC definition that defines the objects in the database, and register the DAC definition in the master system database in Windows Azure SQL Database.
    Based on the error message, there is timeout error when connect to SQL Database. Did you deploy a large database? When move large data to Azure SQL Database, it is recommended to use SQL Server Integration Services (SSIS) and BCP utility.
    Or you can try to create a client application with the Data-Tier Application Framework (DACFx) client tool to import database and handle connection loss it by re-establish the connection.
    Reference: http://sqldacexamples.codeplex.com/
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • App Error 523- Nothing is working

    Hello, I have a Blackberry curve 8310. Nothing is working anymore on my phone. There is this error message : app error 523. When I try to reset, it take 3 minutes of "waiting" with nothing on the screen, until the same message reappear. I also try ta

  • Formatting a two-dimensional list...

    Is there a way to create a two-dimensional ArrayList of Integers with all cells containing certain values, for example zeros? -I will be storing changing Integer values in certain x- and y-coordinates!! Something like: ArrayList<ArrayList<Integer>> l

  • FXO not disconnecting

    I have a 2800 Series router with 12.4-15.T1 with 4 FXO ports in it. These ports are connected to another system that forwards calls onto another phone - long story, but it saves huge long distance $$ over satellite phones. The issue is the system get

  • [Process: TLReportedTime]: there is no transaction record at level -1 for this approval process

    This is happening in a demo version. Nothing has been changed. Any idea if this has been reported earlier ? Thanks, R

  • Changing iCloud account (iPad)

    How to change iCloud account from my iPad.If i delete my account ,it says all document and files will be deleted from my iPad.What should I do iPad 2 3G wi-fi