Issue while creating BPEL artifacts using BPEL command line tool

All
I am trying to create BPEL artificats for SQL server stored procedure for SQO Server 2005 using BPEL Command line tool.
My demo.properties is
ProductName=Microsoft SQL Server
DriverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
ConnectionString=jdbc:sqlserver://10.10.20.2:1433;databaseName=dAP
Username:apcdb
Password:password1
SchemaName:dev
ProcedureName:spiSOATesting
ServiceName:SQLServerSPService
DatabaseConnection:MSSQLServer
Destination:c:/temp/sqlprocedure
and I have create a batch file called as generate.bat and it contains following information
java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\jlib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts %1
and when I try to run the command at BPEL PM Developer Prompt, I am getting Procedure not found, Can one please tell, what is the cause of this error. and how does this command line tool exactly work.
Following is the output from command prompt.
D:\product\10.1.3.1\OracleAS_1\bpel\samples>D:\temp\sqlprocedure\generate.bat D:\temp\sqlprocedure\demo.properties
D:\product\10.1.3.1\OracleAS_1\bpel\samples>java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar
;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\j
lib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts D:\temp\sqlprocedure\demo.properties
Procedure not found: dAP.spiSOATesting
Thank you

HI
  Pricing will be carried basing on the pricing
procedure.
Case1: Prices will be carried out automatically if
necessary condition records are maintained for the
condition type.
  For this you can go to Sales Order-> Item Conditions
In the screen you can click on command button Analysis,
which gives you the list of condition types associated
to the pricing procedure. By clicking on the condition
type you can know the action that has taken place.
Case2: Manually forcing prices for Items.
  To do this, you have to populate ORDER_CONDITIONS_IN &
ORDER_CONDITIONS_INX. Also note to identify the item
numbers, you manually pass the item number for each item
in the sales order, use the same item number for
populating conditions.
  Parameters required:
ORDER_CONDITIONS_IN:
  ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
ORDER_CONDITIONS_INX:
  ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
   Hope the above info helps you. Do revert back if you
need more info.
Kind Regards
Eswar

