Deploy OWB ProcessFlow without OWB

Hello,
We have developed some ProcessFlows to load our DWH. We are not allowed to deploy straight from OWB to the database, so when we generate the ProcessFlows with OWB it creates XML files. But how do we implement them in our Production environment?
We tried some unix scripts in the $ORAHOME/wf/admin directory (wfxload) etc. This doesn't work.
Kind regards,
D.

deploy an xml file is easy, i assume owb is installed on the server.
puts "+----------------------------------------------------------------+"
puts "| DWH DEPLOYMENT UTILITY |"
puts "+----------------------------------------------------------------+"
puts -nonewline "| Please enter repository user : "
gets stdin RepUser
puts -nonewline "| Please enter repository password : "
gets stdin RepPassword
puts -nonewline "| Please enter deployment location : "
gets stdin DeployLoc
puts -nonewline "| Please enter runtime password : "
gets stdin RunPassword
puts -nonewline "| Please enter path/name XML file : "
gets stdin XMLfile
puts "+----------------------------------------------------------------+"
puts "| Creating log file"
set OMBLOG $XMLfile.log
puts "| Connecting to design repository"
OMBCONNECT $RepUser/$RepPassword@machine:1521:sid
OMBCC 'ENECO_DWH'
puts "| Connecting to runtime repository"
OMBCONNECT RUNTIME '$DeployLoc' USE PASSWORD '$RunPassword'
puts "| Deploying objects"
OMBDEPLOY SPECIFICATION FROM '$XMLfile'
OMBCOMMIT
puts "| Finished Deployment"
puts "| Check Runtime Viewer for errors"
puts "+----------------------------------------------------------------+"
exit

