ODBC Installation on PC Clients -

soapbox on
I'm confused as to why upgrading a PC client ODBC is so complicated. I tripped over this again trying to get a fix to a problem that required the 8.1.6.3 upgrade, when we have deployed a mixture of 8.0.5 and 7.3.4 clients.
I've heard plenty on the architecture and so forth. That seems irrelevant to Oracle creating simple installation/upgrade packages.
It seems to me that a self unpacking EXE with a built in installer similar to upgrading a SUN JRE ( Java Runtime Environment ) would be more than sufficient for upgrading a client.
Instead, I need to download the client and install it separately, then use the Oracle Installer from that install to install 3 DLLs for ODBC through a separate download ( and update the registry, ad nauseam ).
Yes, I understand about the client and SQL*Net dependencies, and setup of TNSNAMES and ORACLE_HOME and all that.
And I think that Installer and all the capability is very, very useful on the servers and admin pcs... it just feels totally inappropriate and bulky for the desktop ( which probably outnumber the server/admins by 100 to 1, making upgrades all the more painful ) Which contributes to the type of complaints about unnecessary complexity I hear from PC developers who encounter Oracle the first time... and leads to Oracle desupport by those developers in favor of other products. ( Often the complexity is necessary and they don't understand it.. but in this case I gotta agree! )
The apparent lack of compatibility between release changes (for even basic functionality if we aren't interested in the new features )... and "Installer du jour" versions seem to be aggravating the situation.
Since there seem to be a considerable number of PCs out there these days, maybe catering to simplified installation/upgrade approaches should be a strong consideration for Oracle in the future...
soapbox off

I would suggest an uninstall/reinstall of Palm Desktop.  
Use the control panel to uninstall the software.  This normally will not delete any user data, and it will return when reinstalled.
My guess is a Micro$oft update may have scrambled something in Palm Desktop...
WyreNut
I am a Volunteer here, not employed by HP.
You too can become an HP Expert! Details HERE!
If my post has helped you, click the Kudos Thumbs up!
If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

Similar Messages

  • ODBC installation failed

    After successfully installed instantclient lite and sqlplus, ODBC installation failed with the undermentioned error message:
    Couldn't find Oracle Instant Client in present directory.
    The driver version used by me is instantclient-odbc-win32-10.2.0.1-20050930.
    I understand that all of the requierd PATH variables has set. SQL connection is successfully tested. What could be wrong?

    Hi.
    The documentation for the ODBC supplement states that one has to download the Instant Client Basic package. http://www.oracle.com/technology/tech/oci/instantclient/releasenotes/ODBC_IC_ReleaseNotes.html
    But it is not clear that the LITE package doesn't support ODBC.
    Anyone else who knows if this is a feature or a bug?
    Lars Johan

  • Error updating data source from SQL Server ODBC into SQL Native Client 10.0

    I am converting Crystal 8.5 reports into Crystal XI release 2. The data source was ODBC using SQL Server 2000 and pointing to a stored procedure. In the new server the data source has to be ODBC again, but it uses the SQL Native Client 10.0 Driver, because the new server is SQL Server 2008. I have copied the same old stored procedure on the new server and it works fine as a data source to a brand new Crystal XI report. But when I am opening an existing 8.5 version crystal report and updating the data source to the new location I get the error message "Some tables could not be replaced, as no match was found in the new data source".
    I thought I could tackle this error by creating a temporary data source using the standard ODBC SQL Driver linked to the SQL 2008 Server instead of the SQL Native Client 10 ODBC. So I first updated the crystal data source to link to this temp ODBC using SQL Driver and it worked fine. But after that, when I try to update the data source to link to the SQL Native Client 10 ODBC, I get the same error again.
    So I guess that the problem is not the new server itself, but the switch between SQL Server ODBC and SQL Native Client 10 ODBC.
    Does anyone know what's going on with this SQL Native Client 10 in updating crystal report data sources?

    CR XI does not support that driver. Try selecting the Native driver or upgrade to CR XI R2 for free and use SP4, 5 and 6 and then FP 6.4 or upgrade to CR 2008 and SP 3 and Fix Pack 3.3
    Thank you
    Don

  • Unable to do BPC for Office Installation via BPC Client software

    Hi,
    I am trying to install "BPC for Office Installation" via the client software center. I get an error "You do not have authority to install the BPC for Office.".
    I am on Windows 7 Home premium. My username is the only name on the computer and has admin rights.
    I did browse through a few threads in this forum and as per the suggestions, I installed .NET 1.1 and service pack for it.
    I also modified the "hosts" file in system32\drivers\etc to include the lines I need.
    IT STILL DOESNT WORK !
    PLEASE HELP!
    Regards,
    Tagz

    Thanks for your response Patrick!
    I enable the Intranet option as per the note and added the website to my zone in the browser security option.
    I get case 2 error as per the note. I tried going to the next step. Now it says "Not enough memory. A minimum of 64 MB of memory is required.". My computer though has 4GB memory.
    Please advice!
    Thanks,
    Tagz

  • How to share and Access DB (.accdb) with global tables that link to SQL Server tables without having to define ODBC connections on each client PC?

    I have an Access DB with quite a few Linked Tables that point to a SQL Server backend db.  Currently I am using an ODBC connection defined on my pc, but I want other users to be able to download the .accdb file from a share and run.  Will I have
    to define this odbc connection on each client's pc?  Is there a better way to do this without having to have each client manually set this up on their PC?

    I have an Access DB with quite a few Linked Tables that point to a SQL Server backend db.  Currently I am using an ODBC connection defined on my pc, but I want other users to be able to download the .accdb file from a share and run.  Will
    I have to define this odbc connection on each client's pc?  Is there a better way to do this without having to have each client manually set this up on their PC?
    Hi Jason,
    I think you can automate that process. In each application I use a one-record-table in the FE with a field Connected. Connected is default False.
    Starting a database in the development mode ignores this flag. Starting a database in production mode starts, if Not Connected, a procedure to RefreshLink the tables to the BE, and makes Connected = TRUE, so a next startup does not
    result in a new RefreshLink.
    Instead of a Boolean you could also use a string containing the path, or whatever you want.
    Imb.

  • Can ODBC set by Instant Client be used in MS SQL linked Server?

    Hi:
    I want to know if a ODBC set by Instant Client can be used to set a linked server in MS SQL.
    I follow the install instruction about Instant Client.
    I create a ODBC setting and the connection tested successful.
    I also build it in DTS package in MS SQL and the data transfer process can be run correctly.
    But when I tried to build a linked server from MS SQL to oracle, it always returned the error message
    System1 Setting:
    MS Win 2003 + MS SQL 2000 + Instant Client 10.1.0.4
    System2 Setting:
    MS Win 2000 + Oracle 9.2
    Any opinion or suggestion is appreciated.
    Toni Lee

    with t_segment
    as
         select block_id, blocks, owner, segment_name,segment_type
           from dba_extents
          where tablespace_name = upper('&1')
          union all
         select block_id, blocks, 'sys' owner, 'Free' segment_name, 'FREE'
           from dba_free_space
          where tablespace_name = upper('&1')
          order by 1
    t_segment_1
    as
          select block_id,
              blocks,
              owner, segment_name, segment_type,
              owner||'-'||segment_name||'-'||segment_type seg
            from t_segment t
           order by 1
    select block_id, owner, segment_name, segment_type, sum(blocks) blocks
       from (select val block_id, owner, segment_name, segment_type,  blocks
            from (select block_id,
                   blocks,
                            owner, segment_name, segment_type,
                   seg,
                   row_number() over(order by block_id) rno,
                   nvl(lag(seg) over(order by block_id),' ') lag_seg
                 from t_segment_1)
           model
           return updated rows
           dimension by(rno)
           measures(block_id, blocks, seg, lag_seg, 0 val, owner, segment_name, segment_type)
           rules update
              val[any] = case when seg[cv()] <> lag_seg[cv()] then block_id[cv()] else val[cv()-1] end
      group by block_id, owner, segment_name, segment_type
      order by block_id

  • What software usual is used to create installation package for client appli

    What software usual is used to create installation package for client application?

    >
    I mean the software that installed my application on client's machine. E.g. by click button Next, Next ...>Try clicking some of the 'buttons'(1) on the [webstart API examples|http://pscode.org/jws/api.html] page.
    (1) They are not HTML buttons, but links stylde to look vaguely like buttons. HTML buttons can be used just as easily, see [Launch JNLP App - launch style|http://pscode.org/jws/launch.html] for an overview of different launch styles.

  • ODBC Driver for Instant Client

    Hello.
    First of all I would like to thank Oracle for giving us the Instant Client. It seems to be the solution for making stand-alone client application in a very simple way. Thanks!
    Even Though, I need to know if there is a way to download the so called "ODBC Supplement". I suppose it's a Windows ODBC Driver for Instant Client.
    Thanks!

    Here's a Registry script to set up a sample 10g-driver data source. After this I used MS Access 2002 to connect to a 9i database. It found all the table names, etc, and read fine from some of them, but others came back with some kind of error such that Access reported the row as already Deleted. I have not done any more research, yet.
    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources]
    "SS585D_ORA10_SYS"="Oracle in bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\SS585D_ORA10_SYS]
    "Driver"="C:\\OraWin10\\Bin\\SQORA32.DLL"
    "ServerName"="SS585D"
    "Description"="Sys SS585D using Oracle 10 driver"
    "DSN"="SS585D_ORA10_SYS"
    "User"="ABC"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
    "Oracle in bin"="Installed"
    [HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\Oracle in bin]
    "APILevel"="1"
    "CPTimeout"="60"
    "ConnectionFunctions"="YYY"
    "Driver"="C:\\OraWin10\\bin\\SQORA32.DLL"
    "DriverODBCVer"="03.51"
    "FileUsage"="0"
    "Setup"="C:\\OraWin10\\bin\\SQORAS32.DLL"
    "SQLLevel"="1"
    As for the ODBC admin program, I used RegMon and FileMon to watch it in action. It loads the 10g setup DLL okay and reads various ODBC values from the registry, then GPF's. I think I'm seeing some kind of buffer overrun problem. I can send logs to anybody who gives me an e-mail address. Mine is [email protected]

  • ODBC installation

    Hi,
    I have a 10g application server and my database is 9i.
    I need to host web site on the same 10g form service and report service server which requires ODBC connection to the 9i database.
    Any idea how do I just install the ODBC? Or which version of ODBC should I install so they all work together nicely.
    I tried with another server running on 2 homes and it was not stable.
    Thanks

    Don't even know what operating system version and edition or which product versions and editions you are working with.
    9i and 10g are not versions they are marketing labels. 10g could stand for anything from 10.1.0.2 through 10.2.0.4 and there
    are many versions in-between.
    But to get to your question ODBC installation is an operating system issue and as you didn't state your operating system we
    can not help you beyond a referral to metalink and/or google.

  • 11gr2 client installation hangs during client installation

    hi
    11gr2 client installation hangs during client installation during "perform pre-requisit test"-- what to do??
    server oel 5.6
    db 11gr2
    client 11gr2
    os win xp prof 32 bit
    java jre 6u24
    netbeans 6.9.1
    kind regards
    Edited by: SYSAPPSDBATSM(EBZ11,R12)1152046c on Mar 25, 2011 3:40 PM

    hi
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Get view named [InstallTypesUI]
    INFO: size estimation for InstantClientinstall is 174.04894161224365
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: size estimation for Runtimeinstall is 754.2802858352661
    INFO: View for [InstallTypesUI] is oracle.install.ivw.client.view.InstallTypesGUI@1cf243b
    INFO: Initializing view <InstallTypesUI> at state <clientInstallType>
    INFO: InstallTypesPane installType is: InstantClient
    INFO: Completed initializing view <InstallTypesUI> at state <clientInstallType>
    INFO: Displaying view <InstallTypesUI> at state <clientInstallType>
    INFO: Completed displaying view <InstallTypesUI> at state <clientInstallType>
    INFO: Loading view <InstallTypesUI> at state <clientInstallType>
    INFO: Completed loading view <InstallTypesUI> at state <clientInstallType>
    INFO: Localizing view <InstallTypesUI> at state <clientInstallType>
    INFO: size estimation for InstantClientinstall is 174.04894161224365
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: size estimation for Runtimeinstall is 754.2802858352661
    INFO: Completed localizing view <InstallTypesUI> at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientInstallType
    INFO: Completed executing action at state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientInstallType>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Client Install Type set in InstallTypeUI is : Custom
    INFO: Validating view at state <clientInstallType>
    INFO: Completed validating view at state <clientInstallType>
    INFO: Validating state <clientInstallType>
    WARNING: Validation disabled for the state clientInstallType
    INFO: Completed validating state <clientInstallType>
    INFO: In Transition of InstallTypesAction:
    INFO: Verifying route ic_no
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@a16157
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Get view named [InstallLocationUI]
    WARNING: Active Help Content for InstallLocationPane.cbxOracleBases do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxOracleBases.conciseHelpText
    WARNING: Active Help Content for InstallLocationPane.cbxSoftwareLoc do not exist. Error :Can't find resource for bundle oracle.install.ivw.client.resource.ContextualHelpResource, key InstallLocationPane.cbxSoftwareLoc.conciseHelpText
    INFO: View for [InstallLocationUI] is oracle.install.ivw.client.view.InstallLocationGUI@ba8fce
    INFO: Initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Completed initializing view <InstallLocationUI> at state <getOracleHome>
    INFO: Displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed displaying view <InstallLocationUI> at state <getOracleHome>
    INFO: Loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed loading view <InstallLocationUI> at state <getOracleHome>
    INFO: Localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Completed localizing view <InstallLocationUI> at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOracleHome
    INFO: Completed executing action at state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOracleHome>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: Validating view at state <getOracleHome>
    INFO: Completed validating view at state <getOracleHome>
    INFO: Validating state <getOracleHome>
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: C:\Documents and Settings\DBA\Desktop\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: InstallAreaControl exists: true
    INFO: isNewHome= true isORCAHome=false
    INFO: Checking:NEW_HOME
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:COMP
    INFO: Checking:ORCA_HOME
    INFO: Reading shiphome metadata from C:\Documents and Settings\DBA\Desktop\win32_11gR2_client\client\install\..\stage\shiphomeproperties.xml
    INFO: Loading beanstore from file:/C:/Documents and Settings/DBA/Desktop/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/C:/Documents and Settings/DBA/Desktop/win32_11gR2_client/client/install/../stage/shiphomeproperties.xml
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: inventory location isC:\Program Files\Oracle\Inventory
    INFO: size estimation for Administratorinstall is 1046.229476928711
    INFO: PATH has :==>C:\DOCUME~1\DBA\LOCALS~1\Temp\OraInstall2011-03-26_10-46-45AM\jdk\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Common Files\NetSarang;C:\Program Files\PC Connectivity Solution\;C:\app\DBA\product\11.1.0\db_2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\WinSCP\;C:\Program Files\QuickTime\QTSystem\
    INFO: Completed validating state <getOracleHome>
    INFO: InstallLocationAction to INVENTORY_YES_CUSTOM_YES
    INFO: Verifying route INVENTORY_YES_CUSTOM_YES
    INFO: Get view named [CustomInstallUI]
    INFO: Re-loading component config bean
    INFO: Loading beanstore from jar:file:/C:/Documents%20and%20Settings/DBA/Local%20Settings/Temp/OraInstall2011-03-26_10-46-45AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.commons.base.util.ComponentConfig from jar:file:/C:/Documents%20and%20Settings/DBA/Local%20Settings/Temp/OraInstall2011-03-26_10-46-45AM/ext/jlib/instclient.jar!/oracle/install/ivw/client/resource/custom_components.xml
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    WARNING: [INS-07001] Value for property 'dependants' not found in the bean store.
    INFO: Resolving dependencies
    INFO: View for [CustomInstallUI] is oracle.install.ivw.client.view.CustomInstallGUI@1473a2e
    INFO: Initializing view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Completed initializing view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Displaying view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Completed displaying view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Loading view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Completed loading view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Localizing view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Completed localizing view <CustomInstallUI> at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state clientCustomInstall
    INFO: Completed executing action at state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <clientCustomInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Client Custom Install Selection.  map = {}
    INFO: Validating view at state <clientCustomInstall>
    INFO: Completed validating view at state <clientCustomInstall>
    INFO: Validating state <clientCustomInstall>
    INFO: Completed validating state <clientCustomInstall>
    INFO: Verifying route TO_ENDCUSTOM
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state prereqExecutionDecider
    INFO: Completed executing action at state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prereqExecutionDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prereqExecutionDecider>
    INFO: Completed validating view at state <prereqExecutionDecider>
    INFO: Validating state <prereqExecutionDecider>
    WARNING: Validation disabled for the state prereqExecutionDecider
    INFO: Completed validating state <prereqExecutionDecider>
    INFO: Verifying route executeprereqs
    INFO: Get view named [PrereqUI]
    INFO: View for [PrereqUI] is [email protected]77
    INFO: Initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed initializing view <PrereqUI> at state <checkPrereqs>
    INFO: Displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Completed displaying view <PrereqUI> at state <checkPrereqs>
    INFO: Loading view <PrereqUI> at state <checkPrereqs>
    INFO: Completed loading view <PrereqUI> at state <checkPrereqs>
    INFO: Localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Completed localizing view <PrereqUI> at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state checkPrereqs
    INFO: custom prereq file name: oracle.client_Custom.xml
    INFO: refDataFile: C:\Documents and Settings\DBA\Desktop\win32_11gR2_client\client\stage\cvu\oracle.client_Custom.xml
    INFO: isCustomRefDataFilePresent: false
    INFO: Completed executing action at state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state checkPrereqs
    INFO: Waiting for completion all forked tasks at state checkPrereqs
    INFO: Creating PrereqChecker Job for leaf task Physical Memory
    INFO: Creating CompositePrereqChecker Job for container task Free Space
    INFO: Creating PrereqChecker Job for leaf task Free Space: dba-077754d77ea:C:\DOCUME~1\DBA\LOCALS~1\Temp
    INFO: Creating PrereqChecker Job for leaf task Architecture
    INFO: Creating PrereqChecker Job for leaf task Environment variable: "PATH"
    INFO: CVU tracingEnabled = false
    INFO: Nodes are prepared for verification.
    INFO: *********************************************
    INFO: Physical Memory: This is a prerequisite condition to test whether the system has at least 128MB (131072.0KB) of total physical memory.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:dba-077754d77ea
    INFO: Expected Value:128MB (131072.0KB)
    INFO: Actual Value:1.9906GB (2087276.0KB)
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Free Space: dba-077754d77ea:C:\DOCUME~1\DBA\LOCALS~1\Temp: This is a prerequisite condition to test whether sufficient free space is available in the file system.
    INFO: Severity:IGNORABLE
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:dba-077754d77ea
    INFO: Expected Value:130MB
    INFO: Actual Value:12.5322GB
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Architecture: This is a prerequisite condition to test whether the system has a certified architecture.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:dba-077754d77ea
    INFO: Expected Value:32-bit
    INFO: Actual Value:32-bit
    INFO: -----------------------------------------------
    INFO: *********************************************
    INFO: Environment variable: "PATH": This test checks whether the length of the environment variable "PATH" does not exceed the recommended length.
    INFO: Severity:CRITICAL
    INFO: OverallStatus:SUCCESSFUL
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:dba-077754d77ea
    INFO: Expected Value:1023
    INFO: Actual Value:235
    INFO: -----------------------------------------------
    INFO: All forked task are completed at state checkPrereqs
    INFO: Completed background operations
    INFO: Moved to state <checkPrereqs>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <checkPrereqs>
    INFO: Completed validating view at state <checkPrereqs>
    INFO: Validating state <checkPrereqs>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.client.action.PrereqAction
    INFO: Completed validating state <checkPrereqs>
    INFO: Verifying route success
    INFO: Get view named [SummaryUI]kind regards

  • ODBC Installer Error

    I have been using PS Elements 4 for years and just recently I have been getting an error message "The ODBC Installer DLL is not installed on this system". Any help would be appreciated. Thank you.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    enorc0414 wrote:
    all of a sudden I just started to get an error message. Any ideas?
    Yes, something's wrong. 
    I'm sure you'll be likely to get more pertinent help if you list the exact error message title and text and specifically when you see it occur.
    You might find more folks who have also experienced similar error with Photoshop Elements in the Photoshop Elements forum (this is the Photoshop full version for Windows forum).
    http://forums.adobe.com/community/photoshop_elements
    -Noel

  • Tips For Installation of Migration Client on Windows 2008.

    Hi All,
    I am completely new to installation of Migration Utiliity.
    If anybody have performed Installation of Migration Client on Windows 2008 machine For IPM 10g To IPM 11g data migration,
    Please help me by suggesting tips...
    Thanks in advance
    Vikas
    Edited by: 862821 on Feb 18, 2013 10:55 PM

    Hi all,
    I have installed migration client on IPM 10g machine.
    From IPM 10g I want to export perticular application.
    For which I have to configure that application in IPM migration tool for export.
    I need steps to configure application in Migration client(10.1.3.6).
    Please somebody help me ..
    Thanks in advance
    Vikas

  • Error occurs during installation of VPN client

    Dear all,
    During the installation of the VPN client, it prompt an error: "Installation failed. rc=2148467203".
    Anybody facing this problem before, please help.
    thank you.

    Hi ,
    what type of error message you are getting while installation of VPN client.Is it "Installation failed. rc=2148467203" or ""Deterministic Network Enhancer Installation failed rc=2148467203"".Could you please more specific about the error.
    Try to reinstall OS and then install VPN client.

  • Has the ODI same installable for both Client & Server?

    Has the ODI same installable for both Client & Server?
    i.e. Team with multiple developers is concurrently working on ODI project. Repository is very much same. They just need the Designer Module in their desktop.
    Is there separate installable for development IDE for ODI (Designer Module) instead of complete ODI which may include the server also?
    Thanks In Advance
    priyadarshi.

    Hi ,
    You can install only the client in multiple machine if multiple user are going use/share the same repository ... and you should be having the same
    snps_login_work.xml
    snps_login_security.xml
    in all your client installations....so that you can have multiple users created and share the same repositroy ...
    hope this helps
    Thanks
    Ananda

  • Is the Runtime installation of Oracle Client 10.2.0.4 supported with Busine

    Hi all,
    I have a some queries.
    1. Is the Runtime installation of Oracle Client 10.2.0.4 supported with BusinessObjects XI 3.1?
    2. Is the Administration installation of Oracle Client 10.2.0.4 supported with BusinessObjects XI 3.1?
    3. Does BusinessObjects XI 3.1 use Oracle .NET?  I'm asking this because the Runtime installation doesn't install Oracle .NET.
    4. Is there any functionality that is lost from BusinessObjects XI 3.1 if the Runtime installation of Oracle Client 10.2.0.4?
    Regards
    Kultar P

    Hi Kultar,
    I do not have any problem with an Oracle Installation and BO XI 3.0. I have a virtual machine which has oracle database 10.2.0.1 and BO XI 3.0.
    The CMS repository resides in the Oracle DB. From My Experience I do not have any problem with the two installations in the same machine.
    Regards
    Ishaq

Maybe you are looking for

  • My iPad Mini Retina   LTE got No Service after upgrade to IOS 8.1

    After upgrading to IOS 8.1 my iPad Mini Retina lost GSM signal and No Service indication appears in top left screen. Tried to reset, switch off without positive results. With manual carrier search, my carrier is still in the options but no results. P

  • Mail. Backup problem.

    Hi:     I back up my email with Time Machine everything is normal. However, when I go to the libray folder and return the mail file to the present and susbtitute today´s file with the copy in Time Machine it pass normally (Size & Items -13.1 GB and 4

  • 2 quick questions.

    1. I have not updated my iTunes since I got it a year and a half ago. I want to know if I update it will all of my music be there still? I have over 600 songs and would hate to lose them. 2. A family member of mine just got the brand new nano. She pl

  • Truncating Strings(stringbuffer)

    Hello again im trying to delete portions of a string that are over a certain length, i know i need to use StringBuffer and public delete(int start, int end) command, but i am having trouble working it in, how do i initialize a Stringbuffer? Stringbuf

  • Filenames with unicode characters

    Hello, I have a question regarding filenames with unicode characters on an arabic windows xp. I have a string, which the user entered and want to create a file with this string as filename. So my question: Which unicode characters are allowed in a fi