Similar Messages

  • Error while exporting webi reports using BIAR command line tool.

    HI,
             We are trying to export webi objects to a biar file using the biar command line tool, biarengine.jar in XI 3.0. We are using the query select * from ci_infoobjects where si_kind='webi'.
    We are getting an error "unable to create plugin object".
    Export of all other objects is going through fine.
    Any ideas?
    Thanks,
    Ashok

    Try this
    importBiarLocation=C:/test.biar
    action=importXML
    userName=UserName
    password=Password
    CMS=cmsname:6400
    authentication=secEnterprise
    exportQuery=select * from ci_appobjects where si_kind='universe'

  • Biar Export using Biar Command line tool

    Hi All,
    I am trying to export biar file using the biar command line tool for that i have written a .properties file and running that using the batch file , Here are the contents -
    Biarexport.properties -
    exportBiarLocation=C:/work/biartest/level.biar
    action=exportXML
    userName=E372019
    password=welcome9
    CMS=tss0s108:6800
    authentication=secEnterprise
    includeSecurity=true
    exportDependencies=true
    exportQuery= Select * from ci_infoobjects where si_kind in ('CrystalReport','Folder') and si_name='Air Travel Activity' and SI_INSTANCE = 0
    and running the above .properties file using below command u2013
    cd C:\Program Files\Business Objects\Common\4.0\java\lib
    java -jar biarengine.jar C:\work\biartest\biarexport.properties
    I get the biar file created on the given folder but if I compare itu2019s size(261KB) with the biar which I create manually from the Import Wizard(35 KB) , then comparatively it is bigger. It seems biar has every instance.
    This increases the file size unnecessary since we do not need the instances in the BIAR, just the report and the dependent repository objects.
    Need your assistance on this issue!
    Thanks for your help!
    Kanchan

    I would suggest creating a case with support to go over this, you should have a support agreement since you have the Enterprise product.

  • What are the commands for compiling c++ using the command line tools for xcode?

    Hi, I am taking a class in school for c++ and i would like ot be able to practice at home i found the command line tools for xcode and went ahead and installed it on my computer. now i need to know the commands and procedure to be able to compile and run c++.

    c++ testfile.cc

  • Issue while creating Outbound Delivery using Standard BAPI

    Hi all,
    I am trying to create an outbound delivery for a Sales order using the Standard BAPI - BAPI_OUTB_DELIVERY_CREATE_SLS.
    After giving the valid inputs for Sales order no and doc no, am getting an error as "No instance of object type OutboundDelivery has been created. External reference:" But when trying to create manually there is no problem. Please suggest what may be the issue and how to correct it?
    Regards,
    Vimala P

    Hi Vimala,
    I am trying to create outbound delivery using BAPI_OUTB_DELIVERY_CREATE_SLS & BAPI_DELIVERYPROCESSING_EXEC. But no success. Getting "No instance of object type outbound delivery has been created" in return.
    1) Delivery Type
    2) Delivery selection date
    Needs to be passed in import parameters.
    Could you please tell me what are all the parameters to be passed under tables tab in RV_DELIVERY_CREATE?
    Thanks in Advance..
    Regards,
    Rajasekar .M

  • Facing issues while creating excel plugins using dotnet

    Hi All,
    I am working on the design of a Project and Need help. Appreciate a quick Response.
    The requirement goes like this -
    We Need to create a custom menu in Excel, after clicking on this menu item, dotnet code will be invoked from where some data has to be retreived from a Client site using webservices. This data must be displayed in the Excel sheet.
    Question:
    I have been successfully able to create a custom menu but when I try to add an Event such that an Action happens when the user clicks on the menu item, it throws an error - "Cannot assign to 'MenuItem_Click' because it is a 'method group'"
    MenuItem_Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(MenuItem_Click);
    I have added the following methods -  
    private void MenuItem_Click(Office.CommandBarButton Ctrl, ref Boolean CancelDefault)
    MessageBox.Show(String.Format("You just clicked the button labeled '{0}. \n" + "The name of your workbook is '{1}'.", Ctrl.Caption, ThisWorkbook.name),
    "MenuItem_Click",MessageBoxButtons.OK,MessageBoxIcon.Information);
    private void ThisWorkbook_Startup(object sender, System.EventArgs e)
    InitMenuBarItems("&Custom Code");
    MenuItem = CreateButton((Office.CommandBarPopup)MenuBarItem, "Run Demo Code");
    MenuItem_Click += new Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler(MenuItem_Click);
    Could anyone help me resolving this problem?
    Any help is highly appreciated.
    Thanks in advance.

    Hello,
    Starting from Excel 2007 the Fluent UI (aka Ribbon UI) is used. Command bars were deprecated, you need to use the new UI instead. See Ribbon Overview for more
    information.
    VSTO provides two main ways for customizing the ribbon UI:
    1. Walkthrough: Creating a Custom Tab by Using the Ribbon Designer
    2. Walkthrough: Creating a Custom Tab by Using Ribbon XML
    If you need to customize context menus, see Customizing
    Context Menus in Office 2010 .
    The Fluent UI is described in depth in the following series of articles in MSDN:
    1. Customizing the 2007 Office Fluent Ribbon for Developers (Part 1 of 3)
    2. Customizing the 2007 Office Fluent Ribbon for Developers
    (Part 2 of 3)
    3. Customizing the 2007 Office Fluent Ribbon for Developers
    (Part 3 of 3)

  • Confirmation Quantity issue while creating Sales order using BAPI

    Hi SDN,
    Can anyone of you help mein the below issue:
    I have a program to create a sales order using upload file. for this i use "BAPI_SALESORDER_CREATEFROMDAT2" & for changing existing "BAPI_SALESORDER_CHANGE".
    Now If the upload file contains the Same Material, Based on other conditions, it needs to create Multiple sales order.
    When the first Salesorder is created, the Quantity is getting confirmed (Confirmed quantity VBEP-BMENG). But during actual run, since the confirmation is getting done for the same material in the above Sales order, the confirmation is not being done in the subsequent Sales order".
    This poses a problem for business, user need to manual refresh the u201Cconfirmed quantity for each line item in the particular SO where it failed during program upload.
    Also while uploading using the BAPI, if we wait forsometime after creating the first sales order in Debug, then the above material is unlocked & the confirmation quantity is done for the subsequent sales order also.
    But in the actual run, this is creating a problem. Some Refresh or Unlocking problem.
    Can you please suggest a suitable solution for this issue.
    Thanks & regrads,
    Chaitanya LBK

    Have you tried backorder processing?
    V_V1
    V_V2
    V_RA
    V_R1
    V_R2

  • Facing issues while creating Debit memo using FM SD_SALESDOCUMENT_CREATE.

    Hello,
               While  trying to create a debit memo with reference to a Billing document with help of Fm SD_SALESDOCUMENT_CREATE I'm facing two issues.
    1. While the Debit memo is succesfully created - and VBELN of VBAK is getting updated- the doc flow table VBFA is not getting updated with the debit memo number.
    2. The condition price values that're being displayed in the Debit memo are completely different from the ones that I'm passing in the FM.
    My FM i/p is as follows:
    SALES_HEADER_IN- REFOBJTYPE -ZSB1
                                     REFOBJKEY - billing doc num
                                    DOC_TYPE - ZDRM
    LOGIC_SWITCH-COND_HANDL
    SALES_ITEMS_IN - Item details like material, quantity, UoM, etc.
    SALES_CONDITIONS_IN-ITM_NUMBER - Condition item no ( taked from T-code V/08)
                                            COND_COUNT - Cond count (  " )
                                            COND_TYPE - Condition type
                                            COND_VALUE - value
                                            CURRENCY - currency
                                            CONDVALUE - value
                                            CURRENCY_2 - currency
    SALES_CONDITIONS_INX -ITM_NUMBER - Cond item number ( same as above)
                                               COND_ST_NO      same as above
                                               COND_COUNT     same as above
                                               COND_TYPE       same as above
                                               COND_VALUE - X
                                               CURRENCY - X
    Please help me overcome this issue.

    Hello,
               While  trying to create a debit memo with reference to a Billing document with help of Fm SD_SALESDOCUMENT_CREATE I'm facing two issues.
    1. While the Debit memo is succesfully created - and VBELN of VBAK is getting updated- the doc flow table VBFA is not getting updated with the debit memo number.
    2. The condition price values that're being displayed in the Debit memo are completely different from the ones that I'm passing in the FM.
    My FM i/p is as follows:
    SALES_HEADER_IN- REFOBJTYPE -ZSB1
                                     REFOBJKEY - billing doc num
                                    DOC_TYPE - ZDRM
    LOGIC_SWITCH-COND_HANDL
    SALES_ITEMS_IN - Item details like material, quantity, UoM, etc.
    SALES_CONDITIONS_IN-ITM_NUMBER - Condition item no ( taked from T-code V/08)
                                            COND_COUNT - Cond count (  " )
                                            COND_TYPE - Condition type
                                            COND_VALUE - value
                                            CURRENCY - currency
                                            CONDVALUE - value
                                            CURRENCY_2 - currency
    SALES_CONDITIONS_INX -ITM_NUMBER - Cond item number ( same as above)
                                               COND_ST_NO      same as above
                                               COND_COUNT     same as above
                                               COND_TYPE       same as above
                                               COND_VALUE - X
                                               CURRENCY - X
    Please help me overcome this issue.

  • Issue while creating a heirarchy using Hierarchy Structure Time dependent

    Hi every body
    I created an Info object(SREP) with Heirarchy Strututre Time Dependent property. When i am creating an Heirarchy for the info object(SREP) i am not able to see any text node by default, do we need to create it explicitly or system would propose one node by defalut..
    I created a text node manually then and tried to assign an another info object(SREG) as a child using an option of "Insert Characterstic", but i am getting a message as "InfoObject SREG is not entered for InfoObject SREP as a Foreign Heirarchy Characterstic", and system is again proposing to assign some info object as a child.
    Thanks in advance..
    sekhar

    ok

  • How create a sub_menu using the command line.

    Hi,
    I want to create a new menu and forms in runtime mode .
    please gives me the commands details.

    Hi,
    I think I am having a similar question here. I am using Oracle 10g on Windows xp.
    I logged in to Oracle from command prompt. I used command “create directory myFunDir as 'd:/funDir';”. Oracle returns: “Directory created”. But I couldn’t find the directory “myFunDir”! Where is it?
    Thanks.
    Newbie.

  • How to create java archive using jar command

    hello
    what is the syntax for creating java acrchive using jar command line
    jar -c ???????
    urgent plzz

    jar cf myjar.jar classfiles...
    If you have a manifest file you want to add:
    jar cfm myjar.jar manifest.mf classfiles...
    Also check the documentation:
    http://java.sun.com/j2se/1.3/docs/tooldocs/tools.html
    You can find a link to jar there.

  • GUI Applications unable to use command line tools

    Hi All-
    I've searched, but I can't find a thread about this one, so...
    On OS 10.4.5:
    Whenever I use a GUI app that wants to use a command line tool (e.g. curl, df, java), the app fails giving an error message to the effect of "unable to find curl" or the like. It is as if the GUI cannot find my unix $PATH.
    Examples:
    -- Eclipse refuses to launch, because it appears to use "java xxxxxxx" to launch.
    -- Automator fails to run certain Safari actions because they use curl to navigate web pages.
    -- Carbon Copy Cloner fails to launch, because it can't find a tool (df, IIRC) to read drive/volume info
    Possibly relevant details:
    -- I can use the tool in question from the command line, so they are present, and in my $PATH, but the GUI can't find them.
    -- I recently moved from an old G4 to a relatively new G5, and had issues migrating files, so I eventually just copied my entire home directory from the old machine to the new, replacing the freshly created one on the new machine. I feel like that missed something that tells the GUI where your $PATH is, or some other link between GUI and command line.
    -- I created a new user, and that user does not experience the same troubles. This adds to my suspicion that it is account/PATH related.
    Any help anyone can give it greatly appreciated.
    -p
    PM G5 dual 2.0   Mac OS X (10.4.5)  

    Did you by any chance create an evironment.plist file? It is located in ~/.MacOSX/ If you don't know about it or don't know to look (.MacOSX is normally invisible), try this:
    In Finder.app, in the "Go" menu select "Go to Folder..." (shift-command-G), type ~/MacOSX in the text field and hit OK, the finder should then open a window or complain.
    If it opens a window and you find in it a file named environment.plist move that file to the desktop and try your applications. Do they work as advertized? Try again after logging in/out if things don't work. Do they work now?
    Whatever hapens, tell us more...

  • Automated script for deploying, removing, install again the WSP using stsadm command line

    Hi,
    Am having a requirement in my  staging and  prod  env. to add, install,retract and remove wsp.
    In my dev env i used to perform with  Visual Studio ,so i didnt  face any issues regarding retracting and removing the wsp from solution store.
    But in my staging and prod since i dont hav VS installed, i would like to have a automated script[ NOT in POWERSHELL] using stsadm command line tool which adds the solution from a folder [say D:\DeployWSPs in staging and Prod] to the solution
    store  and installed onto a particular web application [  NOT "All WebApplications"].
    and if  the wsp already exists , i need to retract it & remove from solution store and add it and install again.
    can someone pls help me with the  automated script .also if  the folder contains multiple WSPs how can i doa  for each loop [ iterate through  wach ".wsp"  file and perform install/...task].
    i know stsadm -o adddsolution, deletesolution,m retractsolution etc. But the issue is that customer asked me to do this ina automated fashion.  manually entering all these commands is a  cumbersome activity.
    note: when i used powershell on 2 / 3 occasions, the wsp was retracted successfully,but failed to successfully remove from the
    soln store.
    so i thought i will depend upon on stsadm again like old version of SP since its supported.
    Das

    I would recommend you to use Power Shell so that you can do the automation easily. You can use
    power shell for earlier version of SharePoint as well. 
    Look why removing the solution is getting failed. May be you are trying to remove before the solution is retracted. Wait for retract and remove the solution. Refer to the following post for more information
    http://www.codeproject.com/Articles/570011/PowerShellplus-plusWaitplusforplusRetractplus-fpl
    http://consultingblogs.emc.com/mattlally/archive/2011/03/29/sharepoint-server-2010-multiple-solution-deployment-script.aspx
    Cheers,

  • Biar command line tool

    Hi,
    I created a biar file using import wizard. and now i need to migrate the content from biar file to destination CMS using BIAR COMMAND LINE TOOL.
    and
    I dont need need to migrate everything to destination CMS. so i need to write queries.
    the following is the script i used. but im unable to migrate anything with no error.can u please help me to clear my doubts:
    what exactly exportDependencies mean? i only need universe not with its dependency connection..so if i set to false im seeing nothing to migrate.
    security..even in import wizard,,it sucks most of the time...no worries as of now.
    correct my script if its wrong.
    importBiarLocation=C:\test.biar
    action=importXml
    CMS=sever name
    password=password
    Authentication=secEnterprise
    exportDependencies=False
    includeSecurity=false
    exportQuery=select * from ci_appobjects where si_kind='universe'

    Try this
    importBiarLocation=C:/test.biar
    action=importXML
    userName=UserName
    password=Password
    CMS=cmsname:6400
    authentication=secEnterprise
    exportQuery=select * from ci_appobjects where si_kind='universe'

  • Issue while creating connection pool in weblogic using SERVICE NAME

    Found two issues while creating connection pool in weblogic using SERVICE NAME
    1. While running apps from jdeveloper using xxx-jdbc.xml
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Io exception: The Network Adapter could not establish the connection
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:253)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1109)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1033)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:214)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1051)
    2. Configuriing the jndi in Weblogic server
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:SERVICENAME
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:253)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1109)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1033)
    Problem
    database url is generated based on SID
    eg: jdbc:oracle:thin:@localhost:1521:SID
    Solution
    (generate seperate url for SERVICE NAME)
    jdbc:oracle:thin:@localhost:1521/SERVICENAME
    ------------------------

    It is so clear: host not found error for network connection and the other SID servcie name not found means your oracle instance name is not up. check with srvctl status for given servcie name or node, else check CRS_Stat -t if you are using RAC.

