Error in publish_fdr_pkg.cmd

error in publish_fdr_pkg.cmd
Does anyone know what could cause this error in publish_fdr_pkg.cmd?
INFO  Executing ScriptPlayer…
INFO  An existing project is being opened.
INFO  BME-SP-0013  Unable to open an action log document.
INFO  Check messages to determine which errors occurred.
The create_model.cmd that is executed before this is successful.

Hi Doug,
In the setup.properties file,, make sure you specify the datamart database name exactly how you see in the SQL server Management studio ( DataMart /Datamart /datamart  etc)
Run all the configuration commands again.
Regards,
Sateesh

Similar Messages

  • Error starting startManagedWebLogic.cmd soa_server1:  JScaLiteReferenceProc

    I am trying to install SOA suite and it is failing. I can get the Admin Server up and also the BAM server up. Oracle Database is working Ok. The error I get after issuing startManagedWebLogic.cmd soa_server1 is:
    <May 11, 2010 7:31:19 AM MST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'soa-infra'.
    weblogic.application.ModuleException:
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: weblogic.jscalite.api.JScaLiteReferenceProcessor
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         Truncated. see log file for complete stacktrace
    Any ideas would be helpful.
    hanks
    Neri

    The problem here is that out-of-the-box SOA Suite 11gR2 (11.1.1.3.0) lacks 3 jars in its ${Middleware_home}\modules:
    * com.oracle.weblogic.jscalite.engine_1.0.0.0.jar
    * com.oracle.ws.http_client_1.1.0.0.jar
    * com.oracle.ws.orawsdl_1.1.0.0.jar
    that were present in Fusion 11gR1 (11.1.1.2.0) in ${Middleware_home}\modules.
    Install previous one, and just copy jars. I bet this is plain packaging bug.

  • Aironet 1310 Error Dot11Radio0, failed - cmd busy

    Hello Kollegues!
    I experience the following error and am courious if the radio has to be replaced? I could not find this error in the error reference so far. Thank you!
    Critical    Interface Dot11Radio0, failed - cmd busy -Traceback= 0x5DCB8 0x4EEC80 0x4EEBE4 0x793EE0 0x794140 0x7985C4 0x4EDCD8 0x4EE0E0 0x4EE494 0x198C10
    Notification     Line protocol on Interface Dot11Radio0, changed state to up
    Error       Interface Dot11Radio0, changed state to up
    Warning     Interface Dot11Radio0, Associated To AP YXZ-XYZ-BR01 001d.709a.feb0 [None]
    Notification     Line protocol on Interface Dot11Radio0, changed state to down
    Notification     Line protocol on Interface BVI1, changed state to up
    Notification     Line protocol on Interface FastEthernet0, changed state to up
    Information    Logging to host 10.10.0.10 started - CLI initiated
    Notification    Interface Dot11Radio0, changed state to reset
    Notification    SNMP agent on host XYZ-XYZ-BR02 is undergoing a cold start
    Notification    System restarted --
    Attached the support information file.

    You've got "Traceback" error messages and your IOS version is classified as "Deferred Release".  Try upgrading the IOS.

  • Dv4 ChkErrBB.CMD: Detect some error during PININST_BBV.

    I was trying to restore my computer and I keep getting an error. ChkErrBB.CMD: Detect some error during PININST_BBV. I have made sure the Sufi is turned on and tryed the ctr-alt-del at the error message but it wont open the task manager so I can end the setup process. I have tried to restore the machine like 6 times.
    Computer is a dv4-1551dx using factory restore disk. On a side note I have restored successfuly before with the same disk about a year ago.

    I see everyone is having the same problem, and HP Tech Support is no help at all.  Here is how you fix it. When you boot up your computer hit F10 that will take you to the BIOS manager. then hit F9 to set BIOS to factory default save and exit then do recovery.  Worked for me and it only took me 3 weeks to figure it out lol.

  • Error in Loading Data In Planning Application

    Hi
    we are getting the Following error in loading data by using Outline Load utility by specifying driver members on the Planning Data Load Administrator Page.
    Client Enable Status false
    com.hyperion.planning.InvalidMemberException: The member USD,BS,Current,BU Version_1 ,FY11 does not exist or you do not have access to it.
    We also tried to load the data by using .CSV File, it is showing NO ERROR in the CMD....but we are unable to preview the data in Essbase after refreshing the database in Planning.
    Cheers,
    Mohammed

    I can be totally wrong but did you intentionally put a space between BU Version_1 and comma?
    USD,BS,Current,BU Version_1 ,FY11
    I found this guideline: http://download.oracle.com/docs/cd/E12825_01/epm.111/hp_admin/ch05s02s01.html Are you sure you are following the correct steps?
    Finally, are you able to load the data through Essbase Load Rules?
    Cheers,
    Mehmet

  • Error starting WebLogic rmic

    Hi ,
    I unable to generate the stub/skeleton in my java classes using rmic. With help of below code in build.xml file
    <taskdef name="rmic" classname="org.apache.tools.ant.taskdefs.Rmic"/>
       <rmic  base="${build.dest}" includes="**/*.class"  classpathref="compilation-classpath" compiler="weblogic" iiop="true"/>
    Below is the Error facing in cmd prompt
    Error starting WebLogic rmic
    BUILD FAILED
    C:\OPOM_CRM\CRMModule\crm\build.xml:190: Error starting WebLogic rmic:
            at org.apache.tools.ant.taskdefs.rmic.WLRmic.execute(WLRmic.java:84)
            at org.apache.tools.ant.taskdefs.Rmic.execute(Rmic.java:548)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    In advance thanks for the help..
    Regards
    Basha

    Hi.
    Try posting your question on weblogic.developer.interest.portal.
    Thanks,
    Michael
    Allen Gu wrote:
    I have installed WebLogic Portal 4.0 using wlportal400_with_sp1_win.exe
    downloaded from http://www.bea.com, but when I tried to run it from Start
    menu, I got the following error:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method
    weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .
    What could have gone wrong?
    Thanks,
    Allen--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Error in installing DAC

    Hi friends,
    After successful installation and configuration of informatica server and client with help of Expert Svee. Next i started to install DAC
    But while clicking the setup.exe file for installing it, it gives me a below error in a cmd prompt like
    checkdir error:  cannot create C:/DOCUMEN~1\ADMIN~1\LOCALS~1\Temp\1\OracInstall/jdk/
    unable to process jdk/COPYRIGHT
    unable to process jdk/LICENSE
    unable to process jdk/LICENSE.rtf
    unable to process jdk/README.html
    unable to process jdk/README_ja.html
    unable to process jdk/README_zh_CN.html
    unable to process jdk//THIRDPARTYLICENSEREADME.txtIm not sure with the problem, what might be the problem.
    Thanks in advance.
    Regards,
    Saro

    Hi Andy,
    Thanks for your reply. Yes my OS is 64bit and i have downloaded 64bit DAC.
    Do you mean that there is a issue with 64bit DAC software.
    Sounds simple, but please confirm that you have unzipped the DAC download before running setup.exe?
    Yes i have unzipped the folder and inside in that only i have found setup.exe file in which it is resulted for me in error when im clicked the setup.exe file.
    I would recommend the 32-bit version as the 64-bit version has issues with the installer
    U recommend to install with 32bit DAC software instead of 64bit.
    But if i clicked the win32 file means i can install DAC
    C:\Softserverext\dac_win_101341_infa_win_x86_64bit_910\dac\Disk1\install\win32-->can install DAC
    But my OS and informatica is of 62bit, so i recommend only to install 64bit DAC or else 32bit DAC itself is okay and if it will not cause any issue.
    C:\Softserverext\dac_win_101341_infa_win_x86_64bit_910\dac\Disk1\install\win64---->resulting in errorWhich path can i prefer.
    Regards,
    Saro

  • Portal V2 - ERROR while testing EXPORT of VELOCITY TUTORIAL

    Hello,
    I am facing the following error when trying to EXPORT the "Velocity Electronics" Page Group (created as part of Portal V2 tutorial). This EXPORT / IMPORT would have been the last part of the tutorial (which itself had other errors but that's a different story ;-)
    (system setup is as follows)
    0. DOWNLOADED Portal V2 (OS = Windows 2000 Professional)
    1. Installed IAS-infrastructure) in directory c:\oracle\ias
    2. Installed IAS-midtier (portal & wireless) in directory c:\oracle\portal
    3. Tried to install PDK from the downloaded file and into the same directory as IAS-infrastructure (as per the installation guide) but was forced to provide a new directory. Installed successfully in c:\oracle\pdk
    (problem occurs after the following steps)
    1. login to portal as "portal"
    2. go to Velocity Electronics page group, click "Export"
    3. when asked for transport set, click "Create New"\
    4. next click "Export" again, and when asked for transport set choose the one created in 3.
    5. export-import script is shown for download; download and save as "oeipasst.bat"
    6. run "CMD" to get a command shell, go to directory where dump file needs to be created
    7a. run the script with the following parameters (as detailed in 9iAS Online Help):
    format
    opeiasst.csh <-mode export_or_import> <-s portal_schema> <-p portal_password> <-pu portal_username> <-pp portal_userpassword> <-company company_name> <-c connect_string> <-d dump_file_name(s)> <-automatic_merge> <-check_mode>
    actual values
    c:\> opeiasst.bat -mode EXPORT -s PORTAL -p iasadmin1 -pu VELOCITY_PGA -pp PASSWORD1 -c mypc.mydomain.com:1521:IASDB -d TEST.dmp
    7b. script gave error: ORACLE_HOME not set; set ORACLE_HOME=c:\oracle\portal and ran again
    7c. got error: ERROR: ORA-01017: invalid username/password; logon denied
    7d. tried changing -pu PORTAL -pp iasadmin1; same result
    I can confirm that:
    -s (portal schema) is indeed called PORTAL
    -p (password for user "portal" in portal sso login screen) is indeed iasadmin1
    and similar for userid/password used for -pu and -pp
    So why is this logon denied? Which userid and password should be used?
    Or is there something wrong in the way the script was run? With the initial setup (see 0. to 3.)?
    Please help, this is quite frustrating because there is no detailed error message!

    LOOKS LIKE A PRETTY NASTY BUG IN THE PORTAL EXPORT SCRIPT GENERATOR!
    The script that is generated at the end of the "Export" dialog seems to have a nasty bug (at least the Windows version):
    - the variables in the ".bat/.cmd" file called "%file_name%" and "%bat_file%" have gotten interchanged throughout
    - the RESULT/MESS is that what needs to go into the command script file goes into the output log file and vice versa
    - finally the script will abort because SQLPLUS will be called with the output log file instead of a file containing proper sqlplus commands
    ORACLE PLEASE CONFIRM THIS - I HAND CHANGED THE SCRIPT FOR THE EXPORT PORTION AND IT SEEMED TO GO THRU DECENTLY
    IF THIS IS A BUG THEN CAN WE EXPECT A FIX IN THE IMMEDIATE NEXT PATCH.
    Coming back to my original problem:
    - With the "correction" of the filenames, the batch file runs OK
    - BUT since I used SYSTEM for the portal user, it gave the following errors:
    ===============================================================================
    C:\>opeiasst.cmd -mode export -s SYSTEM -p manager -pu PORTAL -pp iasadmin1 -c IASDB -d TEST.dmp
    Mode Selected is EXPORT
    now writing inv.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @inv.bat
    now writing status.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @status.bat
    now calling c:\oracle\ias\bin\sqlplus -s SYSTEM/manager@IASDB @impexp.out
    Export: Release 9.0.1.3.1 - Production on Fri Aug 9 20:47:01 2002
    (c) Copyright 2001 Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.0.1.3.1 - Production
    With the Partitioning option
    JServer Release 9.0.1.3.0 - Production
    Export done in UTF8 character set and AL16UTF16 NCHAR character set
    Note: grants on tables/views/sequences/roles will not be exported
    Note: indexes on tables will not be exported
    Note: constraints on tables will not be exported
    About to export specified tables via Conventional Path ...
    EXP-00011: SYSTEM.WWUTL_EXPORT_IMPORT$ does not exist
    EXP-00011: SYSTEM.WWUTL_EXPORT_IMPORT_DETAIL$ does not exist
    Export terminated successfully with warnings.
    This part of the export/ import operation is now complete.
    ========================================================================================
    So looks like the WWUTL_% packages did not get recognized because they are actually in PORTAL schema
    BUT if I login using PORTAL I get a the original error:
    ERROR:
    ORA-01017: invalid username/password; logon denied
    STILL NEED SOME HELP TO RESOLVE THIS ONE
    I HAVE TRIED GRANTING SYSOPER TO PORTAL AND SYSTEM AS PER THIS LINK WITHOUT LUCK: http://www.cryer.co.uk/brian/oracle/ORA01017.htm

  • Installing Oracle Applications E-Business Suite R12  error

    hi everyone
    i have error while installing Oracle Applications E-Business Suite R12 on Windows server 2003 R12
    plz help me
    this is log file:
    Processing DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunias.cmd
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_erp\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunias.cmd
    Processing Step 3 of 5
    Step 1 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_erp\temp\adrunat.cmd
    Processing Step 4 of 5
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    dest : E:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_erp.xml
    instantiate file:
    source : E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    dest : E:\oracle\VIS\inst\apps\VIS_erp\appl\admin\VIS_erp.xml
    Database Availability
    command: cmd.exe /c E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.cmd sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    'E:\Oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error: 1
    command: cmd.exe /c E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd sqlplus E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    'E:\Oracle' is not recognized as an internal or external command,
    operable program or batch file.
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    Configuration Upload
    uploading config file at D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : erp
    sDbDomain : erp
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erp.erp:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erp.erp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Failed upload of config file at D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\08030118\conf_VIS.txt
    Environment File
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\db\tech_st\11.1.0\VIS_erp.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.3\VIS_erp.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\ora\10.1.2\VIS_erp.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\VIS_erp.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_erp\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://erp.erp:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://erp.erp:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://erp.erp:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Processing DriverFile = E:\Oracle R12\Oracle12_Source\Oracle12\stage12i\startCD\Disk1\rapidwiz\template\adriapps.drvYou cannot use spaces in the directory/file names, so I believe those errors are because you are using a space in the directory name (Oracle R12) -- Please change the directory name to another name with no space (i.e. OracleR12) and retry the installation then.
    Thanks,
    Hussein

  • Path Environment Variable Error!

    Hi,
    I have tried to install Oracle9iAS,it gives an error like that:
    Cmd.exe - Application Error
    The instruction at "0x77f64bab" referenced memory at "0x0067006f". The memory could not be "written".
    Click on OK to terminate the application.
    When i have looked to the file "install.pdf", which says me to get a fix from Microsoft Knowledge Base article Q268722.But there is no fix available there.Oracle knows 9iAS will give such an error,so there is a section about it; but won't say where we will find about fix.Please tell me how can we get that fix!
    null

    The patch is new and it's not in any of the current service packs or cds. You can call microsoft and they will download it to you, but a call to microsoft will cost you $250... unless you have a contract with them.
    There is a work around though. In the beginning of the installation, shorten your path name. So, instead of C:\Ora_home\Oracle, try using C:\O9... this should keep you from running into that error.
    Good Luck,
    Randy

  • Error : How to execute *.BAT file

    Some of the friend said me to execute any file following code
    Runtime rt=Runtime.getRuntime();
    Process pr=null;
    pr = rt.exec("cmd.exe /c start " + "myfilename");
    I get error as
    CreateProcess: cmd.exe /c start myfilename error=0
    Press any key to continue . . .
    what is cmd.exe /c start in exec().
    Thanks..

    hi Bhavin
    try this code because i had the same problem an d this thing works for me here is the code
        // Get file name
        String File_Name = // What ever yr file name get as String
        // Get Operating System Name
        String os_name = System.getProperty("os.name");
        os_name = os_name.toUpperCase();
        // Declare command as array of string
        String[] command ;
        // on Windows XP, NT, 2000 command is different and on win 98, 95 is different
        if(os_name.indexOf("XP") != -1){
             command = new String[] {"cmd", "/C", "start", "\"\"", File_Name};
        else if(os_name.indexOf("NT") != -1){
             command =new String[] {"cmd", "/C", "start", "\"\"", File_Name};
        else if(os_name.indexOf("2000") != -1){
             command = new String[] {"cmd", "/C", "start", "\"\"", File_Name};
        else  {
             command = new String[] {"start", "\"\"", File_Name};
        try
            // Run the commands using Runtime
            Process process = Runtime.getRuntime().exec(command);
        catch(IOException ioe)
            //show Error message
                  JOptionPane.showMessageDialog((Component) null,
                                          "Unable to Locate the file..."+
                                          "\n"+ioe.getMessage(),
                                          "Error...",
                                          JOptionPane.ERROR_MESSAGE);
        }Regards
    Satinderjit

  • OracleParameter.Size Error help me~~~!!!

    Error Source -->
                             OracleCommand cmd = new OracleCommand("", con);
                             cmd.CommandTimeout = 120;
                             cmd.CommandType = CommandType.StoredProcedure;
                             cmd.CommandText = "hbn_pkg_aisbr51.do_order";
                             OracleParameter PR_KUBUN = cmd.Parameters.Add("PR_KUBUN" , OracleDbType.Varchar2);
                             OracleParameter PR_ORDNO = cmd.Parameters.Add("PR_ORDNO" , OracleDbType.Varchar2);
                             PR_KUBUN.Direction = ParameterDirection.Input;
                             PR_ORDNO.Direction = ParameterDirection.InputOutput;
                             PR_ORDNO.CollectionType = OracleCollectionType.PLSQLAssociativeArray;
                   PR_KUBUN.Value = "PO2500132";
    //Array Data Nothing...
                                  cmd.ExecuteNonQuery(); --> error(OracleParameter.Size Error... Why...

    You need to set the size of your varchar2 parameters. Otherwise, Oracle doesn't know how much memory to allocate for these parameters.
    PR_KUBUN.Size = 9;
    PR_ORDNO.Size = 9;

  • In the End there was the beginning : Install finishes with Errors

    Hi,
    After 2 weeks of troubleshooting I got this far, please help (...)
    I have 2 warnings and one error at the end of my R12 rapid install:
    DB availability and Configuration upload are in warning status
    Login page is in Error Status.
    Below I marked *!!* for warning and XX for Error :
    *!! Configuration Upload*
    uploading config file at D:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    Failed upload of config file at D:\oracle\VIS\db\tech_st\11.1.0\appsutil\conf_VIS.txt
    *!Database Availability*
    command: cmd.exe /c G:\stageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd D:\oracle\VIS\db\tech_st\11.1.0\VIS_apps.cmd sqlplus G:\stageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    G:\stageR12\startCD\Disk1\rapidwiz>echo off
    Sun 10/11/2009
    +12:49 AM+
    ECHO is off.
    ECHO is off.
    Sun 10/11/2009 12:49 AM
    VIS_apps.cmd exiting with status 0
    +""+
    +"The environment settings are as follows ..."+
    +""+
    +" ORACLE_HOME : D:\oracle\VIS\db\tech_st\11.1.0"+
    +" ORACLE_SID : "+
    +" TWO_TASK : "+
    +" PATH : D:\oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;D:\oracle\VIS\db\tech_st\11.1.0\bin;D:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;D:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;D:\oracle\VIS\apps\tech_st\10.1.2\bin;D:\oracle\VIS\apps\tech_st\10.1.2\jdk\jre\bin\classic;D:\oracle\VIS\apps\tech_st\10.1.2\jdk\jre\bin;D:\oracle\VIS\apps\tech_st\10.1.2\jlib;D:\oracle\VIS\apps\tech_st\10.1.3\bin;D:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;.;%ROOTSYS%\bin;C:\cygwin\bin;c:\cygwin\usr\sbin;c:\cygwin\usr\local\bin;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;C:\msvc\SDK\v3.5\Bin;C:\msvc\VC\bin;C:\msvc\Common7\IDE;C:\GNUmake\make-3.81\WinRel;C:\GNUmake\make-3.81;C:\GNUmake\make-3.81\WinRel;%ROOTSYS%\lib"+
    +" LD_LIBRARY_PATH : D:\oracle\VIS\db\tech_st\11.1.0\lib"+
    +""+
    SQL*Plus: Release 11.1.0.7.0 - Production on Sun Oct 11 00:50:11 2009
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Process ID: 0
    Session ID: 0 Serial number: 0
    connect test returning code 1
    ERRORCODE = 1   ERRORCODE_END
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error:  1   command: cmd.exe /c G:\stageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd D:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.2\VIS_apps.cmd sqlplus G:\stageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    G:\stageR12\startCD\Disk1\rapidwiz>echo off
    Sun 10/11/2009
    +12:50 AM+
    +""+
    +"The environment settings are as follows ..."+
    +""+
    +" ORACLE_HOME : D:\oracle\VIS\apps\tech_st\10.1.2"+
    +" ORACLE_SID : "+
    +" TWO_TASK : "+
    +" PATH : D:\oracle\VIS\apps\tech_st\10.1.2\bin;D:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\bin;D:\oracle\VIS\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;D:\oracle\VIS\apps\tech_st\10.1.2\bin;D:\oracle\VIS\apps\tech_st\10.1.2\jdk\jre\bin\classic;D:\oracle\VIS\apps\tech_st\10.1.2\jdk\jre\bin;D:\oracle\VIS\apps\tech_st\10.1.2\jlib;D:\oracle\VIS\apps\tech_st\10.1.3\bin;D:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;.;%ROOTSYS%\bin;C:\cygwin\bin;c:\cygwin\usr\sbin;c:\cygwin\usr\local\bin;C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin;C:\msvc\SDK\v3.5\Bin;C:\msvc\VC\bin;C:\msvc\Common7\IDE;C:\GNUmake\make-3.81\WinRel;C:\GNUmake\make-3.81;C:\GNUmake\make-3.81\WinRel;%ROOTSYS%\lib"+
    +" LD_LIBRARY_PATH : D:\oracle\VIS\apps\tech_st\10.1.2\lib"+
    +""+
    SQL*Plus: Release 10.1.0.5.0 - Production on Sun Oct 11 00:50:24 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    connect test returning code 1
    ERRORCODE = 1   ERRORCODE_END
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error:  1
    XX Login Page+
    checking URL = http://apps.vision.com:8003/OA_HTML/AppsLogin
    RW-50016: Error: - {0} was not created:
    File = {1}
    when I browse to there :
    500 Internal Server Error
    Can someone help me

    I looked at the log and can't say I feel the enlightement :
    Database ORACLE_HOME environment file passes instantiated variables test:+
    File = D:\oracle\VIS\db\tech_st\11.1.0\VIS_apps.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = D:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.3\VIS_apps.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = D:\oracle\VIS\inst\apps\VIS_apps\ora\10.1.2\VIS_apps.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = D:\oracle\VIS\apps\apps_st\appl\VIS_apps.cmd
    ADOVARS environment file passes instantiated variables test:
    File = D:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = D:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC file passes instantiated variables test:
    File = D:\oracle\VIS\inst\apps\VIS_apps\appl\fnd\12.0.0\secure\VIS.db
    checking URL = http://apps.vision.com:8003
    HTTP Listener is responding+
    checking URL = http://apps.vision.com:8003/OA_HTML/help
    Page is responding
    Virtual Directory+
    checking URL = http://apps.vision.com:8003/OA_MEDIA/FNDLOGOL.gif
    Page is responding
    checking URL = http://apps.vision.com:8003/OA_JAVA/oracle/apps/fnd/admin/server/server.xml
    Page is responding
    checking URL = http://apps.vision.com:8003/OA_CGI/FNDWRR.exe
    Page is responding
    JSP
    checking URL = http://apps.vision.com:8003/OA_HTML/jtfTestCookie.jsp
    JSP is responding
    Login Page
    checking URL = http://apps.vision.com:8003/OA_HTML/AppsLogin*
    RW-50016: Error: - {0} was not created:*
    File = {1}*
    Am I looking at the right log ?
    What can I do to avoid the same problem if I restart the install ?
    Thank you very much!

  • Sap Web As 6.40 SR1 post installation error

    Hi, I have a problem with the installation of WEB AS ABAP.
    I installed  Sap Web As 6.40 SR1 following this steps:
         Oracle 9.2.0 with the patch 9.2.0.4
         Web As Abap.
    I assigned two different names for the Oracle System ID and the Sap System ID.
    All the installations finished without errors.
    In the post installation if I enter in the Sap Management
    Console to start the SAP instance i see the following error:
    Process: strdbs.cmd
    Description: Database
    Status: could not be started
    I try to resolve the problem following Sap note 786673 (section security: change permission
    for Oracle files) but unsuccessfully.
    Do you have any suggestion?

    Hi all,
    first of all thanks a lot for your answers.
    I have reinstalled the WEB AS ABAP using the same SID for the DB and for SAP (the SID is C01).
    Unfortunately, I found the same error when I go to start SAP.
    I checked if the oracle services are running and the check was ok, moreover I used the Oracle Enterprise Manager to check if oracle works.
    Sanjeev, I tried to find the script stdbs in C:\usr\sap\C01\SYS\exe\run but without success (I can't find the file above-mentioned).
    I applied also another time the SAP NOTE 786673 (section security: change permission for Oracle files) but unsuccessfully.
    This is the result of the sapstart.loog
    SAP-R/3-Startup Program
    Starting at 2005/10/11 13:50:30
    Startup Profile: "C:\usr\sap\C01\SYS\profile\START_DVEBMGS00_leonard"
    Starting Programs
    (416) CreateProcess(C:\usr\sap\C01\SYS\exe\run\strdbs.cmd) failed(2). ENOENT*: No such file or directory OR: The system cannot find the file specified. 
    (1780) CreateProcess: C:\usr\sap\C01\SYS\exe\run\msg_server.exe pf=C:\usr\sap\C01\SYS\profile\C01_DVEBMGS00_leonard
    (356) CreateProcess: C:\usr\sap\C01\SYS\exe\run\disp+work.exe pf=C:\usr\sap\C01\SYS\profile\C01_DVEBMGS00_leonard
    (1852) CreateProcess: C:\usr\sap\C01\DVEBMGS00\igs\bin\igswd.exe -dir=C:\usr\sap\C01\DVEBMGS00\igs -mode=all -sysname=C01 -sysno=00
    Do you have any suggestion to solve this strange problem??
    Thanks a lot.
    Eugenio.
    Message was edited by: Eugenio Cassiano

  • Error Durring installation of Vision on Windows XP

    Hi,
    I am installing the vision on windows XP for the first time. The version is 12.0
    I received the error as follows:
    RW - 50004: Error code received when running external process. Check log file for detail. Running Database install driver for VIS instance.
    Please advice how can i overcome this problem.

    hi,
    The flavor is windows xp professional SP2.
    Error received during installation at first step on almost 13% .
    Error starts from here
    Here is the log file
    *"Statusstring Registering Database Technology Stack"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>(echo APPS  & echo APPS )  | E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -DCONTEXT_VALIDATED=true -mx512M  -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml -stage E:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\log\VIS_pc\ApplyDBTechStack_12251053.log
    *| 0% completed*
    */ 3% completed*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 0 == 0 goto :TCFG_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "runProcess_4"
    *"runProcess_4"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM Perform the instance configuration
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Statusstring Configuring Database Technology Stack"
    *"Statusstring Configuring Database Technology Stack"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>(echo APPS  & echo APPS )  | E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -DCONTEXT_VALIDATED=true -mx512M  -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml -stage E:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\log\VIS_pc\ApplyDBTechStack_12251053.log
    *| 0% completed*
    */ 0% completed*
    -      0% completed
    *\ 0% completed*
    *| 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 1 == 0 goto :ICFG_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    *"Cannot execute configure of database ORACLE_HOME using RapidClone\n";*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = E:\StageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    Running Instantiation Drivers for E:\StageR12\startCD\Disk1\rapidwiz\template\adridb.drv
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\template\adrun10g.cmd
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrun10g.cmd
    backup : E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrun10g.cmd to E:\oracle\VIS\db\tech_st\10.2.0\appsutil\out\VIS_pc\templbac\adrun10g.cmd
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\template\adrundb.cmd
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrundb.cmd
    backup : E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrundb.cmd to E:\oracle\VIS\db\tech_st\10.2.0\appsutil\out\VIS_pc\templbac\adrundb.cmd
    Step 0 of 5
    Command: E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrun10g.cmd
    Processing Step 1 of 5
    Executing: E:\oracle\VIS\db\tech_st\10.2.0\temp\VIS_pc\adrun10g.cmd
    E:\StageR12\startCD\Disk1\rapidwiz>REM
    E:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrun10g.cmd 120.2 2006/11/15 01:56:37 arist noship $
    E:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    E:\StageR12\startCD\Disk1\rapidwiz>REM
    E:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig.  It will be read and
    E:\StageR12\startCD\Disk1\rapidwiz>REM overwritten.  If you were instructed to edit this file, or if you are not
    E:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    E:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    E:\StageR12\startCD\Disk1\rapidwiz>REM
    E:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    E:\StageR12\startCD\Disk1\rapidwiz>REM
    E:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    E:\StageR12\startCD\Disk1\rapidwiz>(set date=25/Dec/2009  )
    E:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    E:\StageR12\startCD\Disk1\rapidwiz>(set time=10:54 AM )
    E:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : 10gR2 RDBMS : 25/Dec/2009 10:54 AM
    STARTED INSTALL PHASE : 10gR2 RDBMS : 25/Dec/2009 10:54 AM
    E:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    E:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    E:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    E:\StageR12\startCD\Disk1\rapidwiz>SET PATH=E:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;E:\oracle\VIS\db\tech_st\10.2.0\\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\cygwin\bin
    E:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    E:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    E:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    E:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i  && set APPS_PWD=%j
    E:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS  && set APPS_PWD=APPS
    E:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    E:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    E:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 )  ELSE (SET THREADS=2 )
    E:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "runProcess_1"
    *"runProcess_1"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM Setting the driver file name
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>SET DRVNAME=gdb102.drv
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM install 10gR2
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Statusstring Installing Database Oracle Home"
    *"Statusstring Installing Database Oracle Home"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx512M -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml -d E:\StageR12\startCD\Disk1\rapidwiz\driver\dbts\driver\gdb102.drv -pwd no_password_here -log E:\oracle\VIS\db\tech_st\10.2.0\appsutil\log\VIS_pc\dbInstall.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - RDBMS  Disk 1 :
    Checking Disk contents in - E:\StageR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - E:\StageR12\oraDB\Disk1
    Checking Disk contents in - E:\StageR12\oraDB\Disk1
    Unzip Count:62
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 0 == 0 goto :DBINSTALL_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "runProcess_2"
    *"runProcess_2"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM Copy adxdbctx.tmp to ORACLEHOME
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>COPY E:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp E:\oracle\VIS\db\tech_st\10.2.0\appsutil\template\adxdbctx.tmp
    *1 file(s) copied.*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>COPY E:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbinf.tmp E:\oracle\VIS\db\tech_st\10.2.0\appsutil\template\adxdbinf.tmp
    *1 file(s) copied.*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 0 == 0 goto :COPYXML_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "runProcess_3"
    *"runProcess_3"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM Perform the install time configuration
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Statusstring Registering Database Technology Stack"
    *"Statusstring Registering Database Technology Stack"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>(echo APPS  & echo APPS )  | E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -DCONTEXT_VALIDATED=true -mx512M  -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml -stage E:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\log\VIS_pc\ApplyDBTechStack_12251055.log
    *| 0% completed*
    */ 3% completed*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 0 == 0 goto :TCFG_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "runProcess_4"
    *"runProcess_4"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM Perform the instance configuration
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>REM
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Statusstring Configuring Database Technology Stack"
    *"Statusstring Configuring Database Technology Stack"*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>(echo APPS  & echo APPS )  | E:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -DCONTEXT_VALIDATED=true -mx512M  -classpath .;E:\StageR12\startCD\Disk1\rapidwiz\jlib\java;E:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;E:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml -stage E:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\log\VIS_pc\ApplyDBTechStack_12251056.log
    *| 0% completed*
    */ 0% completed*
    -      0% completed       RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if 1 == 0 goto :ICFG_OK
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    *"Cannot execute configure of database ORACLE_HOME using RapidClone\n";*
    C:\DOCUME~1\MCAB0~1.ZEE\LOCALS~1\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running Database Install Driver for VIS instance
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    dest   : E:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_pc.xml
    instantiate file:
    source : E:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    instantiate file:
    source : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    dest   : E:\oracle\VIS\inst\apps\VIS_pc\appl\admin\VIS_pc.xml
    Database Availability
    command: cmd.exe /c E:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\db\tech_st\10.2.0\VIS_pc.cmd sqlplus E:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    E:\StageR12\startCD\Disk1\rapidwiz>echo off
    *25/Dec/2009*
    *10:59 AM*
    ECHO is off.
    ECHO is off.
    *25/Dec/2009 10:59 AM*
    VIS_pc.cmd exiting with status 0
    *"The environment settings are as follows ..."*
    *" ORACLE_HOME : E:\oracle\VIS\db\tech_st\10.2.0"*
    *" ORACLE_SID : "*
    *" TWO_TASK : "*
    *" PATH : E:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;E:\oracle\VIS\db\tech_st\10.2.0\bin;E:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;E:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;E:\oracle\VIS\db\tech_st\10.2.0\\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\cygwin\bin"*
    *" LD_LIBRARY_PATH : E:\oracle\VIS\db\tech_st\10.2.0\lib"*
    SQLPlus: Release 10.2.0.2.0 - Production on Fri Dec 25 10:59:44 2009*
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    ERROR:
    ORA-12518: TNS:listener could not hand off client connection
    connect test returning code 1
    ERRORCODE = 1   ERRORCODE_END
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error:  1
    command: cmd.exe /c E:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd E:\oracle\VIS\inst\apps\VIS_pc\ora\10.1.2\VIS_pc.cmd sqlplus E:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    E:\StageR12\startCD\Disk1\rapidwiz>echo off
    *25/Dec/2009*
    *10:59 AM*
    *"Cannot find environment file "E:\oracle\VIS\inst\apps\VIS_pc\ora\10.1.2\VIS_pc.cmd""*
    ERRORCODE = 0   ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : pc
    sDbDomain  : workgroup
    sDbPort    : 1521
    sDbSid     : VIS
    sDbUser    : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@pc.workgroup:1521:VIS
    Exception occurred: java.sql.SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=169869824)(ERR=12518)(ERROR_STACK=(ERROR=(CODE=12518)(EMFI=4))(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=530)(EMFI=4))(ERROR=(BUF='32-bit Windows Error: 2: No such file or directory'))))
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=pc.workgroup)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Failed upload of config file at E:\oracle\VIS\db\tech_st\10.2.0\appsutil\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = E:\oracle\VIS\db\tech_st\10.2.0\VIS_pc.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_pc\ora\10.1.3\VIS_pc.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_pc\ora\10.1.2\VIS_pc.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\VIS_pc.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = E:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = E:\oracle\VIS\inst\apps\VIS_pc\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://pc.workgroup:8000

