Oracle ADI unattend install

Can someone know how to perform the unattended install for Oracle Applications Desktop Integrators 7.2 ? Do it support response file at all ? I found a response file NT.RSP and WIN32.RSP in the installer directory, but I don't know how to use it (I filled in the content over here but the Windows prompt will occurred ? Can someone help me. Many Thanks.

Hi DB
As far as I know, ADI and Discoverer do have any dependency that should prevent you from doing what you are doing.
What is the error you get when you try to install in the same ORACLE_HOME?
Can you give more information about the errors you get when you install in separate ORACLE_HOMEs?
I assume you would have checked the install logs and application logs to determine if there is anything obvious there ?
MSK

Similar Messages

  • Oracle ADI issue

    Hi,
    I was wondering if someone can help with a query I have.  We installed Oracle ADI onto once of our users machines and configured it to access the production database.  However whenever he reboots his machine, the database (called financials) is dropped and all options are grayed out to add in another database.  We then have to uninstall and re-install Oracle ADI, add in the Database credentials again and then this will work until the users reboots.
    Regards,
    Jon Ditchfield

    Hi Rob,
    We had to rebuild the users machine in the end and then it appeared to work.  The IT Suppport team here said that it was a mixture of group policies and setting we changed to get Oracle ADI working on a windows 7 machine.
    They disabled the group policies for the user after the re-build, installed Oracle ADI as the first instance and it worked.  In my opinion if possible try loading Oracle ADI first before anything else goes down on the machine.
    Regards,
    Jon Ditchfield

  • Successfully running Oracle ADI on Winodws 7 x64bit

    I have successfully installed Oracle ADI on Windows 7 x64 (and had its functionality extensively tested by power users).. and recently I was told there are a lot of people out there looking to do this as well.
    If anyone is still interested in this please let me know - I can write up instructions on how to accomplish this, as well as how to create a repsonse file and run a silent install.

    Client ADI is not certified on Windows 7 64-bit -- FAQ: Certification Information For Client ADI And Webadi (Doc ID 1251224.1)
    However, if you have workaround and detailed steps to make it working, feel free to post it here or in a blog article.
    Thanks,
    Hussein

  • Unattended install or Oracle9iR2 using responseFile on RHEL3

    Hi,
    I am following this document to do the Oracle9iR2 install on RHEL3: http://www.puschitz.com/InstallingOracle9i.shtml
    The Manual installation went fine for me. But my requirement is to do an Unattended install so that I can write a script and deploy to the do further installations on machines.
    1) Following the same document, I create:
    --- Oracle users ---
    groupadd dba # group of users to be granted with SYSDBA system privilege
    groupadd oinstall # group owner of Oracle files
    useradd -c "Oracle software owner" -g oinstall -G dba oracle
    passwd oracle
    --- Oracle directories ---
    mkdir -p /opt/app/oracle/product/9.2.0
    chown -R oracle.oinstall /opt/app/oracle
    mkdir /var/opt/oracle
    chown oracle.dba /var/opt/oracle
    chmod 755 /var/opt/oracle
    2) The Following are choices which I make in manual install ( and I need the same in responseFile also)
    /mnt/cdrom/runInstaller
    - Welcome Screen: Click Next
    - Inventory Location: Click Next
    - Unix Group Name: Use "oinstall" and click Next
    When asked to run /tmp/orainstRoot.sh, run it before you click Continue
    - File Locations: Use default values
    - Available Products: Select "Oracle9i Database 9.2.0.1.0"
    - Installation Types: Select Custom since we only want to install the software for now
    - Available Products: Click Next or add some more components.
    - Components Locations: Accept default values and click Next
    - Privileged Operating System Groups:
    I used the default values: OSDBA Group = dba, OSOPER Group = dba
    - Oracle Managent Server Repository:
    I used the default choice
    - Create database: Select NO since we first have to patch Oracle before a database can be created!
    - Summary: Start the Install
    - Configuration tools: Tools won't come up. Simply ignore it.
    - At the end of the installation, exit runInstaller.
    I copied custom.rsp into the home directory and modified the following:
    UNIX_GROUP_NAME= oinstall
    ORACLE_HOME=/opt/app/oracle/
    ORACLE_HOME_NAME=OUIHome
    and left the other entries in the response file (custom.rsp) as such.
    When I do an unattended install using responseFile, the screen does not proceed.
    The Universal Installer comes up and there is no progress!. ( Next is not pressed in the unattended fashion).
    Can someone share with me a working copy of a responsefile which does an unattended custom install? I assume what is the response directory should be working one, but I am unable to figure out where I have gone wrong.
    Where do I give OSDBAGroup = dba values? and how do I make it to go from one screen to next?
    Thanks in advance.
    Senthil

    But my requirement is to do an Unattended install so that I can write a script and deploy to the do further installations on machines.Why write? You can record your own responfile (during manual install) and use it for future installs.
    ./runInstaller -record -destinationFile /tmp/myinstall.rsp

  • Commands to copy apps to local drive from networkshare and installing via unattend install

    Hi Everyone,
    I'm in the process of deploying and testing Windows 8.1 with different settings via unattended answer file. I would like to test out with another settings during unattended install but I'm having a hard time to implement it. Here is the scenario, I've a
    server named WDS-DEP-SERV with a hard drive portioned into 2. One is C and other is E. On my E drive, I've a bunch of .exe apps saved. I would like my unattended answer file to pull those .exe apps over to the local drive from network share and install them
    as the unattended install takes place. I'm looking for a command that can help me achieve it in a silent mode. During testing before, I was able to have my unattended file to pull VMware tools drivers from network share under RunSynchronousCommand parameter
    with domain credentials of the network share and it installed successfully. For example, like this below.
    \\WDS-DEP-SERV\E\Distribution\Drivers\setup64.exe /s /v "/qn REBOOT=ReallySuppress" /l C:\Windows\Temp\vmware_tools_install.log
    I was searching online and came across a lot of things but none answered what I'm looking for. Can someone please reply back with the answers on how can I implement it in my unattended file.
    1) To be able to have unattended file pulling drivers from network share, copy them over to local drive during unattended installation process and execute them silently. I need a command to pull this off.
    2) What pass should I use in unattended file?
    3) So far, I've used RunSynchronouscommand  under Windows Deployement Neutral during "Specialize" pass to install just VMware tools. Is there a way to execute all apps in one go instead of doing it one at a time via Synchronouscommand? Please
    correct me if I'm wrong, Is it true every time you use Synchronouscommands for various different apps or scripts to pull from network share, you'll have to use network credentials under each and every Synchronouscommands section. Like, if I add 4 SyncrhonousCommands
    to the unattended file to pull 4 different apps or scripts from network share, I must provide network share credentials for each of those. Can it be just one time network share credentials under those and they all get pulled and executed during unattended
    install?
    Again, please if someone can get back to help me out. I would really appreciate it. Hope to hear from someone soon. Below is my unattended answer file in case someone would like to see it to understand better.
    ?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
        <settings pass="specialize">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ComputerName>WIN-8-DEPL</ComputerName>
                <ProductKey>MHF9N-XY6XB-WVXMC-BTDCT-MKKG7</ProductKey>
                <RegisteredOrganization>Microsoft</RegisteredOrganization>
                <RegisteredOwner>Microsoft</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>eastern standard time</TimeZone>
                <CopyProfile>true</CopyProfile>
                <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
            </component>
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <Path>net user administrator /active:no</Path>
                        <Description>Enabling Built in Administrator Account</Description>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Description>DisableNetworkLocationPrompt</Description>
                        <Order>2</Order>
                        <Path>REG ADD &quot;HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork&quot; /v Category
    /t REG_DWORD /d 00000000 /f</Path>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Path>REG ADD HKLM\System\CurrentControlSet\Services\Tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFF /f</Path>
                        <Order>3</Order>
                        <Description>Diasbling IPV6</Description>
                        <WillReboot>Never</WillReboot>
                    </RunSynchronousCommand>
                    <RunSynchronousCommand wcm:action="add">
                        <Credentials>
                            <Domain>Mikasa.local</Domain>
                            <Password>Ghtwhts2015</Password>
                            <Username>Administrator</Username>
                        </Credentials>
                        <Path>\\WDS-DEP-SERV\E\Distribution\Drivers\setup64.exe /s /v &quot;/qn REBOOT=ReallySuppress&quot; /l C:\Windows\Temp\vmware_tools_install.log</Path>
                        <Order>4</Order>
                        <Description>Vmware Tools Installation</Description>
                        <WillReboot>Always</WillReboot>
                    </RunSynchronousCommand>
                </RunSynchronous>
            </component>
            <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <DisableAccelerators>true</DisableAccelerators>
                <DisableFirstRunWizard>true</DisableFirstRunWizard>
                <Home_Page>www.marca.com</Home_Page>
                <BlockPopups>yes</BlockPopups>
            </component>
            <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <fDenyTSConnections>false</fDenyTSConnections>
            </component>
            <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <FirewallGroups>
                    <FirewallGroup wcm:action="add" wcm:keyValue="Remote Desktop">
                        <Active>true</Active>
                        <Group>Remote Desktop</Group>
                        <Profile>all</Profile>
                    </FirewallGroup>
                </FirewallGroups>
            </component>
            <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"
    xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <UserAuthentication>0</UserAuthentication>
                <SecurityLayer>1</SecurityLayer>
            </component>
            <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipAutoActivation>true</SkipAutoActivation>
            </component>
            <component name="Microsoft-Windows-TCPIP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Interfaces>
                    <Interface wcm:action="add">
                        <Identifier>00-50-56-30-85-87</Identifier>
                        <Ipv4Settings>
                            <DhcpEnabled>false</DhcpEnabled>
                            <Metric>10</Metric>
                            <RouterDiscoveryEnabled>true</RouterDiscoveryEnabled>
                        </Ipv4Settings>
                        <UnicastIpAddresses>
                            <IpAddress wcm:action="add" wcm:keyValue="1">172.16.5.120/24</IpAddress>
                        </UnicastIpAddresses>
                        <Routes>
                            <Route wcm:action="add">
                                <Identifier>0</Identifier>
                                <Prefix>0.0.0.0/0</Prefix>
                                <Metric>10</Metric>
                                <NextHopAddress>172.16.5.1</NextHopAddress>
                            </Route>
                        </Routes>
                    </Interface>
                </Interfaces>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <AutoLogon>
                    <Password>
                        <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AFAAYQBzAHMAdwBvAHIAZAA=</Value>
                        <PlainText>false</PlainText>
                    </Password>
                    <Enabled>true</Enabled>
                    <LogonCount>10</LogonCount>
                    <Username>DarkKnight</Username>
                    <Domain></Domain>
                </AutoLogon>
                <OOBE>
                    <HideEULAPage>true</HideEULAPage>
                    <NetworkLocation>Home</NetworkLocation>
                    <ProtectYourPC>1</ProtectYourPC>
                    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
                    <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
                </OOBE>
                <UserAccounts>
                    <AdministratorPassword>
                        <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
                        <PlainText>false</PlainText>
                    </AdministratorPassword>
                    <LocalAccounts>
                        <LocalAccount wcm:action="add">
                            <Password>
                                <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AFAAYQBzAHMAdwBvAHIAZAA=</Value>
                                <PlainText>false</PlainText>
                            </Password>
                            <Description>Admin User Account</Description>
                            <DisplayName>DarkKnight</DisplayName>
                            <Group>Administrators</Group>
                            <Name>DarkKnight</Name>
                        </LocalAccount>
                    </LocalAccounts>
                </UserAccounts>
                <RegisteredOrganization>Mikasa</RegisteredOrganization>
                <RegisteredOwner>Mikasa</RegisteredOwner>
                <ShowWindowsLive>false</ShowWindowsLive>
                <TimeZone>eastern standard time</TimeZone>
            </component>
            <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <InputLocale>en-US</InputLocale>
                <SystemLocale>en-US</SystemLocale>
                <UILanguage>en-US</UILanguage>
                <UserLocale>en-US</UserLocale>
                <UILanguageFallback></UILanguageFallback>
            </component>
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <Reseal>
                    <Mode>Audit</Mode>
                    <ForceShutdownNow>false</ForceShutdownNow>
                </Reseal>
            </component>
        </settings>
        <settings pass="generalize">
            <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <SkipRearm>1</SkipRearm>
            </component>
        </settings>
        <settings pass="offlineServicing">
            <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <EnableLUA>false</EnableLUA>
            </component>
        </settings>
        <cpi:offlineImage cpi:source="wim:e:/windows-os-images/win8.1x86ent-wimfiles/install.wim#Windows 8.1 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>
    Thanks
    Omar

    My script on my network share failed to run during unattend install right before the first login. Can someone take a look at my unattend xml file and suggest me a solution?
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>WIN-8-DEPL</ComputerName>
    <ProductKey>MHF9N-XY6XB-WVXMC-BTDCT-MKKG7</ProductKey>
    <RegisteredOrganization>Microsoft</RegisteredOrganization>
    <RegisteredOwner>Microsoft</RegisteredOwner>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>eastern standard time</TimeZone>
    <CopyProfile>true</CopyProfile>
    <BluetoothTaskbarIconEnabled>false</BluetoothTaskbarIconEnabled>
    </component>
    <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>net user administrator /active:no</Path>
    <Description>Enabling Built in Administrator Account</Description>
    <WillReboot>Never</WillReboot>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Description>DisableNetworkLocationPrompt</Description>
    <Order>2</Order>
    <Path>REG ADD &quot;HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\NetworkList\Signatures\FirstNetwork&quot; /v Category /t REG_DWORD /d 00000000 /f</Path>
    <WillReboot>Never</WillReboot>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Path>REG ADD HKLM\System\CurrentControlSet\Services\Tcpip6\parameters /v DisabledComponents /t REG_DWORD /d 0xFF /f</Path>
    <Order>3</Order>
    <Description>Diasbling IPV6</Description>
    <WillReboot>Never</WillReboot>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Credentials>
    <Domain>Mikasa.local</Domain>
    <Password>Ghtwhts2015</Password>
    <Username>Administrator</Username>
    </Credentials>
    <Path>\\WDS-DEP-SERV\E\Distribution\Drivers\setup64.exe /s /v &quot;/qn REBOOT=ReallySuppress&quot; /l C:\Windows\Temp\vmware_tools_install.log</Path>
    <Order>4</Order>
    <Description>Vmware Tools Installation</Description>
    <WillReboot>Always</WillReboot>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    <component name="Microsoft-Windows-IE-InternetExplorer" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <DisableAccelerators>true</DisableAccelerators>
    <DisableFirstRunWizard>true</DisableFirstRunWizard>
    <Home_Page>www.marca.com</Home_Page>
    <BlockPopups>yes</BlockPopups>
    </component>
    <component name="Microsoft-Windows-TerminalServices-LocalSessionManager" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <fDenyTSConnections>false</fDenyTSConnections>
    </component>
    <component name="Networking-MPSSVC-Svc" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <FirewallGroups>
    <FirewallGroup wcm:action="add" wcm:keyValue="Remote Desktop">
    <Active>true</Active>
    <Group>Remote Desktop</Group>
    <Profile>all</Profile>
    </FirewallGroup>
    </FirewallGroups>
    </component>
    <component name="Microsoft-Windows-TerminalServices-RDP-WinStationExtensions" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserAuthentication>0</UserAuthentication>
    <SecurityLayer>1</SecurityLayer>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <AutoLogon>
    <Password>
    <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AFAAYQBzAHMAdwBvAHIAZAA=</Value>
    <PlainText>false</PlainText>
    </Password>
    <Enabled>true</Enabled>
    <LogonCount>10</LogonCount>
    <Username>DarkKnight</Username>
    <Domain></Domain>
    </AutoLogon>
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen>
    <HideWirelessSetupInOOBE>false</HideWirelessSetupInOOBE>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AEEAZABtAGkAbgBpAHMAdAByAGEAdABvAHIAUABhAHMAcwB3AG8AcgBkAA==</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>RwBoAHQAdwBoAHQAcwAyADAAMQA2AFAAYQBzAHMAdwBvAHIAZAA=</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Admin User Account</Description>
    <DisplayName>DarkKnight</DisplayName>
    <Group>Administrators</Group>
    <Name>DarkKnight</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>Mikasa</RegisteredOrganization>
    <RegisteredOwner>Mikasa</RegisteredOwner>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>eastern standard time</TimeZone>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>cmd /C start /wait E:\RemoteInstall\Images\Windows8\install\$OEM$\$$\Setup\Scripts\SetupComplete.cmd</CommandLine>
    <Description>Various Apps Installation</Description>
    <Order>1</Order>
    <RequiresUserInput>false</RequiresUserInput>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-US</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-US</UserLocale>
    <UILanguageFallback></UILanguageFallback>
    </component>
    </settings>
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipRearm>1</SkipRearm>
    </component>
    </settings>
    <settings pass="offlineServicing">
    <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <EnableLUA>false</EnableLUA>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:e:/windows-os-images/win8.1x86ent-wimfiles/install.wim#Windows 8.1 Enterprise" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  • Oracle win 11gr2 install in Windows 7 environment

    I installed oracle 11gr2, the installation went very well. I could login to sql plus created tables and query the database.
    Only one thing i see is different than past installations is that oracle files are installed in c:\app\userid\ admin... and other files in that path.
    My experience in the past is to define oracle hone and files are found there.
    is it going to be a problem when I use third party tools like erwin, toad etc.
    how do i fix the problem. I tried to connect to the database thru erwin and had problem.
    Thank you
    j

    C:\Users\sidhwaneyj>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 28-JUN-2012 09:46
    :06
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date 28-JUN-2012 08:08:35
    Uptime 0 days 1 hr. 37 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\sidhwaneyj\product\11.2.0\dbhome_2\network\admi
    n\listener.ora
    C:\Users\sidhwaneyj>lsnrctl service
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 28-JUN-2012 09:47
    :58
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl.ijetcorp.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:135 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB.ijetcorp.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: IJET394, pid: 3640>
    (ADDRESS=(PROTOCOL=tcp)(HOST=IJET394.ijetcorp.com)(PORT=49207))
    The command completed successfully
    Listener Log File c:\app\sidhwaneyj\diag\tnslsnr\IJET394\listener\alert\
    log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl.ijetcorp.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB.ijetcorp.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully

  • Adobe Acrobat X Unattended Install not working

    I created and Windows bundle to install Acrobat X via a custom msi and I removed the "qn" switch. I used the Acrobat customizer to customize the install, to include unattended install but show progress bar and prompt for reboot. If I run the file on a PC locally it works fine, but the bundle makes the user go through the dialog boxes with all the correct settings already in place. With the /qn it works. I want the users to see the progress. Yes, they're too dumb and/or lazy to use the Zenworks icon to check the progress.

    Change /qn to /qb+
    On 6/15/2011 3:36 PM, elphantasmo wrote:
    >
    > I created and Windows bundle to install Acrobat X via a custom msi and I
    > removed the "qn" switch. I used the Acrobat customizer to customize the
    > install, to include unattended install but show progress bar and prompt
    > for reboot. If I run the file on a PC locally it works fine, but the
    > bundle makes the user go through the dialog boxes with all the correct
    > settings already in place. With the /qn it works. I want the users to
    > see the progress. Yes, they're too dumb and/or lazy to use the Zenworks
    > icon to check the progress.
    >
    >
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Knowledge Partner
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.

  • Oracle Text in installing Oracle 10g without licence!!

    Hi. Everyone.
    I've read some thread , but I am still confused about "oracle text".
    Now, I am testing oracle10g database.
    I downloaded 10g software from www.oracle.com, and installed it sucessfully
    on windows xp.
    When I was trying to import a dump file from oracle9i to
    the unlicenced oracle10g database, I got the error , IMP-00017, which
    is related to "Oracle Text".
    I checked "dba_users" dictionary, but ctxsys user is locked and expired.
    I read some thread on this site, and according to the advice, I tried to
    enable oracle text, using "DBCA".
    However, every database option on DBCA is disabled, I was not able to
    check oracle text.
    Lastly, how can I enable "Oracle Text" with unlicenced oracle 10g ?
    Is this possible without licence?
    I am very confused about this.
    I am looking forward to hear your experience and advices.
    Have a nice day.
    Best Regards.
    Ho.

    Well, instead of being confused, you could go to http://www.oracle.com/pls/db102/portal.portal_db?selected=1 and look at
    1) the licensing document, which would tell you whether you need a separate license, and
    2) under the 'Books' tab, look at the Text Application Developer's Guide or the Text Reference manuals for details.
    You could also look for the Oracle Text forum (from the http://forums.oracle.com page, under Database - More, or Text and ask the people who concentrate on that set of features.
    In general, Oracle Text is a set of extensions, the definitions for which are stored under user ctxsys. You would use these extensions by creating your own objects that are based on the extensions.
    For example, suppose your tables contain varchar2 columns. Create indexes that are based on ctxsys's 'context index type' and your application can then use the 'CONTAINS' keyword search capability (which is effectively a ctxsys-owned extension to the select)
    However, you would never log on to ctxsys and do anythibng with that as you risk changing the template code that Oracle has supplied.
    Message was edited by:
    Hans Forbrich
    PS: Yes, Oracle Text is included as part of the base database. Most of it is even included in the free Oracle XE database.

  • Oracle 10g not installing successfully in Windows Vista.

    Dear Gurus,
    Last week I bought a HP Pavlion Laptop with Windows Vista Operating System. Yesterday I tried to install Oracle 10g Database in it but got some errors during the installation and also it is not successfully installed. Even though there is no problem with the Software.
    Please tell me whether Oracle 10g is supported in Windows Vista. If not what is the version of Oracle should I install. I urgently need Oracle Database to be installed in my Laptop, please suggest what can be done.
    Thank you.
    With Kind Regards,
    Senthil Alagu .P.

    You may be interested in reading Oracle on Vista: Statement of Direction on the topic.
    Incidentally, which version of Vista is it? Oracle tend to only support the professional/business editions of Windows.
    Cheers, APC

  • Oracle Application Server Install Issue

    Gurus,
    There were 2 CD/DVDS (media) sent for the Oracle Application Server Install, but the Oracle Universal Installer did not ask for the 2nd CD while doing the Install, is this normal or I am not sure I missed any steps while installing the 1st CD/DVD.
    I was waiting that it would ask for the IInd CD/DVD, But it never? but the Install looked clean and exited clean without any error.
    Please advice.
    Thanks
    Sheik

    The 2nd disk is Companion CD. It contains the install files for other components.
    For instance, If you want to install Oracle HTTP Server only, then you use the companion CD to do so. It has many other individual installations.
    Aalap Sharma :)

  • Oracle 10g r2 install in Fedora 13

    Hi all,
    I am a new Fedora guy. I get trouble to install Oracle 10g r2 in Fedora 13.
    The following is error message:
    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: /home/oracle/software/database/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
    Who can help me? Please give me detail guide.
    Thanks!

    Hi,
    Seems a problem related to your glibc install. Are you sure you have the required packages ?
    Don't know if your version is a 32 bits or a 64 bits one but check this link (32 bits) :
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb28052%2Ftoc.htm&remark=portal+%28Installation%29
    or this link (64 bits)
    http://www.oracle.com/pls/db102/to_toc?pathname=install.102%2Fb15668%2Ftoc.htm&remark=portal+%28Installation%29
    and follow carefully the instructions (Redhat instructions)
    Best regards
    Phil

  • Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    Hello guys,
                Problem has been solved -
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    1. If you install 64 bit oracle this is not an issue. Install 64 bit oracle.
    2. Download odp.net 32 bit  from below link:-
        ODP.NET Managed Driver Beta Download&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;ODP.NET Managed Driver B…
    3. installed the odp.net.
    4. open the visual studio 2010.
    5.Select new - project - asp.net web application - project name -ok
    6.select tools- > connect to database- then follow the following steps
                             i>  user name - your user name/client username (example -- hr)
                             ii> password -- enter your password/client password  (example- hr)
                            iii>select connection type -- if you want to connect client database then- select EZ connect other wise select tns
                            iv>test the connection- then you will get connection succeed.
                            v> then click ok
    Thanks
    Chandrashekhar

    You do not need to do anything in VS.  You do need to configure both tnsnames.ora files, because the drivers do not share any data.
    Please see:
    http://sqlblog.com/blogs/jorg_klein/archive/2011/06/09/ssis-connect-to-oracle-on-a-64-bit-machine.aspx

  • This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.

    hi friends ,
    My report Fetch from the orcle database , we installed Oracle 10g and 11g - clent 32 -bit on win 2k8 -64 bit machine .while design time runing fine,but ofter depolyement im facing below issue.
    In error has occurred during report processing. (rsProcessingAborted)
    The execution failed for the shared data set 'abc'. (rsDataSetExecutionError)
    Cannot create a connection to data source ' Data source for shared dataset'. (rsErrorOpeningConnection)
    Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed.
    An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
      Any help is greatly appreciated, I have tried couple of solutions going through some threads online but no use and place dt tell install 1og r 11g 64-bit

    Hi,
    Based on the error message, we should confirm whether Oracle client tool has been installed on the Report Server at the beginning. If the Report Server installed is 64-bit, we should also install a 64-bit Oracle client tool on the Report Server. Besides, we
    can also try to bypass tnsnames.ora file when connecting to Oracle by specifying all the information in the data source instead of using the TNS alias to connect
    to the Oracle database. Please see the sample below:
    Data Source=(DESCRIPTION=(CID=GTU_APP)(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST= server01.mydomain.com)(PORT=1521)))(CONNECT_DATA=(SID=OracleDB)(SERVER=DEDICATED)));
    Reference:http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/30/ora-12154-tns-could-not-resolve-the-connect-identifier-specified-error-while-creating-a-linked-server-to-oracle.aspx
    Hope this helps.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • Oracle 9i iAS: (Install Error)

    Hello,
    This is the Pop-Up message that I get, when installing Oracle 9i iAS:
    Your local hsot name database file (typically /etc/hosts) is not configured
    properly. This file should have an entry of the form:
    <IP_ADDRESS> <FULLY_QUALIFIED_HOSTNAME> <AIASES>
    On Solaris sustems, the following files should also contain the fully qualified hostname, including the domain name:
    /etc/nodename, /etc/net/ticlts/hosts, /etc/net/ticots/hosts,
    /etc/net/ticotsord/hosts, and any files in /etc whose names begin with "hostname"
    In some of the above files, the hostanme may occur more than once, in which
    case all occurences hould be changed. Please correct your local host name database file, reboot the host, and restart the installation.
    Failure to properly configure this file may result in product runtime issues regarding proper hostname resolution.
    I tried to edit my /etc/hosts file as follows and reboot my computer to no avail:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    192.9.200.12 Linux2005 Oracle9iserver
    ~
    =====
    How can I resolve this PB ?
    PT

    Hello,
    I set my DISPLAY variable as follows:
    DISPLAY=192.9.200.12:0.0; export DISPLAY
    THen I can invoke the OUI for iAS without that error message.
    MY /etc/hosts file looks like:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    #127.0.0.1 localhost.localdomain localhost
    192.9.200.12 Linux2005.katz.qc.ca linux2005
    =====
    I commented out the first line. DUring the ORacle 9i Database Install I used both lines.
    When asked to type a hostname and portnumber, I get this error:
    An error occured while attempting to verify your host and port. Please verify your host and port values and that you can connect to this host, or enter new values. Use Ourput sTringlist is : localhost.localdoamin*7777*
    Return value from SSORunning funciton is INVALID
    =====
    Any ideas how I can resolve this ?
    PT

  • Oracle Software not installed

    Hi!
    I tried to install SAP NetWeaver 7.1 with Oracle 10 under Windows Server 2003 64bit in english fully updated. But I ran into two problems which prevented the SAP installation to finish : first once all the oracles updates were installed, the oracle wintows service would not start; second sapinst never managed to find the oracle installation and always answered "Oracle Software not installed".
    For this installation I downloaded all the installation files from the SAP download center like this :
         - On http://service.sap.com/swdc in the left frame : download/installation and upgrades/entry by application group
         - then in the center frame : SAP NetWeaver/SAP NetWeaver/SAP NETWEAVER CE 7.1/Installation/Windows Server/Oracle/
         - I added everything to the Download basket but "Oracle 10.2.0.2.0 Patch for AIX 64bit" and "Oracle 10.2.0.2.0 Patch for Solaris 64bit"
    - then I took the last patch for Oracle 10 on the SAP download center :
         - on http://service.sap.com/swcenter-3pmain in the left frame : Oracle/Oracle 64-bit/Oracle 10.2.0 64bit/Oracle 10.2.0.2/NT_x86_64
         - I added the last patch to the download basket
    Then I followed this installation steps :
    installation of the last jdk : jdk-6u3-windows-i586-p.exe
    installation of Oracle 10.2.0.1 with : Oracle10.2.0.1-51031678\NT\I386\sapserver.cmd
    installation of the last update for oracle 10.2.0.2 with : DVD_ORACLE_10.2.0.2_Patches_WIN_AIX_SOL\NT\I386\setup.exe
         => I had a problem with the installation of the patch chich detected the wrong version of windows so I forced it with : OPATCH_PLATFORM_ID=233 (I checked it before, it should really be the right one)
    installation of the last patch of oracle :
         - definition of ORACLE_HOME and addition of opatch to the PATH
         - execution of "opatch apply" in the folder Oracle-10202_Patch16_MSWINX86-64-6397030\
    ===> *PB* : the installation of this patch enables the oracle windows service which won't run and doesn't send any errors (just timeout). I didn't find any help on this one. When I tried to start sqlplus in console, I got errors about DLLs not found but they exists in the bin directory of oracle and are in the PATH...
    installation of NetWeaver 7.1 with SAP NetWeaver CE 7.1 SP3 for Oracle - 51032969\DATA_UNITS\CE71_03_IM_WIN_X86_64_ORA\sapinst.exe
           - normal installation + JavaEE + CompEnv
              - Media Browser - RDBMS Client Oracle : Oracle 10.2 Client - 51033272\OCL_WINDOWS_I386\LABEL.ASC
    ===> *PB* : at this point of the sap installation, I got an error "Oracle Software not installed" without any details. I didn't find any help on that either. It seems to come from a registry key missing...
    After that, I uninstalled (with removal of the right keys in the registry to have something clean (<a href="http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/deinstall.htm">url</a>)) Oracle many times and tried different installation steps : without the patches, with the patches but without the update (doesn't work), with the patch 15, with the patch 16. In each cases Oracle service wasn't working if a patch was installed. And in each cases the sap installation never detected an Oracle installation. This installation steps are very reproductibles and are problemful.
    Could anybody have some pointers or help on that one ?
    Thanks in advance,
    Florian

    Hello Friends,
    I tried the AMD64 based Installation Source to install Oracle 10g. and It works.
    I also applied sufficient patches (AMD64/x86_64 based) to Oracle, as required. It worked fine, without giving that "Platform not compatible" error, as it was giving me before.
    Now,I have got that , my machine was expecting x86_64 based Installation of Oracle .
    I was little bit confused between x86, x64, x84_64, I386,etc..etc..terms...
    Thanks to Markus and other friends.
    The problem was due to mix installation of 32bit +  64bit Oracle Software & Patches. Previously, i installed  i386 based Oracle, which is 32 bit version. Then i tried AMD64 based Installation source of Oracle RDBMS. It workes.
    Previously, I was applying x86_64 based Oracle patches 16 & 17 on 32-bit Oracle version, thats why definitely it was giving error of "Platform not compatible", because it was expecting 64Bit Oracle version to implement that patch.
    But, now, i successfully applied these two required Oracle 10.0.2.0 patches(16 & 17),on this 64Bit Oracle. (AMD64 based Installation source).
    Then, I had run SAPInst of Installation Master (Win_x86_64) and started the Installation again. I also gave Oracle RDBMS Client Source location (x86_64 based). Then, also provided other required parameters. Now, the SAPInst worked fine, without that "Oracle Software not Installed" error.
    And, Ultimately I successfully installed the SAP NetWeaver CE 7.1 on 64Bit Oracle 10g Database Software. Right now, the Server is working fine, without Errors.
    Thanks Again.....

Maybe you are looking for

  • LOADING ADDITIONAL COSTS (change matches revenue cost of goods in warehouse

    Subject: LOADING ADDITIONAL COSTS (change matches revenue cost of goods in warehouse and not accounting for the year 2008) Problem: we must add the cost of goods of the raw material (for which was made a check invoice) of the costs, which are arising

  • Double spaces after checking out the code

    Hi Guru's, I am seeing double spaces in my code after checking out in cvc. Could anyone please help me how to remove the spaces. Thanks.

  • How to refresh a popup before showing it

    I have a button that shows a popup and it works fine. <af:commandButton text="Customize" id="customizeButton">   <af:showPopupBehavior popupId="dataFilterPopup"/> </af:commandButton> I added a partialTriggers to the popup, so when clicking on the but

  • Running 09 8.0.6 imovie wont load to youtube

    running 09 8.0.6 imovie on my Mac OS X version 10.6.8 proc 2.66 GHz Quad core Intel Xeon Memory 3 GB 1066 MHz DDR3 Mac HD  I have 28 available GB on internal hard drive      My imove 09 freezes and wont load to youtubeany longer?

  • Two displays

    Sorry if this has been asked before, could not find anything about it ? So as the title says : can the MacBook use two external displays ? I know there is a Matrox thingy that will let the Mini use two displays can this be used with the MacBook, will