Error after submitting Import Items Seeded Program

Hi All,
I am getting error message "Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set." when i am submitting Import Items Seeded program.
data is loaded into master organization successfully but no records were created in child organizations.
Apps version is 11.5.10.2
The same program with same code ran successfully a week back.
Any help is appreciated.
Thank You..

Hi,
I am getting error message "Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set." when i am submitting Import Items Seeded program. This is not an error message. Can you find any error/warning messages in the log file? You may enable trace and submit the request again.
data is loaded into master organization successfully but no records were created in child organizations.
Apps version is 11.5.10.2Review the following document and see if it helps.
Note: 268968.1 - Understanding Item Import and Debugging Problems with Item Import
https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=268968.1
The same program with same code ran successfully a week back.Have you done any changes recently? Can you find any errors in the database log file?
Regards,
Hussein

Similar Messages

  • Getting error after submitting import standard purchase order from localization responsibility

    Hi All,
    I have manully inserted data in header,line,distribution interface table like below
    INSERT INTO po_headers_interface
    (interface_header_id,process_code,action,org_id,document_type_code,document_num,currency_code,vendor_name,vendor_id,vendor_site_code,vendor_site_id,comments,
    vendor_doc_num,amount_agreed,effective_date,expiration_date,vendor_contact,approval_status,terms_id,agent_id,creation_date,created_by,last_update_date,last_updated_by)
    VALUES  
    (po_headers_interface_s.NEXTVAL,'PENDING','ORIGINAL','7046','STANDARD','454545','INR','Madhura Enterprises','40179',NULL,'13922','XYZ',null,null,sysdate,sysdate+10,null,
    'Approved',13922,25,SYSDATE,fnd_global.user_id,SYSDATE,fnd_global.user_id);
    INSERT INTO po_lines_interface
    (interface_line_id,interface_header_id,process_code,line_num,item_id,item_description,uom_code,unit_of_measure,quantity,unit_price,ship_to_organization_id,ship_to_location_id,
    need_by_date,promised_date,last_update_date,last_updated_by,creation_date,created_by,line_type_id,vendor_product_num,note_to_vendor,shipment_num,closed_code,closed_reason,CATEGORY_id,tax_code_id)
    VALUES
    (po_lines_interface_s.NEXTVAL,po_headers_interface_s.CURRVAL,'PENDING',1,'208956','ESSEL CAPITAL ITEM','Ea','Each',2,100,'7087',
    '22885',SYSDATE+1,SYSDATE+1,SYSDATE,fnd_global.user_id,SYSDATE,fnd_global.user_id,'1',NULL,'aaaaaa','1',NULL,NULL,'1','1000');
    INSERT INTO po_distributions_interface
    (interface_header_id,interface_line_id,interface_distribution_id,distribution_num,quantity_ordered,quantity_delivered,quantity_billed,quantity_cancelled,destination_type_code,deliver_to_location_id,
    deliver_to_person_id,charge_account,charge_account_id,creation_date,created_by,project_id,expenditure_item_date)
    VALUES
    (po_headers_interface_s.CURRVAL,po_lines_interface_s.CURRVAL,po_distributions_interface_s.NEXTVAL,'1','2',NULL,NULL,NULL,
    'INVENTORY','22885','24',NULL,'134793',SYSDATE,fnd_global.user_id,NULL,NULL);
    When i am submitting the standard program then i am getting following error---
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ERR_UTL. Procedure add_fatal_error.0
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ITEM_PROCESS_PVT. Procedure update_master_item.60
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_ITEM_PROCESS_PVT. Procedure create_items.60
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process_lines_add.70
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process_lines.10
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_MAINPROC_PVT. Procedure process.10
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small in Package po.plsql.PO_PDOI_PVT. Procedure start_process.110
    User-Defined Exception in Package po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30
    Please help me in this issue.. when i am running this on vision without tax code it is working fine.
    But in localization its not working. Basically i need to do scripting for india localization for Open PO.
    The application Details -
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.3

    please everyone do needful help on this..

  • Error while running Import Items program

    Hi All,
    I am getting error message "Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set." when i am submitting Import Items Seeded program.
    data is loaded into master organization successfully but no records were created in child organizations.
    Apps version is 11.5.10.2
    The same program with same code ran successfully a week back.
    Any help is appreciated.
    Thank You..

    Duplicate thread (please post only once).
    Error after submitting Import Items Seeded Program
    Re: Error after submitting Import Items Seeded Program

  • Type_1099 error after submitting supplier open interface import

    Hi,
    I am working on supplier Importing Interface. I have to import suppliers, and supplier site information into base tables.
    I successfully loaded the data into AP_SUPPLIER_INT and AP_SUPPLIER_SITE_INT interface tables. After submitting 'SUPPLIER OPEN INTERFACE IMPORT' program to move data from interface to base table, i am getting below error.
    ERROR: '1099 Type is inconsistent' for a particular vendor.
    I checked type_1099 validation with the base table AP_INCOME_TAX_TYPES.INCOME_TAX_TYPE, validation was fine.
    Could anyone has any idea, how to solve this error.
    Thanks in advance.

    Hi;
    Please check below note which could be helpful for your issue:
    1099 Processes Troubleshooting Guide [ID 110399.1]
    Reagard
    Helios

  • Re: Error in submitting Import Standard Purchase orders from Pl/Sql

    Hi All,
    Iam using the following code to submit a concurret program
    "Import Standard Purchase orders" from pl/sql
    Program is sucessfully submittted but it is Completing in error status i am stuck there please help me in resolving this
    My instance R12
    My Code
    ======
    DECLARE
    v_request_id VARCHAR2 (100);
    BEGIN
    mo_global.set_policy_context ('S', 204); --org_id for the operating unit which the purchase order records belong too
    mo_global.init ('PO'); -- sets the application
    FND_GLOBAL.APPS_INITIALIZE (1013436, 50578, 201); --Consists of the user_id, responsibility_id, responsibility_application_id which is 201 for purchasing
    v_request_id :=
    fnd_request.submit_request (application => 'PO',
    program => 'POXPOPDOI',
    description => NULL,
    start_time => NULL, -- To start immediately
    sub_request => FALSE,
    argument1 => '31348', -- Buyer_ID
    argument2 => 'STANDARD', -- Doc Type
    argument3 => '', -- doc subtype
    argument4 => 'N', -- update items
    argument5 => '', -- create sourcing rules not used
    argument6 => 'INCOMPLETE', -- Approval status
    argument7 => '', -- release generation method
    argument8 => '1021387', -- batch_id
    argument9 => '', -- operating unit null
    argument10 => '', -- global agreement null
    argument11 => '', -- enable sourcing null
    argument12 => '', -- sourcing level null
    argument13 => '', -- inv org enabled null
    argument14 => '' -- inv org null
    DBMS_OUTPUT.put_line ('Request submitted. ID = ' || v_request_id);
    COMMIT;
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line (
    'Request set submission failed - unknown error: ' || SQLERRM
    END;
    output
    =====
    when i check output i am getting the follwing error
    DECLARE
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at line 133
    Log message
    ==========
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    31348
    STANDARD
    N
    INCOMPLETE
    1021387
    Start of log messages from FND_FILE
    To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
    AUDSID = 945297
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure init_sys_parameters.0
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure init_startup_values.10
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure start_process.50
    User-Defined Exception in Package po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30
    End of log messages from FND_FILE
    Thanks
    Manoj kumar

    Pass NULL instead of ''
    Check the flag
    SELECT multi_org_category
      FROM fnd_concurrent_programs
    WHERE concurrent_program_name = 'POXPOPDOI'Update it as per the below MOS Doc
    R12 / POXPOPDOI - 'ORA-01422' Error While Running 'Import Standard Purchase Orders' [ID 457628.1]
    Otherwise,
    Follow the below doc and insert values to the interface tables (headers, lines and distribution) and run the Import Standard Purchase Orders from the front end.
    How To Diagnose Problems With Importing Standard Purchase Orders [ID 781351.1]
    HTH
    Cheers,
    ND
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • Error While submitting Import Standard Purchase Order Concurrent Program

    Hello All,
    When I am trying to submit Import Standard Purchase Order Concurrent Program from front end, it gets submitted properly.
    and from backend,I am getting Following error.
    To get the log messages for PDOI, please use the following id to query against FND_LOG_MESSAGES table:
    AUDSID = 27810853
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure init_sys_parameters.0
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure init_startup_values.10
    ORA-01403: no data found in Package po.plsql.PO_PDOI_PVT. Procedure start_process.50
    User-Defined Exception in Package po.plsql.PO_PDOI_Concurrent. Procedure POXPDOI.30
    When I looked in Parameters in both program(manually submitted and called from backend) I found a difference.
    difference is Parameter Operating Unit. It not get submitted while program calling from backend.
    Please anybody tell me solution for this. for setting this parameter.
    (Also I have applied for patch 13001705 as per Metalink suggested).
    Thanks in advance.
    Regards
    Ravi Raj.
    Edited by: Ravi Raj on Jan 23, 2013 10:50 PM

    Please paste the code here.. there may be some parameter issue while submission.

  • Error after renaming web item

    After renaming a web item in the Web Application Designer I get the following error message:
    E360 bi-tag bi:item has unknown attribute key; please check your spelling
    As far as I can tell there is nothing wrong with the new name.
    Does anybody know what is causing this and what to do about it?
    Thanks,
    József.

    Hello József
    I don't know why this error appears, but you can get rid of the error message if you do the following steps:
    - switch to XHTML-View in your webtemplate
    - click on 'bi:item' in the error message to jump to the error
    - delete key="" from the source-code of your webitem
    - switch back to Layout-View. The error-message should no longer appear
    To avoid this in future, maybe you should apply the latest frontend patch. I can't reproduce the error with support package 12.
    Best regards
    Martin Rapp

  • Trigger Compilation Errors after Full Import with Datapump

    Hello All,
    We did a full import with Oracle Datapump, and encountered some errors related to triggers:
    ORA-39082: Object type TRIGGER:"CONVERT3"."CUBCNVT_AUDIT_RESET" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CUBCNVT_AUDIT_RESET" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CUBCNVT_AUDIT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CUBCNVT_AUDIT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CURCNVT_AUDIT_RESET" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CURCNVT_AUDIT_RESET" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CURCNVT_AUDIT" created with compilation warnings
    ORA-39082: Object type TRIGGER:"CONVERT3"."CURCNVT_AUDIT" created with compilation warningsWe are wondering if there is some bug with the datapump on oracle 10.2.0.2. What caused such errors and how to resolve this trigger issue?
    Thanks!

    Hello,
    Show errors / at the end of the trigger and see if any of the dependent objects is missing resulting in error at compilation.
    Also you can try manually fixing the issue
    CREATE OR REPLACE TRIGGER table1_trg
       AFTER INSERT
       ON TABLE1    REFERENCING NEW AS new OLD AS old
       FOR EACH ROW
    DECLARE
       tmpvar   NUMBER;
    BEGIN
    Trigger code
    EXCEPTION
       WHEN OTHERS
       THEN
          -- Consider logging the error and then re-raise
          RAISE;
    END table1_trg;
    SHOW ERRORS;Regards

  • IIS Server 7.5 403 Forbidden Access Denied Error after submitting login Page

    Hi All,
    Need help to resolve below error:
    403 - Forbidden: Access is denied.
    You do not have permission to view this directory or page using the credentials that you supplied.
    Getting this error once hitting submit button, here i am entering only user name it should give an alert msg asking for the password. 
    The application is running on IIS server 7.5 and recently enabled Anonymous Authentication and since then it is giving this error.
    But if i am accessing the application locally it means in server machine it is working but from remote system it gives 403 error.
    Regards,
    Kirti

    Hi,
    it's difficult to say what exactly is causing without more info on you confiuration.
    I'm, from you description, assuming a webpage that was configured for forms authentication. You enabled anonymous authentication and now it no longer works.
    Forms authentication relies on webpage logic. In most cases, you cannot replace it 'like that' by another authentication method as the login page contains logic on how to store the usercredentials and/or authorization and were to go after authentication
    has finished.
    Anonymous authentication relies on the  application pool identitiy (or the anonymous user) having RX access to the content. Depending the configurations you made when enabling anonyous authentication, you might aditionnaly need to assign an identity
    to the anonymous user and configure ntfs privilges on the content.
    Check IIS logs and event logs for information. if you do not succeed to resolve, I would suggets to post on teh iis.net forums and include detailed configuration information.
    MCP/MCSA/MCTS/MCITP

  • Privilege errors after database import

    Hi,
    I just built an database server with window 2003, oracle 10.1.0.4 with 10.1.0.2 version of oracle workspace manager. I imported my database (with the same DB versions) however I'm not able to execute the dbms_wm commands. My test user has the wm_admin_role and is able to enable and disable versioning however, I can not create a workspace. I get the following error when I attempt to run dbms_wm.GrantSystemPriv logged in as any DBA user with wm_admin_role:
    ora-20076: insufficient privileges to grant priv_ANY_WORKSPACE
    ora-06512: at "SYS.LTPRIV"
    ora-06512: at "SYS.LTPRIV"
    ora-06512: at "SYS.LT"
    I am able to select dbms_wm.getworkspace from dual and 'LIVE' workspace is returned. However, if I attempt to run dbms_wm.gotoworkspace('LIVE') it returns
    ora-20122: workspace 'LIVE' does not exist
    Any info is greatly appreciated...
    TCT

    Unfortunately this is NOT the solution. The sys.portal_login only works for the current sql-session. As soon as you login for a second time, you have to execute this procedure again. So, the upgrade to 309 is still not possible.
    According to TAR 2063294.55 Oracle will NOT support full database exports/imports for backing up Portal environments. They only accept the Portal import/export-utilities (which are unreliable and unworkable) and database-filebackups (which are not possible if you want to restore only one schema).
    So, my Portal-308-environment is working now, but it can never be upgraded to 309.
    Or does anyone else has an option?

  • Sequence error after table import

    I swear I'll never cross post again, this is also in PL/SQL but after reading it it appears the responses I'll get there are geared more towards someone using sql plus.
    Had an app, tables & sequences running fine in 2.2 on one machine. Set up another machine to mirror working version with Apex 2.2. Imported tables into new tables on target, created sequences during import that mirror original tables and sequences.
    Sequence populates into AUTOID column as in orig. When attempting to insert a new record I get a primary key violation. If I hit the back button and resubmit the page it accepts the record. When I look into the pk index I see 205 unique keys and 205 records. This record count is correct but there have been deletions and additions to this table in the orig database and thus new AUTOID values were generated and the values in the target table are not linear from 1to205. They skip around and the highest is actually now 266.
    Is this problem due to the sequence seeing 205 unique keys and generating the next one at 206, which already exists in the table?
    If so, why can I back up to the form and successfully resubmit?
    At any rate, anyone have an idea how to correct this or change the sequence starting number to something higher than anything in the table so I don't have to deal with this?
    Thanx
    Won't cross post again :)

    I did notice though that when I start a table off with a column named AUTOID as a number Apex seems to pick that column as default when I create a sequence.
    Probably because it's the 1st column in your table. The name being "AUTOID" doesn't mean anything to ApEx.
    When I look at the structure of the sequence I still don't see where in the sequence it finds what number to pull next. I do see that it selects from dual, which I never understood the purpose of anyway, but I don't see how the next number is determined. Is that where the cache comes in? Does it save 20 numbers and just keep decrementing?
    If you use the ApEx Object Browser, you can see the last value of the sequence.
    In order to get the next value of the sequence, you have to SELECT it from something. DUAL is typically used because it always has 1 column & 1 row. Thus, you can guarantee that a statement such as this:
    select my_sequence.nextval from dual
    Will always bring back 1 row - which will be the next value of the sequence.
    The "20" which you are referring to is the number of values it will cache in memory. This is why you may see gaps of 20 in your sequences - depending on the load of the Database, the values may get flushed out of the cache.
    Again - sequences are guaranteed to be unique - you will almost always have gaps.
    Thanks,
    - Scott -

  • "Import Catalog Items" program instead of "Import Items"

    We have a requirement to migrate items to Oracle Apps (R12) and also to migrate UDA's along with it. Currently we are using 'Import Item' (incoin) program for this , but now we got a comment like, it is better to use 'Import Catalog Items' instead of incoin.Please give us some inputs on this.
    Thanks,
    Arun
    Edited by: user11165279 on Jun 4, 2009 3:44 AM

    Your question has nothing to do with the topic of this forum "SQL and PL/SQL."
    Repost to an Apps forum and you will likely find people that can help you.

  • Error in Supplier importing interface

    Hi,
    I am working on supplier Importing Interface. I have to import suppliers, and supplier site information into base tables.
    I successfully loaded the data into AP_SUPPLIER_INT and AP_SUPPLIER_SITE_INT interface tables. After submitting 'SUPPLIER OPEN INTERFACE IMPORT' program to move data from interface to base table, i am getting below error.
    ERROR: '1099 Type is inconsistent' for a particular vendor.
    I checked type_1099 validation with the base table AP_INCOME_TAX_TYPES.INCOME_TAX_TYPE, validation was fine.
    Could anyone has any idea, how to solve this error.
    Thanks in advance.

    Hi;
    Duplicate post
    Re: type_1099 error after submitting supplier open interface import
    Please post once
    Regard
    Helios

  • Error During creation of Items

    guruz,
    we are working on Item Conversion.
    While creating an item,we'r constantly getting following error from last couple of days,where ERROR MESSAGE is not given [?] :(
    How shall we trace the error?
    TRANSACTION ID : 620756
    ORGANIZATION ID : 204
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : INVENTORY_ITEM_ID
    MESSAGE NAME : INV_IOI_ERR
    ERROR MESSAGE :
    TRANSACTION ID : 620757
    ORGANIZATION ID : 204
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : INVENTORY_ITEM_ID
    MESSAGE NAME : INV_IOI_ERR
    ERROR MESSAGE :
    Checked in mtl_interface_errors table also,and found no error messages were given in 'ERROR_MESSAGE' column.
    Previously, while testing for Items ,this error didn't used to occur ..from last couple of days it has started occurring :(
    What is the solution offered on this problem? any clues ?
    Its little URGENT.
    -Thank You !

    Thanks a lot Hussein.
    Following are the details;
    Application release : R12
    Database version : Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    OS : Windows XP
    There were no 'logical changes' made in to the code,changes were just cosmetic changes like, 'to make error messages more readable .etc..etc'
    Messages from database log file were given in my 1st post itself.Pasting it again,
    Start of log messages from FND_FILE
    Import Items
    Argument 1 (ORG_ID) =
    Argument 2 (ALL_ORG) = 1
    Argument 3 (VAL_ITEM_FLAG) = 1
    Argument 4 (PRO_ITEM_FLAG) = 1
    Argument 5 (DEL_REC_FLAG) = 2
    Argument 6 (PROCESS_SET) = 1
    Argument 7 (MODE) = 1
    TRANSACTION ID : 637092
    ORGANIZATION ID : 204
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : INVENTORY_ITEM_ID
    MESSAGE NAME : INV_IOI_ERR
    ERROR MESSAGE :
    TRANSACTION ID : 637093
    ORGANIZATION ID : 204
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : INVENTORY_ITEM_ID
    MESSAGE NAME : INV_IOI_ERR
    ERROR MESSAGE :
    Validation errors occured during Import Item
    Refer to table MTL_INTERFACE_ERRORS to access validation errors
    End of log messages from FND_FILE
    Thanks for 268968.1 ,1339792.1 notes,but it didn't had explanations regarding 'INV_IOI_ERR'.
    we are still stucked up on the same point. :(
    What could be the other possibilities??
    and as 'ERROR_MESSAGE' column is blank, not getting any clues to trace further.
    -Thank You !

  • Getting error in Import Items Program

    Hi
    I'm running the import items program to assign new organization to the item in inventory. For that i am using CREATE transaction type to create a new record with new organization. When i run the Import items program, it is throwing some error when the record move from interface table to inventory base table. See below error message.
    TRANSACTION ID : 203532521
    ORGANIZATION ID : 3895
    TABLE NAME : MTL_SYSTEM_ITEMS_INTERFACE
    COLUMN NAME : INSPECTION_REQUIRED_FLAG
    MESSAGE NAME : INV_INSPECTION_FLAG_ERR
    ERROR MESSAGE : Inspection Required Flag cannot be set to "Y" if Receipt Routing is not set to Inspection.
    Please share with me if anybody knows the reason.
    Thanks

    Hi,
    Review the following document and see if it helps.
    Note: 1034434.6 - Where Is Inspection Required Set At The Application Level In GUI?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=1034434.6
    Regards,
    Hussein

Maybe you are looking for

  • Multiple issues with Creative Cloud File Syncing

    I'm have issues with syncing files on my mac to Adobe Creative Cloud. I don't seem to have issues syncing via drag and drop to my web browser. I keep getting this error while syncing via finder: I also have a fairly complex PSD with folders that i'm

  • Time issue while scheduling meeting in meeting place 8.0

    Dear Team, I am very new to Meeting Place  system. Here we have version 8.0 and i am facing below issue. While scheduling meeting when i have mentioned start time as 13.30 and end after 30 min. but the issue is user can join the meeting before 13.30

  • Font for Web question

    In the past I have used PS CS's text and saved the file as an image (with a black background for a black webpage)to use on a the page page. Now I am re-doing my website and I think I should be using Illustrator. Is that correct or is there a way to u

  • I bought microsoft office for mac but I cannot figure out how to download it

    I purchased microsoft office for mac, I created a microsoft account but I cannot find where to download the office program

  • Dynamic Calling of DLL

    Hi, is it possible in labview to call a dll dynamicaly. I have a VI which can call one of multiple dlls, at compile time i do not know what the name of the dll will be, this is passed to the VI as a variable. I can see no way of calling a dll (even i