Maybe you are looking for

  • Cannot get end-to-end single sign-on to work in CR XI

    Post Author: yarg CA Forum: Authentication Hello, I'm looking for some help please.  I have used Crystal Reports XI fairly extensively over the past year (designing reports mainly), and have now been tasked with getting CR Server XI up and running so

  • Witholding Tax Report

    Dear all, I'm trying to Execute Generic Witholding Tax Repoting. but i am getting Message like no recores were select. i posted many docs with Withlolding tax for customer and Vendor's. pls help me what could be the problem. Regards, Kris

  • Revert to 10.5.7?

    Like many others, I'm experiencing slow/no wifi connection after the 10.5.8 update. I was wondering if downloading and installing the old 10.5.7 update off the apple website will do any good or if it could somehow damage my macbook even more. After i

  • Height of the scrollbar changes in AdvancedDataGrid

    Hi Forum Members, I am facing one issue with the length of the scrollbar of advanced datagrid in flex. I will explain you the scenario - Advance datagrid has variable row heights. Each row can have different heights.   - When the event Scroll Up is f

  • Premiere PRO save project error if CC is runing.

    I have a problem with my Premiere Pro which wont save or auto-save if Creative Cloud application is running. I do save directly in a folder which CC is syncin to cloud. I have same setup at home and at office, sicne I can work from either locations (