Ssis deployment process in Server/remote box

Could you please suggest the best approach for package configuration and deployment process.
1. The SSIS package need to deployed in remote box , so what should be set the encryption property , i.e encrypt with password or which option should be selected.
2. Which type of Package configuration will be the best way to configure the SSIS package.
3. Since we are planning to run the SSIS package ,  through SQL Agent jobs , which will be best way to deploy the package.

Why don't you read MSDN?
Re #1, 3, if you deploy to MSDB or Catalog (SSISDB) then "Rely on server" is the one you need, otherwise any other than "user key", for all others you need the password included and the connection string with all the credentials. Oftentimes a proxy is needed
to run a package via an Agent. I suggest you deploy to MSDB/Catalog.
Re 2: Depends. Most times a config file (in XML) is the way to go though.
Arthur My Blog

Similar Messages

  • BPEL server and java crashes while accessing a deployed process in console

    Hi,
    I am running BPEL developer version on my local machine (win xp ). If I try to run a deployed process from my BPEL console by clicking on the process name, an Unexpected error dialog box pops up saying Java has encountered an unexpected error. After that the broser as well as the BPEL server window crashes. I have tried both IE and netscape.
    Can someone help as this is completely preventing me to test my deployed processes.
    Thanks

    Naah, I said, that will never work.  But to my shock and (pleasant) surprise, it does!  Here is a snippet of a little routine I cobbled together using LabVIEW for both the Writer and the Reader.
    The Writer is on top.  It creates a Temp.txt file on my Temp directory, deletes it if it is already there, then opens it for writing.  There's a boolean "Done" flag that tells me when the Writer finishes, so I clear it before entering the Writing Loop.  Here, every half-second, I write the sequential numbers 0 .. 9, with a New Line to create a Text File of Lines.  When I'm finished, I close the file.
    Below this is the Reader Loop, designed to start after the Writer Loop has opened (and created) the file.  Here we open the same file in Read-Only mode.  The Reader Loop also goes 10 times (I could have built in a Stop condition, but this is only a Proof-of-Concept).  The loop is initialized with the current File Position (0) in a Shift Register.  The inner While Loop is a "Wait for Data to Appear", a loop which checks 10 times a second to see if the File Position has changed, exiting when it does (meaning the Writer has Written Something).  It then reads a line from the File (the Read Text function has its "Read Lines" property set) and displays it.
    When you run this, you will see the Reader's output, Line, count up, 0 .. 9, and then the program stops with no errors.  What fun!
    Bob Schor

  • SSIS Execute Process Task to Unzip Remote Files

    I have created an SSIS Execute Process Task to unzip files on a remote server.
    Executable: \\servername\c$\Program Files (x86)\7-Zip\7z.exe
    Arguments: -o\\servername\d$\DBFiles\ -y x \\servername\d$\DBFiles\somefile.zip
    The zip file size is about 40MB.
    The SSIS task runs very slowly, close to 5 minutes. I know it should not take this long. When I remote logon to the server and run the 7z program to unzip the same file, it unzips in less than 10 seconds.
    It seems that the way it is set up now, it constantly sending instructions back and forth from my PC to the server when I run the SSIS package on my PC.  
    I have 50 files of varying sizes that need to be processed daily. The SSIS unzip task takes 2 hours just to unzip these files.
    How should I set up the SSIS Execute Process Task so that it can unzip files on remote server efficiently?
    Many thanks in advance

    The reason is that the files contain data that need to be loaded to the database. So, the zipped data files are copied to the server where the database lives. The SSIS package unzips the files and loads the database. The SSIS package is stored on the same
    server. The server lives in the remote data centre.
    My team run the SSIS package using Managament Studio running their PCs in the office, which is a different location to the data centre.
    Since the package and files live on the same remote server, I would have thought that that would not be an issue. But the fact that we run the package locally means that the package is executed locally.
    My goal is to put the zipped data files on the server, unzip the files, load data to a database on a remote server. I need to allow my team of 4 to be able to use Management Studio to run the SSIS packages to do the above. Would I be better off Remote
    Desktop connecting to the server and execute the package there?
    I will check out the PowerShell option.

  • Error while deploying the application to remote server

    Dear All,
    I am trying to deploy the application to remote server directly from jdeveloper ide.The server is on LAN and installed on other PC,I can also access the console and login correctly to console. After doing application server connection and testing the connection it gives me following error.
    Testing JSR-160 Runtime                ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime          ... skipped.
    Testing JSR-88                         ... skipped.
    Testing JSR-88-LOCAL                   ... skipped.
    Testing JNDI                           ... skipped.
    Testing JSR-160 Edit                   ... skipped.
    Testing HTTP                           ... success.
    Testing Server MBeans Model            ... skipped.
    1 of 8 tests successful.WebLogic Server Version: 10.3.2.0.
    Regards,
    Santosh.
    Component              Version
    ================================================
    ADF Business Components         11.1.1.59.23
    Java(TM) Platform         1.6.0_21
    Oracle IDE              11.1.1.4.37.59.23
    Versioning Support         11.1.1.4.37.59.23

    Hi All,
    At-last the deployment started but it gave following error.
    [05:44:10 PM] Deploying Application...
    [05:44:12 PM] [Deployer:149193]Operation 'deploy' on application 'Cibil_ViewController_webapp1' has failed on 'AdminServer'
    [05:44:12 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Cibil_ViewController_webapp1 on AdminServer.: Failed to load webapp: 'Cibil_ViewController_webapp1.war'.
    [05:44:12 PM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'Cibil_ViewController_webapp1.war'
    [05:44:12 PM] Caused by: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    [05:44:12 PM]   See server logs or server console for more details.
    [05:44:12 PM] weblogic.application.ModuleException: Failed to load webapp: 'Cibil_ViewController_webapp1.war'
    [05:44:12 PM] ####  Deployment incomplete.  ####
    [05:44:12 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)any idea ??
    Regards,
    santosh

  • Process flow of bpel process deployment in production server

    Hi,
    Can anyone please explain me the process flow of bpel process deployment in prodcution server . I mean the procedure that we follow for deployment in productions server , what are the steps that we follow , approval from any teams? .....
    Thanks,
    Beginner.

    A quick answer is:
    1. make sure you defined the Application/Integration Server in your developer (user/pass you have - if not oc4jadmin then one the IT gave you).
    2. Deploy your project to that server.
    3. Choose the correct domain in the Console when deploying.
    Is this what you wanted to know???

  • Report deployment process failed to request management pack list from SQL RS Server. The operation will be retried.

    I am encountering following event log in SC2012 Operations Manager and Reporting Tab is not loading in Operations Console.
    Report deployment process failed to request management pack list from SQL RS Server. The operation will be retried.
    Exception 'WebException': The request failed with HTTP status 401: Unauthorized.

    Hi,
    Can you acess http://reportserver/reports from a web browser on the OpsMgr server?
    Moreover,you can use a UDL file to test various connectivity scenarios, create a simple text file, rename the extension from TXT to UDL, fill out the necessary information on the connection tab then test the connection, and troubleshoot
    as necessary if it fails to connect.
    For more information, please review the link below:
    The easy way to test SQL connectivity
    http://blogs.technet.com/b/michaelgriswold/archive/2014/01/06/the-easy-way-to-test-sql-connectivity.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Individual SSIS Package deployment in SQL server 2012

    Hi,
    I am developing the SSIS packages in sql server 2012.
    I want to know how we can deploy individual SSIS packages as I will be editing the required packages if need be then I have to deploy that package only instead of entire project deployment.
    Please help me on this.
    Regards,
    Ramu
    Ramu Gade

    Hi Ramu,
    According to your description, you want to deploy a single package instead of entire project in SQL Server 2012.
    In SQL Server 2012, the unit of deployment to the SSIS catalog is a SSIS Project. Each SSIS project contains one or more SSIS packages. We couldn’t directly deploy a single package in Project Deployment Model.
    To work around this issue, we can refer to the following suggestions:
    SSMS-->Integration Service Catalogs-->SSISDB-->Your project-->projects. Right click on the projects, and choose "Import Packages...". Then make use of the Project Conversion Wizard to select the packages that you want to deploy, deploy
    the generated .ispac file to SSIS Catalog.
    The command line tool DTUTIL.EXE which can be used to deploy SSIS packages.
    References:
    SQL Server 2012 - Project Deployment Model - Deploy a single package
    Command line deployment tool for SSIS packages
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SSIS-Execute Process task Error in 2012 version _File/Process "\\Servername\Foldername\batfile.bat" is not in path

    Hi Sir,
    I have develop the SSIS Package in 2012 version and i am calling the SSIS Package using Stored Procedure according to my requirement and that stored procedure will be using in my SSRS report Datasource.
    once after the SSIS Pacakge has design and develop and deploy into the server as Project Deployment model..when i run the ssis Package ,calling through the SP it is working fine...
    even when i design a SSRS report  using SSDT(sql server data tools),  in the SSRS reprot calling the above SP in Dataset.when i execute the SSRS report it is wroking fine...
    once SSRS report has been deployed into the  remote Server.. when i Execute the SSRS report i am getting the below Error message:
    SSIS-Execute Process task Error  _File/Process "\\Servername\Foldername\batfile.bat" is not in path
    belo is the SP for calling the SSIS package.
    DECLARE @EXECUTION_ID BIGINT,
            @PKG_RESULT INT
    EXEC [SSISDB].[CATALOG].[CREATE_EXECUTION] @PACKAGE_NAME=N'abc.DTSX',
                                               @EXECUTION_ID=@EXECUTION_ID
    OUTPUT,
                                               @FOLDER_NAME=N'aa',
                                               @PROJECT_NAME=N'xxx',
                                               @USE32BITRUNTIME=FALSE,
                                               @REFERENCE_ID=29 --unique identifier for environment
    EXEC [SSISDB].[CATALOG].[START_EXECUTION] @EXECUTION_ID

    Where the BAT part is ?
    It looks like a security issue.
    The account running has no permission apparently over "\\Servername\Foldername\batfile.bat"
    Arthur My Blog

  • Error while calling pscp.exe through a batch file which is called in SSIS Execute Process Task

    Hi,
    I am using Windows Server 2012 R2 Standard, SSIS 2012. I am trying to copy files from a remote location by calling pscp.exe through a batch file (FileCopy.bat at location M:\bin\) which is referenced in a SSIS Execute Process Task. My batch file content
    is,
    ECHO OFF
    echo. >> M:\Prod\bin\SourceFile_FileLog.txt
    echo %date% - %time% - Copy Start (XYZ_a201211155952avx0_69999.NOR.gz) >> M:\Prod\bin\SourceFile_FileLog.txt
    M:\ProdFiles\bin\pscp.exe -unsafe -scp -pw aaaaa myuser@sourceserver:/ABC_data/*.NOR.gz M:\Prod\FromMediation\
    echo %date% - %time% - Copy Complete >> M:\Prod\bin\SourceFile_FileLog.txt
    The error I am getting is 
    [Execute Process Task] Error: In Executing "M:\bin\FileCopy.bat" "" at "", The process exit code was "1" while the expected was "0".
    Exactly same setup but using Windows Server 2003 R2 Enterprise and SSIS 2005, this works fine and copies the files successfully.
    Please provide some guidance on this.
    Thank you!
    'In Persuit of Happiness' and ..... learning SQL.

    Hi,
    This is what I am getting while running the batch file from command prompt
    M:\bin\mttrb1>CDR_FileCopy
    M:\bin\mttrb1>ECHO OFF
    The system cannot find the path specified.
    The system cannot find the path specified.
    scp: M:\Prod\FromMediation\: Cannot create file
    scp: M:\Prod\FromMediation\: Cannot create file
    scp: M:\Prod\FromMediation\: Cannot create file
    The system cannot find the path specified.
    'In Persuit of Happiness' and ..... learning SQL.

  • Can deploy process but not workflow (10.1.3.10 beta)

    I tried to deploy several of the demo BPEL processes, but each time the process is deployed successfully, but the workflow is not. Fro example OrderApproval.
    I tried setting properties in the build.properties file, but apparently to no avail. Also changing them via the project ant properties did not help.
    It looks like the payload JSP did not get deployed -- most of the process works, including the workflow bit, as long as one does not try to look into the worklist entry contents (which gives the 404 Not Found error, same as in the 10.1.2 version when the JSP page is not in the proper directory of hw/worklistexpress).
    I noticed some strange behavior in the build properties as stored in the project file (OrderApproval.jpr). There are a lot of equivalent ("fromjdev") entries in the oracle.jdeveloper.ant.AntRunConfiguration hash table. Also, each time after I run a deploy, the value for oc4jinstancename is removed and a corresponding <null/> entry shows up in the file. I tried cleaning up redundant fromjdev entries, but it did not help.
    Also hard coding the oc4jinstancename attribute to soademo did not help.
    Any suggestions on how to fix the build? See below for a log; I added printing of the deploy attributes to the build.xml file.
    Apache Ant version 1.6.5 compiled on June 2 2005
    Buildfile: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml
    Detected Java version: 1.5 in: C:\JDevSOA10.1.3.10beta\jdk\jre
    Detected OS: Windows XP
    parsing buildfile C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml with URI = file:///C:/JDevSOA10.1.3.10beta/jdev/mywork/demos/OrderApproval/build.xml
    Project base dir set to: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel
    Property ${home} has not been set
    [property] Loading C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\${home}\samples\common.properties
    [property] Unable to find property file: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\${home}\samples\common.properties
    Build sequence for target(s) `validateTask' is [validateTask]
    Complete build sequence is [validateTask, deployTaskForm, loadproperty, compile, deployProcess, all, ]
    validateTask:
    [echo] --------------------------------------------------------------
    [echo] // Validating workflow
    [echo] --------------------------------------------------------------
    [validateTask] url is file:/C:/JDevSOA10.1.3.10beta/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    Build sequence for target(s) `deployProcess' is [deployProcess]
    Complete build sequence is [deployProcess, validateTask, deployTaskForm, loadproperty, compile, all, ]
    deployProcess:
    [echo] --------------------------------------------------------------
    [echo] // Deploying bpel process OrderApproval on localhost and port 8888
    [echo] --------------------------------------------------------------
    [deployProcess] Deploying process C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\..\output\bpel_OrderApproval_1.0.jar
    [deployProcess] Successfully deployed the process "OrderApproval" on server "localhost" and port "8888"
    Build sequence for target(s) `deployTaskForm' is [deployTaskForm]
    Complete build sequence is [deployTaskForm, validateTask, loadproperty, compile, deployProcess, all, ]
    deployTaskForm:
    [echo] --------------------------------------------------------------
    [echo] // Deploying workflow form on localhost and port 8888
    [echo] --------------------------------------------------------------
    [echo] hostname=localhost httpport=8888 rmiport=23791
    [echo] platform=oc4j opmnrequestport=23791
    [echo] oc4jinstancename= asinstancename=soademo domain=default rev=1.0
    BUILD FAILED
    C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml:52: Error while deploying the form on server "{0}" Error message :
    com.evermind.client.orion.AdminCommandException: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused: connect
    at com.evermind.client.orion.Oc4jAdminConsole.createCannotConnectException(Oc4jAdminConsole.java:175)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:128)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployOC4J(DeployForm.java:612)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:521)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:780)
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:806)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    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:585)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Caused by: javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:258)
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:126)
    ... 20 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.<init>(Socket.java:365)
    at java.net.Socket.<init>(Socket.java:207)
    at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:645)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
    at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
    at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
    at com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
    at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
    at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:249)
    ... 22 more
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:818)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    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:585)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 2 seconds
    Snippet from project file:
    <hash n="oracle.jdeveloper.ant.AntRunConfiguration">
    <url n="buildfileURL" path="build.xml"/>
    <value n="outputLevel" v="3"/>
    <list n="propertyNames">
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="user"/>
    <string v="password"/>
    <string v="type"/>
    <string v="host"/>
    <string v="port"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="asinstancename"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="opmn.requestport"/>
    <string v="admin.user"/>
    <string v="platform"/>
    <string v="domain"/>
    <string v="oc4jinstancename"/>
    <string v="hostname"/>
    <string v="http.port"/>
    <string v="admin.password"/>
    <string v="rmi.port"/>
    <string v="rev"/>
    </list>
    <list n="propertyValues">
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="oc4jadmin"/>
    <string v="welcome1"/>
    <string v="oc4j"/>
    <string v="localhost"/>
    <string v="8888"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="23791"/>
    <string v="soademo"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="23791"/>
    <string v="oc4jadmin"/>
    <string v="oc4j"/>
    <string v="default"/>
    <null/>
    <string v="localhost"/>
    <string v="8888"/>
    <string v="welcome1"/>
    <string v="23791"/>
    <string v="1.0"/>
    </list>
    <list n="targetList">
    <string v="validateTask"/>
    <string v="deployProcess"/>
    <string v="deployTaskForm"/>
    <string v="deployDecisionServices"/>
    </list>
    </hash>

    When I change the rmi ports to 23793 via the project properties and save, they get updated correctly in the .jpr file. However, the deploy still fails, because somehow JDeveloper resets the values back to 23791 (just as it routinely wipes out the oc4jinstancename) and writes them to the .jpr file.
    How can I make the new value 'stick'?
    I tried changing the port of the LocalBPELApplicationServer from 23791 to 23793 but got:
    Error while getting remote MBeanServer for url: ormi://localhost:23793/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    When I click on the [+] next to the connection I get this:
    oracle.oc4j.admin.jmx.shared.exceptions.JMXRuntimeException: Error while getting remote MBeanServer for url: ormi://localhost:23793/default
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:499)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.<init>(RemoteMBeanServer.java:128)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.getMBeanServer(RemoteMBeanServer.java:158)
         at oracle.oc4j.admin.jmx.client.ClientMBeanServerProxyFactory.getMBeanServer(ClientMBeanServerProxyFactory.java:68)
    <snip>
    And even then, the deploy process still forces the port to 23791.
    I restarted the server and JDeveloper, but the problem persists.

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

  • Deploy failed on Server AdminServer

    I am deploying WebLogicFusionDemo. I using Jdev 11.1.1.4 and SOA Suite 11.1.1.4 to deploy Supplemental Instructions for Running Fusion Order Demo for Oracle SOA Suite
    11g Release 1 (11.1.1.4.0)
    However, in the step of running "build.xml -> server-setup-seed-deploy-test" (compile-deploy-all), I get error as follow:
    Buildfile: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server 11.1.1.4.0
    [java] 0
    [java] Thu Jan 06 22:07:53 PST 2011
    [java] release
    [java] PCBPEL_11.1.1.4.0_GENERIC_110106.1932.5682
    [java]
    [echo] soa infra mgmt home: D:\Oracle\Middleware\jdeveloper\/../oracle_common
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? false, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceSoapHttp
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "OrderProcessor" in 192.2 milliseconds [nodes 138=10+128, 717.9 nodes/sec]
    [scac] Compiled "OrderProcessor" in 4.336 seconds
    [scac] Gathered 14 files in 1.5 milliseconds
    [scac] Packaged "OrderProcessor" in 35.7 milliseconds
    [scac] Composed "InternalWarehouseService" in 15.1 milliseconds [nodes 6=0+6, 396.3 nodes/sec]
    [scac] Compiled "InternalWarehouseService" in 2.133 seconds
    [scac] Gathered 3 files in 1.1 milliseconds
    [scac] Packaged "InternalWarehouseService" in 10.4 milliseconds
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(180,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: in OrderProcessor.bpel(223): <from> type "{http://www.w3.org/2001/XMLSchema}long" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}double" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}string" <to> type "{http://www.w3.org/2001/XMLSchema}boolean" not Compatible
    [scac] warning: in OrderProcessor.bpel(429): <from> type "{http://www.w3.org/2001/XMLSchema}boolean" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(571): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 141 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? false
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "ExternalPartnerSupplier" in 65.8 milliseconds [nodes 6=0+6, 91.2 nodes/sec]
    [scac] Compiled "ExternalPartnerSupplier" in 3.266 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "ExternalPartnerSupplier" in 11.6 milliseconds
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface writequoterequest.partnersuppliercomposite.weblogicfusionorderdemo.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt
    [scac] ### qname: {http://xmlns.oracle.com/pcbpel/adapter/file/WebLogicFusionOrderDemo/PartnerSupplierComposite/WriteQuoteRequest}Write_ptt
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] 。
    [javac] -Xlint:unchecked recompile。
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 66 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 7 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "CustomerAndOrderService" in 123.9 milliseconds [nodes 63=1+62, 508.4 nodes/sec]
    [scac] Compiled "CustomerAndOrderService" in 3.464 seconds
    [scac] Gathered 5 files in 0.7 milliseconds
    [scac] Packaged "CustomerAndOrderService" in 13.5 milliseconds
    [scac] warning: in CustomerAndOrderService.bpel(254): <from> type "{http://www.w3.org/2001/XMLSchema}anySimpleType" <to> type "{http://www.w3.org/2001/XMLSchema}integer" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(359): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(493): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "B2BOrderProcessingEngine" in 113.7 milliseconds [nodes 45=2+43, 395.9 nodes/sec]
    [scac] Compiled "B2BOrderProcessingEngine" in 3.756 seconds
    [scac] Gathered 7 files in 1.3 milliseconds
    [scac] Packaged "B2BOrderProcessingEngine" in 19.7 milliseconds
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] warning: in B2BOrderProcessingEngine.componentType: BPEL component B2BOrderProcessingEngine "bpel.config.use.events" - ingore。
    [scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> type "{http://www.w3.org/2001/XMLSchema}integer" and <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 25 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy -library
    [wldeploy] <2011-2-10 > <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to AdminServer .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] <2011-2-10 CST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to AdminServer .>
    [wldeploy] Task 15 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    Target state: deploy failed on Server AdminServer
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    Total time: 1 minute 11 seconds

    It seems you have not set property "soa.server.oracle.home" in bin/build.properties correctly. Clemens has mentioned the resolution here (see the first one) -
    http://blogs.oracle.com/soabpm/2009/11/fusion_order_demo_-tipstrick.html
    This happens because the ExternalSupplierEjb has a dependency on a shared library that get's deployed earlier - and in this case case could not be deployed. The key is to get "soa.server.oracle.home" in bin/build.properties right.
    In my case this property points to "/scratch/cutschig/fmwhome/AS11gR1SOA". In a sibling directory of AS11gR1SOA you should find the wlserver_10.3 directory (in my case /scratch/cutschig/fmwhome/wlserver_10.3)Regards,
    Anuj

  • Unable to deploy to weblogic server

    I had created an hello world bpel process and it was build successful but the deployment to weblogic server was incomplete,
    Environment : 11.1.1.5.0 soa suite,11.1.1.5.0 Jdeveloper, 10.3.5 WLS
    I had configured admin and soa in a single server(developer mode)
    Deployment log was
    [02:35:18 PM] Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 504
    [02:35:18 PM] Error deploying archive sca_HelloWorld_rev1.0.jar to partition "default" on server AdminServer [http://SMD-0890.kpt.com:7001]
    [02:35:18 PM] HTTP error code returned [504]
    [02:35:18 PM] No error message is returned from the server.
    [02:35:18 PM] Error deploying archive sca_HelloWorld_rev1.0.jar to partition "default" on server AdminServer [http://SMD-0890.kpt.com:7001]
    [02:35:18 PM] #### Deployment incomplete. ####
    [02:35:18 PM] Error deploying archive file:/C:/JDeveloper/mywork/HelloWorld/HelloWorld/deploy/sca_HelloWorld_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

    Thanks fro the quick reply, i am deploying using jdeveloper,
    I had selected the check box 'Overwrite any existing composites with the same revision ID' but the same error occurs,
    [03:29:46 PM] ---- Deployment started. ----
    [03:29:46 PM] Target platform is (Weblogic 10.3).
    [03:29:46 PM] Running dependency analysis...
    [03:29:46 PM] Building...
    [03:29:51 PM] Deploying profile...
    [03:29:51 PM] Updating revision id for the SOA Project 'HelloWorld.jpr' to '1.0'..
    [03:29:51 PM] Wrote Archive Module to C:\JDeveloper\mywork\HelloWorld\HelloWorld\deploy\sca_HelloWorld_rev1.0.jar
    [03:29:51 PM] Deploying sca_HelloWorld_rev1.0.jar to partition "default" on server AdminServer [http://SMD-0890.kpt.com:7001]
    [03:29:51 PM] Processing sar=/C:/JDeveloper/mywork/HelloWorld/HelloWorld/deploy/sca_HelloWorld_rev1.0.jar
    [03:29:51 PM] Adding sar file - C:\JDeveloper\mywork\HelloWorld\HelloWorld\deploy\sca_HelloWorld_rev1.0.jar
    [03:29:51 PM] Preparing to send HTTP request for deployment
    [03:29:51 PM] Creating HTTP connection to host:SMD-0890.kpt.com, port:7001
    [03:29:51 PM] Sending internal deployment descriptor
    [03:29:51 PM] Sending archive - sca_HelloWorld_rev1.0.jar
    [03:29:51 PM] Received HTTP response from the server, response code=504
    [03:29:51 PM] Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 504
    [03:29:51 PM] Error deploying archive sca_HelloWorld_rev1.0.jar to partition "default" on server AdminServer [http://SMD-0890.kpt.com:7001]
    [03:29:51 PM] HTTP error code returned [504]
    [03:29:51 PM] No error message is returned from the server.
    [03:29:51 PM] Error deploying archive sca_HelloWorld_rev1.0.jar to partition "default" on server AdminServer [http://SMD-0890.kpt.com:7001]
    [03:29:51 PM] #### Deployment incomplete. ####
    [03:29:51 PM] Error deploying archive file:/C:/JDeveloper/mywork/HelloWorld/HelloWorld/deploy/sca_HelloWorld_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)

  • SSIS package works from server only

    Hi,
    Setup (three servers involved - all have the same basic setup): 
    OS: Windows Server 2012 R2 (X64)
    DB: Microsoft SQL SErver 2012 - 11.0.5532.0 (X64)
    Short description
    Executing SSIS package from Server B fails when not logged on via Remote Desktop.
    Using same administrator userid on all servers.
    Should read flat file from Server C.
    Details
    I have developed a SSIS package on Server A (yes, I use a server as developer pc!). The SSIS package needs to read a flat file from server C. This works perfectly in my Visual Studio 2012 environment.
    I now deploy the package to server B. Now the fun begins:
    - If I log on to server B via Remote Desktop and opens MS Sql Server Management Studio (MSSMS) and then executes the job directly from my Integration Services Catalogs/SSISB... then it works like a charm.
    - If I just open MSSMS from Server A and via MSSMS logs on to server B then the job fails! The error I receive is "Error: Flat File Source failed the pre-execute phase and returned error code 0xC020200E".
    Going further down, I can see the error is "Access is denied".
    The frustrating part is that I log on to the servers using the same userid
    - my administrator id. Also the file it should read from Server C is shared to Everyone has Full access (yes, I just want it to work for a start... Then I can always increase the security later!)
    Any ideas on how to solve this?

    It is due to the propagation of the rights.
    You need to run your package using a proxy. It is a special account, typically a service account (non-expiring password) and it should be a domain account (not local).
    See how to set such an account as well from the SQL Server prospective:
    http://www.mssqltips.com/sqlservertip/2163/running-a-ssis-package-from-sql-server-agent-using-a-proxy-account/
    Arthur
    MyBlog
    Twitter

  • Modified CRM application doesn't deployed in PROD server.

    Hello SDN!
    We have DEV and PROD runtime systems for CRM developing. Our custom CRM application successfully deployed to the DEV server many times. But transport to the PROD server hasn't any effect - our application doesn't exists in PROD server.
    In CMS we assemble CRM SCs (SAP-CRMAPP, SAP-CRMDIC, SAP-CRMWEB, SAP-SHRAPP, CUSTCRMPRJ, SAP-SHRWEB), approve it and finally import in in "Production" tab. There was no error during this process.
    I don't want post whole SDM log since it' huge, here is a begin:
    20081014132849 Info   :Starting Step SDM-deploy at 2008-10-14 13:28:49.0325 +6:00
    20081014132849 Info   :deployment of E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-SHRAPP~SMD_CRM502_C~20081014064901.sca is skipped, because it belongs to the software component (sap.com / SAP-SHRAPP)
    20081014132849 Info   :start deployment of archives:http://asu-03-d05:50018
    20081014133737 Info   :connected to deploytool via sdm protocol
    20081014133737 Info   :The following archives will be deployed (on http://asu-03-d05:50018)
    20081014133737 Info   :E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-CRMAPP~SMD_CRM502_C~20081014064154.sca
    20081014133737 Info   :E:\usr\sap\JTrans\CMS\archives\sap.com~SAP-CRMDIC~SMD_CRM502_C~20081014064153.sca
    20081014133737 Info   :starting deployment
    20081014133737 Info   :deployment finished
    20081014133737 Info   :Deploy log:
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: -------------------------- Starting deployment ------------------------
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Error handling strategy: OnErrorStop
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Update strategy: UpdateAllVersions
    20081014133737 Info   :Oct 14, 2008 1:28:58 PM  Info: Starting deployment prerequisites:
    20081014133737 Info   :Oct 14, 2008 1:28:59 PM  Info: Loading selected archives...
    and end of log:
    20081014133737 Info   :Oct 14, 2008 1:37:33 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    20081014133737 Info   :Oct 14, 2008 1:37:33 PM  Info: ----------------------- Deployment was successful ---------------------
    20081014133737 Info   :end of log
    20081014133737 Info   :RC of deployment: 0
    20081014133737 Info   :The cvers update of sap.com_CUSTCRMPRJ.SMD_CRM502_C.20081014071626 cannot be performed, because thes JSPM data is not configured (no engine URL/user or password).
    20081014133737 Info   :Step SDM-deploy ended with result 'success' at 2008-10-14 13:37:37.0117 +6:00
    How to deploy properly our application?
    Regards, Lev

    Hi Lev,
    Please ensure that you have mainted the j2ee engine hostname, port number and userid/password details for deployment onto the server.
    The same can be checked in CMS --> Landscape configurator -->Runtime systems tab.
    Rgards,
    Thulasi

Maybe you are looking for

  • Acrobat XI Pro combine files window not visible

    So I was trying to combine files into one pdf this morning, but Acrobat's window for doing so would not appear. I could minimize it, and see it down on the bottom of my dock, but when I tried to maximize it, it would disappear. (I'm on a Mac). Everyt

  • How can I have the same Itunes on 2 computers?

    I used to do everything from work so I use my itunes there.  But when I want to do some changes/backups during the week-end, I can't since it's not the same itunes on my laptop. I use the same Apple ID though.   How can I make it the same ?? The one

  • List View Report with pipelined function in Mobile application and ORA-01007: variable not in select list

    Hi! I have a problem with List View Report in mobile application (theme 50 in apex) after updating to apex 4.2.2. I created Report -> List View. I used select from pipelined function in Region Source. Then when page is running and submited three time

  • Can't sync music, videos, apps with homeshare?

    We have a simple PC computer. My father has the IPhone 3g, I recently got the IPhone 4 for my birthday in august. Both my mom and my sister has the IPod touch (3rd and 4th generation i think). And whenever I try to put a new song or movie or a app fr

  • I keep losing memory off my c drive on my HP Stream 7 tablet?

    I am wondering why my gb's keep going down on my c drive on my HP Stream 7 tablet? I cant figure out where the memory keeps going as I am not downloading anything or surfing the web, im missing about 6 gbs now over the course of about 3 days. It says