Error installing Designer's Repository

I try to install designer 10 R2 123 . When I try to create a new application_system I have and error RME with an associated error ORA 06508 could not find the program unit;
When I looked with view objects two package bodies fail to compile, JR_REG_IO and RM_DBG
error:PLS 201 identifier UTL_file must be declared.
Can somebody help me?

First of all, use the repository owner's username and password only to install the repository, and do administrative tasks, like granting a new user access to the repository, or upgrading the repository. Don't use it for day to day work, including installing the tutorial.
Second, did you set the registry variables EXECUTE_EXP and EXECUTE_IMP to point to the versions of your EXP.EXE and IMP.EXE that go with your database? This will be in a different Oracle Home from your Designer installation. This is very important both when installing or upgrading the repository, and when importing or exporting data to and from the repository. A mismatch between the IMP version and the database version can be a problem.
A TNS error can be many things. Can you give us the text of the error and the full error code?

Similar Messages

  • Error Installing Designer 6i

    I'm trying to install Designer 6i, but I always get next error:
    Message
    CDR-21244: This process has been aborted.
    Cause
    The .msg message file 'c:\oracle\ora81\repadm61\cdus.msg' for product
    "CDRMSG61", utility "CDR" could not be found.
    I've been looking for the file in the Installation CD, but I it isn't there.
    Anybody can help me?

    Hello!
    I had the Error messages like you.
    Try the following link:
    Re: Inventory/Equipment tracking system
    Greetinx from Munich/Germany
    Uwe

  • Error Installing Designer

    I am try intall Oracle Designer 6i and the message :
    "des2k_72.cmm(489) : os_error while creating key software\oracle\odes65. " and stop the install.

    Hello!
    I had the Error messages like you.
    Try the following link:
    Re: Inventory/Equipment tracking system
    Greetinx from Munich/Germany
    Uwe

  • Problems/Errors installing Design Standard

    I recently purchased CS6 (Design Standard) and after it finished "installing", it said (and forget exactly what it was) soemthing to the effect of "photoshop, indesign, and illustrator" were not properly installed. I can open photoshop, indesign, and illustrator, but when I try to open the 64 bit version(?)  (it says 64 bit next to it), a message pops up that reads,  "The localized resourse files for this application could not be loaded. Please reinstall or repair the application and try again."
    Should I just un-install all of the programs and try again? Or is there a way to "repair"? I believe I can install my student edition on two computers, correct? If I reinstall on this computer, will that count as my two installations?

    I would start with removing and reinstalling the software yes.  You can also review the install logs to locate the root cause of the failure.  Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html has directions on how to accomplish this.

  • Trouble installing Designer Repository under XE

    I have installed Oracle 10g XE on another PC (as a test system), and I have the XE Client on my own laptop. I also have SQL Designer installed, and both can talk to the copy of XE just fine. However, when I try to install the Designer Suite, I've run into a couple of major problems, primarily with the repository.
    I seem to be able to create the repository ok, but when I try to install it, I get the error messages (shown below) when I get to the step called "cksysfol.sql". I let the Repository installation process continue, and no other errors were raised.
    I tried to research this on Oracle's discussion forums, and found very little that addresses anything like this. Several posts suggest that creating a Designer Repository is not possible under XE. Other posts seem to indicate that other people have been successful in installing a Designer repository. I also found references that said I needed to enable "Fine-Grained Access Control" as part of the original database installation process, but I didn't see any place where that was even an option.
    I need to install Designer because I need access to the Entity Relationship Diagram feature for a project I'm working on.
    What do I need to do to get the Repository installed correctly?
    ================================================================================
    Message
    ORA-04063: package body "REPOS_MANAGER.JR_REG_IO" has errors
    Message
    ORA-06508: PL/SQL: could not find program unit being called: "REPOS_MANAGER.JR_REG_IO"
    Message
    ORA-06512: at "REPOS_MANAGER.JR_FOLDER", line 535
    Message
    ORA-06512: at "REPOS_MANAGER.SDD_FOLDERS_I", line 136
    Message
    ORA-04088: error during execution of trigger 'REPOS_MANAGER.SDD_FOLDERS_I'
    Message
    ORA-06512: at line 1270
    Message
    RME-02124: Failed to execute SQL statement:
    DECLARE
    ar_irid number;
    wkarea_irid          number;
    dummy_wrkarea boolean := FALSE;
    folder_irid number;
    folder_ivid number;
    org_irid number;
    org_ivid number;
    max_default_value_types number;
    rtn_id number;
    vat_type number;
    comment varchar2(100);
    ps1_irid number;
    ps1_ivid number;
    l_SUPPORTS_DESIGNER varchar2(1);
    l_SUPPORTS_JDEVEE varchar2(1);
    TYPE t_Value_Type is record
    ( name varchar2(20)
    , datatype varchar2(20)
    , lob_flag varchar2(1)
    , derived_from binary_integer -- index number of source record
    , irid number -- store irid for later use
    Type tt_Value_Type is table of t_Value_Type index by binary_integer;
    init_value_types tt_Value_Type;
    BEGIN
    dbms_output.enable(1000000);
    -- Added for Bug 1326447
    update ck_installed_objects
    set ci_created = 'N'
    where ci_stage='CKSYSFOL';
    -- End addition for Bug 1326447
    select SUPPORTS_JDEVEE
    , SUPPORTS_DESIGNER
    into l_SUPPORTS_JDEVEE
    , l_SUPPORTS_DESIGNER
    from rm$repositories;
    -- Check Global Shared Workarea exists
    dbms_output.put_line('* Checking if Global Shared Wokrarea exists' );
    begin
    select irid
    into wkarea_irid
    from I$sdd_workareas
    where name = 'GLOBAL SHARED WORKAREA';
    exception when no_data_found then
    dummy_wrkarea := TRUE;
    -- Create a dummy workarea to put the SYSTEM FOLDER in
    wkarea_irid := jr_workarea.create_workarea( user,
    'SYSTEM WORKAREA',
    'Temporay WorkArea used to create the SYSTEM FOLDER');
    end;
    -- Set workarea context
    jr_context.set_workarea(wkarea_irid);
    -- Now create a FOLDER called SYSTEM FOLDER
    dbms_output.put_line('* Creating SYSTEM FOLDER');
    -- USBUG 1006132 CREATION OF SYSTEM FOLDER RESULTING IN DANGLINGS RM DATA CAUSING FP TO HANG
    -- USBUG 989215 NEED TO IDENTIFY SYSTEM FOLDER AND ALL ITS CONTENTS BY GUID
    folder_irid := 1773150433009805186156169550188005433;
    folder_ivid := 1773150433009809908522652419833219129;
    insert into SDD_FOLDERS ( IRID
    , IVID
    , DATE_CREATED
    , CREATED_BY
    , OWNING_USER
    , ELEMENT_TYPE_NAME
    , CONTAINER_SUBTYPE
    , REMARK
    , NAME
    , OS_TIMESTAMP
    , ROOT_FLAG
    , SYSTEM_ELEMENT_FLAG )
    values ( folder_irid
    , folder_ivid
    , SYSDATE
    , USER
    , USER
    , 'CEL'
    , 'FOL'
    , 'SYSTEM FOLDER'
    , 'SYSTEM FOLDER'
    , SYSDATE
    , 'Y'
    , 'Y');
    -- USBUG 1006123 NEED TO PREVENT USERS UPDATING CONTENTS OF THE SYSTEM FOLDER
    -- USBUG 1103313 CHANGES TO ALLOW SYSTEM FOLDER TO BE VERSIONED
    -- create the appropiate access rights
    dbms_output.put_line('* Creating access rights for SYSTEM FOLDER');
    insert into sdw_access_rights ( IRID
    , IVID
    , GRANTEE_REFERENCE
    --------------------------------------------------------------------------------

    This is a bit late, but in case you were still interested, I have successfully installed Designer repositories on XE. Just make sure the repository owner has the correct db privileges as well as quota on the repository tablespaces.
    Thanks,
    Dan

  • Error installing Oracle Designer/SCM Release 9.0.2.6 patch

    Hi.
    I am trying to install Oracle Designer/SCM Release 9.0.2.6 patch. I've already installed Oracle 9i Forms and Reports 9.0.2.1.0 (patch 2705870) and 9.0.2.3.0 (patch 3129219). The Oracle Installer version is 2.2.0.18.0, but when I try to install Designer/SCM Release 9.0.2.6.0, which uses Oracle Installer version is 2.3.0.0.0, I get the following error in my hs_err log file:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xff12ed8
    Function name=CallWndProcFunc
    Library=C:\WINDOWS\System32\SHW95DLL.DLL
    Current Java thread:
         at sun.awt.windows.WToolkit.eventLoop(Native Method)
         at sun.awt.windows.WToolkit.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00405000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x6D220000 - 0x6D227000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\verify.dll
    0x6D250000 - 0x6D266000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\zip.dll
    0x6D020000 - 0x6D128000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x6D1E0000 - 0x6D21B000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\fontmanager.dll
    0x5ED00000 - 0x5EDC6000      C:\WINDOWS\System32\OPENGL32.dll
    0x68B20000 - 0x68B3E000      C:\WINDOWS\System32\GLU32.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x10000000 - 0x101CA000      C:\WINDOWS\System32\ialmgicd.dll
    0x0FDB0000 - 0x0FDE0000      C:\WINDOWS\System32\ialmgdev.dll
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x0FF10000 - 0x0FF2F000      C:\WINDOWS\System32\SHW95DLL.DLL
    0x0FFB0000 - 0x0FFF1000      C:\WINDOWS\system32\WOW32.dll
    0x75F40000 - 0x75F5F000      C:\WINDOWS\system32\appHelp.dll
    0x773D0000 - 0x77BC2000      C:\WINDOWS\system32\SHELL32.dll
    0x63180000 - 0x631E5000      C:\WINDOWS\system32\SHLWAPI.dll
    0x181D0000 - 0x18271000      C:\WINDOWS\System32\ntvdm.exe
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\COMCTL32.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x5B430000 - 0x5B440000      C:\WINDOWS\System32\tsappcmp.dll
    0x0FF80000 - 0x0FF9E000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.jre\1.3.1.1.0c\1\DataFiles\Expanded\bin\jpeg.dll
    0x189D0000 - 0x189E4000      O:\Oracle Product Downloads\Oracle Developer Suite\Windows\Patches\9i_designer_scm_9026\stage\Components\oracle.swd.oui.core\2.3.0.2.0\1\DataFiles\Expanded\lib\win32\oraInstaller.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Wed Nov 05 19:27:05 2003
    Elapsed Time = 44
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    Please help!
    Thanks,
    Vincent Scorsone
    Phone: 504-908-1087
    Email: [email protected]

    What exactly do you want to do with Designer? You need to install the Designer repository in a Oracle database before you can use Designer.
    I suggest that you read the Repository Installation Guide (installed with the product or on OTN) and then go through the Designer Tutorial on OTN (http://www.oracle.com/technology/products/designer/9i_collateral.htm#tut) to understand some Designer concepts.

  • Error and crash durring creation of Designer 2000 repository

    I am a student learning to use Oracle and have run accross a problem when I tried to generate a Designer 2000 repository.
    I have installed Oracle 8i Personal Edition Release 8.1.5 on Windows 98.
    I logged on to Oracle using the internal id and began generating a repository, at the point in the process when it reaches these details:
    Stage Details
    CKTRIG
    Creating the repository triggers
    Object Details
    TRIGGER
    CDI_EL_CREATE_AUDIT
    Staus Information
    Submitting Definition/Statement..
    cdapitrg.sql
    I get the following error message:
    ora-04089: Cannot create triggers on objects owned by SYS
    I have tried skipping the step until it reaches one it accepts and then received a fatal error which closed the whole program down. I have also tried uninstalling and reinstalling and starting the process from the beginning and ended with the same results.
    Does anyone know why this is happening and more importantly how I can get around it?
    Thanks.

    Am not sure if you were able to resolve the issue but below are some points:
    a. I think the dlls sfabol and msa are not any more registerable, since they are more of VB.NET components and here assembly is registered and not the dll.
    b. For logging into the application just ensure that you have user id in table SMOUSER and the employee for that user in SMOMITABT table.
    c. If this is fine, then ensure that you have the latest BDOC metadata information on your laptop. I think in 5.0 also you need to use Clientconsole to download this information.
    d. If this is all okay, then try running SQL profiler and check if the query to the ides db is being executed by the framework. If the query is fired then it means application seems to behave properly but the query is not retrieving relevant details.
    For further details feel free to contact me..
    thanks,
    Piyush

  • Error in installing a new Repository in OWB 10g Release 2

    Hi,
    I am facing a consistent problem in creating a new repository, even after uninstalling and re-installing the OWB client many times. While creating a repository, I get the following three errors, after which the Repository Assistant automaticlly shuts down:
    1. The wizard noticed that the installation parameter 'enqueue_resources' of the database GRUSIT is set to 968. The recommended value for Warehouse Builder is 3000.
    2.The Warehouse Builder repository owner installation failed on user REPOWNER.
    java.sql.SQLException: ORA-04031: unable to allocate 4080 bytes of shared memory ("shared pool", "BEGIN
    DECLARE
    PROCEDURE brow...", "PL/SQL MPCODE", "pl/sql DS pg")
    3.INS0029: Error occured during installation. Check the log file
    F:\OraHome_1\owb\UnifiedRepos\log_070504_115828.000.log
    for details.
    Could you pls help me in resolving this issue?
    Thanks in advance,
    Tanvi

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • Error in Installing SSO Metadata Repository Creation Assistant (10.1.4.3.1)

    I am trying to Install Portal Forms Reports 11, so I had to Install all prerequisites
    My Machine Specifications:-
    1- Oracle Enterprise Linux 5.5 x86-64
    2- DB 11g R2
    3- WebLogic 10.3.3 (X64)
    4- Oracle Identity Management 11.1.1.2.0
    I was executed the inspre11.pl with -op1
    than I was trying to Install SSO Metadata Repository Creation Assistant (10.1.4.3.1)
    in the last step (Step 7 - Loading Repository)
    http://lh3.ggpht.com/_bMH90GEkTL4/SwW1jlNHzFI/AAAAAAAABjE/ZZm55usPKu0/s1600-h/clip_image054%5B3%5D.jpg
    I encountered this error :-
    ERROR - Unable to connect to the database. See the log file for details. Check that you have provided the proper service name for the database, that the database is running, the database connection information is valid, and that the database is set up for password file authentication. For more information, click the Help button.:ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_IAS_VERSION.SET_COMPONENT_LOADING' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    what can I do ? my Database is start up and the connection is OK !!!!!!!!!!!
    I followed the oracle documentation:-
    Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E12002-02 October 2009
    now we are going to 2011 !!!!!!!!!!!!!!!!!!!
    Is there another newer Installation guide from oracle?
    thank you

    Good question, rozester.
    I encountered this problem also, while trying to install the SSO MRCA 10.1.4.3.1 on 64-bit RHEL5 (though it's at version 5.7 but I'm positive that won't make any difference to the result).
    This may or may not match your situation, but when I looked in the log file $ORACLE_HOME/assistants/repca/log/repca_<datestamp>.log, I saw what was probably the reason behind the error:
    <$ORACLE_HOME>/bin/sqlplus: error while loading shared libraries: libclntsh.so.9.0: cannot open shared object file: No such file or directory
    I think I remember seeing that the link operation during installation had failed, but I hoped it would be OK. And it possibly would have been, if I'd remembered to specify the destination database Oracle home rather than the SSO MRCA Oracle home when prompted (on the page where it asks for database home and log file path). Perhaps then it would have used the sqlplus binary from the database oracle home, and since that one definitely works, it might have worked. But before I thought of that, I did a workaround; I installed the SSO MRCA on a 32-bit RHEL5 box (using the same directory paths) and copied the shared library files to the 64-bit box's shared library directory via scp as follows:
    cd $ORACLE_HOME/lib; scp -pr * oracle@rhel64box:$PWD/
    When I re-ran $ORACLE_HOME/runRepca, it then worked without error. Another thing I could have tried is just running runRepca on the 32-bit RHEL5 box, and that probably would have worked too, but it probably would have been a lot slower compared to running it locally on the destination server; it's takes quite a while as it is.
    Hope this helps. I'm sure it'll help me if next time I do this I forget what I did before and go searching again ;-)

  • Downloaded mac cs 5.5 design standard when i attempt to install i get an error "install"can't be opened. you should eject the disk image

    downloaded cs 5.5 design standard when i attempt to install i get an error "install"can't be opened. you should eject the disk image

    I'm having the exact same problem. Downloaded using different browsers and gatekeeper is off. Help!

  • Error installing 6i repository

    I am having problems installing a 6iR2 repository ... I read what was replied to the other posting (such and such privs must be granted), but the problem wasn't directly addressed. The IS no V$PARAMETERS view in a 8.1.6 or 8.1.7 database, only V$PARAMETER and V$PARAMETER2. Is this just a bug or what? I have to get the db back up for the developers quickly ...

    Kenneth,
    The script in ckrorole.sql had a typo, which was fixed in 6.5.30.10
    v_$parameters should read v_$parameter
    You also require select privs on v$parameter.
    Repository 6i Release 3 is available in shipping.
    David
    null

  • Error while creating the repository in OWB 10.2

    Hi,
    I'm trying to create the design the repository for OWB and i'm getting the following error.
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Log File Directory = S:\OWB10G24.001\OraHome_1\owb\UnifiedRepos\log_090916_134928.000.log
    main.main[5]20090916@13:49:28.028: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): OWBCC_HOME(OracleHome) = S:\OWB10G24.001\OraHome_1
    main.main[5]20090916@13:49:29.029: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:30.030: 00> oracle.wh.ui.install.assistant.wizards.NewMLSPanel.initLangs(NewMLSPanel.java:339): ... I'm in initLangs()...
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.jcommon.WhPushButton@1687e7c: WhPushButton constructor : rtsString = Reset OWBRT_SYS's Password (Optional)
    main.main[5]20090916@13:49:31.031: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [setLocaleByPreference]: Can not read install.properties. Using default.
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizard$7[frame0,0,0,0x0,invalid,hidden,layout=java.awt.BorderLayout,title=,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPane=javax.swing.JRootPane[,0,0,0x0,invalid,layout=javax.swing.JRootPane$RootLayout,alignmentX=null,alignmentY=null,border=,flags=385,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
    main.main[5]20090916@13:49:32.032: 00> oracle.wh.ui.common.UIUtils@1522de2: Setting cursor called on oracle.wh.ui.owbcommon.OWBWizardWelcomePanel[,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]

    Its resolved now it was because of an access issue.

  • Installing Designer 6i

    I just downloaded Oracle 8.1.6 and Designer 6i. I installed the database on a Win2000 station and all seems to work well. Then I installed Designer 6i on a Win98SE station. I tried to connect to the DB with SQL*Plus 8 and all work. Now, I want to use Designer. I can't because "the user does not have an installed Repository". So I open the Repository Administration Utility to create it and I click on Install button. A window appears where I can choose for a Small, Medium or Large Repository Size. I choose Medium, I click on Start and this error msg appears:
    CDR-21207: Executable File Not Found.
    Does someone have the same problem?
    null

    I have this same setup as you, but I did not get the error. Did you download the install documentation? It is actually very good in the 6i version. Did you create the correct tablespaces or just lumping them all together? Follow the Oracle Designer 6i Installation Guide, if you aren't already doing so.
    I had no problems.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Grizzzly:
    I just downloaded Oracle 8.1.6 and Designer 6i. I installed the database on a Win2000 station and all seems to work well. Then I installed Designer 6i on a Win98SE station. I tried to connect to the DB with SQL*Plus 8 and all work. Now, I want to use Designer. I can't because "the user does not have an installed Repository". So I open the Repository Administration Utility to create it and I click on Install button. A window appears where I can choose for a Small, Medium or Large Repository Size. I choose Medium, I click on Start and this error msg appears:
    CDR-21207: Executable File Not Found.
    Does someone have the same problem?<HR></BLOCKQUOTE>
    null

  • Setup fails while installing DESIGNER 9204

    Hi all,
    I am trying to install Designer 9204 over existing DS 902 and Designer 9202 in Windows XP with Oracle 9203.
    I got the following error:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77f52109
    Function name=stricmp
    Library=C:\WINDOWS\System32\ntdll.dll
    Current Java thread:
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Native Method)
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:496)
         at oracle.sysman.oii.oiix.OiixRegistryOps.RegSetValue(OiixRegistryOps.java:270)
         at ssRegSetValuew32.installAction(ssRegSetValuew32.java:91)
         at oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1536)
         at oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1303)
         at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:736)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompActions.doAction(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompInstallPhase2.doActionP3RegSetValue44(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompInstallPhase2.stateChangeActions(Unknown Source)
         at Components.oracle.repository.cktl61.v9_0_2_91_10.CompActions.stateChangePhase2Actions(Unknown Source)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentIP2WCCE.performStateChangeActions(OiifwInstallPhaseWCCE.java:1054)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE$OiifwComponentInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:608)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiif.oiifw.OiifwInstallPhaseWCCE.doOperation(OiifwInstallPhaseWCCE.java:260)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiif.oiifw.OiifwActionsPhaseWCDE.doOperation(OiifwActionsPhaseWCDE.java:417)
         at oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:109)
         at oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:939)
         at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:137)
         at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:702)
         at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:194)
         at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:367)
         at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:841)
    Dynamic libraries:
    0x00400000 - 0x00405000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\javaw.exe
    0x77F50000 - 0x77FF7000      C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000      C:\WINDOWS\system32\kernel32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000      C:\WINDOWS\system32\RPCRT4.dll
    0x77D40000 - 0x77DCC000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77C10000 - 0x77C63000      C:\WINDOWS\system32\MSVCRT.dll
    0x6D420000 - 0x6D4EE000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\hotspot\jvm.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\system32\WINMM.dll
    0x6D220000 - 0x6D227000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\hpi.dll
    0x6D3B0000 - 0x6D3BD000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\verify.dll
    0x6D250000 - 0x6D266000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\java.dll
    0x6D3C0000 - 0x6D3CD000      C:\DOCUME~1\ikarp\LOCALS~1\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\zip.dll
    0x6D020000 - 0x6D128000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x76390000 - 0x763AC000      C:\WINDOWS\system32\IMM32.dll
    0x771B0000 - 0x772D1000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x6D1E0000 - 0x6D21B000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\fontmanager.dll
    0x69000000 - 0x69211000      C:\WINDOWS\System32\atioglxx.dll
    0x10000000 - 0x1000D000      C:\WINDOWS\system32\PGPhk.dll
    0x08EE0000 - 0x08F04000      C:\WINDOWS\System32\Hook98.dll
    0x08F20000 - 0x08F3E000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\JavaAccessBridge.dll
    0x6D2C0000 - 0x6D2DB000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\jre\bin\jpeg.dll
    0x095C0000 - 0x095D5000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\oui\lib\win32\oraInstaller.dll
    0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
    0x09C50000 - 0x09C5C000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\ClusterQueries.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\system32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x09D70000 - 0x09D7F000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\WindowsGeneralQ.dll
    0x0A1A0000 - 0x0A1B4000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\NtEnv221.dll
    0x0A2D0000 - 0x0A2E2000      C:\Documents and Settings\ikarp\Local Settings\Temp\OraInstall2003-03-21_11-23-41AM\WindowsFolders21041.dll
    0x773D0000 - 0x77BC7000      C:\WINDOWS\system32\SHELL32.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x76FD0000 - 0x77048000      C:\WINDOWS\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77050000 - 0x77115000      C:\WINDOWS\System32\COMRes.dll
    0x76670000 - 0x76757000      C:\WINDOWS\System32\SETUPAPI.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\netapi32.dll
    0x76980000 - 0x76987000      C:\WINDOWS\System32\LINKINFO.dll
    0x76990000 - 0x769B4000      C:\WINDOWS\System32\ntshrui.dll
    0x76B20000 - 0x76B35000      C:\WINDOWS\System32\ATL.DLL
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Fri Mar 21 11:25:20 2003
    Elapsed Time = 96
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)
    How to fix this?
    BR, Igor Karp

    Simon,
    it passes the copying phase and fails at the setup.
    From the install logs i see that the last things setup was doing were:
    Starting install Install Phase 2 of component Oracle Repository Command Line Tool
    Calling Query areasQueries2.3.0.1.0 getProductHome
    name = oracle.swd.jre
    startVersion = 1.3.1.0.0
    endVersion = 1.3.1.0.0
    acceptCompatible = true
    Query Returned: C:\Program Files\Oracle\jre\1.3.1
    Setting variable 'JRE_HOME' to 'C:\Program Files\Oracle\jre\1.3.1'. Received the value from a code block.
    Setting variable 'JVM_CLASSPATH_DEFAULT_THIN_JDBC' to '-Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar'. Received the value from a code block.
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
    Calling Action w32RegActions2.3.0.0.0 RegCreateKey
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CKTL61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CKTL61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = RMMSGS61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = RMMSGS61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDRMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CDRMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDAMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1
         value = CDAMSG61
         data = C:\oracle\ora92ids\REPADM61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDA_UTILITY_MSG_DATA
         data = CDA,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = CDA_UTILITY_MSG_DATA
         data = CDA,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = CDR_UTILITY_MSG_DATA
         data = CDR,CDRMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = CDR_UTILITY_MSG_DATA
         data = CDR,CDRMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = RME_UTILITY_MSG_DATA
         data = RME,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = RME_UTILITY_MSG_DATA
         data = RME,RMMSGS61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = ORA_UTILITY_MSG_DATA
         data = ORA,RDBMS
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = ORA_UTILITY_MSG_DATA
         data = ORA,RDBMS
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = PLS_UTILITY_MSG_DATA
         data = PLS,PLSQL
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = PLS_UTILITY_MSG_DATA
         data = PLS,PLSQL
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IWP_UTILITY_MSG_DATA
         data = IWP,IWPMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IWP_UTILITY_MSG_DATA
         data = IWP,IWPMSG61
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = SERVER_API_DEPENDENCY_MANAGER61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
         value = SERVER_API_DEPENDENCY_MANAGER61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = SERVER_API_COMMAND_LINE61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61
         value = SERVER_API_COMMAND_LINE61
         data = 4.0.12.91.9
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IAMAP61
         data = C:\oracle\ora92ids\REPADM61\java\iamappings.pmf
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IAMAP61
         data = C:\oracle\ora92ids\REPADM61\java\iamappings.pmf
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IADTD61
         data = file:/C:/oracle/ora92ids/REPADM61/JAVA/IA.DTD
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = IADTD61
         data = file:/C:/oracle/ora92ids/REPADM61/JAVA/IA.DTD
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetNumValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = DEPIMP_BATCH_SIZE
         data = 1
    Calling Action w32RegActions2.3.0.0.0 RegSetNumValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = DEPIMP_BATCH_SIZE
         data = 1
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = DEPIMP_VALIDATE_XML
         data = N
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPCOM61
         value = DEPIMP_VALIDATE_XML
         data = N
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = JVM_CLASSPATH_DEFAULT_THIN_JDBC
         data = -Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\REPADM61\DEFAULT_JVM_PARAMS_THIN_JDBC
         value = JVM_CLASSPATH_DEFAULT_THIN_JDBC
         data = -Djava.class.path=C:\oracle\ora92ids\REPADM61\JAVA\jr_cmd.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_cws.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_dep.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_diff.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_ia.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_jol.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_vhv.jar;C:\oracle\ora92ids\REPADM61\JAVA\jr_file.jar;C:\oracle\ora92ids\REPADM61\JAVA\jgl3.1.0.jar;C:\oracle\ora92ids\REPADM61\JAVA\xmlparserv2.jar;C:\oracle\ora92ids\FORMS90\JAVA\f90jdapi.jar;C:\oracle\ora92ids\REPADM61\JAVA\jrapi.jar;C:\oracle\ora92ids\jdbc\lib\classes12.zip;C:\oracle\ora92ids\jlib\jewt4.jar;C:\oracle\ora92ids\jlib\share.jar;C:\oracle\ora92ids\jlib\help4.jar;C:\oracle\ora92ids\jlib\oracle_ice5.jar;C:\Program Files\Oracle\jre\1.3.1\lib\i18n.jar
         updateType = null
    Calling Action w32RegActions2.3.0.0.0 RegSetValue
         selectedNodes = null
         Key = HKEY_LOCAL_MACHINE
         SubKey = Software\ORACLE\HOME1\CKTL61
         value = IAFILTER61
         data = C:\oracle\ora92ids\REPADM61\JAVA\IAFILTERS.FIL
         updateType = null
    BR, Igor Karp
    PS. Should I switch to different forum with this issue?

