Incompatible version - this server:6.0.0b2 client:5.1.0]]

Hi, i have a client running on WLS 5.1, and i have to connect to a
server running on WLS 6.0 I got back following
error:
javax.naming.CommunicationException [Root exception
is
                                   weblogic.socket.Unrecover ableConnectException:
[Login failed:
                                   'Incompatible version:Incompatible versions
- this server:6.0.0b2
                                   client:5.1.0]]
I have tried to run a standalone client (outside
WLS) using classes from
WLS 6.0 and it works.
When i have tried to add the weblogic.jar (of
6.0) to the
WEBLOGIC_CLASSPATH of 5.1, i got the following
error:
Unable to initialize server: java.lang.ClassCastException:
weblogic.rmi.internal .BasicRuntimeDescriptor
fatal initialization
exception java.lang.ClassCastException:
weblogic.rmi.internal.BasicRuntimeDescriptor
at
weblogic.rmi.internal.DescriptorManager.resolveClass(DescriptorManage
r.java:59) at
weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManag
er.java:36) at
weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManag
er.java:27) at
weblogic.rmi.extensions.BasicServerObjectReference.<init>(BasicServer
ObjectReference.java:48) at
weblogic.rmi.extensions.BasicServerObjectAdapter.<init>(BasicServerOb
jectAdapter.java:42) at
weblogic.rmi.extensions.BasicRequestHandler.<init>(BasicRequestHandle
r.java:30) at
weblogic.rmi.extensions.BasicRequestDispatcher.<init>(BasicRequestDis
patcher.java:41) at
weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:272
) at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:251)
at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:141)
at
weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1111)
at
weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at
java.lang.reflect.Method.invoke(Native Method)
at
weblogic.Server.startServerDynamically(Server.java:99)
at
weblogic.Server.main(Server.java:65) at
weblogic.Server.main(Server.java:55)
Can anyone help me?
thanx and regards marco

I do not have this information. However, your BEA sales rep can provide you
more information on release dates and availability of new
functionality/features.
Hope this helps,
Robert
"trond strømme" wrote:
Any clues as to when this service pack will be out?
.trond stromme, mogul technology.
"Robert Patrick" <[email protected]> wrote in message
news:[email protected]..
Please do not cross post (or post multiple times).
This has been a problem with WLS for years in that major versions are not
interoperable. I believe that they are targeting providing this
interoperability in an upcoming service pack release for WLS 5.1leveraging the
RMI/IIOP work done in WLS 6.1.
Gottfried Szing wrote:
hi
i try to connect a JMS queue hosted on WLS 6.1 from within a WLS5.1 but
i
receive always the same error message (see below). so what can i do to
solve this problem?
Exception in thread "main" javax.naming.CommunicationException. Root
exception is weblogic.socket.UnrecoverableConnectException: [Loginfailed:
'Incompatible version:Incompatible versions - this server:6.0.0b2
client:5.1.0]
at weblogic.socket.Login.checkLoginSuccess(Login.java:77)
at weblogic.socket.JVMSocketT3.connect(JVMSocketT3.java:85)
atweblogic.socket.JVMAbbrevSocket.connect(JVMAbbrevSocket.java:160)
<!-- schnipp schnapp -->
szing@ispdev1#