Maybe you are looking for

  • Safari problem & how do I do admin user account  fix

    Using Safari 1.3.2, QT 6.5.2, OSX.3.9 on Mac G4. I have not chosen to upgrade to QT 7 or Tiger because of other apps on this machine. Safari crashes when I try to empty cache. Problem started after upgrade to above and installing flip4mac. - not sure

  • Animations ipad

    when viewing my animation (my logo slides vertical on reload after 0.5 seconds) on my ipad the ipag skips my composition animation but viewing it on my desktop i can see the composition sliding into view. is there a problem with ipad displaying anima

  • How do I add photos to books from another project / album

    hi, I'm on the latest iPhoto 9.4.1  &  OS 10.8.2 The issue I'm having is, I have an event hilighted and I create a book.  Good so far. But I can't add to this book from outside of this event, surely I must be able to navigate to ANY photo within iPho

  • Mail Merge download has lost collected address book how do I recover it?

    I needed to be able to do large mail merge for e-mails. Found Mail Merge add on and downloaded it. When I restarted Thunderbird, my collected e-mails address book had gone. Only personal address book visible with only 2 addresses in it. Urgently need

  • Portal calendar - new record link problem

    We have a problem with calendars (Portal 9.0.2). We have: A form to enter/edit records in a table. A link to this form. A calendar based on the table in question. If I try to connect the calendar to this form (for entering new records) I set it up in