Problem in Web adi for custom integrator.

Hi All,
I never used Web ADI. i read some document and feel that it is easy... but facing problem while developing.
The basic requirement as follows -
1. There is a custom database, say XXA.
2. A staging table (xxa_table) for upload data from csv files to base table.
3. Data upload using concurrent program from xxa_table to base table is working fine; but now I need to upload csv file from user desktop and load the csv data into staging table (xxa_table).
After applying below scripts I got some permission access error.
Please guide me to setup for upload csv data in to staging table using web adi.
So I run below scripts -
DECLARE
P_INTEGRATOR_CODE      VARCHAR2(30);
P_INTERFACE_CODE      VARCHAR2(30);
P_LAYOUT_CODE           VARCHAR2(30);
P_APPLICATION_ID      NUMBER(15);
P_OBJECT_CODE           VARCHAR2(20);
P_INTEGRATOR_USER_NAME      VARCHAR2(240);
P_LANGUAGE           VARCHAR2(4);
P_SOURCE_LANGUAGE      VARCHAR2(4);
P_USER_ID           NUMBER(15);
P_INTERFACE_TABLE_NAME      VARCHAR2(50);
P_INTERFACE_USER_NAME      VARCHAR2(240);
P_FORCE           BOOLEAN;
P_ALL_COLUMNS           BOOLEAN :=FALSE;
BEGIN
-- Define Constants
-- Application ID of the product that will own this Integrator
P_APPLICATION_ID      := 510;
P_LANGUAGE           := 'US';
P_SOURCE_LANGUAGE      := 'US';
-- Applications Database User ID that owns this Integrator
P_USER_ID           := 410;
P_OBJECT_CODE           := PLAN_607';
---ADI details
P_INTEGRATOR_USER_NAME      := 'Plan_7';
P_INTERFACE_TABLE_NAME      := 'xxa_table'; -- Name of the Database staging table.
P_INTERFACE_USER_NAME      := 'XXA_7 PLAN'; -- Name of the table that will be displayed in
P_FORCE           := FALSE;
P_ALL_COLUMNS           := FALSE;
BNE_INTEGRATOR_UTILS.CREATE_INTEGRATOR (P_APPLICATION_ID,
                         P_OBJECT_CODE,
                         P_INTEGRATOR_USER_NAME,
                         P_LANGUAGE,
                         P_SOURCE_LANGUAGE,
                         P_USER_ID,
                         P_INTEGRATOR_CODE);
BNE_INTEGRATOR_UTILS.CREATE_INTERFACE_FOR_TABLE (P_APPLICATION_ID,
                         P_OBJECT_CODE,
                              P_INTEGRATOR_CODE,
                              P_INTERFACE_TABLE_NAME,
                              P_INTERFACE_USER_NAME, P_LANGUAGE,
                              P_SOURCE_LANGUAGE, P_USER_ID,
                              P_INTERFACE_CODE);
BNE_INTEGRATOR_UTILS.CREATE_DEFAULT_LAYOUT(P_APPLICATION_ID,
                         P_OBJECT_CODE,
                         P_INTEGRATOR_CODE,
                         P_INTERFACE_CODE,
                    P_USER_ID,
                    P_FORCE,
                    P_ALL_COLUMNS,
                         P_LAYOUT_CODE);
COMMIT;
END;
--------------------

Duplicate thread (please post only once):
Problem in Web adi for custom integrator
Re: Problem in Web adi for custom integrator

