Error while installation 9.2.4 on OEL -5 ..Urgent help required...

Hi Friends,
I am in the process of installation oracle 9i on OEL 5. I have sucessfully installed the software 9.2.4 but I am getting error while creating the database with dbca. I have installed all the libraries which were required for successful installation.
While starting the dbca I am getting the following error. I have tried all the options which are available on google/ open forms. I also applied the patch p3006854_9204_LINUX.zip but still I am getting the error. I know I may be missing something. Any expert can help me out please ?
[ oracle@datadayal bin ]$ ./dbca
/home/oracle/jre/1.1.8/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM
[oracle@datadayal bin]$
Could not create Java VM
[ oracle@datadayal bin ]$ export LD_ASSUME_KERNEL=2.4.19
[ oracle@datadayal bin ]$ ./dbca
/bin/sh: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
[ oracle@datadayal bin ]$
A Big thanks for your time and help.

As mentioned already, OEL 5 is pretty new as compared to the 9i version that you are trying to install over it. So the chances that you would get a working database are very negligible here. That said, why you are installing 9i ? Why not 10g/11g?
HTH
Aman....

Similar Messages

  • Error in Installation of SAP R/3 4.7 - Urgent Help Pls !!!

    Hi All,
    I have a problem while installing SAP R/3 4.7. The Central instance has been successfully installed. Error occurred while installing the database instance. I am using SAPDB as the database. The error I get is the following:
    **INFO 2008-03-01 14:15:57**
    **Processing of host operation t_HostInfo_SHARED succeeded.**
    **INFO 2008-03-01 14:16:07**
    **The 'saploc' share exists at directory 'E:\usr\sap'. Choosing drive E: as SAP System drive.**
    **INFO[E] 2008-03-01 14:16:56**
    **Account group="ORA_GOK_DBA" does not exist. <#1>**
    **INFO[E] 2008-03-01 14:17:05**
    **Account group="ORA_GOK_OPER" does not exist. <#1>**
    **INFO[E] 2008-03-01 14:17:23**
    **Account group="SAPSRV\dbgokctl" does not exist. <#1>**
    **INFO 2008-03-01 14:19:23**
    **Copying file C:/SAP Dumps/Core Release SR1 Export_CD1_51019634/DB/ADA/DBSIZE.XML to: DBSIZE.XML.**
    **INFO 2008-03-01 14:19:23**
    **Creating file C:\SAPinst SAPDB SAPINST\DBSIZE.XML.**
    **INFO 2008-03-01 14:19:23**
    **Copying file system node C:\SAP Dumps\Core Release SR1 Export_CD1_51019634/DB/ADA/DBSIZE.XML with type NODE to DBSIZE.XML succeeded.**
    **INFO 2008-03-01 14:19:23**
    **Processing of all file system node operations of table tADA_Files succeeded.**
    **WARNING 2008-03-01 14:19:24**
    **Error 2 (The system cannot find the file specified.) in execution of a 'RegOpenKeyEx' function, line (274), with parameter (SOFTWARE\SAP\SAP DBTech).**
    **ERROR 2008-03-01 14:19:24**
    **MDB-07003  Exception occurred during Actor Call (Action READ_PROFILE_INFO).**
    **ERROR 2008-03-01 14:19:24**
    **MDB-07000  Execute Action READ_PROFILE_INFO failed.**
    **ERROR 2008-03-01 14:20:47**
    **MSC-01003  ESyException: ESAPinstException: error text undefined**
    **ERROR 2008-03-01 14:20:47**
    **FJS-00012  Error when executing script.**
    **ERROR 2008-03-01 14:20:47**
    **FCO-00011  The step fillR3loadPackageTable with step key SAPSYSTEM|ind|ind|ind|ind|ind|0|SAPComponent|ind|ind|ind|ind|ind|0|DatabaseLoad|ind|ind|ind|ind|ind|0|fillR3loadPackageTable executed with status ERROR.**
    **ERROR 2008-03-01 14:20:47**
    **FSL-02015  Node C:\SAP\DATA does not exist.**
    Kindly let me know the solution to correct the error. Its urgent pls !!!
    Regards,
    Rose.

    Hello,
    The problem is caused due to the spaces in your directories
    C:\SAP Dumps\Core Release SR1 Export_CD1_51019634/DB/ADA/DBSIZE.XML
    Replace the spaces with underscores and restart the installation from from scratch.
    Cheers
    Bert

  • Error while running Process Order API to import orders - URGENT HELP NEEDED

    Hi all,
    I'm stuck with order import using OE_ORDER_PUB.PROCESS_ORDER api. Wanted to import a simple order in Vision database using the process order api. Figured out the right data to use, inserted into Headers and Lines Iface All tables. When calling the OE_ORDER_PUB.PROCESS_ORDER api, it is throwing this error:
    "Header ID does not exist on this record or does not match ID specified on header record. You require a valid header ID if the operation is Create."
    But when I validate the same record using the CORRECTIONS form in Order Import GUI, the order is successfully validated. Also the order is imported when I click the IMPORT button.
    I understand that HEADER_ID column is not required for creating a new order, but not sure why it is erroring. Here is the data I'm using:
    Insert into oe_headers_iface_all
    (org_id, order_type_id, order_source_id, orig_sys_document_ref, ordered_date, request_date,
    sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,
    CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OPERATION_CODE)
    values (204, 1430, 1046, '101040', sysdate, sysdate, 204, 1004, 606, 1018, 1017, 0, sysdate, 0, sysdate, 0, 'CREATE');
    Insert into oe_lines_iface_all
    ("ORDER_SOURCE_ID","ORIG_SYS_DOCUMENT_REF","ORIG_SYS_LINE_REF","ORIG_SYS_SHIPMENT_REF","ORG_ID","INVENTORY_ITEM","LINE_TYPE_ID",request_date,"SCHEDULE_DATE","DELIVERY_LEAD_TIME","ORDERED_QUANTITY","ORDER_QUANTITY_UOM",sold_from_org_id, sold_to_org_id, ship_from_org_id, ship_to_org_id, invoice_to_org_id,"UNIT_SELLING_PRICE","CREATED_BY","CREATION_DATE","LAST_UPDATED_BY","LAST_UPDATE_DATE","LAST_UPDATE_LOGIN","OPERATION_CODE")
    values
    (1046,'101040', '1', '1', 204, 'AS72111', 1427, sysdate, sysdate+1, 0, 10, 'Ea' ,204, 1004, 606, 1018, 1017,100,0,sysdate,0,sysdate,0,'CREATE');
    Any help is appreciated.
    FYI - this is a 11.5.10.2 version installed on Windows 2003 server.
    Thanks in advance.
    Jags

    I might be late in replying, but hope it might help.
    From your query it seems you are inserting records into interface tables and then calling process order API( probably from some PL/SQL block).
    This is where I am confused, because I hope you understand, that interface tables are for use with Order Import concurrent Program, and for Process ORder API, you need to provide the data as parameter. The api has, header record type and line table type as parameters. So you need to assign correct data to these variables and pass them as parameter when you are calling Process Order API.
    If you are doing the same thing, then post the exact pl/SQL code and error message from the API. That might help diagnose the issue.
    Regards,
    Nitin Darji

  • Error while installation of Outlook Integration Add On

    Hi Experts,
    Problem encountered upon installation of outlook add-on
    The message box shows "The Procedure point ??OCBFDbDef@@QAE@....... could not be located in dynamic link library BFFramework.dll".
    I'm watching this thread . I cannot open the link for the proposed solution to my problem.
    [Error while installation of Outlook Integration Add On]
    Please provide updated link
    Regards,
    Sandra
    Edited by: Sandra Callanta on Sep 15, 2009 10:55 AM
    Edited by: Sandra Callanta on Sep 15, 2009 10:56 AM

    Hi Sandra,
    You may check SAP Note Number: 953357 instead. The title for the note is: Troubleshooting Add-ons in Business One.
    Thanks,
    Gordon

  • Error while installation of Addon

    Friends,
    I get this error while installation of addon.
    An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
    My code works fine when executed directly from Visual Studio. But when i build the addon and try to install it, i get this error.
    The server is 64 Bit. is it making any difference?
    plz help.
    Laks.

    look at sdk forum, there is a lot of explanation for this.
    From visual studio you are using diferent connection string than in addon and for addon you must create separately instal file (not only compiled as exe from vs)
    In sdk samples is example for addon creating, look at that.
    Petr

  • Dtabase version error while installation

    Hi,
    I am installing BAM in 2003 server with oracle Database XE which have 10.2.0.1 version.
    But its giving me the below error while installation:
    Database version should be 9.2.0.7 or higher , 10.1.0.5 or highers, 10.2.0.2 or higher .
    Please suggest me on the same.
    Regards,
    Ana

    Hi,
    Thanks for the suggestion, now my issue has been resolved.
    I did the installation of DataBase and BAM again after deleting its all previous entries from Oracle home.
    It accept that version only and working fine.
    Regards,
    Ana

  • Facing Error while installation of netweaver 7.02 on win2k3

    Hi Guys,
    I m facing error during installation on my win2k3 server machine, please help on this , error and log is below.
    An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB > Central System > Central System( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.). You can now:
    Choose Retry to repeat the current step.
    Choose View Log to get more information about the error.
    Stop the option and continue with it later.
    Log files are written to C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/.
    TRACE 
    2014-06-19 05:58:38.992 [iaxxclib.cpp:188]
    CLib::load()
    Opened sylib721.dll
    TRACE 
    2014-06-19 05:58:38.992
    exe dir is C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501
    TRACE 
    2014-06-19 05:58:39.480
    MessageLib initialized successfully.
    INFO  
    2014-06-19 05:58:39.492 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Documents and Settings\Administrator\Local Settings\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel_test_19_Jun_2014_05_58_39.
    INFO  
    2014-06-19 05:58:39.504 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Documents and Settings\Administrator\Local Settings\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel_test_19_Jun_2014_05_58_39.
    TRACE 
    2014-06-19 05:58:39.504 [syxxclogbook.cpp:209]
    PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
    lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel
    INFO  
    2014-06-19 05:58:39.515 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Documents and Settings\Administrator\Local Settings\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel_test_19_Jun_2014_05_58_39.
    INFO  
    2014-06-19 05:58:39.515 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Documents and Settings\Administrator\Local Settings\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel_test_19_Jun_2014_05_58_39.
    TRACE 
    2014-06-19 05:58:39.527 [syxxclogbook.cpp:209]
    PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
    lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501\dev_sap_kernel
    TRACE 
    2014-06-19 05:58:39.562 [iaxxclib.cpp:188]
    CLib::load()
    Opened C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501/iaguieng721.dll
    TRACE 
    2014-06-19 05:58:39.725 [iaxxgenimp.cpp:918]
    CGuiEngineImp::init()
    receiving and sending on port 21200
    TRACE 
    2014-06-19 05:58:39.865 [syxxccuren.cpp:31]
    CSyCurrentProcessEnvironmentImpl::setEnvironmentVariable(const iastring & 'SAPINST_JRE_HOME', const iastring & 'C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/sapinst_exe.1176.1403175501/jre')
    lib=syslib module=syslib
    Environment variable SAPINST_JRE_HOME set to value 'C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/sapinst_exe.1176.1403175501/jre'.
    TRACE 
    2014-06-19 05:58:41.905
    exe dir is C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/sapinst_exe.1176.1403175501
    INFO  
    2014-06-19 05:58:42.55 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO  
    2014-06-19 05:58:42.55 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE 
    2014-06-19 05:58:42.215 [iaxxclib.cpp:188]
    CLib::load()
    Opened C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501/iakdblib721.dll
    TRACE 
    2014-06-19 05:58:42.215
    SAPinst build information:
    abi version : 721
    make variant: 720_REL
    build  
    : 1128529
    compile time: Jan 20 2010 03:41:04
    TRACE 
    2014-06-19 05:58:43.337 [iaxxgenimp.cpp:469]
    CGuiEngineImp::showDialog()
    showing dlg diProductChoice
    TRACE 
    2014-06-19 05:58:43.337 [iaxxgenimp.cpp:488]
    CGuiEngineImp::showDialog()
    <dialog sid="diProductChoice">
    <title>Welcome to SAP Installation Master</title>
    <dialog/>
    TRACE 
    2014-06-19 05:59:00.582 [iaxxclogintimeout.cpp:102]
    CLoginTimeout::run()
    Login in progress
    TRACE 
    2014-06-19 05:59:00.902
    Connection request to guiengine backend by host 192.168.2.4
    TRACE 
    2014-06-19 05:59:01.042
    Protocol version is 3.1
    TRACE 
    2014-06-19 05:59:01.042
    Send connect information
    TRACE 
    2014-06-19 05:59:01.042
    client logged on
    TRACE 
    2014-06-19 05:59:01.142 [iaxxgenimp.cpp:1245]
    CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE 
    2014-06-19 05:59:34.651 [iaxxdlghnd.cpp:97]
    CDialogHandler::doHandleDoc()
    CDialogHandler: ACTION_NEXT requested
    TRACE 
    2014-06-19 05:59:34.651 [iaxxcdialogdoc.cpp:203]
    CDialogDocument::submit()
    <dialog sid="diProductChoice">
    <dialog/>
    INFO  
    2014-06-19 05:59:34.741 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.
    INFO  
    2014-06-19 05:59:34.741 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\x.
    TRACE 
    2014-06-19 05:59:35.502 [iaxxgenimp.cpp:469]
    CGuiEngineImp::showDialog()
    showing dlg diRestartOrCancel
    TRACE 
    2014-06-19 05:59:35.502 [iaxxgenimp.cpp:488]
    CGuiEngineImp::showDialog()
    <dialog sid="diRestartOrCancel">
    Dialog does not contain standard input handler, so the backend is not able to generate a log entry
    <dialog/>
    TRACE 
    2014-06-19 05:59:35.532 [iaxxgenimp.cpp:1245]
    CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    TRACE 
    2014-06-19 06:04:49.283
    current working directory is C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/
    INFO  
    2014-06-19 06:04:49.363 [synxcpath.cpp:815]
    CSyPath::createFile() lib=syslib module=syslib
    Creating file C:\Program Files\sapinst_instdir\x.
    INFO  
    2014-06-19 06:04:49.363 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\x.
    TRACE 
    2014-06-19 06:04:49.403 [syxxcfile.cpp:168]
    CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel, m_realNodeType: 2}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
    lib=syslib module=syslib
    Target file exists and (mode & ISyNode::EXISTING) ==> I will copy/move.
    INFO  
    2014-06-19 06:04:49.403 [synxcfile.cpp:416]
    CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
    lib=syslib module=syslib
    Removed file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel.
    TRACE 
    2014-06-19 06:04:49.403 [syxxcnode.cpp:441]
    CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL, ISyNode::CopyMoveMode_t 0x3)
    lib=syslib module=syslib
    Moved C:/Documents and Settings/Administrator/Local Settings/Temp/sapinst_exe.1176.1403175501/dev_sap_kernel to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/dev_sap_kernel
    TRACE 
    2014-06-19 06:04:49.423 [syxxclogbook.cpp:209]
    PSyLogBook::initSAPKernelTracing(int traceLevel, const CSyPath & filePath)
    lib=syslib module=syslib
    Initialized SAP kernel tracing to file C:\Program Files\sapinst_instdir\NW702\AS-ABAP\ADA\CENTRAL\dev_sap_kernel
    TRACE 
    2014-06-19 06:04:52.167
    Running with toplevel file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//toplevel.xml
    TRACE 
    2014-06-19 06:04:52.418 [syxxcfile.cpp:130]
    CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
    lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE 
    2014-06-19 06:04:52.418 [syxxcnode.cpp:441]
    CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log, ISyNode::CopyMoveMode_t 0x3)
    lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log
    TRACE 
    2014-06-19 06:04:52.458 [syxxcfile.cpp:130]
    CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.2.log, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
    lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE 
    2014-06-19 06:04:52.458 [syxxcnode.cpp:441]
    CSyNodeImpl::move(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.2.log, ISyNode::CopyMoveMode_t 0x3)
    lib=syslib module=syslib
    Moved C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.log to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/sapinst.2.log
    TRACE 
    2014-06-19 06:04:52.888
    Using custom value info for property SAPINST_MESSAGE_CONSOLE_THRESHOLD.
    TRACE 
    2014-06-19 06:04:52.908
    Running with dialog file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//dialog.xml
    TRACE 
    2014-06-19 06:04:53.209
    Running with keydb file C:\Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL//keydb.xml
    TRACE 
    2014-06-19 06:04:54.831 [syxxcfile.cpp:130]
    CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.6.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
    lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE 
    2014-06-19 06:04:54.831 [synxcfile.cpp:516]
    CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.6.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.6.xml
    INFO  
    2014-06-19 06:04:56.433 [synxcfile.cpp:716]
    CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.6.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.6.xml'.
    TRACE 
    2014-06-19 06:05:00.229 [kdxxctaco.cpp:219]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE 
    2014-06-19 06:05:00.679 [syxxcfile.cpp:130]
    CSyFileImpl::decideIfMoveCopyNode(const CopyMoveDestinationInfo & {m_nodeTypeForCombiCheck: ..., m_path: C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.7.xml, m_realNodeType: 8}, ISyNode::CopyMoveMode_t 0x3, PSyNode &) const 
    lib=syslib module=syslib
    Target node does not exists and (mode & ISyNode::MISSING) ==> I will copy/move.
    TRACE 
    2014-06-19 06:05:00.679 [synxcfile.cpp:516]
    CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    lib=syslib module=syslib
    Copying file C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml to C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.7.xml
    INFO  
    2014-06-19 06:05:00.729 [synxcfile.cpp:716]
    CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    lib=syslib module=syslib
    Copied file 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW702/AS-ABAP/ADA/CENTRAL/statistic.7.xml'.
    TRACE 
    2014-06-19 06:05:00.739 [kdxxctaco.cpp:252]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream
    TRACE 
    2014-06-19 06:05:01.40 [kdxxctaco.cpp:286]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE 
    2014-06-19 06:05:06.698 [kdxxctaco.cpp:219]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile start ...
    TRACE 
    2014-06-19 06:05:07.19 [kdxxctaco.cpp:252]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    after creating out stream
    TRACE 
    2014-06-19 06:05:07.259 [kdxxctaco.cpp:286]
    CKdbTableContainerImpl::syncToContainerFile lib=iakdblib
    CKdbTableContainerImpl::syncToContainerFile stop ...
    TRACE 
    2014-06-19 06:05:31.894
    SAPinst was started using commandline: C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\sapinst_exe.1176.1403175501\sapinst.exe
    TRACE 
    2014-06-19 06:05:31.894
    SAPinst properties are :
    GUISERVER_DIALOG_PORT=21212
    GUISERVER_HTTP_PORT=4239
    SAPINST_CONTROL_URL=control.xml
    SAPINST_DIALOG_PORT=21200
    SAPINST_DIALOG_URL=dialog.xml
    SAPINST_EXE=SAPINST_EXE
    SAPINST_JSLIB_TRACE=NW,NWUsers,OraCom,NWCTC,ClusterMgt,SystemIdentity
    SAPINST_KEYDB_URL=keydb.xml
    SAPINST_MESSAGE_CONSOLE_THRESHOLD=info
    SAPINST_MESSAGE_URL=.
    SAPINST_PACKAGES_URL=packages.xml
    SAPINST_RESOURCE_URL=resourcepool.xml
    SAPINST_SAVE_INPUT=true
    SAPINST_SCAN_DEVICES=false
    SAPINST_SKIP_DIALOGS=false
    SAPINST_TOPLEVEL_URL=toplevel.xml
    SAPINST_USE_ADVANCED_JS_HANDLING=true
    SELFEXTRACTOR_EXECUTABLE_NAME=C:/Documents and Settings/Administrator/Desktop/AS_ABAP_7_02_SP6_32_bit_Trial_Part_1/NWASABAPTRIAL70206/SAP_NetWeaver_702e_Installation_Master/IM_WINDOWS_I386/sapinst.exe

    Dear Nitin,
    Please provide the below  log for error information.
    import_monitor.java.log, import_monitor.log
    Best Regards,
    Atul

  • Error while installation of jdev file of Windows 7 labtop

    Dears,
       kindly advise the reason to get error msg while installation of file jdev_suite_121200_win64.exe
    once I double click that file after downloading it will starts the universal installer after that it will prepare to install then give this error and stop installation
    the error msg is " ERRPR launch: No such file or Directory"

    Hi,
    This problem seems to come up quite often, I guess you are installing 10g version of SOA Suite.
    You did not mention, whether the installation failed or you are stuck at some step of installation.
    This kind of error has been discussed in detail with some solution in this thread
    SOA Installation Error - psapi.dll
    Hope this helps

  • Getting error while installation of SAP on Linux 64 bit

    Dear All,
    me using redhat version 5
    database 10g
    Proceded installtion through VNC. while installation of oracle 10g getting some eror at 83% details mention below.
    Error in invoking target 'ntcontab.o' of makefile
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile '/oracle/SOL/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-06-18_09-13-18AM.log' for details.
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to  Retry  Ignore
    User Choice: Retry
    INFO: The output of this make operation is also available at: ''/oracle/SOL/102_64/install/make.log'
    INFO:
    INFO: Start output from spawned process:
    INFO: -
    INFO:
    INFO: rm -f ntcontab.*
    INFO: (if [ "compile" = "compile" ] ; then \
              '/oracle/SOL/102_64/bin/gennttab > ntcontab.c
              gcc  -c ntcontab.c
              rm -f /'/oracle/SOL/102_64/lib/ntcontab.o
              mv ntcontab.o '/oracle/SOL/102_64/lib/
              /usr/bin/ar rv'/oracle/SOL/102_64/lib/libn11.a '/oracle/SOL/102_64/lib/ntcontab.o ; fi)
    INFO: /bin/sh:  line 2: gcc:  command not found
    INFO: mv: cannot stat `ntcontab.o'
    INFO: : No such file or directory
    INFO: /usr/bin/ar: '/oracle/SOL/102_64/lib/ntcontab.o: No such file or directory
    INFO: make: *** [ntcontab.o] Error 1
    INFO: End output from spawned process.
    INFO: -
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'ntcontab.o' of makefile ''/oracle/SOL/102_64/network/lib/ins_net_client.mk'. See '/oracle/oraInventory/logs/installActions2009-06-18_09-13-18AM.log' for details.
    Exception Severity: 1
    Request you to revert as soon as possible.
    ThankYou in Advance

    Dear,
    Thanks for your replay.
    command to check gcc version :        
    RPM -qa | grep gcc
    Output of this command.
    compact-gcc-34-g77-3.4.6-4
    libgcc-4.1.2-46.el5
    comact-gcc-34-c++-3.4.6-4
    libgcc-4.1.2-46.el5
    compact-libgcc-296-2.96-138
    compact-gcc-34-3.4.6-4
    pleae suggest if any updated version of gcc i have to installed or is this OK.
    I have ignore that error and click on continue after that my installation is finished sucessfull
    i have encounter one more problem
    ogon as root
    /oracle/oraInventory/orainstRoot.sh
    /oracle/<SID>/102_64/root.sh
    [root@ram 102_64]# ./root.sh
    ./root.sh: line 12: 01777: command not found
    ./root.sh: line 13: root: command not found
    ./root.sh: line 20: 01777: command not found
    ./root.sh: line 21: root: command not found
    ./root.sh: line 63: /bin/fmputl: No such file or directory
    ./root.sh: line 64: /bin/fmputlhp: No such file or directory
    ./root.sh: line 65: 550: command not found
    ./root.sh: line 66: 4555: command not found
    ln: creating symbolic link `/rdbms/filemap' to `/opt/ORCLfmap/prot1_64': No such file or directory
    .then getting error on create database at 13 phase
    checked ora_sql_result.log
    SAPINST:  Emd of output of SQL executing program /oracle/SOL/102_64/bin/sqlplus.
    SAPINST  found errors.
    SAPINST  the current process environment may be foun din SAPINST_ORA_ENVIRONMENT.log .
    SAPINST Oracle stop logging
    REquest you to please provide solution Asap.
    Thanks
    In  Advacbe
    Anant singh

  • Error while Installation of EP 7.0

    Hi Experts ,
    I am facing an error while i run the file sapinst.exe . This error comes after completing the following steps : SAP netweaver 7.0 support release 3.0 -> Central System->Custom->Continue with Old option .
    After i select the last option i mentioned , and move ahead , i get the error saying : Unable to add privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to my name .
    How do i get rid of this problem .

    Hi Mayank,
    You will have to assign the user to the following settings using "Local Security Settings" Editor. You should find this under the Administrative Tools within Control Panel.
    Open the Local Security Settings, browse to Local Policies -> User Rights Assignment and add your user to the following settings
    1. Replace a process level token
    2. Adjust memory quotas for a process
    3. Act as part of the operating system.
    Good Luck!
    GLM

  • FATAL ERROR while installation

    Hi
    Im trying to install SDK 7.1 as a requirement for MATLAB 2013 B and the installation stops with the error message "Fatal error during installation".
    The log file shows the following error:
    MSI (s) (CC:2C) [13:12:01:869]: Windows Installer installed the product. Product Name: Microsoft Windows SDK for Windows 7 (7.1). Product Version: 7.1.30514. Product Language: 1033. Manufacturer: Microsoft Corporation. Installation success or error status:
    1603.
    13:12:01 27 April 2015: An error occurred installing the Microsoft Windows SDK for Windows 7 package. Error: Key not valid for use in specified state.
    13:12:01 27 April 2015: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft Windows SDK for Windows 7 (failed): Fatal error during installation. Stack:    at Microsoft.WindowsInstaller.Installer.InstallProduct(String
    packagePath, String commandLine)    at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)
    13:12:01 27 April 2015: [SDKSetup:Info] Config_Products_InstallNew: End installation of new product: Microsoft Windows SDK for Windows 7
    13:12:01 27 April 2015: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Fatal error during installation. Stack:   
    at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)    at SDKSetup.Product.SetupProduct(TaskMode taskMode, ManualResetEvent CancelEvent)    at SDKSetup.ProductCollection.SetupProducts(TaskMode taskMode, DownloadManager
    downloadManager, ManualResetEvent cancelEvent)    at SDKSetup.ConfigProducts.DoCurrentTask(TaskMode Task)
    Some one please help me out.
    Regards
    Sankar

    Hi All,
    This problem was not related to BO, it was due to a Windows Write access to the Installation Directory. Our Windows Administrator has addressed the issue. The Upgrade went smoothly after this.
    Regards,
    Urmi

  • Error while deploying applications in ALBPM 6.0 ! Please help.

    Hi,
    We are testing the migration from ALBPM 5.7 to 6.0.4. We followed the steps of the upgrade guide from 5.7 to 6.0. However after migrating and deploying our existing 5.7 workflow projects using process administrator to 6.0.4 , we see the following exception in the logs. Has anyone encountered this before. Any possible suggestions on how to resolve this.
    Main: Message: Unexpected Exception....
    [     (cont)     ] Main: Exception message in the remote host: class java.lang.RuntimeException: Error while deploying application [ear=Fuego-WebLogic-Deployer/fuego_webapp_expanded/07-papiws-albpmdirectoryservicedatasource.ear, name=07-papiws-ALBPMDirectoryServiceDataSource.ear]......
    Main: Caused by: java.sql.SQLException: Invalid column type
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    [     (cont)     ] Main: at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
    (cont) ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:12)
    [     (cont)     ] Main: at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:67)
    [     (cont)     ] Main: at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
    [     (cont)     ] Main: ... 2 more
    [     (cont)     ] Main: Caused by: java.lang.RuntimeException: Critical Error.
    [     (cont)     ] Main: Detail:
    [     (cont)     ] Main: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: Caused by: Invalid column type
    [     (cont)     ] Main: fuego.directory.DirectoryRuntimeException: Exception [java.sql.SQLException: Invalid column type].
    [     (cont)     ] Main: at fuego.directory.DirectoryRuntimeException.wrapException(DirectoryRuntimeException.java:85)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.oracle.OraclePersistenceManager.mapSQLException(OraclePersistenceManager.java:145)
    [     (cont)     ] Main: at fuego.directory.provider.jdbc.datadirect.oracle.DataDirectOraclePersistenceManager.mapSQLException(DataDirectOraclePersistenceManager.java:51)
    Any help would be appreciated.

    I am getting the same error...when I created engine and directory service, i got a sql script which I executed in engine and directory service schema..
    worked fine...is there any i need to do extra...i am getting this error....need to solve this out ASAP..Gurus please help !!!
    Edited by: user12053514 on Oct 15, 2009 6:31 AM

  • Error while 10g to 11g Migration of BPEL process [Urgent]

    Hi
    We are facing huge error while trying to migrate one of our 10g BPEL Process to 11g. This is holding up our full migration process.
    SEVERE: Upgrade failed. Check the logs for any exceptions. Ensure that the WSDL URLs specified in the project are reachable and a valid 10.1.3.x project is used for upgrade. Before re-attempting upgrade, restore the original project code source from the backup directory.
    java.io.IOException: Document found at 'http://myserver.net:7777/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/SupplierParty/V1/SupplierPartyEBS.wsdl' is not a schema document.
         at oracle.viewgen.plugin.bpel.BPELPlugin.createComponentType(BPELPlugin.java:172)
         at oracle.viewgen.ViewGenerator.main(ViewGenerator.java:223)
    Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Error importing schemas: java.io.IOException: Document found at 'http://myserver.net:7777/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/SupplierParty/V1/SupplierPartyEBS.wsdl' is not a schema document.
         at oracle.j2ee.ws.wsdl.extensions.schema.SchemaSerializer.unmarshall(SchemaSerializer.java:76)
         at oracle.j2ee.ws.wsdl.extensions.ParseUtils.createExtensibilityElement(ParseUtils.java:106)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseTypes(WSDLReaderImpl.java:1472)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseDefinition(WSDLReaderImpl.java:779)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:706)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:655)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:368)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:622)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:258)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:229)
         at oracle.viewgen.wsdl.WSDLUtil.getWSDL(WSDLUtil.java:60)
         at oracle.viewgen.wsdl.WSDLUtil.getWSDL(WSDLUtil.java:71)
         at oracle.viewgen.plugin.bpel.BPELPlugin.createComponentType(BPELPlugin.java:154)
         ... 1 more
    Caused by: java.io.IOException: Document found at 'http://myserver.net:7777/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/SupplierParty/V1/SupplierPartyEBS.wsdl' is not a schema document.
         at oracle.j2ee.ws.wsdl.extensions.schema.SchemaSerializer.readSchemaFile(SchemaSerializer.java:179)
         at oracle.j2ee.ws.wsdl.extensions.schema.SchemaSerializer.loadReference(SchemaSerializer.java:138)
         at oracle.j2ee.ws.wsdl.extensions.schema.SchemaSerializer.processImportIncludeRedefine(SchemaSerializer.java:108)
         at oracle.j2ee.ws.wsdl.extensions.schema.SchemaSerializer.unmarshall(SchemaSerializer.java:73)
         ... 13 more
    Process: RequestorABCS bpel which invokes the SupplierPartyEBS
    --EBS has already been deployed successfully to 11g environment
    -- EBS WSDL is a AIA EBM and already in SOA MDS
    -- The URL "http://myserver.net:7777/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/SupplierParty/V1/SupplierPartyEBS.wsdl" can be accessed on my browser and the Proxy settings are off for JDev11113.
    Any suggestions are welcome.
    Thanks
    -debashis

    The reference was being made in another WSDL which failed to read the schema at design time.
    This can be solved by

  • Won't Burn. Error While Multiplexing. I've tried everything. Please help.

    I've seen this topic all over the boards. I have iDVD6 and my project won't burn because, after a couple of hours of asset encoding et. al., I get a message saying that there were errors while multiplexing. Here's what it's not:
    1) It's not that I have chapter markers in bad places. I followed the rules. Then I eliminated all the chapter markers.
    2) It's not that the sound is Mpeg. It's properly formatted.
    3) It's not too long. I get the same problem with a 60 second version of the movie. And I have plenty of space on my hard drive.
    Here's what I thought it was:
    1) The film was created with three cameras, at least one of which was using 12 bit sound and set on LP, two problems I've learned that iDVD doesn't like. However, to solve this problem I did the following:
    a) I created a full quality Quicktime Movie
    b) I imported that full quality Quicktime Movie into a new iMovie project.
    c) I exported the movie back onto my video camera, with the camera set for 16 bit sound, and LP.
    d) I opened a new iMovie project and imported the new, edited, film back onto my computer.
    e) But when I tried importing it into iDVD6 I got the exact same message about the multiplexing error.
    It doesn't seem possible that I cannot use iDVD to burn my project. Any thoughts?
    (I don't have toast, and I don't know any other editing programs. I want to use iDVD and iMovie. That's what I paid for and they should work. I assume that since this problem is all over the Forum boards that there may be a bug in the program. Has anyone heard about a patch?)
    Thank you to all who resond. Much appreciated.

    Charlie,
    Tell us about the computer you're using. See my specs below for guidance.
    As John said, make a disk image and then burn the DVD.
    Suggest you create a disc image and then burn the DVD. File/Save As Disc Image...
    http://docs.info.apple.com/article.html?artnum=164927
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006
    2) It's not that the sound is Mpeg. It's properly formatted.
    What does "properly formatted" mean?
    at least one of which was using 12 bit sound and set on LP, two problems I've learned that iDVD doesn't like.
    As you've learned, that makes iDVD VERY unhappy.
    e) But when I tried importing it into iDVD6 I got the exact same message about the multiplexing error.
    You got the multiplexing error when importing into iDVD??? Or do you mean when encoding/burning direct to a DVD-R (not DVD+R or any other format)?

  • Error while Installation of Oracle 10g Database on Windows Vista

    while installating Oracle 10g DB on Win Vista Machine it shows the followsing error:-
    Abnormal program termination. An internal error has occoured.Please provide the fillowing files to Oralce Support:
    "Unknows"
    "Unknows"
    "Unknows"
    & OK buttons is there
    kindly provide me the solution for the same.

    Are you using the Oracle installation meant for Windows Vista or any other version?
    Its available here...
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html

