Order Import Failure - Ship To

Hi All,
I am trying copy the Order from 11i to R12, but the order is failing in Order Import API saying "Validation failed for the field - Ship To".
Could you please help me out to resolve this issue.
Thanks,
Venu

user3674413 wrote:
Hi All,
I am trying copy the Order from 11i to R12, but the order is failing in Order Import API saying "Validation failed for the field - Ship To".
Could you please help me out to resolve this issue.
Thanks,
VenuPlease see the following docs.
Internal Orders Get Error Validation Failed For The Field Ship To [ID 470660.1]
INTERNAL REQUISITIONS FAIL ORDER IMPORT - VALIDATION FAILED FOR THE FIELD - SHIP TO [ID 273441.1]
EDI 850 POI Order Import Errors: ‘VALIDATION FAILED FOR THE FIELD- SHIP TO’ [ID 396536.1]
OEXOEORD "Validation failed for the field - Ship To" while using Account Relationship [ID 737581.1]
Internal Orders Are Stuck In Interface Table With Error 'Validation failed for the field - Ship To' [ID 782048.1]
Unable To Create A New Line To An Existing Order: Validation Failed for the field - Ship to [ID 1391307.1]
Thanks,
Hussein

Similar Messages

  • Order Import Failure - Demad Class

    Hi All,
    I am trying copy the Order from 11i to R12, but the order is failing in Order Import API saying "You are not allowed to update Demand Class because: Config Item is created."
    Could you please help me out to resolve this issue.
    Thanks,
    Venu

    user3674413 wrote:
    Hi All,
    I am trying copy the Order from 11i to R12, but the order is failing in Order Import API saying "You are not allowed to update Demand Class because: Config Item is created."
    Could you please help me out to resolve this issue.
    Thanks,
    VenuPlease see (Sales Orders form: You are not allowed to update Demand Class because: Config Item is created [ID 1306755.1]).
    Thanks,
    Hussein

  • Order Import Failed in OM : Log Validation failed for the field - Ship To

    Problem in Order Management
    When i tried to do Order import in Source Org logfiles shows the Message :Validation failed for the field - Ship To, Please if anyone have a solution of this.
    Thanks in advance.
    Regards,
    Rajesh Verma
    Senior Consultant- Oracle Apps.
    COLT

    perhaps you might want to try populating customer_id instead of name to make sure that there is no error on typing customer name.
    primary ship-to and bill-to must exist under this customer. During order import, if ship-to is not specified then import will fetch primary ST of customer.
    This is what we use to populate interface table -with mininum of data.
    INSERT INTO oe_headers_iface_all
    (orig_sys_document_ref,order_source_id,org_id
    ,order_type_id,payment_term_id, shipping_method_code, freight_terms_code
    ,customer_po_number,salesrep_id
    ,sold_to_org_id, ship_to_org_id,invoice_to_org_id,sold_to_contact_id
    ,booked_flag
    ,created_by, creation_date, last_updated_by, last_update_date,last_update_login
    ,operation_code, order_category
    ,attribute5,tp_attribute4,xml_message_id,xml_transaction_type_code
    ,request_id, error_flag)
    INSERT INTO oe_lines_iface_all
    (order_source_id, orig_sys_document_ref, orig_sys_line_ref,orig_sys_shipment_ref
    ,inventory_item,item_type_code,line_type_id
    ,top_model_line_ref,link_to_line_ref,component_sequence_id,component_code,option_flag
    ,ordered_quantity
    ,order_quantity_uom,salesrep_id
    ,created_by, creation_date, last_updated_by, last_update_date,last_update_login
    ,operation_code,cust_model_serial_number,line_category_code
    ,context,attribute6
    ,reference_type, reference_line_id, reference_header_id
    ,return_context, return_attribute1, return_attribute2
    ,return_reason_code
    ,tp_attribute1,tp_attribute2,tp_attribute3,tp_attribute4,tp_attribute5
    ,request_id,error_flag)

  • Order Import Erroring while importing closed Order

    Hello,
    I am working on importing closed order for historical purpose and order import is erroring without giving much details. I set the debug level to 5 and log file contains only one error' ORDER IMPORT FAIL DUE TO UNEXPECTED ERROR.
    I am attaching the insert statements for headers and lines. Please review and hope to get a solution from one of the OM gurus here.
    Thanks a bunch in advance.
    Anant
    INSERT INTO OE_HEADERS_IFACE_ALL
    (ORIG_SYS_DOCUMENT_REF
    ,ORDER_SOURCE_ID
    ,ORG_ID
    ,ORDER_NUMBER
    ,ORDERED_DATE
    ,ORDER_TYPE_ID
    ,PRICE_LIST_ID
    ,SOLD_FROM_ORG_ID
    ,SOLD_TO_ORG_ID
    ,CUSTOMER_NUMBER
    ,TAX_EXEMPT_FLAG
    ,TRANSACTIONAL_CURR_CODE
    ,INVOICING_RULE_ID
    ,ACCOUNTING_RULE_ID
    ,PAYMENT_TERM_ID
    ,CREATION_DATE
    ,CREATED_BY
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE
    ,SALESREP_ID
    ,OPERATION_CODE
    ,CLOSED_FLAG --BOOKED_FLAG
    ,DROP_SHIP_FLAG
    ,SHIP_TO_ORG_ID
    ,INVOICE_TO_ORG_ID
    ,SHIP_FROM_ORG_ID
    ,ORIG_SYS_CUSTOMER_REF
    ,ORIG_SHIP_ADDRESS_REF
    ,ORDER_CATEGORY
    ,BOOKED_FLAG)
    VALUES
    ('514'     -- ORIG_SYS_DOCUMENT_REF
    ,1001                    -- ORDER SOURCE ID
    ,'102'                    -- ORG ID          
    ,10001006               -- ORDER NUMBER
    ,SYSDATE               -- ORDERED_DATE               
    ,1021                    -- ORDER TYPE ID
    ,6024                    -- PRICE LIST ID
    ,102                    -- SOLD FROM ORG ID
    ,2632                    -- SOLD TO ORG ID      
    ,'UN1666'               -- CUSTOMER NUMBER
    ,'S'                    -- TAX_EXEMPT_FLAG
    ,'USD'                    -- TRANS CURRENCY_CODE
    ,-2                         -- INVOICING_RULE_ID
    ,1                         -- ACCOUNTING_RULE_ID
    ,5                         -- TERMS_ID
    ,SYSDATE               -- CREATION_DATE
    ,1150                    -- CREATED_BY
    ,1150                    -- LAST_UPDATED_BY
    ,SYSDATE               -- LAST_UPDATE_DATE
    ,-3                         -- SALESREP_ID
    ,'INSERT'               -- OPERATION CODE
    ,'Y'                    -- CLOSED FLAG
    ,'N'                    -- DROP SHIP FLAG
    ,NULL                     -- SHIP_TO_ORG_ID (SITE USE ID FROM RA_SITE_USES_ALL, SITE_USE_CODE = SHIP_TO)
    ,1712                     -- INVOICE_TO_ORG_ID (SITE USE ID FROM RA_SITE_USES_ALL, SITE_USE_CODE = BILL_TO)
    ,103                    -- SHIP FROM ORG ID
    ,NULL                    -- ORIG_SYS_CUSTOMER_REF
    ,NULL                    -- ORIG_SHIP_ADDRESS_REF
    ,'Order'               -- ORDER CATEGORY
    ,'N')                    -- BOOKED_FLAG
    COMMIT
    INSERT INTO OE_LINES_IFACE_ALL
    (ORDER_SOURCE_ID
    ,ORIG_SYS_DOCUMENT_REF
    ,ORIG_SYS_LINE_REF
    ,ORIG_SYS_SHIPMENT_REF
    ,INVENTORY_ITEM
    ,REQUEST_DATE
    ,ORDERED_QUANTITY
    ,ORDER_QUANTITY_UOM
    ,PRICE_LIST_ID
    ,UNIT_SELLING_PRICE --UNIT_LIST_PRICE
    ,ACCOUNTING_RULE_ID
    ,PAYMENT_TERM_ID
    ,SALESREP_ID
    ,CREATION_DATE
    ,CREATED_BY
    ,LAST_UPDATE_DATE
    ,LAST_UPDATED_BY
    ,OPERATION_CODE
    ,DROP_SHIP_FLAG
    ,SHIP_TO_ADDRESS1
    ,SHIP_TO_ADDRESS2
    ,SHIP_TO_CITY
    ,SHIP_TO_POSTAL_CODE
    ,SHIP_TO_sTATE
    ,SHIP_TO_COUNTRY
    ,CLOSED_FLAG
    ,ITEM_TYPE_CODE
    ,INVENTORY_ITEM_ID
    ,DELIVERY_LEAD_TIME
    ,DELIVERY_ID
    ,TAX_EXEMPT_FLAG)
    VALUES
    (1001                    -- ORDER SOURCE ID
    ,'514'          -- ORIG SYS DOC REF
    ,'L4'               -- ORIG SYS LINE REF
    ,NULL               -- ORIG SYS SHIP REF
    ,'KR4R362478-07'     -- ITEM NUMBER
    ,SYSDATE               -- REQUEST DATE
    ,40                    -- ORDER QTY
    ,'EA'                    -- ORDER QTY UOM
    ,6024                    -- PRICE LIST ID
    ,95                -- UNIT LIST PRICE
    ,1                    -- ACCOUNTING RULE ID
    ,5                    -- PAY TERM ID
    ,-3                    -- SALESREP ID
    ,SYSDATE               -- CREATION DATE
    ,1150                    -- CREATED BY
    ,SYSDATE               -- LAST UPDATE DATE
    ,1150                    -- LAST UPDATED BY
    ,'INSERT'               -- OPERATION_CODE
    ,'N'                    -- DROP SHIP FLAG
    ,NULL --'1003 WASHINGTON AVE'     -- SHIP ADD1
    ,NULL --'SUITE 340'          -- SHIP ADD2
    ,NULL -- 'CHICAGO'          -- CITY
    ,NULL -- 60610               -- POSTAL
    ,NULL -- 'IL'               -- STATE
    ,NULL -- 'US')               -- COUNTRY
    ,'Y'
    ,'FG'
    ,7488
    ,1
    ,1
    ,'Y')
    commit
    ---------------------------------------

    Ganapati,
    Did you try passing the customer_number like -1 or some random high number that does not exist in hz_cust_accounts table in the account_number for party_type='PERSON' in the table oe_customer_info_iface_all?
    As I see this check for the first_name||last_name is done only of the customer number is not passed and customer_number is not used any where in the customer creation (if you are using automatic numbering for the customer accounts then you will obviously not passing any value to new_account_number which is used to created).
    Give it a try while I keep myself busy with my airport woes here.
    Thanks
    Nagamohan

  • Premiere Elements 9 PC: Major Importer Failure

    I think that I have gone down every troubleshooting road on trying to discover why "all of a sudden" Premiere Elements 9 PC will not import anything via Get Media/Files and Folders into its Organize interface as is its default behavior. The program fails at that point and shows the message "the program is not responding". Yet if you force the closure of that particular project and reopen a new one, you find that those media that failed to import into Organize in the first project now are live and well in the Organize of the new project. You can drag them from the Organize to the Timeline and use them in this new project. All other functions of Premiere Elements 9 PC appear unaffected by this import failure. AND, source media can be video (any format and size) and photos (any size). This happens even with import of the first and only file being a jpg (800 x 600 pixels).
    My history of Premiere Elements 9 PC/baddrivers.txt file/ and "incompatible driver messages" is well documented in these forums. That involved Windows XP Professional SP3 32 bit and a NVIDIA display card. And, I have been moving along successfully with Premiere Elements 9 PC for several months. About two weeks ago, I upgraded my computer to Windows 7 Professional 64 bit Intel Graphics Card, and Premiere Elements has been performing great until yesterday when what I call "major importer failure" struck. The computer has about 800 GB free hard drive space and about 2.5 GB out of 4.0 GB of available RAM. All of this worked great for about two weeks and now suddenly this yesterday. Did I do anything different or unusual? I think not. I also have Premiere Elements 7 and 8 on this same new computer, and they continue to function perfectly in all respects, whereas Premiere Elements 9 does not. AND, yes I have had the Premiere Elements 9.0.1 Update installed and in use before and after the importer failure.
    Troubleshooting has included
    a. Uninstall/Reinstall from Premiere Elements 9 installation disc + uninstall/reinstall of QuickTime + Photoshop Elements 9 as well.
    b. System Restore (as well as a restore of an earlier version of the installed Premiere Elements 9.
    c. Removal of possible interferring program, such as, Nero InCD.
    d. Removal of recent Windows Updates
    e. Uninstall/reinstall of Intel driver since at one point in the failure the Edit Mode Monitor was displaying part of the Disc Menu Section while the program was in the Organize Mode.
    f. Have looked at permissions, running as Administrator, etc.
    One of the things that I will try this morning is installing Premiere Elements 9 PC on the previous system Windows XP Professional SP3 32 bit to see if there is any major importer failure there at this time.
    If anyone has the time, I would appreciate any comments on a troubleshooting avenue that I may have overlooked. This appears to be another Deja Vu all over again. I hope not.
    Thanks.
    ATR

    Neale
    Thank you for your interest in this issue.
    I still have not pin pointed why my Premiere Elements 9 works great EXCEPT it will not import media into the Organize with Get Media/Files and Folders and attempts to do that drive the program into unresponsiveness and extreme difficult closure, even with the Task Manager.
    Yes, I have already looked at the workaround that you suggested for moving forward in my Premiere Elements 9 PC project, that is, entering all my source media into the Elements Organizer (can do from Photoshop Elements side) so that the source media thumbnail will be in the Premiere Elements Organize "ahead of time", and I will not have to depend upon Get Media/Files and Folders to get that job done.
    But, until I hit the key to this, I think I have an almost perfect better way. My computer is now Windows 7 Professional 64 bit that comes with the Windows XP Mode. Essentially what you have in this mode is a virtual Windows XP Professional SP3 32 bit machine (best I can determine, Microsoft Generic Card). I can install Premiere Elements 9 (same serial number as on the Windows 7), and IT WORKS, no problem with the Get Media/Files and Folders. The one glitch in this perfect solution is setting up to burn to DVD. The Windows 7 Windows XP Mode Virtual Machine will not recognize installed internal DVD/CD drives when you go to write a DVD. The explanation is that the optical drive in XP Mode is a virtual device - read only. I have confirmed this. In order to use Premiere Elements 9 PC burn to disc in this Windows XP Mode , my answer here appears to be plugging in an external DVD burner USB and then using the USB Attach of the Windows XP Mode.
    When Premiere Elements 9 PC was released, I was forced into much troubleshooting of the display issues which are very widely documented here. But then I was using "a real" Windows XP Professional SP3 32 bit" with a NVIDIA card. In the trial version, the BadDrivers.txt and VideoRenderer.dll got me through that episode. For me, the purchased version "essentially" was not afflicted with these same problems, and it has been running great. Now when I go to a new computer system for better performance/greater computer resources (by the way, Intel HD Graphics card), Premiere Elements 9 runs great for two weeks and then this no Get Media/Files and Folders matter sets in accompanied by program going completely knocked out by the event. In all of this, old or new, I have Premiere Elements 7, 8, and 9 installed on the same computer. While Premiere Elements 9 is being hit with these issues, Premiere Elements 7 and 8 are not , same computer environment, same source media, same project preset, et al. For me, the Premiere Elements 9.0.1 has not hit the mark.
    I have done extensive troubleshooting of the this current matter, too long and involved to go into now. I am preparing a full detailed description of the issue and the troubleshooting that went into the search for a fix. I will be posting it at the forum that I frequent. When I post it there, I will supply a link to it for whomever is interested. I have filed a bug report with Adobe on this matter in abridged format as per the space provided in its bug report online form.
    Thanks again for posting.
    ATR

  • ESYU: Order Import를 통해 기존에 있는 Order에 hold를 적용할 수 있는 방법

    Purpose
    Oracle Order Management - Version: 11.5.10
    Information in this document applies to any platform.
    Order Import를 통해 기존에 존재하는 Order에 hold를 적용하는 방법에 대해 알아본다.
    Solution
    아래와 같이 order import interface를 이용하여 기존에 존재하는 order에 hold를 적용할 수 있다.
    OE_HEADERS_IFACE_ALL:
    ORDER_SOURCE_ID
    ORIG_SYS_DOCUMENT_REF
    OPERATION_CODE => 'UPDATE'
    ORG_ID
    ORDER_TYPE_ID
    CREATED_BY
    CREATION_DATE
    LAST_UPDATED_BY
    LAST_UPDATE_DATE
    OE_ACTIONS_IFACE_ALL:
    ORDER_SOURCE_ID,
    ORIG_SYS_DOCUMENT_REF,
    ORG_ID,
    HOLD_ID,
    HOLD_TYPE_CODE,
    HOLD_TYPE_ID,
    OPERATION_CODE => 'APPLY_HOLD'
    HOLD_ID는 적용되어야 할 hold type을 의미한다.
    (HOLD_ID from OE_HOLD_DEFINITIONS)
    HOLD_TYPE_CODE는 생성되어야 하는 hold source에 대한 entity code이다.
    C: Customer hold source
    S: Bill To or Ship To hold source
    I: Item hold source
    O: Order hold source
    W: Warehouse Hold Source
    HOLD_TYPE_ID 값은 입력하는 HOLD_TYPE_CODE에 의존한다.
    예를들어 HOLD_TYPE_CODE = 'C' 라면 HOLD_TYPE_ID는 customer_number가 되어야 한다.
    Reference
    Note 444040.1

  • URGENT - Create customer via order import

    I am attempting to create a customer at the same time as importing an order for that customer. I am inserting records into oe_customer_info_iface_all, oe_headers_iface_all, and oe_lines_iface_all. When I run the order import concurrent program, it tells me that it successfully added the customer, but that it cannot get a valid ID for ship_to_org_id.
    What do I have to do to get the process to recover the ID of the newly created customer?
    One thing that I noticed is that the process does not create a record in hz_cust_accounts_all - only in hz_parties.

    Hi,
    I don't think you can create a single order for a customer specifying more than 1 bill to and 1 ship to. If you need to do that, create multiple orders (1 for each customer/bill/ship combination).
    Cheers,
    sparkle128

  • Oracle Advanced Pricing and Order Import API

    Dear All,
    We have an Interface which is used to create customer orders in booked state using Order Import Api, we populate the OE_HEADERS_IFACE_ALL and OE_LINES_IFACE_ALL Interface tables and then run the order import concurrent program.
    We have a requirement as follows, We are servicing 15 different customers sharing the same price list which defaults based on Customer Ship To. We want to offer a discount (X% on entire price list) to only 5 of these customers.
    How can we achieve this ? Could we create a Modifier to achieve this? What would be the Qualifier setup in this case.
    Thanks,
    Kishore

    Dear Nat,
    Thanks for your reply. Is there a method where we in we can define a modifier(Promotion Discount Modifier) and invoke it based on a promotion code which could be part of the input file.Therefore the qualifier for the modifier to be applied to an order line would be a promotion code which is in the order line. This was a suggestion i received, please could you let me know if this too can be achieved.
    Thanks,
    Kishore

  • How to Import an Order via Order Import with multiple shipment lines?

    Good Morning,
    I have a question concerning Oracle's order import functionality. We are importing orders from an outside system and need to consolidate orders by customer id. So if the same customer places 2 orders for different items on the outside system, they should interface to Oracle as a single order to that customer with a shipment line for each ordered item (ex 1.1, 2.1..).
    I know this can be done, but do not know how to implement the solution.
    Can someone please help?
    Thank you!!
    Edited by: user11984882 on Jun 22, 2011 7:03 AM

    Hi,
    I guess that this zip-file contains a transport. This transportfiles have to be copied in the /usr/trans/data und /usr/trans/cofiles and imported by the transaction STMS.
    Thomas Jung wrote how to do this in this: How to import examples from book "Advanced BSP Programming"
    Perhaps your basis administrator can help you to do this?
    Regards,
    Stefan

  • Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in oracle and yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in Oracle and  yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Thanks for your advise.
    However, I missed to mention that we have two set of users  One is for Finished Goods and another for Spares.
    Only Spares users need to be prevented from creating Direct/Manual Sales Orders in Oracle.
    As you suggested, if this will be done at Form level, that may Disallow FG users also to create Manula Sales Orders which should not be the case.
    Further, I tried to test one scenario through Processing Constraints but it did not work.
    Application
    OM
    Validation Type
    Entity
    Temp
    Short Name
    TBL
    Validation Semantics
    Created By
    Equal To
    User(Myself)
    Processing Cosntraint
    Application
    OM
    Entity
    Order Header
    Constraint
    Operation
    User Action
    Create
    Not Allowed
    Conditions
    Group
    Scope
    Validation Entity
    Record Set
    Validation Template
    101
    Any
    Order Header
    Order
    Above Created
    Please advise.

  • Order import open interface program

    hi
    i m working on changes to item quantity through order import open interface program
    the orders are already imported through order import
    i have to make changes to the item quantity
    i m passing the details like orig_sys_document_ref,orig_sys_line, orig_sys_shipment_ref
    order_source_id, change_reason. operation_code as update, changed order quantity like previously it was 5,now i m sending as 8
    but still the program is failing
    the error is
    0/70000// You are entering a duplicate orig_sys_line_ref and orig_sys_shipment_ref for the same order.
    0/70000//1 You are trying to insert an existing order or update an order that does not exist. Please enter a correct operation code.
    tell me how to identify the order in apps
    thru orig_sys_document_ref or anything else
    i m passing the same orig_sys_document_ref which is in headers table
    can anyone help on what are the necessary details to pass to order import interface tables
    thanks

    Not sure why you posted this in the OCI forum - an EBS forum (http://forums.oracle.com/forums/category.jspa?categoryID=3) is more appropriate.
    HTH
    Srini

  • Issue in sales order order import program

    Hi all,
    I need to create a Sales Order using interface tables.First I inserted the record into the interface table OE_HEADERS_IFACE_ALL.I populated necessary columns in it.
    Then I executed Order Import Concurrent program giving value of order source(which I created using order import source setup),order reference(which is origSysDocumentRef column value in the above said interface table).
    But the concurrent program is not picking up the records in the interface table and its output shows no order to process.As a result no record is inserted in the OE_ORDER_HEADERS_ALL table.
    I dont understand where the problem lies.Please help me out to solve the issue.
    Thanks,
    goutam

    Hi Sandeep Gandhi,
    Thanks for your reply.
    Now Order Import Concurrent program picks up the header records from the OE_HEADERS_IFACE_ALL interface table successfully for processing.
    But during the process some errors are raised, and the error_flag in the header interface table is set to 'Y'.
    I want to know where can i find those errors,so that I can correct them.
    Is there any error log tables that contains these errors occured during import?
    Or we have any other way to identify it?
    Please help me..
    Thanks,
    goutam

  • Two phones ordered, only one shipped. The iPhone 6 has shipped with tracking number and charge to my card. iPhone 6 Plus has no information available, no one at CS can tell me if this is normal, if it is delayed, any info appreciated.

    I placed an upgrade order for two phones, an iPhone 6 and 6plus.
    I was in the Verizon shopping cart at 11:55 and checked out by 12:01 AM pacific time.
    I do have my email confirmation for both phones with ship date 9/19
    The iPhone 6 has shipped with tracking number and the charge to my card came through for the price of this phone.
    There is no other information available - nothing on the status of the 6 Plus. Customer service doesn't know if this is normal or if my order went through, its really bad.
    Any further information would be much appreciated.

    I was just told by a Verizon sales rep that, when her team got in, when she checked the system at 3:03 (midnight+ 3 minutes)  all 6Plus had a back order date of October, and now its going into November even though the pre-order system was showing 9/19 - that all verizon iphone 6 plus had an instant sell out.
    She had no additional information on my iPhone 6 plus, not even if there was a chance for it to ship out, when the back order date would be - no further information.
    (A different rep I talked to said all iphone 6 plus pre orders had a ship date of October, all of them - I asked what Verizon is going to do when they advertised iphone 6 plus for 9/19 delivery and your telling me they never had any available - at this point he transferred me... *****)

  • Problem in calling order import concurrent program from BPEL

    Hi all,
    Iam doing a sales order creation in oracle apps using Apps Adapter.
    I have successfully inserted the order into the interface tables using an Apps adapter.
    Now I need to run Order Import program from BPEL to move the data from interface tables to the base tables for which i use another Apps Adapter.
    When I invoke the OEIMP concurrent program from BPEL ,request id is returned.But the concurrent program fails showing incomplete parameters.
    But it works when I invoke it from the front end in oracle apps.
    I think the problem lies in passing the inputs to the concurrent program from the BPEL.
    Any help to solve the issue will be appreciated.
    Thanks,
    goutam

    Previously, I was passing the values to the concurrent program variables through ASSIGN component,which resulted in some namespace issues.Then I replaced it with TRANSFORM component.
    Also,First I assigned the values to the concurrent program variables as 'Vision Operations'(operating_unit), 'Online'(order_source) ,No (validate_only), No (validate_desc_flex) which are mandatory and just left non mandatory variables without assigning values.
    I changed those values as *'204','0','N','N'*. And also set non mandatory variables value as EMPTY.
    After doing all these I found the concurrent program catches all the parameter values correctly, and the records got imported from interface tables to the base tables.Thus the sales order got created successfully.
    Thanks,
    goutam

  • Solution Import Failure Message: Cannot add a Root Component 'GUID' of type 29 because it is not in the target system

    Hi all,
    Please refer to the error:
    Root Components import: FAILURE
    [2015-04-10 17:04:48.126] Process: w3wp |Organization:0937f109-45df-e411-80cf-0050560100db |Thread:   43 |Category: Exception |User: ac011cf7-ad36-405b-91cf-2155ca15efb1 |Level: Error |ReqId: d3924c06-ad4b-4d5e-a204-70f8170016e1 | CrmException..ctor
     ilOffset = 0x30
    at CrmException..ctor(String formattedErrorMessage, Int32 errorCode, Object[] arguments)  ilOffset = 0x30
    at ImportRootComponentsHandler.GetSolutionRootsCollection(Boolean throwIfMissing, Boolean skipRibbonCustomization)  ilOffset = 0x209
    at ImportRootComponentsHandler.ImportItem()  ilOffset = 0x8
    at ImportHandler.Import()  ilOffset = 0x43
    at RootImportHandler.ImportAndUpdateProgress(ImportHandler ih)  ilOffset = 0x7
    at RootImportHandler.HandleNonMetadataHandlers(String[] ImportEntities, ImportHandler& ihForCurrentPath)  ilOffset = 0x33
    at RootImportHandler.RunImport(String[] ImportEntities)  ilOffset = 0x1D8
    at ImportXml.RunImport(String[] ImportEntities)  ilOffset = 0xE
    at ImportXml.RunImport()  ilOffset = 0x5BF
    at ImportXmlService.ImportSolutionSkipCapable(Boolean overwriteUnmanagedCustomizations, Boolean publishWorkflows, Byte[] customizationFile, Guid importJobId, Boolean convertToManaged, Boolean skipProductUpdateDependencies,
    ExecutionContext context)  ilOffset = 0x46
    at RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)  ilOffset = 0xFFFFFFFF
    at RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)  ilOffset = 0x25
    at RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)  ilOffset = 0xCF
    at LogicalMethodInfo.Invoke(Object target, Object[] values)  ilOffset = 0x4F
    at InternalOperationPlugin.Execute(IServiceProvider serviceProvider)  ilOffset = 0x57
    at V5PluginProxyStep.ExecuteInternal(PipelineExecutionContext context)  ilOffset = 0x200
    at VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context)  ilOffset = 0x65
    at Pipeline.Execute(PipelineExecutionContext context)  ilOffset = 0x65
    at MessageProcessor.Execute(PipelineExecutionContext context)  ilOffset = 0x1C5
    at InternalMessageDispatcher.Execute(PipelineExecutionContext context)  ilOffset = 0xE4
    at ExternalMessageDispatcher.ExecuteInternal(IInProcessOrganizationServiceFactory serviceFactory, IPlatformMessageDispatcherFactory dispatcherFactory, String messageName, String requestName, Int32 primaryObjectTypeCode,
    Int32 secondaryObjectTypeCode, ParameterCollection fields, CorrelationToken correlationToken, CallerOriginToken originToken, UserAuth userAuth, Guid callerId, Guid transactionContextId, Int32 invocationSource, Nullable`1 requestId, Version endpointVersion)
     ilOffset = 0x16E
    at OrganizationSdkServiceInternal.ExecuteRequest(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, UserAuth userAuth, Guid targetUserId,
    OrganizationContext context, Boolean returnResponse, Boolean checkAdminMode)  ilOffset = 0x1F1
    at OrganizationSdkServiceInternal.ExecuteRequest(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)  ilOffset
    = 0x2D
    at OrganizationSdkServiceInternal.Execute(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType, Boolean checkAdminMode)  ilOffset = 0x26
    at InprocessServiceProxy.ExecuteCore(OrganizationRequest request)  ilOffset = 0x34
    at PlatformCommand.XrmExecuteInternal()  ilOffset = 0xF6
    at ImportSolutionCommand.Execute()  ilOffset = 0x20
    at DataSource.ImportSolution(Byte[] customizationFile, Boolean overwriteUnmanagedCustomizations, Boolean publishWorkflows, Guid importJobId, Boolean convertToManaged, Boolean skipProductUpdateDependencies, IOrganizationContext
    context)  ilOffset = 0x0
    at SolutionImportProcessPage.ImportSolution()  ilOffset = 0x123
    at SolutionImportProcessPage.ProcessRequestData()  ilOffset = 0x4A
    at SolutionImportProcessPage.ProcessAction(String action)  ilOffset = 0x92
    at AppUIPage.OnPreRender(EventArgs e)  ilOffset = 0xD
    at Control.PreRenderRecursiveInternal()  ilOffset = 0x54
    at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x6D3
    at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  ilOffset = 0x3C
    at Page.ProcessRequest()  ilOffset = 0x14
    at Page.ProcessRequest(HttpContext context)  ilOffset = 0x33
    at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()  ilOffset = 0x18D
    at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  ilOffset = 0x15
    at ApplicationStepManager.ResumeSteps(Exception error)  ilOffset = 0x10A
    at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)  ilOffset = 0x5C
    at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)  ilOffset = 0x16A
    at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)  ilOffset = 0x4B
    >Crm Exception: Message: Cannot add a Root Component 0ffbcde4-61c1-4355-aa89-aa1d7b2b8792 of type 29 because it is not in the target system., ErrorCode: -2147188705
    [2015-04-10 17:04:48.126] Process: w3wp |Organization:0937f109-45df-e411-80cf-0050560100db |Thread:   43 |Category: Platform.Sql |User: ac011cf7-ad36-405b-91cf-2155ca15efb1 |Level: Info |ReqId: d3924c06-ad4b-4d5e-a204-70f8170016e1 | BusinessProcessObject.ExecuteNonQuery
     ilOffset = 0x28
    I am getting this coming up in the error log when I attempt to import an unmanaged solution.
    After searching on google Type 29 refers to a workflow.
    I go into the source system and query the database by the GUID and discover that it is actually a Business Process Flow called 'Phone to Case Process'. 
    I do not have this process in my target system as I deleted it.
    Looks like this is one of the out of the box ones. I don't think we we have changed this one much.
    What does this mean and what should I be looking for??
    Anyway how do I remove this offending process from the unmanaged solution xml file and attempt to re-import it? 
    It doesn't look like I can generate the solution again without the offending workflow/process..

    I managed to resolve this issue after looking at this thread:
    https://social.microsoft.com/Forums/en-US/fddff17f-1cca-4d33-a666-60c08ad76b0c/crm-2011-import-failure?forum=crmdevelopment
    Just modify both solution and customizations xml by searching for the guid and removing the root component

Maybe you are looking for

  • Can not refresh data int the report...

    Application on C#. Steps: 1. Get Report without data from the database 2. Change the dataconnections in report to the current user 3. refresh data on the report (FilePath = TempFilePath) 4. Resave report file with data 5. Automatically open CrystalRe

  • Locate a message in XI Monitor

    Hi Folks, I have the following scenario in the XI:  SAP R/3(RFC Sender)-> XI -> WEB(SOAP RECEIVER). In this scenario, are directed some notes of service for the WEB.  When I access the monitor of messages of the XI, I visualize a series of messages. 

  • User exit in ME22N to change standard fields

    Dear all, I'm trying to change the delivery date from exit EXIT_SAPMM06E_013 but the system doesn't keep my changes. I'm able to change the delivery date in exit EXIT_SAPMM06E_017 but I need to make it from exit 013 because I need know the confirmati

  • What is 10661? Tried installing the Beta Firefox and now can't get on internet. Keep getting 10661?

    Downloaded Beta version 4.0 of Firefox. Installed and now I can not connect to the internet. Get a message "The application Firefox can not be launched. 10661

  • Star ratings in iweb

    can anyone recommend a resource which would allow me to include a star ratings system on my iweb site? i am not publishing to .mac servers. thanks in advance!   Mac OS X (10.4.8)