Similar Messages

  • Using WEB ADI for PO upload

    Hi,
    Anyone used WEB ADI for loading POs?
    Regards,
    Anurag

    Yes..You can use HR Setup integrator in WebADI to build your own Integrator using the HR API you wanted

  • User Manual for Web ADI for HRMS

    Would like to know if there is a user manual that can be used to learn how to use the WEB ADI Functionality as a best practise.
    all your comments are welcomed!

    Hi,
    Refer to the WebADI user manual which can be found at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    You may also refer to these documents for the setup/configuration (search the forum for more details).
    Note: 396181.1 - Oracle Web Applications Desktop Integrator Documentation Resources, Release 12
    Note: 452452.1 - R12:Installing, Configuring and Troubleshooting Web ADI (Web Applications Desktop Integrator)
    Note: 394265.1 - Web ADI for Oracle HRMS R12 Implementation and Configuration Information
    Regards,
    Hussein

  • Oracle web ADI ; for Creation / Updating of items in INV (R12)

    Hi,
    Has any one used Oracle web ADI technology for updating and creation of items in INV.
    Here, we have to use Web ADI for creating items in INV.
    Item Information is coming from a Template.
    Any suggestions.?
    Thanks
    Pravin

    Hi every one,
    Really this is required for me, now we are also planing to create items through WEB ADI.
    Can any one give us some input or info the same.
    Thanks
    Siva

  • Custom WEB ADI for Item Category Assignment

    Hello,
    We created following custom WEB ADI .
    1.) Item Update  ( No Security )
    2.) Item category assignment ( WITH Security of Organization Access )
    Created custom responsibility XX_INVENTORY with custom Menu (subset of INV_NAVIGATE)
    Added responsibility/organizationsfor XX_INVENTORY using organization access form.
    NOW
    POINT 1: Both ADI works as expected when added as function to Standard Inventory responsibility with menu INV_NAVIGATE.
    POINT 2: Item Update ( with No Security) Works fine from custom responsibility
    POINT 3: Item category assignment (with organization security) fails with "invalid integration key" error from custom responsibility. But if the user has "System Administrator" responsibility to his account it works fine, which makes me think that it has to do something with custom responsibility.
    Applicatio: R12.1.3
    Excel 2010
    BNE Allow No Security Rule to Yes at user level
    Any help is appreciated.
    Thanks

    Hussein,
    Still the same even after bouncing application. But if application bouncing was issue then none of the custom ADI should have worked from custom application. But ONLY ONE of the two is not working. Item update ADI is working just fine but Item Category assignment is not.
    Any more clues??
    I tried by adding Create Document, adding Desktop Integration menu to custom responsibility menu, nothing works. As soon as I add "System Administrator" responsibility to User  OR add the custom ADI function to standard inventory responsibility with INV_NAVIGATE menu, it works.
    Please let me know if anybody has any clue on this issue.
    Thanks

  • Problem on Web ADI importer (Order Import)

    Hi all,
    I have been trying to import data with Web ADI (custom integrator). I use Synchronous Concurrent with "Order Import" program.
    The excel returns error of:
    1 rows successfully uploaded.
    No concurrent import requests have been submitted
    The import program could not be started. Contact your system administrator.. 
    Parameter 5 from the CONCURRENT_REQUEST import step parameter list 660:TSTNUPL_CP has the following error:
      API Parameter name is not defined in Attribute 1.
    The bne.log file records error as:
    BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 660:TSTNUPL_XINTG
    It would be very much appreciated if anyone can provide a hint on solving this problem, which exists for a long time.
    Thank you for your kind attention.

    10/7/14 12:54 PM AJPRequestHandler-HTTPThreadGroup-16 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 660:TSTNUPL_XINTG
    10/7/14 12:54 PM AJPRequestHandler-HTTPThreadGroup-16 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 660:TSTNUPL_XINTG
    10/7/14 12:54 PM AJPRequestHandler-HTTPThreadGroup-16 ERROR          BneParentMenuResolver.getMenuItem() MENU 101:BUDGET_NOTE - Menu item excluded because IntegratorAppId and Code does not match that of the Top-Most Menu Item or current Integrator: 660:TSTNUPL_XINTG
    10/7/14 12:55 PM AJPRequestHandler-HTTPThreadGroup-16 ERROR          BneAsyncUploadPage.renderPage Error trying to check whether the job will be importing.
    10/7/14 12:55 PM AJPRequestHandler-HTTPThreadGroup-16 ERROR          BneAsyncUploadPage.renderPage Empty value for parameter cannot be interpreted as a Boolean.
    10/7/14 12:55 PM Web ADI Upload Job 222732 ERROR          BneAbstractConcurrentImporter.validateConcurrentRequestStep validation error: An exception was thrown while validating the PL/SQL parameters... see the above messages
    10/7/14 12:55 PM Web ADI Upload Job 222732 ERROR          BneSyncConcurrentImporter.uploadImport - Generic exception caught: Parameter 5 from the CONCURRENT_REQUEST import step parameter list 660:TSTNUPL_CP has the following error: API Parameter name is not defined in Attribute 1.
    10/7/14 12:55 PM Web ADI Upload Job 222732 ERROR          BneSyncConcurrentImporter.uploadImport - Stack Trace: oracle.apps.bne.exception.BneUploadException: Parameter 5 from the CONCURRENT_REQUEST import step parameter list 660:TSTNUPL_CP has the following error: API Parameter name is not defined in Attribute 1.
      at oracle.apps.bne.integrator.upload.BneAbstractConcurrentImporter.validateConcurrentRequestStep(BneAbstractConcurrentImporter.java:349)
      at oracle.apps.bne.integrator.upload.BneAbstractConcurrentImporter.runConcurrentRequest(BneAbstractConcurrentImporter.java:121)
      at oracle.apps.bne.integrator.upload.BneSyncConcurrentImporter.uploadImport(BneSyncConcurrentImporter.java:467)
      at oracle.apps.bne.integrator.upload.BneSAXUploader.endElement(BneSAXUploader.java:1793)
      at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
      at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
      at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
      at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
      at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:235)
      at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:301)
      at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
      at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:149)
    10/7/14 12:55 PM Web ADI Upload Job 222732 ERROR          BneOracleWebAppsContext.getExtraJDBCConnection recieved the same connection as the base connection.  There may be transaction problems.

  • SAP Cloud For Customer : Integration of Service Request to CRM  Issue

    Hello Team,
    We have CRM integration using HCI working for most of the standard objects running. But for "Service Request" we are not able to see replication initiating from C4C to CRM. We have setup the required Communication Arrangement and artifact on HCI. Ping test gives 405 error which is as expected. But when we save the new ticket replication to CRM is not initiated.
    Kindly throw some light on this so as to understand why this replication is not initiated.
    Please let me know if any configuration missing to replicate "Service Request" from C4C to CRM.
    Thanks & Regards,
    Mithun

    Hi Ravi,
    We are not getting any messages under "Business Communication Monitoring" and web service messages monitoring.  
    Can you please suggest me which are the all configuration/activities require in cloud for customer for "Service Request".
    We have maintained the Transaction Type for "Service Request" in Code List Mapping too, however we are clueless where we have to maintain the "Item Category" for "Service Request" and map to which standard "Item Category" in cloud.
    What is the initiate point to trigger the "Service Request" from C4C to CRM?
    Many Thanks,
    Mithun

  • ADI and Custom Integrator

    All,
    Need some help. I have a custom table and I want to load some custom data. Would like to load using ADI. I can see hints about Custom Integrator that suggests that may be possible, but can find no documentation.
    Is this possible?
    Is there any documentation?
    Thanks
    Iain

    Hi Iain,
    Did you get a documentation you were looking for ? Can share it with the forum ?
    Thanks.

  • Is there a way to hide the account ranges when creating a web-adi for budgets?

    Hi,
    I'm trying to create budgets for an end-user. The user doesn't want to see all account ranges defined for that budget organization and would like to populate them on his own. I can hide the account ranges in the document creation page but not in the web-adi excel file. Is there a way to do hide the account combinations from being displayed in the excel file?

    you'd have to disable javascript - but this won't be a very practical solution since many sites are broken without it. you can use an extension like [https://addons.mozilla.org/de/firefox/addon/noscript/ noscript] & do a whitelist approach - disable js by default and only allow it on sites that you trust/need.
    here's some more stuff that websites can find out about you: [http://browserspy.dk]

  • Web ADI for Inventory?

    Dear Experts,
    We want to upload items created in an excel template into R12, is there a functionality that covers this at all in R12? I heard of Web ADI, but i cannot find any example on the net where it was use for thesame purpose as what we are trying to accomplish.
    Appreciate any inputs from anyone.
    Thanks

    Pl see if MOS Doc 789055.1 (Can WebADI Be Used For Budgets Without Implementing Project Management?0 can help.
    HTH
    Srini

  • Problems with Use Cases for Process Integration

    Hi there,
    I'm reading the "Simple Use Cases for Process Integration" (http://service.sap.com/xi -> Media Library ->
    Documentation) and try to setup the variants 1 up to 4. As per description I created the Technical and Business Systems in the SLD. Everything worked fine. But I can't find the created business systems in the Integration Directory When I click on Objects tab page -> Services without party and and choose Assign Business System, I can't see the desired business systems in the list. What am I doing wrong?
    Cheers
    Marc

    hi Marc,
    maybe the business system was already assigned?
    1. check if the business system exists in the SLD
    2. check if the business system exists in directory
    3. refresh SLD cache (in directory menu)
    4. try assigning once more
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • BP Creation Problem in Web UI for object BU_PARTNER-Answers would rewarded

    Hi CRM Experts,
    Need a help immediately.
    Currently am working on CRM 5.2.
    In SAP UI when I am creating a BP Type Organisation or Person system allows me to create But when i do the same in WEB UI i am having problem.
    In Web UI when i am selecting New Account and creating New Corporate Account or Individual Account with Grouping and Role i am getting an error message as " For object BU_PARTNER , number range interval AB does not exist"
    Message no. NR 751
    Diagnosis
    For object BUPARTNER  , number range interval AB does not exist
    Message no. NR 751
    Diagnosis
    The database table NRIV has the delivery class 'C', i.e. the SAP default
    settings are only in client 000.
    Procedure
    Create the missing number range interval in customizing.
    settings are only in client 000.
    Procedure
    Create the missing number range interval in customizing.
    I have already assigned number range interval because of which i could create and save BP in SAP UI where as am facing this problem in creating BP only in Web UI.
    Do i need to do anything in SNRO? Please explain clearly what should be done to resolve this issue?
    Let me remind you again that i could create and save BP in SAP UI without any issue.
    Do i need to make setting for the message"settings are only in client 000"
    Regds...Arup

    this problem you will face if you don't select grouping in CRM webclient 5.2 while creating BP.
    In my case the field was missing in Webclient due to which system was unable to get the number range for the transaction which was hidden. you need to make it visible with the help of T-code-nbsp_wd_cmpwb.
    Please let me know for any clarification.
    you take abaper's help for this as well.
    Regds...

  • Problem in making logic for customer balance report

    Hi,
    I am working on a customer balance report in which i am picking the data from BSAD and BSID tables. I am facing a problem that i am able to calculate the opening balance in it but not able to calculate  closing balance. I am comparing the data with tcode FBL5N for opening and closing  balances for a given date range.  Kindly help me out where i am getting wrong:-
    Here the link to the code :-
    http://docs.google.com/View?id=dfxswwff_11fdktr7ct
    Edited by: nav009 on Feb 6, 2010 9:30 AM

    Hi Nikhil,
    Thanks for you response but i had developed the report and  i am able to pick the correct data but i am facing the problem in displaying the NETAMT which is displaying the data using this formula :-
    1.) NETAMT = NETAMT +  W_TAB1-DR + W_TAB1-CR.
    so that the last value matches with the closing balance.
    When i am using this formula i am not able to display the correct data of deducting or addition of the opening balance in it but the value matches with closing balance .
    2.) NETAMT = NETAMT + W_OPBAL-OPBAL +  W_TAB1-DR + W_TAB1-CR.
    When i am using this formula it is showing the first value correctly but not the last one which will be displayed in the closing balance.
    I want to have desired output to display the first value to be displayed as it is showing in the (2) and last value to be displayed as  it is showing in (1) last value.
    How can i achieve this  functionality? i really want to know...
    Edited by: nav009 on Feb 10, 2010 6:29 AM

  • Problem with web service for document template

    Hi, I am trying to set up a web service to use with a word template (I use the template designer). The problem is that when I press the 'Test Page' button in the web service tool, I get an error : "Error retrieving URL to Web service test page ...'. I have searched the forum and made sure that the correct J2EE hostname/port is being used, as well as making sure the user/ password is set for the service. I have no idea how to proceed, please help me!
    Best Regards Eva
    ps. I can press the WSDL button in the web service tool and the web page opens correctly displaying the xml. Also, I create the template with static text as well as the posts requested by the service and the word document opens displaying only the static text...

    Hello,
    Where have you made this setup. Is it in the WSADMIN or in the SOAMANAGER??
    Regards,
    Varsha

  • Problem Creating Partner Link for Adapter Integrating with Tuxedo using JCA

    Hi All,
    This is the first time that I am working on integration tools. I will explain in brief the problem.
    There will be a legacy system (Tuxedo) running which connect to legacy database for requests. I am able to connect to that legacy system using Attunity Studio for getting the response back. Which is working fine.
    Now I want that to integrate with BPEL PM 10.1.2 using JCA. For this I followed this URL (http://www.oracle.com/technology/tech/java/oc4j/904/how_to/oc4j-jca-tux/onjava-jca.html). What happens here is, a simple servlet invokes a Session Bean that interacts the Attunity Server using the JCA. For that I am using oc4j container of BPEL PM 10.1.2. I could able to work it fine.
    For working with BPEL, I have created synchronous process, when try to create Partner link using Adapter service from WSIL browser, it is not coming in.
    Am I missed any important configuration at BPEL PM end.
    For doing this a followed the "tutorial 2" @ http://www.oracle.com/technology/products/integration/adapters/dev_support.html
    In exact way, above provided tutorial 2 PDF, I failed at step "Configuring a BPEL Service to invoke the above Adapter Service" on page 11.
    Your help is highly appreciated
    Thanks
    Venkata

    Something to note. I tried adding the same BPEL services as partner links to a new application and new project on two other developer's workstations, and the creation of the partner links were successful.

Maybe you are looking for

  • Problem whith redirect = "true" and portal

    Hi! I was trying to use a @jpf:forward with redirect="true" in a pageflow of my portal,       nevertheless, when it makes redirect, it opens outside the Portal, in a new page, I I need that I make everything within he himself Portal. How I can do thi

  • Syncing using the new online itunes function ?

    Hi I watched the keynote and saw where it is now possible to download a song from the cloud that you have previously purchased. I tried this for myself and was able to pull a song from my library that was not on my phone which is really great. My que

  • Satellite M70-360: CEekey.eke cannot run because its missing the dll

    I accidentally removed the ekecioctl.dll and now everytime I start my laptop (Satellite M70-360) I get an error message saying that de CEekey.eke cannot run because its missing the dll. Does anyone know where can I download the dll? Thanks

  • Passing dynamic query to DB adapter

    Hi, I am using jdeveloper 10.1.3.4 for configuring a BPEL flow. As per the requirements, I am supposed to have only one DB adapter which will handle all the operations on the database tables. The SQL is created at the runtime depending on the input.

  • Created purchase order based in drafts

    I need help, I want to create purchase order based in drafts. Has somebody any sample in SDK?? Thanks.