FTP workflow hangs with OWB 11gR2

Hi,
i created a workflow process in OWB, the purpose is using "ftp" commands to execute "dir" command but it's not working.
i configured my "ftp" in workflow process with the folowing parameters
===============
1:COMMAND : /usr/bin/ftp
2:PARAMETER_LIST: ?-v?
3:SUCCESS_THRESHOLD: 0
4:SCRIPT :
open ${Remote.Host}
user oracle ensias
lcd ${Working.RootPath}
cd ${Remote.RootPath}
dir
quit
===============
at the same time ,i created two locations in FILE LOCATION node with the names:"LOCAL","SERVER", Then configured the workflow process
remote location: SERVER
working location: LOCAL
===============
& i changed the folowing values in Runtime.properties
property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = DISABLED
property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = DISABLED
property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = DISABLED
property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = DISABLED
to
property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = NATIVE_JAVA
property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = NATIVE_JAVA
===============
but when i press Start it just keeps running without any result
i also disabled my firewall
Any ideas what's wrong?
Thanks in advance.
===============
My conf:
OS : CentOS 6
JAVA: version 7 (build 1.7.0-b147)
Oracle Database 11g Release 2
OWB integreated with the oracle databse
Edited by: 882372 on 30 août 2011 06:16

sorry for the delay but it's because of the holly-days
I'm using OWB and a local server (vsftpd) for testing purposes and yes i restarted my computer after editing the file, i even tried to change the values in my script but with no results, i started to think that the script is not the issue, i configured OWB according to its official documentation & I'm a little confused...
here's the content of my log file after pressing the start button:
==================================
2011/08/25-15:50:53-WET [1F436F5][] Explicit garbage collection - requested
2011/08/25-15:50:53-WET [1F436F5][] AuditId=1193: Processing execute request
2011/08/25-15:50:53-WET [1F436F5][] Free Memory(bytes)=20834776 Total Memory(bytes)=24051712 Used Memory(bytes)=3216936 Used Memory(percent)=14%
2011/08/25-15:50:53-WET [163F7A1][] Thin driver connection time - 42 millisecond(s)
2011/08/25-15:50:53-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Initializing execution for auditId= 1193 parentAuditId= null topLevelAuditId=1193 taskName=PROCESS_FLOW_1
2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Thin driver connection time - 49 millisecond(s)
2011/08/25-15:50:54-WET [163F7A1][ORACLE_OWNER.ORACLE_WORKSPACE] Workflow equivalent DB Java Encoding = WINDOWS-1252
2011/08/25-15:50:54-WET [1F436F5][] Explicit garbage collection - requested
2011/08/25-15:50:54-WET [1F436F5][] AuditId=1198: Processing execute request
2011/08/25-15:50:54-WET [1F436F5][] Free Memory(bytes)=21648616 Total Memory(bytes)=26869760 Used Memory(bytes)=5221144 Used Memory(percent)=20%
2011/08/25-15:50:54-WET [14D1D41][] Thin driver connection time - 45 millisecond(s)
2011/08/25-15:50:54-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Initializing execution for auditId= 1198 parentAuditId= 1193 topLevelAuditId=1193 taskName=PROCESS_FLOW_1:FTP
2011/08/25-15:50:55-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
2011/08/25-15:50:55-WET [14D1D41][ORACLE_OWNER.ORACLE_WORKSPACE] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.FTP'
==================================
you can notice that it contains NO error & it stops when "Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.FTP'"
so, any help ?

