Workflow configuration for credit case

Hi
My requirement is to copy the standard workflow for case management WS01700044 and add few things once the case is processed.
Now my problem is, how do I configure this new Z workflow in the SCASE. So that once I save the case, I should be able to start the workflow I have created.
Currently only 2 workflows are listed for case management.
1. WS01700051
2. WS01700044
I want three workflows to be listed.
Do we need to configure the newly created workflow in SPRO under case management? Please guide me.
Thanks in advance.

Hi dossgs ,
These workflows is triggered for the EVENT 'NONPROFESSIONALUSERSET'  for the business object BUS2022.
So please check SWETYPV and find out the BO BUS2022 and the receivers connected to that. Now you will have to add one more record here against you BO BUS2022 EVENT 'NONPROFESSIONALUSERSET' and the receiver will be your Z workflow. Activate the linkage.
Regards
Anik

Similar Messages

  • Workflow configuration for employee rejection

    HI all,
    Employee getting rejected the time sheet by this manager and message will sit in his SAP BUSINESS WORKPLACE.I want  message to be stored in employees' own account than SAP BUSINESS WORKPLACE.please provide the configuration for that
    Thanks
    Amar

    Pulled by Bertrand ...
    I suggest you to check the online help linked to the customizing point SRM -->SRM Server --> Cross application basis settings --> Sap business Workflow --> Perform task specific customizing. This documentation is pretty well done and explain all about standard workflow in SRM.
    Rgds,
    Pierre

  • Workflow configuration for FICO module for Bill Posting and Release of Paym

    Hi All,
    I need your help regarding configuration of workflow for FICO bill posting and payment release transaction. Can any one guide me in this process. In my scenario, the client has a billing department, which receives bill from various vendors and other departments. Once they receive the bill, they check it and post it. After bill posting bill needs to be approved by various levels depending upon value.
    <= 10000 Approval by HOD
    >=10001 and <= 100000 Approval by HOD and Finance Head
    >=100001 Approval by CEO.
    I have worked thoroughly on PO & PR workflow in MM module, but i don't have idea about FICO module. Can anybody guide me what all steps are involved in workflow configuration of above FICO process.
    Thanks & Regards
    Ranjan

    Hi KK,
    Now my requirement is change, below are my requirement details:
    I need your help regarding configuration of workflow for FICO bill posting release transaction.There are no standard process in SAP , I have to customized and develop new workflow for this scenario. Can any one guide me in this process. In my scenario, the client has a billing department, which receives bill from various vendors and other departments. Once they receive the bill, they check it and post it. After bill posting bill needs to be approved by various levels depending upon value.
    <= 10000 Approval by HOD
    >=10001 and <= 100000 Approval by HOD and Finance Head
    >=100001 Approval by CEO.
    I have worked thoroughly on PO & PR workflow in MM module, but i don't have idea about FICO module. Can anybody guide me what all steps are involved in workflow configuration of above FICO process.
    Thanks & Regards
    Ranjan

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

  • Workflow Configuration for Release Strategy

    Hi All,
    At present we are using Release Strategy without workflow. Now we wants to use workflow.
    Request you all to guide what configuration i have to do for workflow.
    I appreciate your help
    Regards
    Anbalagan

    Hi,
         In the case of a release procedure linked to workflow, you must have previously created the user names, positions, jobs, etc. that you here assign to the release code in the organizational plan and must have linked them to the relevant standard tasks in task-specific Customizing (Basis -> Business Management -> Business Workflow -> Perform Task-Specific Customizing).
         You must assign the authorization M_EINK_FRG to the persons who are to be involved in the release procedure ( Authorization Management -> Create Authorization Profiles and Assign to Users).
    If a release code is to be used in workflow, indicate this accordingly in the Workflow field
    The Workflow indicator is also used to control role resolution:
    ·     "1 - Role Resolution with Group, Code and Plant (T16FW)"
    Here you use a role resolution that is supplied in the standard system. To do so, you must assign the release point in the section Workflow
    Assign a processor ID to your workflow-relevant release codes. The processor (member of staff responsible for processing the document) will then receive a work item when he or she is required to effect release.
    You can assign a processor ID either directly or indirectly:
    o     Direct processor assignment:
    Enter a user name.
    o     Indirect processor assignment:
    Enter a job, for example, or a position. At runtime, the system will then determine the member(s) of staff responsible for processing the document.
    Regards
    Sanjay L

  • Workflow Configuration for 5-Level Approver

    Dear Experts,
                         We are using and Extended Classic Scenario in which we have 5-Level approver of the Shopping cart. The below is the funcational logic which i need to configure.
    Logic:
    Find the Requestor’s manager by using the SLAPPROVER in the workflow container
    Now run this logic for the SLAPPROVER such as.
    Initially the SLAPPROVER = Requestor’s SLAPPROVER
    IF the SLAPPROVER spending limit is greater or equal to the cart total
    value THEN record SLAPPROVER as the final level approver and end approval chain (<b>How do i Record the SLAPPROVER as a final level</b>)
    ELSE the SLAPPROVER spending limit is less then the cart total value
    Then record SLAPPROVER as level N approver and set SLAPPROVER = to level N approver’s SLAPPROVER
    Now repeate the logic above until an approver is found with dollar limit greater or equal to cart total value.
    The end result will be a chain of approvers with a max of 5 levels because the fifth level will contain a large dollar value such as 99999999 to be the last approver. This way if anything exceeds Jim Orr’s level then it will be approved outside of the system and then documented and Jim’s level will approve it in the system.
    Now the chain of approvers will exist. The first level will have to approve it before its goes to the next level. If a approver rejects the cart then no work items will be sent to the levels above. All levels must approve for the cart to be approved.
    Eample:
    User A orders a cart with value $1500
    •     SLAPPROVER = Requestor’s SLAPPROVER = Manager A
    •     Manager A spend limit (500) less than cart total (1500)
    •     Record Manager A as level 1 approver
    •     Find Manager A’s SLAPPROVER = Manager B
    •     Set SLAPPROVER = Level 1 SLAPPROVER = Manager B
    •     Manager B spend limit (1000) less than cart total (1500)
    •     Record Manager B as level 2 approver
    •     Find Manager B’s SLAPPROVER = Manager C
    •     Set SLAPPROVER = Level 2 SLAPPROVER = Manager C
    •     Manager C spend limit (9999) greater than cart total (1500)
    •     Manager C is final approver in the approval chain is single level
    •     The chain now exist:
         Manager A -> Manager B -> Manager C
    Can this be done through the configuration in the SWB_PROCURMENT transaction or i need to have any development.
    If its the case of Development, Please advice me the flow in which i need to go about.
    Thanks in Advance,
    Mohit.

    Mohit
    You could look to use the n-step dynamic spend limit approver workflow (WS14000109) to do this.
    You could also implement badi BBP_WFL_APPROV_BADI for workflow WS14000133.
    Have a look at the following link to see if this is what you are looking for.
    http://help.sap.com/saphelp_srm50/helpdata/en/79/ca013a0c88bc7ce10000000a114084/frameset.htm
    Regards
    Keith

  • Workflow configuration for inbound IDOC

    Hi,
    i have designed a workflow for handling the errored idoc's.
    workflow is triggering fine when i reprocess the idocs through the WE19.
    but it is not triggering online...means  the event inputerroroccured is not triggering whenever an idoc comes to sap system with error.
    I searched the forum a  lot to get the answer . i got the answer to to do the config in WE42 .and i went through aravind nagapal book to solve this.But i didn't get exact answer .
    Please can any one help me in getting the solution to this problem.
    regards
    paveee.

    Hi Praveen,
    you try to start the workflow via event inputerroroccured.
    You state that the event is triggered if you create a new IDOC via WE19.
    - Have you switched on SWELS to be able to check it in SWEL?
    - Have you check there is an event in TBD52 for your object?
    - Runs your IDOc in immediate or background?
    Ideally, for a processes code, whenever the idoc processing runs into error, the event specified in the transaction we42 (table tbd52) is raised. Can you please place a breakpoint in function module idoc_input_s1quotes_sd at statement
    "IF i_edids IS INITIAL.". Thereafter reprocess the idoc for which the
    event was not raised, and check if the workflow result is set to '99999'
    when processing exits this function module. Please let me know what the
    result of the above test is.
    Regards
    Tibor

  • Restriction of user to access dispute and Credit case as per organizational area

    Hi Team,
    Requirement is to restrict user to use dispute and credit case as per organizational area.
    Company having different zones and business wants that the user of one zones should not access the dispute and credit case along with the attachement related to cases of another zone.
    Now Company having one RMS ID for Dispute and One RMS ID for Credit case .
    So need help to assist how should we proceed to restrict the user of different zones.
    Thanks in advance .
    Manoj

    Hi Mark,
    It is not company code . it is basically region by geographic like latin America, North America.
    under oner region business have several company code.
    Business want to restrict the user to use credit case and dispute case along with attachment limited by region.
    Thanx,
    Manoj

  • 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

  • FSCM- Dispute cases were not closed automatically for credit disputed amounts

    Dear All,
    We are creating the dispute cases for overpayment or un-applied cash payments (that is credit document) through FDM_AUTO_CREATE. But those credit dispute cases were not closed automatically after I cleared the documents through F-26 or F-32.
    We are running FDM_PROCESS_BUFFER program through batch job for every hour. And we made correct configuration for automatic dispute case close in SPRO. Also the debit disputes were closed automatically.
    Especially we are facing this issue for credit special g/l transaction (partial/residual/charge of difference clearing) documents.
    Note : I can see two changes automatically in credit dispute cases these are, 1) Disputed amount get zero 2) Disputed objects (that is credit document) is automatically removed (Attributes => Linked Objects => Disputed Objects) in the credit dispute cases
    Can you please help me how to resolve this issue.
    Thank you in advance.
    Thanks & Regards,
    KVP

    Dear Experts,
    Can I have solution for this issue.
    Thanks & Regards,
    KVP

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

  • BP for Credit Manager - Launchpad Configuration

    Dear Experts,
    We have installed the Business Package for Credit Manager 1.4 on our SAP NetWeaver Portal and everything seems to be running smoothly.
    We would like to change some long text in the report launchpad, but we don't know how to. Normally I can configure the launchpad texts and queries in transaction SPRO on the source system, but an entry for Credit Manager does not exist.
    How can we configure the launchpad for Credit Manager?
    Thanks in advance.
    Andrew

    Hi Experts,
    If you know the answer to this question please help!
    Regards,
    Andrew

  • NEED HELP WITH WORKFLOW CONFIGURATION

    I need help with 3 situations below. Please help me with these. How do I configure these. I also haveto provide specs to the Abaper. What exactly do I need to include in the specs. I anyone has the specs similar to these please send me over. Also tell me what I need to do to get these requirements fulfilled.
    1)  Description:
    This is a workflow requirement to serve as a reminder of upcoming investment
    maturities.
    Requirements Details:
    Create a workflow to serve as a reminder of upcoming investment maturities.
    Donor System Processing Narrative:
    Read the maturity dates on investments.
    Target System Processing Narrative:
    Send a notice to the parties that an investment will be maturing soon.
    2)  Description:
    Implement workflow to route invoice receipts using a one time vendor for management
    review and posting
    Desired Functionality:
    If a one time vendor is entered by the AP Voucher Clerk the invoice will be automatically
    parked by the program and a workflow notification triggered to the Accounting
    Supervisor and Accounting Manager (backup). The Accounting Supervisor will review
    the parked document and imaged copy of the actual invoice and post the parked
    document.
    3)  Description:
    An approval workflow is needed for credit memos posted to SAP customer accounts.
    Desired Functionality:
    The Cash Journal Clerk will post a credit memo to the customer account using transaction
    FV75 Park Customer Invoice. This transaction will automatically trigger a workflow to
    the Accounting Manager for approval and then to the CFO who will approve and post the
    parked document. (In order for this transaction to automatically trigger what configuration needs to be done).

    Bob;
    You can borrow the example code that ships with both NI-DAQ (in case you are doing NI-DAQ function calls) and Labview. The best examples to start with are the ones that have the prefix STC.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Error while creating Configuration for SLT replication

    Hi All,
    I have got Hana trial version system and I am trying to do data replication using SLT.
    While doing the configuration using transaction LTR, I am getting error as attached.
    Though I am getting an error, entry is getting into the DBCON table but when I trying to check the connection via the report ADBC_TEST_CONNECTION, I am getting error as :-
    Could not open connection TMPI07762120130424061216       .
    sql error     10.709- occured:
    Connection failed (RTE:[89001] Cannot resolve host name 'hanacloud' rc=8: node name or service name not known)
    Note:- I am using hanacloud as hostname in hana studio and its working fine there
    Can anyone can suggest, what can be the solution for it.
    Thanks in advance,
    Gopal

    Hi Gopal,
    Could you please clarify what type of trial system youhave  received? Even though you will get the same HANA software but based on the delivery and deployment (On Premise or Cloud (which is again Develop Edition or HANA One for productive cases)), some of the deployment parameters are different. SAP HANA One is SAP HANA in public cloud (currently only at AWS) with hourly pricing and community support for productive and commercial use cases.
    By the way, for new SAP HANA One customers:
    PROMOTION- February 18- May 30, 2013 - AWS customers who are new to SAP Hana One on the AWS Marketplace will receive $120 of AWS Promotion Credit if they use at least 10 hours of SAP Hana One between February 18 and May 30, 2013. For AWS Marketplace customers who qualify, the Promotional credit will be sent to the email address registered to their AWS Marketplace account. Restrictions apply; see offer terms at https://aws.amazon.com/marketplace/help/201119060 for more details.
    Thanks,
    Swapan

Maybe you are looking for