Maybe you are looking for

  • HP Pavilion dv6626us needs a special bracket to connect the hard drive and I don't have one

    HP Pavilion dv6626us Entertainment  Notebook PC For US models a bracket is required to connect the SATA hard drive.  Is this bracket available?   Or are hard drives for this laptop specially made with an unusual sata connector?  (The specs for this l

  • SSRS report connecting SSAS 2014 cube not returning measure value

    Hi all Recently we migrated SSAS from 2008r2 to 2014 in Dev environment. when we are testing  SSRS reports which are connecting to that cube is having issue. the measure value is returning as [Measures].[LSM Count] instead of numeric value. when we c

  • X3-1 problem..pls help me :(

    how can i reset my nokia x3 in off mode???? i cannot start using my x3 because of the security code.. i enter my right code,, but still " security code error"" i also already try to enter 12345 code,,,but it still same.. some1 pls help me...ASAP!! TQ

  • Two problems with my Early 2011 MacBook Pro 15inch, 2.0Ghz

    Hi guys, so I got my old 2009 MBP replaced by a new Early 2011 one. First problem with the new machine had to do with our alltime favorite: Flash player (at least I guess it had something to do with it)! I used the 10.3 beta which has its own tile in

  • Question regd Inheritance. Please read

    In Inheritance,when a subclass extends a Superclass, the subclass is a specialized version of the superclass.Right? class B extends A{ So,B is a specialized version of A. Supposing that class B also implements an Interface: class B extends A implemen