Workflow configuration problem

hi i have installed oracle database 10.2 .now am trying to install to workflow server from companion CD.after successful installation when i start configuration of workflow server it gives me error.
java.lang.exception:invalid connection(0)
please help me what is this.
thanks

Pl post your full OS version, along with all of the steps that have completed successfully and the step you are having an issue with. Pl see if these MOS Docs can help
392471.1 - Cannot Install Workflow 2.6.4 due to error "Unable to connect to null"
356880.1 - Ora-01017: Invalid Username/Password When Running Wfinstall.Csh Ora-1017
HTH
Srini

Similar Messages

  • Workflow 2.6.4.0.0 configuration problem - Command window does not close

    I am trying to install Oracle Workflow 2.6.4.0.0. as part of Warehouse builder using the details mentioned in this link
    http://www.oracle.com/technology/obe/10gr2_owb/owb10gr2_gs/owb/lesson4/etl-mappings.htm
    From the Start menu click Programs > Oracle <Database HOME> > Configuration and Migration Tools >
    Workflow Configuration Assistant. The Assistant is started.
    Accept the default for Install Option
    Workflow Account: (Accept the default ) owf_mgr
    Workflow Password: owf_mgr
    SYS Password : <Enter the SYS account password>
    TNS Connect Descriptor: localhost:1521:orcl
    Click Submit.
    However following this document, the command window did not close, and I did not get any message stating that Workflow Configuration has successfully completed.
    The command window displays this message as the final step and does not close-
    WorkflowCA: Executing :C:\oracle\product\10.2.0\db_1\jdk\bin\java -jar C:\oracle
    \product\10.2.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 admin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWF_MGR
    Is this installation complete? How to resolve this?
    Please can any one help?
    Thanks very much
    Allan

    I ran into this problem. And it took me while to get it fixed, but It does work.
    First the TNS Desc is misleading. One would think that it would be host:port:sid. What it is really looking for is host:port:servicename. But if you want to use the "Change Tablespace" drop down list you need to, enter the sys password, change it to host:port:sid - Then use the drop list. And change it back before you press submit.
    The second thing that I found is that it wants to use the SYSTEM tablespace as temporary tablespace. THis is becuase it is looking for a temp tablespace called TEMP. If you look a the line default_temp = SYSTEM. And if you dont supply a tablespace it wanted to change it in the wfsysgnt.sql script in the $OH\wf\sql directory. You would think that what ever the default database tbs and temp tbs is - that owf would use that. No, it wanted to change it. Oracle needs to fix this.
    So here is how i fixed it. I had to create a temporary tablespace called TEMP, does not need to be big as I dropped it after it was done. Then i had to modify the wfinstall.csh script and use the install options. Not the /tablespace this option is obayed but it will try to use the SYSTEM as the temp tbs. Here is my example that I appended:
    /wfacct "owf_mgr" /wfpasswd "my_owf_mgr_pwd" /debug "true" /tnsConnDesc "my_host_ip:my_port:my_servicename" /syspasswd "change_on_install" /tablespace "OWF_TBS"

  • WS20000263 Workflow configuration in Treasury (Business partner approval)

    Hi Experts,
    Currently we are doing an SAP Upgrade from 46C to ECC 6.0 (Enh. 4) and in Treasury we cannot solve a problem. There is a workflow (id: WS20000263) which is used in case when the BP is created or changed. This workflow was used in 46C, but in ECC 6.0 this is changed (in the new system the BP is managed in a different way as it was in 46C - Central Business Partner).
    The problem is that the workflow is not working: I am not even able to do the proper configuration. There are some contradictory parts in SAP help which confuse me! (i.e.: in SPRO in "Active Release" config point, it says "activate the release object CBP SAP Business Partner". But the table - which contains this configuration point - is filltered for "ZBP" object, which means i can activate only the "ZBP" object and never the "CBP" object. The other point is that I cannot add "CBP" value in a "proper" way...)
    I hope any of you faced with this workflow configuration and help me out or at least give me some advices.
    Thanks in advance for your help!
    Best Regards,
    Attila

    Hello Atrtila ,
    Good Morning.
    can you please tell me how your problem is solved.i am facing exactly the same issue in our system.exactly same thing.workflow release is getting triggered on changing any business partner role but not triggering at the time of creating a new line in business partner role .
    please help.
    Vijay Agarwal.

  • Workflow Configuration - no custom expressions as recipients for deadlines?

    The system I work in is an ECC 6.0 system (support package SAPKB70012).
    I would like to use SAP's standard workflow for purchase order approval, WS20000075, but a reminder must be sent after 7 days if the release has not taken place yet.
    That should not be a problem I thought, because according to [SAP's documentation available at help.sap.com|http://help.sap.com/erp2005_ehp_03/helpdata/EN/92/bc26a6ec2b11d2b4b5006094b9ea0d/frameset.htm], one can activate latest start (and other deadlines) with the reaction Send mail (equivalent to "Display text" in the workflow step definition).
    However, no matter what tricks I try, I am not able to configure my recipient. I want to send the message to PurchaseOrder.Responsible.NameWithLeadingUS, but the only expression the configuration will accept is WorkflowInitiator.
    It is very frustrating to be this close to using SAP standard and ending up creating a workflow template copy.
    Has anyone successfully used Workflow Configuration to enable a deadline with some other expression, not WorkflowInitiator, in a SAP standard workflow which does not have deadline monitoring?
    Another thing that surprised me a bit was that I couldn't create a configuration without transport. Not that that's a problem, but I thought one major idea for the configuration was to give me the possibility to have one deadline limit during testing and another in production. The documentation also says the configuration is client-dependent. I suppose I will have to request that the systems are opened for modification for this too (that is, in addition to opening them for definition of release strategies).

    I just verified that, in fact the only problem is with the Latest Start expression! But luckily I can paste the expression as you say (just discovered that and will close the question as solved).
    I also discovered another bug while verifying what the problem is.
    When starting the SWDD_CONFIG transaction directly as opposed to going there from the workflow builder, it opened for a different workflow template. So I used the "Other object" button to change to the workflow template I wanted to define a configuration for. The workflow displayed changes, but the title line of the window does not change. I could live with that referencing the other workflow, but that's just a visible symptom. The real problem is that the container definition is not re-read, so when trying to assign an agent it was actually the container elements from the first workflow template that were available. Nasty!
    Edited by: Kjetil Kilhavn on Jan 24, 2008 5:17 PM:
    I am creating low-priority customer messages for both of these, so at least SAP has a chance to correct the errors. There is no outside access to the system I work in, so they won't get a chance to verify - but that shouldn't stop them from checking if the problems exist in their own system with the latest support packages applied. Keep your fingers crossed

  • Workflow Configuration has completed with error for OWF 2.6.4 on 11g DB

    ###Problem description###
    After installing Oracle DB 11.1.0.6 and configured the dbconsole, for setting up OWF have run the %ORACLE_HOME%\owb\wf\install\wfinstall.bat
    The input parameters were configured as to the information from http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_extend_knowledge/less1_setting_up/less1_setting_up.html.
    Unfortunately the process does not complete successfully and the log file contains the following errors:
    ================================================================================================
    1.
    WorkflowCA: SQLPLUS:SYS/ /nolog @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\wfsysgnt.sql OWFMGR <WFCA WF PASSWORD> <WFCA SYS PASSWORD> USERS TEMP
    WorkflowCA: ORA-01775: looping chain of synonyms
    WorkflowCA: WorkflowCA: SQLException during execution: java.sql.SQLException: ORA-01775: looping chain of synonyms
    : grant execute on xmldom to OWFMGR
    2.
    WorkflowCA: SQLPLUS:OWFMGR/<WFCA WF PASSWORD> @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\afsvcdat.sql
    WorkflowCA: java.sql.SQLException: ORA-04063: package body "OWFMGR.WF_EVENTS_PKG" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "OWFMGR.WF_EVENTS_PKG"
    ORA-06512: at line 3
    3.
    WorkflowCA: SQLPLUS:OWFMGR/<WFCA WF PASSWORD> @E:\Oracle\product\11.1.0\db_1\owb\wf\sql\wfsvcdat.sql
    WorkflowCA: java.sql.SQLException: ORA-04063: package body "OWFMGR.WF_EVENTS_PKG" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "OWFMGR.WF_EVENTS_PKG"
    ORA-06512: at line 3
    4.
    WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
    WorkflowCA: :null for app:WFALSNRSVCApp
    WorkflowCA: subprocess.getOut():
    WorkflowCA: subprocess.getOut(): Error: Unable to find the administrator for application WFALSNRSVCApp
    WorkflowCA: Created a redirected data source with application WFALSNRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
    WorkflowCA: :null for app:WFMLRSVCApp
    WorkflowCA: subprocess.getOut():
    WorkflowCA: subprocess.getOut(): Error: Unable to find the administrator for application WFMLRSVCApp
    WorkflowCA: Created a redirected data source with application WFMLRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WorkflowCA: subprocess.getOut(): Invalid input arguments.
    WorkflowCA: Workflow Configuration has completed with error.
    WorkflowCA: Terminating...
    ================================================================================================
    The data-sources.xml files for the WFALSNRSVCApp and WFMLRSVCApp from E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\application-deployments are configured as:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <data-sources>
    <managed-data-source user="OWFMGR" password="OWFMGR" connection-pool-name="jdbc/WorkflowDS_connectionPool" jndi-name="jdbc/WorkflowDS" name="jdbc/WorkflowDS_jdbc/WorkflowDS"/>
    <connection-pool name="jdbc/WorkflowDS_connectionPool">
    <connection-factory factory-class="oracle.jdbc.driver.OracleDriver" user="OWFMGR" password="OWFMGR" url="jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN)))"/>
    </connection-pool>
    </data-sources>
    (Is it possible to reinstall only the wf part of the 11g database as to attempt a fresh installation, not only to drop the OWFMGR schema as the oc4j wf instance remains unchanged? Have searched in OUI for this option but did not find the setting for removing only the workflow for reinstalling)
    Thank you!!!

    Hi Srini,
    Thank you very much for your help. Have reviewed the mentioned notes, but unfortunately no information was contained concerning the encountered error.
    As to try and address the situation, have completely re-installed Oracle DB 11.1.0.6 and still the workflow installation ends in error. I have to mention that it is a completely fresh installation, no modifications were made to the base configuration.
    For windows the installation steps reference only running the wfinstall.bat script with the appropriate parameters for installing Oracle Workflow, but unfortunately it appears that the installation documentation is lacking some necessary steps as on a out of the box install the process does not complete successfully. The mentioned notes: 266612.1 and 351873.1 do not contain the information for troubleshooting the encoutnered issue.
    The environment: Microsoft Windows Server 2003 R2 64b Operating System with Oracle DB 11.1.0.6
    LOG Extract detailing the encountered issue:
    WorkflowCA: Deploy WF Applications: Windows 2003
    WorkflowCA: OC4J_Deploy Command: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar -userThreads -config E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
    WorkflowCA: Workflow component container deployed in OC4J: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\oc4j.jar -userThreads -config E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
    WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
    WorkflowCA:  :Data source jdbc/WorkflowDS is not available. for app:WFALSNRSVCApp
    WorkflowCA: subprocess.getOut():
    WorkflowCA: subprocess.getOut():
    WorkflowCA: Created a redirected data source with application WFALSNRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFALSNRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WorkflowCA: Executing :E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -testDataSource -location jdbc/WorkflowDS -username OWFMGR
    WorkflowCA:  :Data source jdbc/WorkflowDS is not available. for app:WFMLRSVCApp
    WorkflowCA: subprocess.getOut():
    WorkflowCA: subprocess.getOut():
    WorkflowCA: Created a redirected data source with application WFMLRSVCApp : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -application WFMLRSVCApp -installDataSource -url jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=BI221WIN))) -username OWFMGR -password ->pwForOwfMgr -className com.evermind.sql.DriverManagerDataSource -location jdbc/WorkflowDS -xaLocation jdbc/xa/WorkflowDS -ejbLocation jdbc/WorkflowDS -connectionDriver oracle.jdbc.driver.OracleDriver
    WorkflowCA: subprocess.getOut(): Invalid input arguments.
    WorkflowCA: subprocess.getOut():
    WorkflowCA: Created obfusticated password for redirect datasource: E:\Oracle\product\11.1.0\db_1\jdk\bin\java -Djava.security.properties=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\config\jazn.security.props -Doracle.security.jazn.config=E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\OC4J_Workflow_Component_Container\config\jazn.xml -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\jazn.jar -user oc4jadmin -password welcome -adduser jazn.com pwForOwfMgr <WFCA WF PASSWORD>
    WorkflowCA: subprocess.getOut():
    WorkflowCA: subprocess.getOut():
    WorkflowCA: Executed OC4J Admin script to shut down the OC4J instance : E:\Oracle\product\11.1.0\db_1\jdk\bin\java -jar E:\Oracle\product\11.1.0\db_1\oc4j\j2ee\home\admin.jar ormi://localhost:6041 oc4jadmin welcome -shutdown
    WorkflowCA: Mon Mar 22 06:29:25 EDT 2010
    WorkflowCA: Workflow Configuration has completed with error.
    WorkflowCA: Terminating...
    Thank you again for all your time and help!!!

  • Workflow configuration error - System Account connection test failed

    Hi,
    Has anybody faced a problem with Workflow configuration? The version we are using is 2.6.2 on Oracle database 9.2.0.5 on AIX5L. The workflow installation from 9.2.0.1 installation CDs goes through without any problem. But when the workflow configuration tool comes up it fails with the following error.
    "SYSTEM account connection test failed".
    The system and sys accounts are fine as verified by sqlplus. Any help is greatly appreciated.
    The log file is shown below.
    Workflow Configuration Assistant-AIX
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA:
    WorkflowCA: Screen width -2304-, screen height -1024-
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA: Language - US
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYSTEM
    WorkflowCA: SQL Thread: Thread[TstSQL,5,main]
    WorkflowCA: chkSQL: true
    WorkflowCA: cmdLine: /app/oracle/product/9.2.0/bin/sqlplus system/<Masked Password> @/app/oracle/product/9.2.0/wf/sql/wftstcon.sql
    WorkflowCA: envVar[0]: -ORACLE_SID=rsdb-
    WorkflowCA: envVar[1]: -ORACLE_HOME=/app/oracle/product/9.2.0-
    WorkflowCA: envVar[2]: -WF_RESOURCES=/app/oracle/product/9.2.0/wf/res/wfus.res-
    WorkflowCA: envVar[3]: -TZ=EST5EDT-
    WorkflowCA: envVar[4]: -WF_NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1-
    WorkflowCA: envVar[5]: -PATH=/app/oracle/product/9.2.0/bin:/app/oracle/product/9.2.0/lib:$PATH-
    WorkflowCA: envVar[6]: -LD_LIBRARY_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: envVar[7]: -WF_TNS_ADMIN=/app/oracle/product/9.2.0/network/admin-
    WorkflowCA: envVar[8]: -WF_SHLIB_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: Exit Val : 126
    WorkflowCA: chkSQL is alive after 1 seconds: false
    WorkflowCA: SYSTEM account connection test failed.
    WorkflowCA: Terminating...
    Thanks,
    Chethan

    We had this problem on 2 machines.
    On the 1st machine, we tried the local install option after a few days (Local option with no connect string) and it worked with no problems!
    On the 2nd machine, we could never get it to work even after opening a tar with Oracle. Finally we did a remote install from the 1st machine into the database on the 2nd machine. During the remote install while running wfinstall on the 1st machine, we just had to choose the remote option and the database service name for the connect string.
    Thanks,
    Chethan

  • SAPMEINT 5.2.5.6: Error when updating workflow configuration

    Hello!
    I have the following versions of the MII component:
    SAPMEINT: 5.2.5.6 (from SAP ME package 5.2.5.6)
    MII: 12.1.8 Patch 3 (or 30)
    I try to update the workflow configuration for yieldConfirmationRequest
    After clicking on Modify than immediatly on Save on the details section, some errors are displayed.
    Operation Check Value in List failed; Search Helper
    Value not found
    I could trace this back to the Transaction Helper  icon.
    If it worked, it would isplay all the available MII transactions.
    But it refuses to display anything.
    I can see in the SAP NW log file there is a problem in some authentication:
    Unable to load user information
    [EXCEPTION]
    java.lang.Exception: No credentials provided
    Invalid Response code (401). Server <http://localhost:50000/XMII/SOAPRunner/Visiprise/ERPShopFloorIntegration/frame/common/MIITransactionList> returned message <Unauthorized>.
    Visi Log 2010.12.01 16:03:44:Message trace: Fetch all sites failed: Invalid Response code (401). Server <http://localhost:50000/XMII/SOAPRunner/Visiprise/ERPShopFloorIntegration/frame/common/MIITransactionList> returned message <Unauthorized>.: 
    How to overcome this?
    Is there some configuration necessary so that the username is provided with the call to
    http://localhost:50000/XMII/SOAPRunner/... ?
    Or is this a bug?
    I think a XAcute service call is made (= SoapRunner).
    What about authentication?
    I found some hint, that this should NOT be necessary when it comes from localhost, as this happens here.
    Kr,
           Erich Lind

    Hello!
    I found the necessary configuration in an older version of the "SAP ME 5.2 installation guide"
    Section
    Configuring SAPMEINT MII web services in SAP Netweaver Java AS
    Goto Netweaver Administrator
    Goto Configuration Management / Infrastructure / Java System Properties
    Goto Applications tab
    Search for xappsmeintegration~ear application
    Change the following properties:
    webservice.authentication.MechanismType = 1
    webservice.Username = <SAP Netweaver User who has the role Role_SAPMEINT assigned>
    webservice Password = <User Password>
    Kr,
                 Erich Lind

  • Workflow Configuration Setup.

    Hello,
    I need to carry out the initial Workflow Configuration setup for Workflow on the development box.
    Need some help.
    1. List of steps that I need to execute to setup workflow configuration.
    2. User Roles that my sap userid should have to execute Workflow COnfiguraiton setup. for example for automatic configuration.
    Thanks

    As far as I am aware I am fully complying to forum guidelines.
    I did not attack
    I did not use abusive language
    I did search before I posted
    And I did not insult.
    I did give an opinion and I did ask a question.
    It's up to you to answer that question in the affirmative, negative or even refrain from answering at all.
    Your choice.
    I, as a professional have been frequenting this forum for quite some time AND have been giving some of my vast knowledge and experience back tot this otherwise wonderful community. (see questions:answers ratio )
    It might be my problem but whenever someone decides to post a question in a forum I project my own professionalism and ethics and read the post as if I could have posted it.
    Call me arrogant but the very least I expect is that the questioner has put some effort into trying to find the answer for him-, or herself before posting a question.
    And I hazard to guess that that is the gist that the other Rob is hinting at.
    Cheers, have a wonderful life and always endeavor to be the best,
    Rob Dielemans

  • Workflow configuration for warehouse does not work

    Hi,
    I´m trying to create a workflow for a datawarehouse but for that I need to configure it.
    When going to the Workflow Configuration Assistant it does not run. any idea?

    hi,
    i have installed de datawarehouse builder and then the server workflow 6.3. i had problems at installing the workflow and after looking in different forums the solution was that before installing I should do:
    IGNORE_PREREQ=TRUE
    After installing a new entry appeared in inicio->programs-><oracle_home>->migrating tools it was the workflow configuration assistant.
    When executing this link a black screen appears and after 30secs it dissapears and nothing else happens.
    In the tutorial
    http://www.oracle.com/technology/obe/10gr2_owb/owb10gr2_gs/owb/lesson4/etl-mappings.htm
    explains how the configuration should be but I can not do it.

  • Good afternoon.I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninst

    What's error 1 in adobe photoshop elements configuration? I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninstall and reinstall. I have done this but the message continues to appear

    You haven't mentioned which version of PSE. If it is PSE 13, that requires a minimum of windows 7.

  • Itunes starts but fails to open due to audio configuration problem

    Hi
    I have been running itunes 7.1 quite successfully until today. Running on windows xp/toshiba laptop.
    Problem occurs when i select itunes on desktop, itunes appears on task bar below, after a number of seconds the following error message appears "itunes cannot run because it has detected a problem with your audio configuration", once I click ok on this message itunes terminates.
    No changes have been made to my audio configuration (to the best of my knowledge), i can run Windows Media Player and that works fine, so too real player.
    I reinstalled itunes, but this did not resolve the problem. I also ran itunes from another logon on my laptop and that presented the same error. I checked all my audio settings in the control panel and also ran the diagnostics on each device and all appears to be fine.
    Has anybody faced the same issue, and could anybody advise on any diagnistic tool that could assist in pinpointing the configuration problem?.
    Thanks
    Toshiba Satellite   Windows XP Pro  

    Hi
    Got it resolved, thanks for the prompt responses all!.
    Resolved by removal current version of Quicktime thru the control panel (add/remove programs), and then reinstalled from the website.
    Phew!
    Toshiba Satellite   Windows XP Pro  

  • Integration Directory(Configuration) Problem

    Hi All,
    I am facing one Probelm. I am working one the client through Citrix. I am not able to open Integration Directory(Configuration Problem) . In onsite it's working fine. Reming all other applications(Integartion Repository and SLD and Runtime work bench) are working fine.
    if I open Integration Directory i am getting this messge.
    <jnlp spec="1.0+" codebase="http://filp55.group.upm-kymmene.com:50100/dir">
        <information>
            <title>Integration Builder</title>
            <vendor>SAP AG</vendor>
            <homepage href="http://www.sap.com" />
            <description type="one-line">Directory</description>
            <description type="short">Directory</description>
            <description type="tooltip">Directory</description>
            <icon hight="64" href="start/graphics/sap6464.gif" type="splash" width="64" />
            <icon hight="32" href="start/graphics/SAP3232.gif" width="32" />
        </information>
        <security>
            <all-permissions />
        </security>
        <resources>
            <j2se version="1.4+" initial-heap-size="32m" max-heap-size="1024m" />
            <jar href="directory/aii_ibdir_client.jar" />
            <jar href="directory/aii_ibdir_core.jar" />
            <jar href="directory/aii_ibdir_sbeans.jar" />
            <jar href="directory/aii_ibdir_rb.jar" />
            <jar href="directory/aii_ib_client.jar" />
            <jar href="directory/aii_ib_core.jar" />
            <jar href="directory/aii_ib_sbeans.jar" />
            <jar href="directory/aii_ib_rb.jar" />
            <jar href="directory/aii_util_icons.jar" />
            <jar href="directory/aii_util_swing.jar" />
            <jar href="directory/aii_util_xml.jar" />
            <jar href="directory/aii_util_xsd.jar" />
            <jar href="directory/aii_utilxi_misc.jar" />
            <jar href="directory/aii_util_rb.jar" />
            <jar href="directory/clientaii_ib_sbeans.jar" />
            <jar href="directory/clientaii_ibdir_sbeans.jar" />
            <jar href="directory/frog.jar" />
            <jar href="directory/focus14.jar" />
            <jar href="directory/sapxmltoolkit.jar" />
            <jar href="directory/jta.jar" />
            <jar href="directory/ejb20.jar" />
            <jar href="directory/exception.jar" />
            <jar href="directory/logging.jar" />
            <jar href="directory/guidgenerator.jar" />
            <jar href="directory/jperflib.jar" />
            <jar href="directory/sapni.jar" />
            <jar href="directory/sapj2eeclient.jar" />
            <property name="sap.theme" value="Streamline" />
            <property name="jnlp.log.initialConfiguration" value="FILE, SIMPLE" />
        <property name="jnlp.com.sap.aii.ib.client.properties" value="com.sap.aii.ib.client., com.sap.aii.ib.core., com.sap.aii.util.xml., com.sap.aii.connect., com.sap.aii.repository.mapping.additionaltypes, com.sap.aii.docu., com.sap.aii.ibrep.core., com.sap.aii.ibdir.core.*" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.connect.landscape.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.cr.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.ib.client.content.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.repository.contextroot" value="rep" /><property name="jnlp.com.sap.aii.ib.client.login.languages" value="EN,DE" /><property name="jnlp.com.sap.aii.connect.directory.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.cr.contextroot" value="sld" /><property name="jnlp.com.sap.aii.connect.rwb.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.directory.contextroot" value="dir" /><property name="jnlp.com.sap.aii.connect.rwb.contextroot" value="rwb" /><property name="jnlp.com.sap.aii.connect.landscape.httpsport" value="@com.sap.aii.server.httpsport.lcr@" /><property name="jnlp.com.sap.aii.connect.repository.rmiport" value="50104" /><property name="jnlp.com.sap.aii.connect.repository.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.cr.httpsport" value="@com.sap.aii.server.httpsport.cr@" /><property name="jnlp.com.sap.aii.connect.repository.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.contextroot" value="run" /><property name="jnlp.com.sap.aii.connect.integrationserver.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.rwb.httpsport" value="@com.sap.aii.connect.rwb.httpsport@" /><property name="jnlp.com.sap.aii.connect.landscape.httpport" value="50000" /><property name="jnlp.com.sap.aii.docu.languages" value="null" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.initialheapsize" value="32m" /><property name="jnlp.com.sap.aii.util.xml.parserFactory" value="com.sap.engine.lib.jaxp.SAXParserFactoryImpl" /><property name="jnlp.com.sap.aii.connect.directory.httpport" value="50100" /><property name="jnlp.com.sap.aii.connect.directory.httpsport" value="@com.sap.aii.server.httpsport.directory@" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpport" value="8001" /><property name="jnlp.com.sap.aii.connect.rwb.name" value="filp55.group.upm-kymmene.com" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.client" value="790" /><property name="jnlp.com.sap.aii.connect.cr.httpport" value="50000" /><property name="jnlp.com.sap.aii.connect.landscape.name" value="filp40.group.upm-kymmene.com" /><property name="jnlp.SAPMYNAME" value="filp55_GTX_01" /><property name="jnlp.com.sap.aii.connect.rwb.httpport" value="50100" /><property name="jnlp.com.sap.aii.docu.url" value="null" /><property name="jnlp.com.sap.aii.ib.client.applicationname.directory" value="sap.com/com.sap.xi.directory/" /><property name="jnlp.com.sap.aii.util.xml.transformerFactory" value="com.sap.engine.lib.jaxp.TransformerFactoryImpl" /><property name="jnlp.com.sap.aii.ib.client.applicationname.repository" value="sap.com/com.sap.xi.repository/" /><property name="jnlp.com.sap.aii.ib.client.login.InitialContextFactory" value="com.sap.engine.services.jndi.InitialContextFactoryImpl" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpport" value="50100" /><property name="jnlp.client" value="true" /><property name="jnlp.com.sap.aii.connect.repository.httpsport" value="@com.sap.aii.server.httpsport.repository@" /><property name="jnlp.com.sap.aii.ib.client.jnlp.j2se.maxheapsize" value="1024m" /><property name="jnlp.com.sap.aii.connect.integrationserver.httpsport" value="@com.sap.aii.connect.integrationserver.httpsport@" /><property name="jnlp.com.sap.aii.connect.integrationbuilder.startpage.url" value="rep/start/index.jsp" /><property name="jnlp.com.sap.aii.connect.integrationserver.r3.httpsport" value="@com.sap.aii.connect.integrationserver.r3.httpsport@" /><property name="jnlp.com.sap.aii.connect.rwb.r3.sysnr" value="01" /><property name="jnlp.com.sap.aii.util.xml.schemaValidator" value="com.sap.engine.lib.schema.validator.SchemaValidator" /><property name="jnlp.rc.release" value="7_00" /><property name="jnlp.rc.applname" value="DIRECTORY" /><property name="jnlp.rc.supportpackage" value="09" /><property name="jnlp.rc.synctime" value="${sync.time}" /></resources>
        <application-desc main-class="com.sap.aii.ibdir.gui.appl.ApplicationImpl">
            <argument>webstart</argument>
        </application-desc>
    </jnlp>
    Please help me on this..........
    Thanks in Advacne.
    Regards,
    Chandra

    Hello,
    1)
    May be the problem is a network connectivity issue. Do one thing copy the "cahce" folder from some other client PC(which has successfully opened IR and ID) to your client PC. The folder resides in "C:Documents and Settings<yourUserProfile>Application DataSunJavaDeploymentjavaws".
    Copy "cache" folder to your client PC under the above path.
    /people/shabarish.vijayakumar/blog/2006/02/13/unable-to-open-iresrid-xipipi-71-updated-for-pi-71-support
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]
    2) Go to http://filp55.group.upm-kymmene.com:50100/rep/
    Click on Administration -> Java™ Web Start -> Java™ Web Start Administration ->
    Try
    1. Re-initialization (then try logging)
    2. Re-initialization and force-signing (then try logging)
    3. Delete lock (then try logging)
    Do this for IR and ID tabs.
    3) Check can be a firewall issue.
    4) Check wether sufficient roles have been assigned -> Tcode -> SU01 -> roles tab. These roles need to be assigned to your username
    SAP_BC_AI_LANDSCAPE_DB_RFC
    SAP_SLD_CONFIGURATOR
    SAP_SLD_DEVELOPER
    SAP_XI_BPE_CONFIGURATOR_ABAP
    SAP_XI_BPE_MONITOR_ABAP
    SAP_XI_DEVELOPER
    SAP_XI_DEVELOPER_ABAP
    SAP_XI_DEVELOPER_J2EE
    SAP_XI_MONITOR
    SAP_XI_MONITOR_ABAP
    SAP_XI_MONITOR_J2EE
    <b>*******************Reward,if found useful</b>
    Edited by: BVS on May 7, 2008 3:01 PM

  • Itunes can't run bc of audio configuration problem

    Well I've been using itunes for about 2 years now and just recently i installed the newer version. It was working fine until today when my computer told me ther was some kind of computer error and that i should do a system restore. So i did a restore to about 2 weeks ago which was before i updated my itunes. And then i was getting the message that my itunes was missing files and could not run. So i ran a repair on it and still got the same error. Then I deleted it adn reinstalled and I got the error "Itunes cannot run because it has detected a problem with your audio configuration.
    So then I undid the system restore and tried itunes to see if it would work. And I was still getting the same message that itunes cannot run because it has detected a problem with your audio configuration. So then I uninstalled it and reinstalled it and still getting the same message.
    Can someone help me out? What problem would it be with my audio configuration? I haven't changed anything. Is there something i can adjust to fix the problem? I'm clueless....

    the message is typically produced by a problem with your QuickTime. (itunes uses QuickTime for audio and video playback.)
    perhaps let's start with the following document:
    iTunes 7 for Windows: iTunes had detected an audio configuration problem
    ... but if no joy there, try this alternate technique for swapping out your QuickTime:
    head into your Add/Remove programs. uninstall QuickTime.
    Next, we’ll manually remove any leftover program files and folders.
    1. On the Start menu, click My Computer (or double-click My Computer on the Desktop).
    2. In My Computer, open Local Disk.
    3. Open Program Files.
    4. Right-click on the QuickTime folder and click Delete from the shortcut menu.
    5. Navigate to C:\Windows\system32\.
    6. Remove the files QuickTime.qts and QuicktimeVR.qtx.
    7. Restart your computer.
    next, we'll get a fresh copy of QuickTime into your PC by doing a repair install of itunes.
    switch off antivirus and antispyware applications prior to the repair install.
    go into Add/Remove and select itunes. click "Change" and then click "Repair".
    if the repair install goes through okay, restart the PC and try launching itunes again. does it launch properly now?

  • Audio Configuration problem detected after install

    During the download of the new ITunes version I had a major power failure. I went back and completed the download and after the installation I got an error message that ITunes could not be opened due to an audio configuration problem detected. I went to the Apple site and downloaded a new version from scratch and after the install I got the same audio error. Any Suggestions?

    Perhaps this Apple KnowledgeBase article will help:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem
    Hope that helps.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • Audio configuration problem in iTunes

    I am running iTunes 7.1.1.5 (WinXP). When opening iTunes, I get an error message that there "are problems with your audio configuration." In iTunes support, I followed instructions to remove Quicktime then reinstall as standalone (without iTunes). Same problem persists. I will add that same problem occurred about a month ago, but that time the same steps of removing Quicktime, then reinstalling as standalone corrected the problem. Unfortunately, it recurred.

    See if this helps:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem
    http://docs.info.apple.com/article.html?artnum=304424

Maybe you are looking for

  • Feed not working

    when i try to sumbit a new podcast this error messege comes up "Error parsing feed: Invalid XML: Error on line 1: Content is not allowed in prolog." Any suggustions

  • Setter is not always called for a h:inputText

    It is really very strange beahvioure in a JSF componenet <h:inputText ..../>. Sometimes the entered value is mapped to its corresponding field in the bean (value="#{mybean.someproperty}") and sometime it negelects the user data and keep the value is

  • Layout for all users

    Hi All, How can I change the layout for alll the users, When i have chnaged it is showing only for me and not for others

  • Replacing text on a picture with CS4

    I have recently taken a (jpg) picture of a real estate sign and I have been asked to replace the agent's first name with another first name. Can this be done with CS4? How? Thanks in advance. HK

  • The Home Hub PS3 Remote Play Issue

    The problem: If you set your PS3 to allow remote start via the internet (a better and more 'greener' option than leaving it on all day) and power it down, the PS3 will turn on again only after a few seconds without you connecting via remote play, aft