Maybe you are looking for

  • Conditionally assign a value to a parameter

    I'm using this code to conditionally assign a value to a parameter p_data_type: <?if:H_ACCOUNT_HIER_DESC='EST'?><xsl:param name="p_data_type" select="'number'" xdofo:ctx="begin"/> <?end if?> <?if:H_ACCOUNT_HIER_DESC='PAR'?><xsl:param name="p_data_typ

  • Daisy-chaining a ethernet hub to the time capsule

    I am using all three of my wired ethernet ports on the time capsule, and I need a fourth.  Current set up is 1) Vonage VoIP adapter; 2) printer w/o wireless option; and 3) connection to a EoPL adapter. I was wondering if I can buy a cheap ethernet hu

  • Restoring iPads through Apple Configurator

    We are a library that has 8 iPads that we are trying to set up through Apple Configurator. Everything has been working well so far, but we've been having problems with the check in/out function. The iPad starts the restore process as it's supposed to

  • Billing date for a purchase order in the corresponding billing document

    Hello, for a purchase order I need to select the billing date in the bill which corresponds to the purchase order. There is a posting date in the order history but I am not sure that this date is identical with the billing date in the purchase order.

  • Transporting an application from one server to another

    Would like to find out what's the best practice for transporting/migrating a forms/workflow application from one LC-ES server to another. This is the process that I know of: 1) export the application (create an LCA file) 2) import the LCA to the 2nd