Similar Messages

  • MySQL connection with OWB 11gR2 results in "access denied for user"

    Hello,
    I just try to establish a connection to a MySQL database with OWB 11gR2, but I always get the error "access denied for user...". I did the things written on [http://blogs.oracle.com/warehousebuilder/2010/01/owb_11gr2_mysql_open_connectivity.html] and I also used the platform configuration from this description. Newest JDBC driver was downloaded and I put the jar-file into the folder OWB_HOME/owb/lib/ext. The definition of the MySQL platform worked and the entry "MySQL" was created in OWB, but no connection can be established. I also tried other tools like MySQL Administrator in order to find out whether the problem is caused by network configuration or sth. like that, but with this tool the connection works.
    OWB is installed on OpenSuse 11.1 64bit. Does anyone know why this error occurs? Perhaps I missed some configuration tasks, which I don't know so far?
    I'm looking forward to your answers.
    Greetings
    Joerg

    Hi David,
    thank you for your reply. The corresponding user has already got this host setting. Anyway he got the wildcard '%' and with other tools I can connect.
    I solved the problem now due to just trying around with usernames. The error was quite funny: OWB changes the username always into upper case and MySQL cannot handle this username. The username must match 100% to be able to login.
    Now I just changed the user in MySQL and wrote the username in upper case. But in fact I would like to know if it is possible to avoid that OWB changes the username, with quotes it didn't work ;-)
    Greetings
    Joerg
    UPDATE:
    Now I'm facing another problem: the connection works, but I cannot import any metadata. When I click on "Browse" to select the correct schema in MySQL DB, no result is displayed. The user anyway has go the privileges to select data from this schema. I also tried to provide the user with every possible privileges for this schema, but I still cannot select any schema. When I write the schema manually and then try to import database objects iin OWB the error message "definitions of userdefined metadata interface are invalid" is displayed (translated from german, so the wording could be different). Does anybody have an idea what the problem could be?
    Edited by: Scantid on 15.01.2010 00:41

  • Workflow, OEM with OWB 9.0.4

    How do I register a workflow process which I've created in OWB 904 to execute with OEM, or for that matter, kick one off at the command line (solaris)?
    Do I need workflow client to register this with OEM? Since it was listed as optional, I don't have it installed, and as yet, my dba can't get it (workflow client) working yet on 9iAS.

    Oh Thank you Mark! I'm looking at the sqlplus script, but I can't seem to get the right syntax for the task name parameter to kick off a workflow process.
    There's the process module, then process package, then process name, however, process name isn't unique for all packages...
    I'm assuming the task name parameter should look like:
    process_mod.process_pack.process_name
    but this isn't finding the object.

  • Is there a Virtual Box Appliance available with OWB 11gR2?

    Does anyone know if such a thing is available (like the Developer Days appliance, but set up for DW)? Thanks.

    I had lots of trouble too, but finally got it to work. It's crazy that someone at OTN can't fix this.
    See my July 7 2010 post in this thread.
    Re: Import virtual guest appliance for OTN Developer days failed

  • Integration of Oracle Workflow with OWB

    Hi,
    I am using OWB 10gR2. Can you please give me some guidelines on integrating Oracle workflow with OWB? I have to deploy OWB schedules to Oracle Workflow.
    Thanks,
    Praveen

    Keep in mind that these are really two different products.
    First make sure you have installed workflow (2.6.3 for Oracle10gR1, 2.6.4 for Oracle10gR2 for the TARGET database).
    Then create a connection to the workflow schema (default would be OWF_MGR). Then you can start creating your OWF packages using OWB and finally deploy your packages to the newly defined Workflow connection.
    On a sadder note, OWF really blows. But that's just me.

  • Process Flow Restart Logic OWB 11gr2

    Hi,
    I know OWB 11gr2 doesn't provide PF restart logic and one has to come up with his/er PFRL deisgn and implementation logic. Just wondering if any one has done it sucessfully and can refer me to a proper documentation or design.
    Thanks

    Read about error handling in Oracle Workflow:
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15853/T361836T362426.htm
    You can use ideas of Workflow default error processing for designing custom system for notifcation administrator about fails in OWB processflow and to provide tools to restart failed activities (it is impossible dirrectly use default Workflow features becuase - restart is possible at whole process where error occured and OWB mapping errors is not produce error events in Workflow).
    I guess you need design (I am not a big Workflow expert so maybe better to follow Workflow develoepr guide or ask question at {forum:id=72} forum):
    1) procedure for generating "OWB mapping error" event (this procedure should be run periodically, say every 10 minutes)
    2) Workflow processflow (and maybe addirional procedures) for processing "OWB mapping error" event
    3) suscribe designed processflow to "OWB mapping error" event
    Regards,
    Oleg

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • OWB 11gr2 32Bit on Windows Server 2008 R2 64Bit Error 0xC0000018

    Hi there.
    I had install Oracle Warehouse Builder g11 R2 32 Bit version on a Windows Server 2008 R2 64 Bit version.
    After the install, my setowbenv.bat looks like:
    @echo off
    REM This file is automatically generated from shiphome/owb/bin/win32/owbEnv.ctl
    REM Any manual changes will be lost on next generation.
    set JAVAPATH=..\..\..\jdk
    set ORACLE_HOME=C:\product\11.2.0\dbhome_2
    set OWB_HOME=C:\product\11.2.0\dbhome_2
    set JDK_HOME=..\..\..\jdk
    set ORA_HOME=C:\product\11.2.0\dbhome_2
    set OEM_HOME=C:\product\11.2.0\dbhome_2
    set IAS_HOME=C:\product\11.2.0\dbhome_2
    set OWBCC_HOME=C:\product\11.2.0\dbhome_2
    set CLASSPATH=Personalities.jar;%MIMB_JAR%;
    set CLASSPATH_LAUNCHER=-classpath %CLASSPATH%;..\admin\;..\admin\launcher.jar -D OWB_HOME=%OWB_HOME% -D JDK_HOME=%JDK_HOME% -D SYSTEMROOT=%SystemRoot% -D ORA_HOME=%ORA_HOME% -D OEM_HOME=%OEM_HOME% -D IAS_HOME=%IAS_HOME% -Doracle.net.tns_admin=%ORA_HOME%\network\admin Launcher ..\admin\owb.classpath cd /d ..\admin
    And if I start the Warehouse Builder - Design Center, I get an error message something like:
    owb.exe - Application error
    <The Application couldn't start correctly (0xc0000018). Click to "OK" to close the application.> (translated from german)
    Can someone help me?
    What did I do wrong?
    Is there any work around?
    Thanks a lot.
    hakki

    Hi Deb
    With the code that's out today I don't think the compatibility mode works, from what I can read from users' experencies on LinkedIn discussions.
    Customers have used Windows XP mode for Windows 7 (for example), this installs a Windows XP virtual machine in which you can install and run OWB 11gR2 on your Windows 7 (64-bit) workstation. Windows XP mode can be downloaded from:
    http://www.microsoft.com/windows/virtual-pc/download.aspx
    You should also increase your XP mode virtual machine memory (RAM) allocation to at least 1GB for it to perform at an acceptable level. This will get you going until there is a better option.
    Cheers
    David

  • Getting NullPointerException while executing OMBIMPORT in OWB 11gR2

    Hi,
    When running BSC Expert in OWB 11gR2 along with 11.2 Database, getting the following error:
    "PUB03302: Failed to connect to user null in source database null:null:null:java.lang.NullPointerException"
    while executing the statement
    OMBIMPORT FROM METADATA_LOCATION FOR IMPORT_ACTION_PLAN 'BSC_C_$G_OBJECTIVE' .
    Since I am totally new to OMB+, I have no idea about why this is happening.
    Could anyone please give some pointers/solutions for this problem. Because of this issue we are not able to proceed with our certification.
    Thanks,
    Karthik.

    Looking at the exception, looks like the metadata location for module is not set.
    Did you set the metadata location for the module? metadata location is different from data location. metadata location is used for reverse engineer. Please open the module editor, switch to metadata location panel, check if the metedata location is set.

  • OWB 11gR2 - ORA-01017/ RPE-01008

    OWB 11gR2 - ORA-01017/ RPE-01008
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. We applied the suggested patches for our earlier issues.
    We changed our database passwords. We tested our locations via location navigators/Control center. We did not get any errors. We are able to see the data for tables defined under modules on OWB design center.
    We tested the defined DB LINKS via SQL Developer. Testing was OK .
    We tried to deploy the mappings, we are getting
    *•     ORA-01017: invalid username/password; logon denied*
    *•     RPE-01008: Recovery of this request is in progress.*
    I reviewed earlier posting, where some suggested to re-register the locations. Is it the right approach?
    We have number of mappings worked OK before changing passwords.
    What are the steps to resolve this issues?
    We know that locations are linked via DB LINKS defined in database. How does changing passwords impact DB LINKS in database?
    What is the recommended approach to change database passwords, when we work with OWB?
    What is happening here?
    Thanks in helping.
    Edited by: qwe16235 on Jul 8, 2011 4:07 PM

    Thanks in for your reply. Is it a issue with in OWB?
    This issue was raised in earlier versions as well. Are there any plan to fix this issue?
    Do we have any standard script to work with in this situation?
    I did not find any impact of DB LINK access in database level. I am able to simulate the situation using SQL, but it is working.
    I am curious to know, what does OWB do differently with DB Link to cause this issue.
    Is it a difficult issue to fix?
    Thanks in helping.

  • Workflow hanged- Background Task in Process.

    Hi All,
    Workflow hanged at background task with status in Process due to a dump…we change the logic now.
    How I can restart this task again?
    I checked in SWPC its empty.
    Thanks,
    KP

    Yes, SWI2_DIAG has a Restart Workflow' button.
    Did you try it already?
    Despite what the button name suggests, it 'resumes' the workflow from the current step
    (it doesn't 'restart' from scratch).
    cheers
    Paul

  • Installing Oracle Workflow for using OWB 11g

    Hi,
    I am using OWB 11g, how to install oracle work flow in that?
    WIll it be inbuilt with OWB 11g?
    Edited by: user9145626 on 23 Mar, 2010 2:42 PM

    Hey i found wfinstall.bat file in this location "C:\product\11.1.0\db_1\owb\wf\install"
    but while trying to install this i gave the following credentials:
    WORKFLOW ACCOUNT:owf_mgr (by default this came)
    WORKFLOW PASSWORD:owf_mgr (i dont know what to give here?)
    TNS CONNECT DESCRIPTOR:orowb (i dont know what to give here too.)
    i got the following pop up stating;
    This is the log i got:
    Workflow Configuration Assistant 2.6.4.0.0 - Windows XP
    WFCA Version: : WorkflowCA.java 26.106 2005/06/29 04:33
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA: Tue Mar 23 20:28:00 IST 2010
    WorkflowCA:
    WorkflowCA: Screen width -1024-, screen height -768-
    WorkflowCA: Provide Workflow Account, Password, SYS Password & TNS Connect Descriptor parameters
    WorkflowCA: Workflow Configuration has completed with error.

  • OWB 11gR2 setup environment

    Hi All,
    we are setting development env for Oracle 11gR2 11.2.0.2. We have installed Oracle 11.2.0.2 Database on Windows Server 2008. We need to setup OWB env to build data warehousing. Now, please tell me how we can make the right way connectivity with Oracle 11gr2 with OWB client 11.2.02...
    1. Do we need to installed OWB client on Windows XP (32) bit environment?
    2. Do we need to installed on Windows 7 (64) bit environment?. We know that 64 bits version of OWB does not exist for windows environment and need to install OWB Client 32 bit as run as administrator in Windows XP mode)
    please reply as soon as possible, what is the best way to work in 11gr2. Do we need to apply any patches after installation..... please reply in detail...
    Thanks in advance.
    Dinesh

    Hi ,
    by installing oracle itself you have to choose owb installation in serverside.
    After that you can install client version in your client machines and you can acces the server.
    but all bug fixes will be available in the owb 11.2.0.2 version.
    Thanks

  • "Upload to FTP host" hangs prior to completion

    Muse, 7.2 seems to have trouble completing an FTP host upload.  At about 64% completion Muse seems to stop with any further progress.  I've waited fifteen minutes then Cancel the operation.  I repeated this two more times with the same results.
    However, I can export to HTML and successfully use Fetch to uploaded the exported html site to the same FTP host. 
    Any opinions why the inbuilt "Upload to FTP host" function seems to stop without completion?
    Thanks for your help.
    Tim
    OSX 10.9.2

    Mine also hangs with 60% ??? WTF
    When pages are complete it starte with alle the graphic files... and hangs...
    I have tried to remove background2.jpg, but then it hangs with the other file that comes first.

  • OWB 11gR2 in ORACLE DB 11gR1

    Hi,
    I have a 11gR1 DB in a server. I want to work with cliente OWB 11gR2 so I have installed it in my PC. I have prepared the DB executing several scripts from my local installation (like clean_owbsys.sql, cat_owb.sql, reset_owbcc_home.sql and unlock the OWBSYS and OWBSYS_AUDIT accounts). When I try to create a new propietary of repository, OWB send me a message that say that I have to install 11gR2 in server. My problem is that I don't have access to de DB server. It is really necesary to install OWB 11gR2 in DB server?.
    Thanks.

    Go to the location for the schema and make sure it has the correct version (10.2). By default 11g will set this to 11.1, and than you get the version check mismatch.
    We check this because we generate different code between versions. So for example in 10.1 we did not support DML Error logging, but in 10.2 we do. So that is why we check.
    JP

Maybe you are looking for