Similar Messages

  • How can I execute a OWB ProcessFlow without OEM?

    I have created the "process flow" in the OWB,and I want execute it in my applicaton,not through OEM,how can I do it?

    In order to use OWF without OEM, you can start the script owb/rtp/sql/oem_exec_template.sql in a sql session.
    (Do the same as needed in OEM):
    The mandatory parameters for the script are as follows:
    - Runtime Repository Owner
    - Target location
    - Target Type: either one of the PL/SQL, SQL_LOADER, or PROCESS.
    - Task name (name of the mapping/or process flow)
    - System parameters (comma separated, enclosed by double quotes; comma and \ can be escaped by \)
    - Custom parameters (see system parameters)
    Example :
    @oem_exec_template.sql MY_RUNTIME MY_WORKFLOW PROCESS MY_PROCESS "," ","
    If you need more information, please refer to the user documentation : Scheduling Mappings and Process Flows

  • Error while deploying a mapping in OWB.

    Hi All,
    OWB configuration is as follows:
    Oracle9i Warehouse Builder Client: 9.2.0.2.8
    Oracle9i Warehouse Builder Client: 9.2.0.2.0
    OS: Windows XP Professional.
    Following is error message displayed when i tried to deploy a mapping thru OWB Client.
    RTC-5260 Failed to connect to runtime platform. Please check you have provided the correct host,user, password, service_name.
    RTC-5324" This Runtime Access user is not associated with the specified runtime repository. Please use the OWB Runtime Assistant to ressolve this problem.
    Steps followed are as follows:
    1> Defined Source Module, Added Connection & Location information.
    Dblink created to point to source schema. Tables imported from the source schema.
    2> Defined Target Module, Added Connection & Location information. Dblink created to point to target schema. Tables imported from the target schema.
    3> Created a simple mapping which involves a source & target table, Aggregator operator.
    4> Validated & Generated the mapping.
    5> Created Runtime Repository Connections.
    6> Selected the Repository Connection at time of Deploy entered the password.
    Am i missing few steps for deployment of the mapping?
    The error message RTC-5260 suggests that
    This Runtime Access user is not associated with the specified runtime repository. How this can be done?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Deploying the code in OWB in same target schema

    i have created one staging area and and enterpise model in OWB to deploy my mappings. to deploy the staging area and enterpisre model mapping i have one TARGET SCHEMA.
    now when i want to deploy my enterpise model mapping to the target schema(where i have deployed staging area mapping) OWB is showing the error
    ORA-06550: line 127, column 9:
    PL/SQL: ORA-00942: table or view does not exist
    thank you

    Use sca-deploy.xml... Check the documentation here...
    http://docs.oracle.com/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACCDBHG
    Cheers,
    Vlad

  • OWB ProcessFlow (ROUTE/SET STATUS)??

    OWB ProcessFlow (ROUTE/SET STATUS)??
    We are using OWB repository 10.2.0.2.0 and OWB client 10.2.0.2.8. The Oracle version is 10 G (10.2.0.2.0). OWB is installed on Sun 64 bit server.
    I learned that ROUTE/SET STATUS usage in ProcessFlow have some issues. How do we use them?
    I find limited details on this under OWB processflow help.
    Did any one in this forum face such issues?
    Any idea?
    Thanks in advance.
    RI

    Hi,
    Have you tried using an Oracle Scheduled Program to execute the batch, and then just calling the Scheduled Program from OWF?
    Regards
    Steven

  • OWB ProcessFlow/Variable??

    OWB ProcessFlow/Variable??
    We are using OWB repository 10.2.0.2.0 and OWB client 10.2.0.2.8. The Oracle version is 10 G (10.2.0.2.0). OWB is installed on Sun 64 bit server.
    I learned that as we bring sub-process operator into ProcessFlow EDITOR, it opens up to configure existing(already defined) processflows. It is not happening. Same situation with mapping operator as well. How do we know which mapping/processflows are associated with?
    Does it goes by the specified names in opeartor?
    I used processflows variables with assign operator/activity. It is not setting propery. What is the guidlines/approach for using processflow variables?
    Did any one in this forum face such issues?
    Any idea?
    Thanks in advance.
    RI

    Hi.
    First at all, you have two windows to pull activities (mappings or process flows).
    The first one is located down on the left side and its called 'Palette', and the second is located top on the left side and its called 'Explorer'. The rule is that when you need to put some mapping or subproces on your process you need to pull it from the 'Available objects' tab from the 'Explorer'.
    Then when you select your mapping from 'Explorer' - 'Available objects', just pull it to your process. If you then go to 'Selected objects' tab you will see properties such as AUDIT_LEVEL, OPERATING_MODES...That is simple your mapping and you don't need to know how proces flow know that is the right one (by the name of the mapping or something else), that is not important.
    Same is with procesess. You select process from the 'Explorer' - 'Available objects' and pull it to your process. If you go to 'Selected objects' tab you will see parameter that you have created in you previous process that you pull from 'Explorer' - 'Available objects'.
    That's worked fine!!! Other methods not ('Palette').
    So, don't use mapping and process flow activity from 'Pallete'. Use it from 'Explorer' - 'Available objects'.
    PS:
    You don't need to use process flows variables with assign operator/activity. Just try as I wrote.

  • Deploying a processflow

    Has anyone ran into this problem when trying to deploy a processflow?
    RPE-01008 Recovery of this request is in progress.
    In the /owb/log
    oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - null
    Audit Browser reports:
    RPE-02071: Deployment has been aborted due to a previously reported critial error.
    I have registered the process flow location to my workflow 262 schema. I can also deploy non- workflow packages.

    Hmm, did the workflow repository install completely and without errors? Did you run the assistants to configure the Workflow repository?
    If all of these are working, I would not really know where to start. If at all possible log an iTar with Oracle support services to dig into the matter. I think this will be hard to resolve over the forum mail list.
    Jean-Pierre

  • How to deploy the OS without Partioning the Drive , Refresh Deployment Senarios

    Hi ,
    I need to configure the reuired settings for below things in MDT. If these are possible in MDT can you please share the  required configuration with Steps..  I am using MDT 2013 for deploying Windows 8.1.
    1. OS deployment should be without partitioning
    2. All user Profile data should taken before OSD and after OSD all the user profile data backup should be restore Auto on its original location.
    3. no any user data located even in  Local C drive or in other Local Drive- D or E delete..
    Shailendra Dev
    Shailendra Dev

    Shailendra,
    You'll need to brake this up into 2 or 3 cases.
    One, not formatting and partitioning the drive, if you use the REFRESH scenario, the existing operating system drive will be cleaned (not formatted) and Windows will be installed on this drive
    Two, with the User State Migration Tool you'll be able to achieve what you want, either using symbolic (hardlinks) or transfer the data into a migfile which can be copied to a fileshare or external drive, and copied back once the machine is finished.
    Third, check for any remaining folders and files, by for example deleting all content other than the usual files and folders that are present after a fresh Windows installation.
    Good luck!
    If this post is helpful please click "Mark for answer", thanks! Kind regards

  • Can I deploy Mathscript subfunctions without revealing .m source code?

    Good morning.
    I am developing MATLAB algorithms containing functions and subfunctions. To integrate them in LabVIEW, I plan to use Mathscript nodes. And if I do so, I have to leave the subfunctions .m files in a repository on the PC (right?).
    My problem is that I do not want to reveal these easily readable files when deploying my LabVIEW code. So I am looking for a way to deploy this code without making my source code available and open to all.
    Thanks for any help!

    Thanks smercurio.
    smercurio_fc wrote:
    I think Ravens Fan was referring to actually putting the MathScript code inside a MathScript node, not leaving it as its own file. That way the code is saved with the VI.
    Please allow me to illustrate my question through an example.
    Let's say my code is script S1. S1 contains functions f1, f2 and f3, f1 contains subfunctions sf1 and sf2, and so on. I end with a code structure looking like this one (all .m files):
    S1
    - f1
    ---sf1
    ---sf2
    -f2
    ---sf3
    -f3
    ---sf4
    ---sf5
    If S1 is copied in a Mathscript node, how can it work without leaving f1.m, sf1.m and others available on the user's pc after deployment?
    Now, as I understand from my readings and my experimentations, when I put the function and subfunction files in the "LabVIEW Data" file, the functions name in the script S1 copied in a Mathscript node will appear in purple (by default). The node executes fine then. But if I copy the functions in Mathscript nodes in other VIs, the functions name appear in grey, and the node won't work. I don't know how to point to these other Mathscripts... Is there something I miss here?
    smercurio_fc wrote:
    You started out by saying you're developing Matlab algorithms. You should keep in mind that MathScript and Matlab are two different languages. While there are many similarities, there are also a lot of differences, and Matlab code is definitely not 100% compatible in MathScript. Thus, if you write the code in Matlab there is no guarantee it will even work in MathScript.
    Thanks for the warning. I tried my algorithms using the method described above, and they work well.

  • Deploy WebDynpro application without SDM password

    Is it possbile to deploy WebDynpro application without SDM password? I have account with SAP_J2EE_ADMIN role.

    hai,
    go to server path
    open the dos editor
    go to this dir
    usr/sap/j2e/jcXX/sdm/program
    x:usr/sap/j2e/jcXX/sdm/program\>
    StopServer
    sdm jstartup "mode=standalone" "sdmhome=."
    sdm deploy "sdmhome=." "file=xxx.ear" "onerror=stop"
    sdm jstartup "mode=integrated" "sdmhome=."
    StartServer
    use the above commands one by one
    regards,
    Naga Raju

  • Deploy task form without jdeveloper ?

    i'm using soa suite 10.1.3.1
    my question is how to deploy task form without using jdeveloper ?

    There are multiple options
    Human tasks are compiled into .ear files.
    1. take .ear file (generated after compiling your project) and deploy using EM console
    2. you can use admin_client utility (which comes with installation) to deploy human task .ear file
    3. even you can use ant to deploy
    Thanks,
    Praveen

  • Wbe deployment of forms without JInitiator

    Hi,
    Can anyone please send me the document that explains how to run
    Oracle Developer 6.0 Applications in IE 6.0., without JInitiator.
    at [email protected]
    If that also has a sample html page that would be great
    Regards
    Sumita

    Duplicate post - please see Web deployment of forms without JInitiator

  • Error while deploying a workflow in OWB

    Hi,
    I am getting the below error while deploying a workflow in Control Center.
    ORA-29532: Java call terminated by uncaught Java exception: java.sql.SQLException: The file /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/bin/admin/rtrepos.properties cannot be accessed or has not been properly created on the server XXXXXX. If the file does not exist or if the database owner (normally user 'oracle') does not have the required file permissions or if the file has not been properly created then the file can be recreated by running the SQL*Plus script /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/rtp/sql/reset_repository.sql (in a RAC environment the file must be manually copied to each server which is used for OWB). Otherwise if using a 10.2 database instance, then please run the SQL*Plus script /u01/app/oracle/product/11.2.0.2/dbhome_1/owb/UnifiedRepos/reset_owbcc_home.sql.
    Did any one faced this issue before?
    Kindly let me know the steps to resolve the issue.
    Thanks.

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Error while deploying a mapping in owb 11.2

    Hi,
    I am using OWB 11.2 and when i try to deploy a mapping i get the following error. Is it some permission issue.
    Please let me know if anyone has faced similar issue. Its very urgent.
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_LOB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    java.sql.SQLException: ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_LOB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
         at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineDeployment(RuntimeDeploymentDefiner.java:1094)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.createDeploymentAuditId(RuntimePlatformServiceImpl.java:1409)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2382)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2112)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$3.construct(WHRuntimeCommandHandler.java:1194)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)

    Hi,
    have you tried to grant the user you use for connecting:
    GRANT EXECUTE ON DBMS_LOB TO your_usr WITH GRANT OPTIONYou need the "WITH GRANT OPTION" if the sql is executed within some view or package.
    Regards,
    Carsten.

  • Error in deploying Process flow in OWB 10.2

    I have migrated process flow from OWB 9.2 to OWB 10.2,but when i try to deploy the process flow i get the following error.
    oracle.wh.service.sdk.runtime.QueryException: null
    - Internal Error Unknown System Parameter MODULE_NAME for executionAdapterId= 5 executionOperatorId= 1080
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.getSystemParameterId(RuntimeDeploymentDefiner.java:1070)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineSystemParameter(RuntimeDeploymentDefiner.java:1173)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineParameter(DatabaseDeploymentUnitDefinerImpl.java:264)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineTask(DatabaseDeploymentUnitDefinerImpl.java:235)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineObjectDefinition(DatabaseDeploymentUnitDefinerImpl.java:95)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.defineUnit(UnitControllerImpl.java:179)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.<init>(UnitControllerImpl.java:81)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.defineControllerList(DeploymentControllerImpl.java:292)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.initialize(DeploymentControllerImpl.java:93)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.<init>(DeploymentControllerImpl.java:47)
         at oracle.wh.service.impl.runtime.DeploymentSpecificationImpl.createController(DeploymentSpecificationImpl.java:987)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.deployAsynchronous(WHRuntimeCommandGenerateDeploy.java:399)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getValidGenerationResults(WHRuntimeCommandGenerateDeploy.java:1385)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.continueDeployment(WHRuntimeCommandGenerateDeploy.java:1929)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:368)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.RuntimeProgressListener.notifyCompletion(RuntimeProgressListener.java:106)
         at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:367)
    oracle.wh.service.sdk.runtime.QueryException: null
    - Internal Error Unknown System Parameter MODULE_NAME for executionAdapterId= 5 executionOperatorId= 1080
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.getSystemParameterId(RuntimeDeploymentDefiner.java:1070)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineSystemParameter(RuntimeDeploymentDefiner.java:1173)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineParameter(DatabaseDeploymentUnitDefinerImpl.java:264)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineTask(DatabaseDeploymentUnitDefinerImpl.java:235)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineObjectDefinition(DatabaseDeploymentUnitDefinerImpl.java:95)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.defineUnit(UnitControllerImpl.java:179)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.<init>(UnitControllerImpl.java:81)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.defineControllerList(DeploymentControllerImpl.java:292)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.initialize(DeploymentControllerImpl.java:93)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.<init>(DeploymentControllerImpl.java:47)
         at oracle.wh.service.impl.runtime.DeploymentSpecificationImpl.createController(DeploymentSpecificationImpl.java:987)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.deployAsynchronous(WHRuntimeCommandGenerateDeploy.java:399)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getValidGenerationResults(WHRuntimeCommandGenerateDeploy.java:1385)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.continueDeployment(WHRuntimeCommandGenerateDeploy.java:1929)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:368)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.RuntimeProgressListener.notifyCompletion(RuntimeProgressListener.java:106)
         at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:367)
    regards
    Vishal Dutt

    Evene after applying patch i am getting the following error.
    oracle.wh.service.sdk.runtime.QueryException: null
    - Internal Error Unknown System Parameter PROCEDURE_NAME for executionAdapterId= 5 executionOperatorId= 1296
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.getSystemParameterId(RuntimeDeploymentDefiner.java:1070)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineSystemParameter(RuntimeDeploymentDefiner.java:1173)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineParameter(DatabaseDeploymentUnitDefinerImpl.java:264)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineTask(DatabaseDeploymentUnitDefinerImpl.java:235)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineObjectDefinition(DatabaseDeploymentUnitDefinerImpl.java:95)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.defineUnit(UnitControllerImpl.java:179)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.<init>(UnitControllerImpl.java:81)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.defineControllerList(DeploymentControllerImpl.java:292)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.initialize(DeploymentControllerImpl.java:93)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.<init>(DeploymentControllerImpl.java:47)
         at oracle.wh.service.impl.runtime.DeploymentSpecificationImpl.createController(DeploymentSpecificationImpl.java:987)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.deployAsynchronous(WHRuntimeCommandGenerateDeploy.java:399)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getValidGenerationResults(WHRuntimeCommandGenerateDeploy.java:1385)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.continueDeployment(WHRuntimeCommandGenerateDeploy.java:1929)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:368)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.RuntimeProgressListener.notifyCompletion(RuntimeProgressListener.java:106)
         at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:367)
    oracle.wh.service.sdk.runtime.QueryException: null
    - Internal Error Unknown System Parameter PROCEDURE_NAME for executionAdapterId= 5 executionOperatorId= 1296
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.getSystemParameterId(RuntimeDeploymentDefiner.java:1070)
         at oracle.wh.service.impl.runtime.runtime_access.RuntimeDeploymentDefiner.defineSystemParameter(RuntimeDeploymentDefiner.java:1173)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineParameter(DatabaseDeploymentUnitDefinerImpl.java:264)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineTask(DatabaseDeploymentUnitDefinerImpl.java:235)
         at oracle.wh.service.impl.runtime.runtime_access.DatabaseDeploymentUnitDefinerImpl.defineObjectDefinition(DatabaseDeploymentUnitDefinerImpl.java:95)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.defineUnit(UnitControllerImpl.java:179)
         at oracle.wh.service.impl.runtime.UnitControllerImpl.<init>(UnitControllerImpl.java:81)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.defineControllerList(DeploymentControllerImpl.java:292)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.initialize(DeploymentControllerImpl.java:93)
         at oracle.wh.service.impl.runtime.DeploymentControllerImpl.<init>(DeploymentControllerImpl.java:47)
         at oracle.wh.service.impl.runtime.DeploymentSpecificationImpl.createController(DeploymentSpecificationImpl.java:987)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.deployAsynchronous(WHRuntimeCommandGenerateDeploy.java:399)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getValidGenerationResults(WHRuntimeCommandGenerateDeploy.java:1385)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.continueDeployment(WHRuntimeCommandGenerateDeploy.java:1929)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:368)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.RuntimeProgressListener.notifyCompletion(RuntimeProgressListener.java:106)
         at oracle.wh.service.impl.generation.service.WhValidationGenerationTransaction.run(WhValidationGenerationTransaction.java:367)
    PROJECT_GLB

Maybe you are looking for

  • How do you delete photos in photo stream?

    How can I delete photos on my photo stream? My daughter added a monster photo that I would like off my phone and iPad. I know how to turn off photo stream i want to delete a photo. Thank you.

  • Exporting data to csv files

    Please can you help an Oracle newcomer? Below is a script (which I took from the forums) that I used to run in Lite to export data to a csv file. As you can see I am having problems with running the same file in 8i - It starts off OK i.e. asking for

  • 3rd party install Vista over XP, Return to factory default?

    3rd party installed Vista over XP on a T60.  Is there a way to return to factory default through ThinkVantage?  Tried holding down ThinkVantage button at startup, but only gets me into Bios, no thinkvantage software.  Ideas?

  • EA4 Query Builder

    When I change from worksheet to 'query builder' tab my CPU goes up to 100% ! furthermore is there no more 'where clause' tab for visual definition of the where clause ?

  • Going from FCP to YouTube

    I have a client who needs to get their 720p 60 project up on YouTube. The only problem is that YouTube only accepts 29.97 or 30 fps. When they try to convert the video looks jerky. What's the word, Apple forum?