Similar Messages

  • Incompatible version:- this server:6.0.0b2 client:6.1.4.0

    I am trying to connect my application (WLS 6.1.4) with another one (WLS 6.0) and
    I am getting the following error. Any Idea?
    NamingException:javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException:
    [Login failed: 'Incompatible Version:Incompatible versions - this server:6.0.0b2
    client:6.1.4.0]]

    I am trying to connect my application (WLS 6.1.4) with another one (WLS 6.0) and
    I am getting the following error. Any Idea?
    NamingException:javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException:
    [Login failed: 'Incompatible Version:Incompatible versions - this server:6.0.0b2
    client:6.1.4.0]]

  • Incompatible version

    Hi,
    i have a client running on WLS 5.1, and i have to connect to a server running
    on WLS 6.0
    I got back following error:
    javax.naming.CommunicationException [Root exception is weblogic.socket.Unrecover
    ableConnectException: [Login failed: 'Incompatible version:Incompatible versions
    - this server:6.0.0b2 client:5.1.0]]
    I have tried to run a standalone client (outside WLS) using classes from WLS 6.0
    and it works.
    When i have tried to add the weblogic.jar (of 6.0) to the WEBLOGIC_CLASSPATH of
    5.1, i got the
    following error:
    Unable to initialize server: java.lang.ClassCastException: weblogic.rmi.internal
    .BasicRuntimeDescriptor
    fatal initialization exception
    java.lang.ClassCastException: weblogic.rmi.internal.BasicRuntimeDescriptor
    at weblogic.rmi.internal.DescriptorManager.resolveClass(DescriptorManage
    r.java:59)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManag
    er.java:36)
    at weblogic.rmi.internal.DescriptorManager.getDescriptor(DescriptorManag
    er.java:27)
    at weblogic.rmi.extensions.BasicServerObjectReference.<init>(BasicServer
    ObjectReference.java:48)
    at weblogic.rmi.extensions.BasicServerObjectAdapter.<init>(BasicServerOb
    jectAdapter.java:42)
    at weblogic.rmi.extensions.BasicRequestHandler.<init>(BasicRequestHandle
    r.java:30)
    at weblogic.rmi.extensions.BasicRequestDispatcher.<init>(BasicRequestDis
    patcher.java:41)
    at weblogic.rmi.internal.OIDManager.initializeServer(OIDManager.java:272
    at weblogic.rmi.internal.OIDManager.initialize(OIDManager.java:251)
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:141)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1111)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    Can anyone help me?
    thanx and regards
    marco

    The form complies on both machines correctly.
    It runs on machine2 as expected, but when i try to run it on machine 1, some button clicks(update and insert buttons) cause the application to exit. any ideas?

  • Weblogic5.1 & weblogic6.1 - Incompatible Versions

    Anyone run into this issue.
    We are upgrading from 5.1 to 6.1 and are first attempting to use 6.1 as
    a servlet container only. The beans are deployed in a 5.1 installation
    of weblogic. Both instances start-up with no error messages, but when
    you try to make one talk to the other, you receive the following
    message:
    java.lang.ExceptionInInitializerError:
    javax.naming.CommunicationException. Root exception is
    weblogic.socket.UnrecoverableConnectException: [Login failed:
    'Incompatible version:Incompatible versions - this server:5.1.0
    client:6.1.2.0]
    After going through some of the newsgroups, I found a response that you
    needed a sp12 for 5.1 and an sp3 for 6.1, both of which I received from
    bea as early release patches. Neither solved my problem. Anyone have
    any ideas?
    [att1.html]

    Hi.
    You should take this up with support.
    Regards,
    Michael
    Jeff Cantrill wrote:
    Anyone run into this issue.
    We are upgrading from 5.1 to 6.1 and are first attempting to use 6.1
    as a servlet container only. The beans are deployed in a 5.1
    installation of weblogic. Both instances start-up with no error
    messages, but when you try to make one talk to the other, you receive
    the following message:
    java.lang.ExceptionInInitializerError:
    javax.naming.CommunicationException. Root exception is
    weblogic.socket.UnrecoverableConnectException: [Login failed:
    'Incompatible version:Incompatible versions - this server:5.1.0
    client:6.1.2.0]
    After going through some of the newsgroups, I found a response that
    you needed a sp12 for 5.1 and an sp3 for 6.1, both of which I received
    from bea as early release patches. Neither solved my problem. Anyone
    have any ideas?
    Michael Young
    Developer Relations Engineer
    BEA Support

  • CommunicationException - Incompatible versions

    I have a situation where it is necessary to invoke a method on a stateless SessionBean that resides in WLS 6.1.2 from a client application class that resides externally on WLS 5.1.0. Everytime I try to establish a context from the 5.1 server (whether to try and access an MDB or use RMI and/or JMS) , it throws a Communication Exception - IncompatibleVersion.
    javax.naming.CommunicationException. Root exception is weblogic.socket.UnrecoverableConnectException: [Login failed: 'Incompatible version:Incompatible versions - this server:6.1.2.0 client:5.1.0]
    I can't be the first one that has run into this issue - if anyone has any ideas/input, I would really appreciate it.
    Many thanks!
    ~ RomT

    Hi,
    Since they are talk to each other in two different languages, how do you expect that they can
    know each other ? your environment could be complicated, but I suggest that you contact
    the vendor for your question. Perhaps you need to upgrade your environment ? Perhaps you
    could develop your solution out of the box of AP server ?
    I have ever met a error that jsp container just prompt that internal error with lots of exception
    messages. Finally , I know the reason why . Because my database server and the driver running
    by the jsp applications are the different version. as yours. But my question is siimple, because
    my environment is simple.
    good luck,
    Alfred Wu

  • Weblogic 9.1 and Weblogic 6.1 "Incompatible versions " error

    Hi,
    When i tried to create InitalContext object on Weblogic 9.1 It gives me following error.
    <i>"javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException: [Login f
    ailed: 'Incompatible version: Incompatible versions - this server:6.1.7.0 client:9.1.0]]"</i>
    The EJB is deployed on Weblogic 6.1 and client deployed on Weblogic 9.1 trying to access that EJB.
    Please let me know how to resolve this issue.
    Regards
    Jagat Kansara

    Hi,
    When i tried to create InitalContext object on Weblogic 9.1 It gives me following error.
    <i>"javax.naming.CommunicationException [Root exception is weblogic.socket.UnrecoverableConnectException: [Login f
    ailed: 'Incompatible version: Incompatible versions - this server:6.1.7.0 client:9.1.0]]"</i>
    The EJB is deployed on Weblogic 6.1 and client deployed on Weblogic 9.1 trying to access that EJB.
    Please let me know how to resolve this issue.
    Regards
    Jagat Kansara

  • Task server - Client running an incompatible version of ARD

    Hi all,
    I am attempting to configure a Task server for our college. I have ARD running on my admin machine - works perfectly. I have set up a separate license of ARD on one of our xServes to act as a Task server. This can see all the computers on the network.
    The problem is that when I go to add the task server (either by IP or FQDN) to my admin Mac I get the following message:
    "Client running an incompatible version of Apple Remote Desktop"
    Both machines are running 10.5.x and ARD v3.3
    Any ideas???

    I have done so many things with ARD admins on different systems in the past few weeks that I could be off blatantly wrong on this. However I know I saw the error message at one point & time.
    If I remember correctly I had the ARD admin running on my old task server and had not set the client on the old task server to block remote updates/installs. I or one of the other support staff accidentally updated the old Task server's ARD client from 3.2.x to 3.3.1.
    I believe the old Task Server continued to run but I received similar errors when trying to bind to it. Once I quit ARD and started it up again it would give me a version compatibility error even though I believe it had just been running. However once I ran software update locally on the server I installed the 3.3 ARD administrator things worked fine again.
    If that isn't your problem I would suggest trying to running the installer & updaters on your system again & then on the server.

  • Provider client software has not been properly installed on this server

    Hi All,
    I am in a process of setting up the DR for the SAP R/3 4.7 system, which is on Windows and SQL 2000 SP3.
    While installing the SPA on the DR Server, i am facing the below attached problem in the DB Instance installation. the CI Installation goes through fine. but it stop in the Database Load section. with the screen showing Running 3 and waiting 0.
    Details:
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: START OF LOG: 20080220124003
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe -ctf I I:\EXPORT6/DATA/SAPAPPL0.STR I:\EXPORT6/DB/DDLMSS.TPL C:\SAPinst MSSQL SAPINST/SAPAPPL0.TSK MSS -l C:\SAPinst MSSQL SAPINST/SAPAPPL0.log
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: job completed
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: END OF LOG: 20080220124003
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: START OF LOG: 20080220124039
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: sccsid @(#) $Id: //bas/620/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: version R6.20/V1.2
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe -dbcodepage 1100 -i C:\SAPinst MSSQL SAPINST/SAPAPPL0.cmd -l C:\SAPinst MSSQL SAPINST/SAPAPPL0.log -loadprocedure fast
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: failed to establish conn. 0
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: OpenOledbConnection : CoCreateInstance failed. rc: REGDB_E_CLASSNOTREG.
    DbSl Trace: OpenOledbConnection : Provider client software has not been properly installed on this server.
    DbSl Trace: failed to establish conn. 0
    (DB) ERROR: DbSlErrorMsg rc = 29
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    E:\usr\sap\GRP\SYS\exe\run/R3load.exe: END OF LOG: 20080220124040
    The same error come in a lot of other scripts of DB Load.
    I have installed the SQL Server 2000 SP3 with Hot fix 929.
    Could some one help me to get the same fixed
    Thanks a lot in advance.
    Best Regards
    Mahendra K
    +91 9867183370

    I have this problem too on an ASUS windows 8.1 PC.
    Since installing itunes 11.1.5
    Problem seems to be that the AMDS Apple Mobile Device Support does not install.
    I also tried all options on this forum....
    Who can help???
    Thnx
    Oscar

  • IPhoto won't run. iPhoto can not run due to an incompatible version of ProKit on this system.

    Eh, See title. When I attempt to run iPhoto it pops up "iPhoto can not run due to an incompatible version of ProKit on this system." So. What's ProKit and...
    I really need iPhoto today, quite urgent. iPhoto worked perfectly fine before the upgrade but now it seems to.. not be compatible. Yes it is the most updated version. I'm about to order a book and I really need to order today. And in other question, (Don't want to make an other one for no reason in the forums) how long does it normaly take for the books to print and arrive in Singapore? Please answer as quick as possible.
    Thanks.

    Did you install any third party software earlier? Pro Kit is a frame work in your system Library that is used by several multimedia applications. If you have an incompatible version, reinstall your system, that should fix it: Use the Client Combo to reinstall:
    Download and reapply the OS X Lion Update 10.7.4 (Client Combo) updater.
    Good Luck!
    And sorry, I do not know anything about the book delivery in Singapore. But you live in a fine city!
    Tegards
    Léonie

  • TS2551 Photo can not run due to an incompatible version of ProKit on this system.

    Message:"iPhoto can not run due to an incompatible version of ProKit on this system".It is a Lion system????I updated iphoto to version 9.3 and it is the message I receive every time I try to open iphoto. Please help me?

    Try downloading and reapplying the OS X Lion Update 10.7.4 (Client Combo) updater followed by a repair of disk permissions with Disk Utility.
    OT

  • [S1000][unixODBC][Oracle][ODBC][Ora]ORA-03134: Connections to this server version are no longer supported

    Hello,
    I'm using  unixODBC with ODBC Oracle client 11 (Debian 7) to connect to Oracle database version 9.2.0.6 (Solaris 10),  but show me this message:
    [S1000][unixODBC][Oracle][ODBC][Ora]ORA-03134: Connections to this server version are no longer supported.
    Note: I can connect to Oracle database version 10+.
    Please can you help me.
    Thank you

    Are you positive you're using version 11 Oracle client and 9206 database?  That combination should work, and Ive never seen that error message occur for anything but the expected reason.  
    If you have MOS access you can check the client/database compatibility with the following note:
    Client / Server / Interoperability Support Matrix For Different Oracle Versions (Doc ID 207303.1)
    Hope it helps,
    Greg

  • Encryption is required to connect to this server but the client library does not support encryption

    Hi ,guys
    I came cross a trouble when I configured connection encryption.
    I met the following problem when I have configured connection encryption done.
    Encryption is required to connect to this server but the client library does not support encryption; the connection has been closed. Please upgrade your client library. [client: ip]
    environment info:
    SQL:SQL2008 \SQL2005\SQL2008R2
    SERVER:WIN2003 \WIN2008R2
    We use C# to develop asp.net webform app, so the provider I use should be SQL client.
    client .NET Framework version:NET Framework 3.5
    Pls tell me why I met this weird problem.
    Thanks in advance.
    Love SQL

    Sure,here is the connetion string of java app.
    jdbc
    db.url=jdbc:jtds:sqlserver://60.x.x.x./TaskSiteInfo
    db.username=xxx
    db.pwd=xxx
    Your initial post stated you were using SqlClient in an ASP.NET 3.5 app.  I think this is an issue with the jTDS client based on the error message.  Are you using the latest jTDS driver?  If so, try posting this issue to
    http://sourceforge.net/p/jtds/discussion/
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • 64-BIT VERSION OF ITUNES STOPS WORKING WHEN OPTIMIZING ON MY NOTEPAD LENOVO G570.WINDOWS7HOME PREMIUM CONSTANTLY  CLOSES ITUNES  PROGRAM WHILE OPTIMATION. WHEN TROUBLESHOOTIING WORKS ON IT, IT SAYS APPLICATION IS INCOMPATIBLE, BUT THIS IS THE VERSION THAT

    64-bit itunes version stops sync when optimizing on my 5 days old notepad LENOVO G570.
    windows 7home premiun constantly closes itunes during this optimization.
    When i did troubleshooting it said application is incompatible, but this is the version that is supposed to work with my system.
    I have made several attemps to make it sync properly and complete it by changing settings but none work, I do not know what else to do, also i phone3GS now starting to slow itself....guess it is due to uncompleted sync?
    please give me advice on what to do !!
    thanks

    Yeah I am not disputing that it is doing what it is supposed to. I am just disputing that it is misleading. I think it should be very clear and state that this is a 32 bit version of iTunes specific for installing on 64 bit versions of Vista.

  • ORA-03134: Connections to this server version are no longer supported from 11.2 to 9.2.0.8 database

    Hi,
    I am using the ODP.NET 11.2 (Oracle.DataAccess.dll 4.112.3.0) for .NET 4.5 (in Visual Studio 2012). I can connect to 11g Databases but when trying to connect to 9.2.0.8 database this error is thrown:
    ORA-03134: Connections to this server version are no longer supported
    I don't understand why, as I could connect using Toad, but not from a .NET application.
    By the way, I'm using Windows 7 64bits.
    Any idea?
    Thanks in advance,
    Dave

    Thanks Mark for looking into this.
    The GAC contains the following assemblies:
    Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.17929
    Copyright (c) Microsoft Corporation.  All rights reserved.
    The Global Assembly Cache contains the following assemblies:
      Oracle.DataAccess, Version=2.102.4.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=AMD64
      Oracle.DataAccess, Version=2.112.3.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=AMD64
      Oracle.DataAccess, Version=2.112.3.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=x86
      Oracle.DataAccess, Version=2.121.1.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=x86
      Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=AMD64
      Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=x86
      Oracle.DataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f4
    29c47342, processorArchitecture=x86
    Number of items = 7
    As you can see, I have been trying with different versions but nothing. Anyway, as far as I know if the referenced library in VStudio is marked as CopyToLocal, it shouldn't take any library from GAC.
    And SQL query is returning this info:
    PRODUCT
    VERSION
    NLSRTL
    9.2.0.8.0
    Oracle9i Enterprise Edition
    9.2.0.8.0
    PL/SQL
    9.2.0.8.0
    PRODUCT
    VERSION
    TNS for HPUX:
    9.2.0.8.0
    Thanks.

Maybe you are looking for

  • JDev 10.1.3 OC4J JDBC Error

    I'm having a problem running an application in JDev10.1.3 when mapping an oracle object to a java object. The error occuring is "java.lang.ClassCastException: oracle_oc4j_sql_proxy_SQLBCELProxy_tuinsurance_lib_ejb_PolicyRate__BCELProxy" This error on

  • Demand planning with BOM

    Dear All, I have a requirement as follows: Customer create forecast for Garment on the following planning levels Customer, Product Group, Material and Location  forecast cust01    , PG_G              , Garment, DC01,     10 In DP BOM, 1 dozen of garm

  • 1760 tdm clock configuration problem

    I need Router(config)# tdm clock E1 0/0 both export line Router(config)# tdm clock E1 0/1 both import E1 0/0 line And I cannot enter command {tdm clock E1 0/1 both import E1 0/0 line}. Error message {% E1 data switch not available for this configurat

  • Trackpad on 64-bit Windows 7

    In reply to C1, when I go to Windows Control Panelk there is no option for BootCamp Control panel.

  • ALEAUD01 idoc for acknowledgement

    Hi, I am receiving a 850 from edi translator via PI into ECC. Can I use ALEAUD message to send the idoc status back to translator via PI. Since the incoming order will have sending partner type as 'KU' and it seems ALEAUD works only for logical syste