Error on IFSSTARTDOMAIN.BAT

Hi,
I installed 9iFS release 2 on Win2K.
everything is OK, but when I run the ifsstartdomain.bat to start domain controller, all of existing memory occupied by oracle and finally domain controller does not start.
installed RAM on my computer is 1G.
Can anybody help me?
Javad

We once had such a problem. Telnet to the server, change user to aracle admin. Stop DB and j2ee engine. Restart server. Then restart oracle DB and J2ee engine. If that dont work revert back.

Similar Messages

  • Error while deployment BAT file

    When deployment BAT file i have an error with description "1" and Message ID "10006". Therefore bat file has been successfully executed on client computer.
    The customer asks reports of deployment so i can't show report with errors only))
    Can anybody give an advise with this situation?
    If answer is helpful, please mark as answer or hit the green arrow on the left.

    If you are using the application model, you can add return code 1 as a success in the
    Return Codes tab of the deployement type. If not you can catch the exit code 1 in your batch file and return a 0 instead.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Variable not set (error 91)/Error during import (error 102)/execut bat file

    We are on BO 11.5.0.0 and using the COM SDK with Visual Basic to run multiple reports (sometimes multiple flavors of the same report) through a bat file.
    If we run the reports single-threaded through the bat file, the reports run fine.  However, if multiple versions of the bat file start at approximately the same time, we get one of two errors:
    91 Object variable or With block variable not set
    102 Error during import document -
    Here's the part of the code with the problem:
    Dim BOapp As busobj.Application
    Dim receiveDoc As busobj.Document
    Set BOapp = New busobj.Application
    BOapp.Interactive = False
    BOapp.Logon strUser, strPass, strFromSystem, "Enterprise", False, False
    BOapp.Visible = False
    Set receiveDoc = BOapp.Documents.OpenFromEnterprise(strFromRep, strFromFolder, boFolder)
    receiveDoc.SaveAs (strDocumentPath & strFromRep & ".REP")
    Values for the following variables are passed in from the bat file:
    strUser
    strPass
    strFromSystem
    strFromRep
    strFromFolder
    strDocumentPath
    If it fails on the OpenFromEnterprise statement, we get the 102 error.
    If it fails on the SaveAs statement, we get the 91 error.
    Running it through debug hasn't helped, since we are running only one report.
    Any thoughts on what could be going wrong?
    Thanks in advance

    I have tried this running the VB code on my desktop (outside of the bat file) and nothing out of the ordinary occurs.  The VB code runs fine with only one occurrence.
    I had seen on other posts "ThisDocument" and didn't know if it would be applicable in this situation.  I also wasn't sure how it should be used based on the rest of my code.  Would "ThisDocument" make a difference?
    Thanks again

  • Error on initialize_services.bat

    Hi everyone,
    I deployed an application named ATG through Tools and Framework's discover-data-pci deploy.xml. while deploying i follow the procedure as it was. But when i run the initialize_services.bat file form ATG application i got the error like
    [12.13.12 17:31:49] INFO: Provisioning site from prototype...
    [12.13.12 17:31:52] INFO: Finished provisioning site from prototype.
    Finished updating EAC.
    Initializing record stores...
    These record stores exist:
    No components have been provisioned.
    ==================================================
    Dropping old record stores (errors will occur on non-existent rs):
    Error during execution (check log for more info): Component instance not found: ATG_en_schema
    Error during execution (check log for more info): Component instance not found: ATG_en_dimvals
    Error during execution (check log for more info): Component instance not found: ATG_en_prules
    Error during execution (check log for more info): Component instance not found: ATG_en_data
    ==================================================
    Creating fresh record stores:
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: com/endeca/itl/component/manager/impl/ComponentInstanceIdValidator
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:156)
    at $Proxy42.createComponentInstance(Unknown Source)
    at com.endeca.itl.component.manager.cmd.task.CreateComponentInstanceTask.process(CreateComponentInstanceTask.java:31)
    at com.endeca.itl.cmd.BaseCmd.run(BaseCmd.java:412)
    at com.endeca.itl.component.manager.cmd.ComponentManagerCmd.main(ComponentManagerCmd.java:52)
    Caused by: org.apache.cxf.binding.soap.SoapFault: com/endeca/itl/component/manager/impl/ComponentInstanceIdValidator
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.unmarshalFault(Soap11FaultInInterceptor.java:75)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:46)
    at org.apache.cxf.binding.soap.interceptor.Soap11FaultInInterceptor.handleMessage(Soap11FaultInInterceptor.java:35)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.interceptor.AbstractFaultChainInitiatorObserver.onMessage(AbstractFaultChainInitiatorObserver.java:105)
    at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:69)
    at org.apache.cxf.binding.soap.interceptor.CheckFaultInterceptor.handleMessage(CheckFaultInterceptor.java:34)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:797)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:1618)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1491)
    at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1399)
    at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:56)
    at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:646)
    at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:263)
    at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:533)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:463)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:366)
    at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:319)
    at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:88)
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
    ... 4 more
    Failed to create schema record store.
    Failed to initialize record stores.
    pls any one help me this? and also when i start the CAS services i got another error
    java.net.BindException: Address already in use: JVM_Bind
    WARN: Not listening on monitor port: 8506
    Pls help me out from these issues.
    Thansk in advance

    ATG and Endeca are provided by oracle. So everybody asking those application related questions here.Well, this is not a forum for ANY oralce related question. It is only for questions around the product "oracle forms". You will need another forum to post your question, maybe (surprisingly) the Endeca-forum here https://forums.oracle.com/forums/category.jspa?categoryID=514

  • Error running ocsinstall.bat

    When I run 'ocsinstall.bat', in step 2 I recive error:
    === Step2: Importing Portal objects if not exist ===
    === Portal Objects Imported ===
    Error while trying to get Region IDs
    Do anybody knows how to resolve it??
    Thank you

    Please can some help on how get the window 2000 server script to create subscriber on collaboration suites.
    called create_subscriber.bat

  • SDM password error and go.bat error.

    Hi SAP EP gurus..
          I installed SAP Netwevaer Enterprise portal(2004s) in my desktop PC. Its installed successfully. Then i started the server also, its also started successfully. Then i installed SAP Netweaver Developer studio in my PC..Its also installed successfully. Then whenever i tried to execute some small web dynpro application its gives error password or username is incorrect. I am using SAP Netweaver 2004s..This i downlaoded from www.sdn.sap.com.I logged in to portal http://sapep:50100/irj ..... It asked me to change the password. I chaged the password also, password is india123 now. This is passowrd i gave to SDM. Its not accepting. I tried to start the visual administrator<b>(go.bat).</b> I am getting an error message that.. <b>The system cannot find the path specified. Program terminated abnormally.Press any key to continue....</b>
    if i will press any key..nothing was happening.
    Please help me solve this problem ASAP..
    <u><b>Points will be rewarded, for helpful answers..without fail.</b></u>
    Advance Thanks and regards,
    Kumar

    Hi Kumar,
    Here one drawback is there in SAP EP.
    If you change password for Administrator in UME, this same password will not work for SDM by default. You have to change it, for that just follow below steps:
    SDM Password Reset
    ==================
    Just enter following lines in your COMMAND LINE:
    1. enter SDM directory as: cd C:\usr\sap\J2E\JC00\SDM\program
    2. Execute the following (just copy-paste)
    sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=standalone"
    3. Execute following line (replacing Password1 with your new password for SDM)
    sdm changepassword "sdmhome=C:\usr\sap/J2E/JC00/SDM/program" "newpassword=Password1"
    4. I suggest also revert SDM back to integrated mode
    sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=integrated"
    5. Start SDM using commnad as "StartServer.bat"
    Reward Points; if it is helpfull.
    Thanks,
    Nagaraju

  • Error - executing oraclexmlsqlload.bat file

    Hi,
    I have downloaded XML SQL Utility.
    I have set the path(JDK path and oracle xml sql utility path) in env.bat file. Now when I try to execute oraclexmlsqlload.bat file, it is getting executed to a point where it says "creating function" and then I get this error...
    ORA-12203: TNS:unable to connect to destination.
    can any one advice me on this error pls.
    I have JDK setup right and JDBC is able to connect to the database.
    Thanks in advance.
    vik
    null

    If you are using the application model, you can add return code 1 as a success in the
    Return Codes tab of the deployement type. If not you can catch the exit code 1 in your batch file and return a 0 instead.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • JDBC error in OracleXMLSQLload.bat

    I get the following error when trying to run OracleXMLSQLload.bat as part of the XML SQL installation on WinNT (Oracle 8.1.6 personal edition)
    SQL error while connecting with oci8 driver to localdw: oracle.aurora.server.tools.loadjava.ToolsException: The JDBC OCI8 Driver is not installed properly, use -thin to try the JDBC Thin driver: no ocijdbc8 in shared library path
    could not open connection.
    The above error comes when trying to execute the following statement in the batch file:
    call loadjava -r -v -u "amber/amber@localdw" xmlparserv2.jar
    Also, do I need to run initjvm.sql to use the xmlgen.getXML function on the server side.
    null

    Resending with email address-
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by amberkumar:
    I get the following error when trying to run OracleXMLSQLload.bat as part of the XML SQL installation on WinNT (Oracle 8.1.6 personal edition)
    SQL error while connecting with oci8 driver to localdw: oracle.aurora.server.tools.loadjava.ToolsException: The JDBC OCI8 Driver is not installed properly, use -thin to try the JDBC Thin driver: no ocijdbc8 in shared library path
    could not open connection.
    The above error comes when trying to execute the following statement in the batch file:
    call loadjava -r -v -u "amber/amber@localdw" xmlparserv2.jar
    Also, do I need to run initjvm.sql to use the xmlgen.getXML function on the server side.
    <HR></BLOCKQUOTE>
    null

  • Error starting wfsvcstart.bat in workflow 2.6.4 (ORA-01017: invalid user..)

    Hi Friends,
    I am getting error while starting this service in workflow 2.6.4 on Oracle 10g Database
    C:\Ora10gDB\wf\admin>wfsvcstart.bat
    C:\Ora10gDB\wf\admin>C:\Ora10gDB\jdk\bin\java -Djava.security.properties=C:\Ora10gDB\oc4j\j2ee\home\config\jazn.security.props -jar C:\Ora10gDB\oc4j\j2ee\home\oc4j.jar -userThreads -config C:\Ora10gDB\oc4j\j2ee\OC4J_Workflow_Component_Container\config\server.xml
    10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.initializeStateMachine() : BEGIN [default implementation]
    10/03/16 22:11:31 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    10/03/16 22:11:35 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
    10/03/16 22:11:38 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to get connection from data source because the following Exception occurred -> java.sql.SQLException: ORA-01017: invalid username/password; logon denied
    10/03/16 22:11:38 at oracle.apps.fnd.wf.db.WorkflowContext.getNewConnection(WorkflowContext.java:332)
    10/03/16 22:11:38 at oracle.apps.fnd.wf.db.WorkflowContext.getJDBCConnection(WorkflowContext.java:143)
    10/03/16 22:11:38 at oracle.apps.fnd.wf.common.WorkflowContext.getJDBCConnection(WorkflowContext.java:187)
    10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters(SvcComponentContainer.java:579)
    10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.start(SvcComponentContainer.java:739)
    10/03/16 22:11:38 at oracle.apps.fnd.cp.gsc.ServletSvcComponentContainer.init(ServletSvcComponentContainer.java:78)
    10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2130)
    10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4560)
    10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4654)
    10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:801)
    10/03/16 22:11:38 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:533)
    10/03/16 22:11:38 at com.evermind.server.Application.getHttpApplication(Application.java:886)
    10/03/16 22:11:38 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
    10/03/16 22:11:38 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)
    10/03/16 22:11:38 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)
    10/03/16 22:11:38 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)
    10/03/16 22:11:38 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)
    10/03/16 22:11:38 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2330)
    10/03/16 22:11:38 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1503)
    10/03/16 22:11:38 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    10/03/16 22:11:38 at java.lang.Thread.run(Thread.java:534)
    10/03/16 22:11:38 OrionCMTConnection not closed, check your code!
    10/03/16 22:11:38 Logical connection not closed, check your code!
    10/03/16 22:11:38 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created)
    10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.Logger.Logger(String, int) : Logging to System.out until necessary parameters are retrieved for Logger to be properly started.
    10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.initializeStateMachine() : BEGIN [default implementation]
    10/03/16 22:11:38 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.getNewWorkflowContext() : BEGIN
    10/03/16 22:11:42 LOG_ID_UNKNOWN : oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters() : BEGIN
    10/03/16 22:11:45 oracle.apps.fnd.wf.common.ContextFactoryException: Unable to get connection from data source because the following Exception occurred -> java.sql.SQLException: ORA-28000: the account is locked
    10/03/16 22:11:45 at oracle.apps.fnd.wf.db.WorkflowContext.getNewConnection(WorkflowContext.java:332)
    10/03/16 22:11:45 at oracle.apps.fnd.wf.db.WorkflowContext.getJDBCConnection(WorkflowContext.java:143)
    10/03/16 22:11:45 at oracle.apps.fnd.wf.common.WorkflowContext.getJDBCConnection(WorkflowContext.java:187)
    10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.loadGlobalParameters(SvcComponentContainer.java:579)
    10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.SvcComponentContainer.start(SvcComponentContainer.java:739)
    10/03/16 22:11:45 at oracle.apps.fnd.cp.gsc.ServletSvcComponentContainer.init(ServletSvcComponentContainer.java:78)
    10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2130)
    10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4560)
    10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4654)
    10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:801)
    10/03/16 22:11:45 at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:533)
    10/03/16 22:11:45 at com.evermind.server.Application.getHttpApplication(Application.java:886)
    10/03/16 22:11:45 at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:688)
    10/03/16 22:11:45 at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:570)
    10/03/16 22:11:45 at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:263)
    OrionCMTConnection not closed, check your code!
    10/03/16 22:11:45 Logical connection not closed, check your code!
    10/03/16 22:11:45 (Use -Djdbc.connection.debug=true to find out where the leaked connection was created)
    10/03/16 22:11:45 at com.evermind.server.http.HttpServer.setSites(HttpServer.java:259)
    10/03/16 22:11:45 at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:160)
    10/03/16 22:11:45 at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2330)
    10/03/16 22:11:45 at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1503)
    10/03/16 22:11:45 at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    10/03/16 22:11:45 at java.lang.Thread.run(Thread.java:534)
    10/03/16 22:11:45 Oracle Application Server Containers for J2EE 10g (9.0.4.1.0) initialized
    Regards,
    DB

    ORA-01017: invalid username/password; logon deniedprovide valid schema_name & password

  • Error in startup.bat

    When I run my startup.bat file I receive the following errors LRM-00116 syntax error 'undo_tablespace' following '=' and ORA-01078.
    rem startup bat
    @echo on
    echo startup:
    date/t
    echo sys/world9 as sysdba
    echo startup
    echo startup pfile=e:\oracle\admin\V9\pfile\init.ora
    )| sqlplus -s
    # Copyright (c) 1991, 2001 by Oracle Corporation
    # Cache and I/O
    db_block_size=4096
    db_cache_size=33554432
    # Cursors and Library Cache
    open_cursors=300
    # Diagnostics and Statistics
    background_dump_dest=E:\oracle\admin\v9\bdump
    core_dump_dest=E:\oracle\admin\v9\cdump
    timed_statistics=TRUE
    user_dump_dest=E:\oracle\admin\v9\udump
    # Distributed, Replication and Snapshot
    db_domain=world
    remote_login_passwordfile=EXCLUSIVE
    # File Configuration
    control_files=("E:\oracle\oradata\v9\CONTROL01.CTL", "E:\oracle\oradata\v9\CONTROL02.CTL", "E:\oracle\oradata\v9\CONTROL03.CTL")
    # MTS
    dispatchers="(PROTOCOL=TCP)(SER=MODOSE)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.GiopServer)", "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)", "(PROTOCOL=TCP)"
    # Miscellaneous
    compatible=9.0.0
    db_name=v9
    # Network Registration
    instance_name=v9
    # Pools
    java_pool_size=33554432
    large_pool_size=1048576
    shared_pool_size=33554432
    # Processes and Sessions
    processes=150
    # Redo Log and Recovery
    fast_start_mttr_target=300
    # Sort, Hash Joins, Bitmap Indexes
    sort_area_size=524288
    # System Managed Undo and Rollback Segments
    undo_management=#AUTO
    undo_tablespace=#UNDOTBS
    Thank you in advance

    My tablespace name is UNDOTBS01.DBF. This is the name of datafile. Are you sure that you are using right pfile while starting the instance. Can you post the whole steps with error you are getting here.
    Daljit Singh

  • Error during CSSExport.bat

    Hi
    I am trying to run the CSSExport.bat (file contents below). I am receiving the following command line error when trying to run:-
    Exception in thread "main" java.lang.NoClassDefFoundError: com/hyperion/css/exchange/CommandUtility
    From previous searches I've found that the CommandUtility class that is getting called directly by Java is not included in my file, however I am not sure what I should add to my file to resolve this issue. Is anyone able to help by providing the line I should add to the file and where I should add it?
    The confusing thing is both CSSExport.bat and importexport.properties are both the exact same files that have been used and worked before, the only change I can think of that may have had an effect is our system has been upgraded from 9.3.1 to 9.3.3 since the last time the utility has been used. Any help is appreciated.
    CSSExport.bat contents
    @echo off
    set JAVA_HOME=%HYPERION_HOME%\common\JRE\Sun\1.5.0
    @set cpath=%path%
    @set cclasspath=%classpath%
    @set LIB=./lib/
    @set CSS_BIN=.\bin\
    @set CLASSPATH=.;%LIB%xsltc.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-httpclient-3.0.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxp-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%sax.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%xalan.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%xercesImpl.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%dom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jdom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%log4j-1.2.8.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%css-9_3_1.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-cli-1.0.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%ostermillerutils.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%cssimportexport.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%activation.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-logging.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%dom4j.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%interop-common.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%interop-sdk.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jakarta-slide-webdavlib.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxm-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jaxm-runtime.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%jdom.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%ldapbp.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%log4j-1.2.8.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%mail.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%provider.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%saaj-api.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%saaj-ri.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-pool-1.1.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-collections.jar
    @set CLASSPATH=%CLASSPATH%;%LIB%commons-codec-1.3.jar
    set PATH=%CSS_BIN%;
    @if "%1"=="" goto noparameter
    "%JAVA_HOME%\bin\java" -cp %CLASSPATH% com.hyperion.css.exchange.CommandUtility -ef %1
    @echo off
    @rem restore settings.
    @set path=%cpath%
    @set classpath=%tclasspath%
    goto stop
    :noparameter
    @echo You must supply the location of importexport.properties as the argument to this utility
    @echo Example: CSSExport c:\importexport.properties
    :stop
    ImportExport.Properties contents
    importexport.cmshost=slcbothhyp01
    importexport.cmsport=58080
    importexport.username=admin
    importexport.password={CSS}MRcYv323uzxGr8rFdvQLcA==
    importexport.enable.console.traces=true
    importexport.trace.events.file=Scripts/Export/trace.log
    importexport.errors.log.file=Scripts/Export/errors.log
    importexport.locale=en
    importexport.ssl_enabled=false
    # EXPORT OPERATIONS
    export.fileformat=csv
    export.file=Scripts/Export/export.csv
    export.internal.identities=false
    export.native.user.passwords=true
    export.provisioning.all=true
    export.delegated.lists=true
    export.user.filter=*@Native Directory
    export.group.filter=*@Native Directory
    export.role.filter=*@Native Directory
    Edited by: Stephen_McCrory on Aug 28, 2012 7:05 AM
    Edited by: Stephen_McCrory on Aug 28, 2012 7:05 AM

    I have resolved the initial message above but am now getting the command line error "The system cannot find the path specified". I've tried running the export from command line using the full path and using cd and from what I can tell the paths in importexport/properties are correct.
    Any suggestions?

  • Error running setupvirtualdirectories.bat during install

    Hello Everyone,
    I am trying to install an addtional copy of Agile PLM for Process 6.1 for testing.
    When I get to the point of creating the virtual directories through the command line I get several errors.
    Errnumber: -2147221020 <0x800401E4>
    Error Accessing the object: w3svc/2/root/drl
    Im using:
    Windows 7
    IIS 7.5
    SQL Server 2005
    any ideas?
    has anyone else experienced this?

    syntax is correct. what happens if you run
    SetupCoreVirtualDirectories.bat c:\Prodika_Home 2 PLM4P_MAIN ?
    if that doesn't work, either, then maybe you don't have the IIS6 Management Compatability installed or it's a permissions issue.

  • Java virtual machine error: in running bat file!!!

    Hi experts!
    I have encounterd a problem . Could not figure out why I am having this. I hope at least I will get a clue /suggestion from any of you.
    I am creating a bat file from my java Application. Then I double click on the newly created bat file to run that. It gives me Java virtual machine launcher error:" could not find the main class, Progam will exit". I have a VB script, that also create the same bat file. but I dont have problem running that file manually. Even if I create the bat file manually(by typing), it ran well. It shows the error mesage only when I create bat file from my java Application. Instead of running the bat file manually, I tried to run it through my java application too(by Runtime.exec() ). But it shows me the same error msg.
    Why am I getting java virtual machine launcher error when I tried to run my bat file that is created from java Application? ANy clue? Please suggest me about how to resolve this.
    Regards

    Probably because (despite what you say) the contents of the bat file created by your Java application aren't the same as the contents of those other bat files.Yes contents are same. I create the bat file from my java Application. then I am trying to run that bat file manually. It gives me the specified error. But if I create the bat file manually (with the same content) and then run it manually. It works well.
    Any clue/suggestion

  • Error on Executable (bat) job in scheduler on Windows

    I am receiving the following:
    ORA-27369: job of type EXECUTABLE failed with exit code: -51976600
    on a batch job that is submitted with Oracle scheduler. I have other jobs that are doing pretty much the same thing running successfully. However, I can't seem to find anything on the exit code and what it means. When I was setting up other batch jobs, I got much better information in the error codes/details.
    Can anyone point me in the right direction to decipher this exit code and what it means?
    My environment: DB is on a windows 2003 server.
    DB=10.2.0.3
    batch job is a via putty:
    echo "Copying to vsxi-bb for Blackboard ASP"
    echo off
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\Cat_Courses /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\USR_ALL /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\KNOWL.CSV /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\GEOCODE.CSV /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\ROLES /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\ORG /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\GROUPS /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CRS_200920 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CTG_MEMBERSHIP_200920 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\ENR_200920 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\STAFF_200920 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CRS_200930 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CTG_MEMBERSHIP_200930 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\ENR_200930 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\STAFF_200930 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CRS_201010 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\CTG_MEMBERSHIP_201010 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\ENR_201010 /s BB_Push /
    sfxcl.exe /log bb_sftp.log e:\BB\PROD\STAFF_201010 /s BB_Push /
    exit
    Could it be authorization to anything? My other batch/excecute program (that works) references e:\dax successfully:
    echo "copy files to New DAX"
    echo off
    sfxcl.exe /log new_dax.log e:\DAX\* /s new_dax /
    echo "Move files from E:\DAX to E\Dax_Archive"
    echo off
    move e:\dax\* e:\dax_archive\
    TIA,
    DJM

    I have seen that this error - Wrong process return code generally comes when syntax are not correct. To correct that i would recommend run the syntax in the Windows system from Oracledi/bin path and check if the that works and once you get the correct syntax ,copy and paste the codes into the OS command and try that should work .
    Make sure you use the correct Agent .

  • Error in starting domain controller !

    I have installed on Windows 2000, Oracle 9i Database 9.0.1 and Oracle 9iFS release 9.0.1.
    Configuration was OK, but the domain doesn't start.
    I launch 'ifslaunchdc.bat', 'ifslaunchnode.bat', and when I launch 'ifsstartdomain.bat', I receive this error:
    "An exception occurred while starting Domain controller - oracle.ifs.common.IfsException: IFS-40066: Remothed method threw exception java.lang.NoSuchFieldError: OCIEnvHandle"
    OTHER WAY:
    If I try in Oracle Management Server (from Oracle Enterprise Management Console), I go to Internet File Systems, I go to the domain picasso:53140 and it is launched (yellow light). I do right click and I choose 'Start Domain'. I receive the following message:
    " The Domain Controller 'picasso:53140' is launched
    Command failed:
    IFS-40066: Remothed method threw exception java.lang.NoSuchFieldError: OCIEnvHandle"
    So, the same error, and I don't find anywhere this exception !
    What should be done? Thanks, Jeanina

    I am not sure how you got into this state, but to clear it up you can edit the boot.properties file to enter (clear text) the username and password for the server (entered when running the Configuration Wizard).
    The boot.properties file is located in your domain at:
    <domain root>/servers/AdminServer/security
    Just enter the username and password in the file:
    username=myUserName
    password=myPassword
    WebLogic Server will boot up using these values and immediately encrypt the username and password in the file.
    An alternate approach would be to delete boot.properties in which case WLS will prompt you for the id/pw each time it is started/stopped.
    Brad

Maybe you are looking for

  • Device is not being displayed in itunes and restore is not proceeding

    I was upgrading my Ipod software but after few minutes it turned off automatically i tried to turn it on but it doesn't work so i thought i should try the restore and than my ipod showed the restore sign  'cable pointing itunes' but when i connected

  • Hiding button in me28 report

    HI friends,               I want to Disable the  print preview , information, summation,  subtotals , ascending              and descending buttons when we execute the me28 report.             Please do let me know if this is possible ,  If yes then

  • How to change the sid in "sqlplusw"

    hi, I have two database in my windows machine. "sid1" and "sid2". whenever i log in using "sqlplusw" it takes me to "sid2" but i want to access "sid1" using sqlplusw as default. as of now i am using "sys@sid1 as sysdba". is there any way like we used

  • Enquiry System in Workspace

    Hi all, Can I implement a Enquiry System that query database and return some results in Workspace? I tried to do it in search form and assign the results using "AssignTask" back to the creator, but the user will need to check his "To Do" list to retr

  • File attachment issue persists

    The OTA update was supposed to fix the issue of allowing a file greater than 5mb to be attached to emails.  After the update, I still can't attach a file greater than 5mb.  Will this issue get corrected soon?