[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

Similar Messages

  • 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.

  • ORA-03134: Connections to this server version are no longer supported.

    I have this error when trying to connect using Oracle DS 10.1.2.0.2 which comes with Oracle Net 10.1.0.4.2 to a 8.1.7.0.0 database.
    I can use Oracle DB 10g 10.2.0.1.0 bundle with Oracle Net 10.2.0.0.0 to connect to 8.1.7.0.0 database
    Anyone knows how to upgrade the Oracle Net in DS to 10.2.0.0.0?
    Or is there a work around to solve this problem?
    I need to connect from current DS 10g to 8i database.
    Thank you

    You missed giving us the version of the Oracle client libraries you use.  You'll need this to be 11.2 or earlier if you want to connect to a 9i DB.
    If you have access to https://support.oracle.com/, look at "Client / Server Interoperability Support Matrix for Different Oracle Versions (Doc ID 207303.1)"

  • Ora - 03134. Connections to this server versions are no longer supported

    Iam getting the above error message when Iam trying to connect from Oracle 10.2.0 to Oracle 8.1.5. Pls. help me

    Check the link below :
    Re: Can we connect from oracle 8.1.7 to Oracle10g 2.0?
    Cheers !!
    Bhupinder

  • OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied

    Hi,
    I have one client and one server.  In both hosts I created an OS-user named User1.
    The user have been given various role under the prefix SQLServer2005.
    The default instance of SQL Server and instance (background-process) of
    Analysis Service are also run under User1.
    I connected via Management Studio to Analysis Service directly in the
    server.  I set the permission to access Analysis Service to Everyone. 
    This means everyone should be able to use Analysis Service.  I have set
    ODBC data source to the server.  Testing was successful.
    I created a project to create a cube.  The tables are fairly small (total 300 MB, biggest one 290).
    On project setting (created at client) I set the server host as
    deployment target. I managed to deploy project when all I have are Data
    Source and Data Source Views.
    But on deployment I always failed.   The errors remain the same, begins with
    OLE DB error: OLE DB or ODBC error: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.; 08001.
    I have tried 4 combinations of Impersonation :
    (A) Use a specific username and password
      * in which I supply User1 and the password of User1
    (B) Use the service account
    (C) Use the credentials of the current user
    (D) Default
    Why is this? The server does certainly exist.  I think the error message is wrong.
    I have seen 3 posting that seems related.  One of them say the solution is giving the right impersonation, but gave no detail.  About the privilege, User1 are granted the role of
    SQLServer2005MSOLAP.  What is the solution?
    Thank you,
    Bernaridho

    I just had this problem and solved it by creating an alias in SQL Server Configuration Manager, as below:
    Scenario: My SQL server is accessible from the internet under my.domain.com, and from itself at ServerName. But the local network can't see itself through the router at my.domain.com, so the deployed project is unable to process the cube, since that would
    require Analysis Services to be able to see the SQL Server at my.domain.com, which it can't do.
    So I changed the server in my project from my.domain.com to ServerName, and I created a local alias to ServerName in SQL Server Configuration Manager, under SQL Native Client 11.0 Configuration, Aliases. In my case, I pointed it to localhost port 1333, and
    used SSH -L 1333:my.domain.com:1433, but I could have pointed the alias directly to the server, just as well. (Verifying... yes, that worked too, so you can forget SSH if you have no interest in it.)

  • I am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    i am a OS10.7.4 user. yesterday i bought a Lacie external hard disk but error message appear said " You cant open the applicant LaCie setup assistant because PowerPC applicants are no longer support". please help me how to connect my mac with Lacie??

    You do not need the Setup Assistant; in fact, you do not need any software on an external hard drive. I have two LaCie's; I erased the drive as soon as I plugged it in. You will need to format it anyway because most hard drives come Windows formatted. So, if you only want to use it with the Mac, highlight it in Disk Utility and choose Mac OS Extended (Journaled) as the format and the GUID Partition scheme under Options. While doing that, it will erase the drive (and get rid of the LaCie software) - once finished, your drive is ready to use for Time Machine or any other backup plans you have for it.

  • Unable to create a secure connection to this serve...

    Hello,
    When i try to connect Turkish free wireless network TTnet Wifi, i am having "unable to create a secure connection to this server" error. The network connection trying to open an https log in page to connect internet. (in normally after the push connect button on that page, the network connection becomes available for internet.) All notebook and iphone or other mobile / computer devices can connect to internet with this network, but not nokia 5800 (and maybe other nokia devices with same browser)
    I have tried with other browsers like skyfire or opera but no luck because after the connect ttnet wifi network, device opens default browser for log in page, and it gives error. I have also tried wefi too.
    I think there is a bug or missing features with default browser. If you have any comments or suggestions please write.
    Thanks.

    I have tried to change default browser from default apps. but no chance, it shows only WEB for browsers, but i have all browsers installed (opera, opera mini, skyfire etc...) isnt there any chance to change default browser?

  • I am trying connect to a SQL instance for our CRM program and I am receiving To Connect to this Server you must use SQL Management Studio or SQL Server Management

    I am trying connect to a SQL instance for our CRM program and I am receiving To Connect to this Server you must use SQL Management Studio or SQL Server Management 
    This is a Brand new Server 2012 that is running our CRM product and it is trying to connect to a Server 2008 R2 server with SQL Server 2008 R2 SP2 instance (10.50.4000)
    I have seen this in the past where it needed the 2005 backwards compatibility components installed but those are not supported on 2012 server and this is not a 2005 SQL instance.
    I am trying to install the Shared Management Objects for SQL Server 2008 but it tells me I need to install the CLR types, which I did install. But it continues to tell me to install the CLR types.
    Has anyone ran into any issues like this? (this happens trying to connect to multiple SQL Servers from this new 2012 Server)
    Thanks!
    -Max

    Hello,
    Which version and edition of the SQL Server instance did you installed on the new server machine?  If you install SQL Server 2012 Express edition, you can try to install SQL Server Management Studio 2012 from
    this link.
    You can connect to SQL Server 2008 R2 or earily verions with SSMS 2012.
    What's more, Microsoft SQL Server 2008 Management Objects Collection requires Microsoft Core XML Services (MSXML) 6.0, Microsoft SQL Server Native Client, and Microsoft SQL Server System CLR Types. You can try to download and install
    SQL Serve 2008 Feature Pack
    which contains packages above.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Since downloading osx v10.7lion every time i try to connect to the internet using BT Broadband i keep getting a message saying " you cant openthe application ) because Power PC applications are no longer supported." this is very annoying as i likeBT ?????

    Since downloading osx v10.7lion every time i try to connect to the internet using BT Broadband i keep getting a message saying
    " you cant openthe application ) because Power PC applications are no longer supported." this is very annoying as i likeBT and the way it opens with all the local up to date news plus other apps +++ 
    Please can anyone help me as apple will not help unless i sign up for a new product agreement which i cannot understand as every thing worked before this so called very latest software that everyone cant do without  ?????

    I had the same problem with some apps and printer setup software. SInce Rosetta has been discontinued on Lion my only solution was to restore to 10.6 since the manufacturers either have not yet or will not release updated apps. In this case you have to determine how important those old PPC apps are to keep around and if there alternitives that are available to replace the functionality. I would expect a broadband provider to update thier apps if it is something that is required to connect.
    Mike

  • 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

  • You must use APOP to connect to this server

    The following code yields AuthenticationFailedException("You must use APOP to connect to this server"):
    Thanks!
    Here's the code and the debug
    Properties properties = System.getProperties();
    properties.setProperty("mail.pop3.apop.enable","true");
    Session session = Session.getDefaultInstance(properties, null);
    session.setDebug(true);
    store = session.getStore("pop3");
    store.connect(server, user, password);//BEGIN DEBUG
    DEBUG: setDebug: JavaMail version 1.3
    DEBUG: getProvider() returning javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]
    POP3: connecting to host "DONTPOST", port DONTPOST
    S: +OK QPOP (version 2.53) at bolg starting.  <DONTPOST.DONTPOST@DONTPOST>
    C: USER mknight
    S: -ERR You must use APOP to connect to this server
    C: QUIT
    S: +OK Pop server at DONTPOST signing off.
    javax.mail.AuthenticationFailedException: You must use APOP to connect to this server
    at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:104)
    at javax.mail.Service.connect(Service.java:233)
    at javax.mail.Service.connect(Service.java:134)
    at .........
    //END DEBUG

    I had the same problem, make sure you have a recent mail.jar from the Javamail API. Upgrading the Javamail API did the trick for me.
    The A does NOT stand for anonymous. The APOP command is to used to log without sending cleartext passwords over the line. The syntax is APOP <user> <digest>. See http://www.faqs.org/rfcs/rfc1939.html.

  • TNS error ORA-12154 : can connect to one server but not to another.

    Hello,
    I have a Forms 6.0 application running on a Solaris box. It connects
    fine to an Oracle 9.0 server but fails with ORA-12154 when trying to
    connect to Oracle 10g running on a different server.
    'sqlplus' can connect fine to both servers .
    'tnsping'result is succesful from the Solaris client to both servers.
    Configuration details are as follows. (IP Addresses have been
    sanitised. I've included the client side listener and also entries for
    the 'local' Oracle 8i server running on the Solaris 'client' although
    I think some of this may be not relevant):
    1. Connecting to Server 9.0 : application CAN connect successfully:
    a. application URL
    http://host_ip_address:7778/dev60cgi/if60cgi?config=rack : application
    runs successfully
    b. client's formsweb.cfg excerpt:
    [rack]
    pageTitle=yadayada
    form=login01
    userid=user/pass@nn_rackspace
    archive=f60all.jar, oracle_ice-4_03_1.jar
    c. client's tnsnames.ora excerpt (local services not excluded):
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    RR =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = sun1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = RR)
    NN_RACKSPACE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1.2.33.44)(PORT =1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1.QONNECTIS.COM)
    NN_QQ3 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    NN_QQ3.qonnectis.com =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    # (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    d. client's sqlnet.ora: contains ONLY:
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    e. client's listener.ora excerpt:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = orcl)
    (SID_DESC =
    (GLOBAL_DBNAME = NN)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = NN)
    (SID_DESC =
    (GLOBAL_DBNAME = RR)
    (ORACLE_HOME = /space/oracle/OraHome1)
    (SID_NAME = RR)
    f. remote server's tnsnames.ora excerpt:
    QQ1.QONNECTIS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = qanasta1.qonnectis.com)
    (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1.qonnectis.com)
    QQ1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = qanasta1.qonnectis.com)
    (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = QQ1)
    QQ3.QONNECTIS.COM =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl.qonnectis.com)
    g. remote server's sqlnet.ora contains only:
    NAMES.DEFAULT_DOMAIN = qonnectis.com
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    h. remote server's listener.ora excerpt:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST =qanasta1.qonnectis.com)
    (PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /opt/oracle/product/9.2.0.1.0)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = QQ1.qonnectis.com)
    (ORACLE_HOME = /opt/oracle/product/9.2.0.1.0)
    (SID_NAME = QQ1)
    i. on Solaris client, tnsping nn_rackspace : succeeds
    j. on Solaris client, sqlplus user/pass@nn_rackspace: succeeds
    k. on server, Oracle server processes have names like ora_d000_QQ1.
    l. on server, Oracle connected listener processes show up in ps
    listing like oracleQQ1 (LOCAL=NO)
    m. On server, lsnrctl status reports amongst other things
    Service "QQ1.qonnectis.com" has 2 instance(s).
    Instance "QQ1", status UNKNOWN, has 1 handler(s) for this service...
    Instance "QQ1", status READY, has 1 handler(s) for this service...
    2. Connecting to Server 10g : application does NOT connect successfully:
    a. application URL
    http://host_ip_address:7778/dev60cgi/if60cgi?config=rack2
    b. client's formsweb.cfg excerpt:
    [rack2]
    pageTitle=yadayada
    form=login01
    userid=user/pass@nn_qq3
    archive=f60all.jar, oracle_ice-4_03_1.jar
    c. client's tnsnames.ora excerpt (local services not excluded):
    -as above-
    d. client's sqlnet.ora: contains ONLY:
    -as above-
    e. client's listener.ora excerpt:
    -as above-
    f. remote server's tnsnames.ora excerpt:
    # default sid 'orcl' : for local access
    orcl =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    # QQ3_Vlan : default sid 'orcl' : access over 10. private net from qq1
    QQ3_VLAN =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.99.99.99)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    # nn_qq3 : default sid 'orcl' : access from external sites by public
    # external IP - specifically sun admin dba tool in twx
    NN_QQ3 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 2.3.44.55)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl.qonnectis.com)
    g. remote server's sqlnet.ora contains only:
    NAMES.DIRECTORY_PATH= (TNSNAMES)
    NAMES.DEFAULT_DOMAIN = qonnectis.com
    h. remote server's listener.ora excerpt:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/OraHome_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /u01/app/oracle/OraHome_1)
    (SID_NAME = orcl)
    i. on Solaris client, tnsping nn_qq3 : succeeds
    j. on Solaris client, sqlplus user/pass@nn_qq3: succeeds
    k. on server, Oracle server processes have names like ora_d000_orcl .
    l. on server, Oracle connected listener processes show up in ps
    listing like oracleorcl (LOCAL=NO)
    m. On server, lsnrctl status reports amongst other things
    Service "orcl" has 1 instance(s).
    Instance "orcl", status UNKNOWN, has 1 handler(s) for this
    service...
    Service "orcl.qonnectis.com" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    As you can see, I have tried adding an alias for the default domain
    name suffix '.qonnectis.com' in the tnsnames.ora files on the solaris
    client and on the new 10g server.
    Just to add to the fun, the 'new' server running Ora 10g CANNOT connect
    to the old server running Ora 9:
    sqlplus user/pass@nn_qq3
    sqlplus user/pass@nn_qq3.qonnectis.com both fail.
    While the old 9.0 server CAN connect to the new 10g one:
    sqlplus user/[email protected] succeeds.
    Sorry this is such a mess. TBH I find this whole area extremely
    confusing.
    All suggestions welcome. Unfortunately I am away on holiday next week
    but will follow up any leads when I get back.
    thanks!
    Victor Churchill.

    Hi DianeinBirmingham,
    Welcome to the Apple Discussions
    The Log goes further
    Chat ended with error -8
    Video Conference Error Report:
    Video Conference Support Report:
    Video Conference User Report:
    Binary Images Description for "iChat":
    This bit suggests the ports are not open.
    Intermittent success like this And the ports not being open suggests a Modem that might be SIP aware such a Thomson-Alcatel Speedtouch device.
    Can you tell us what modem you have ?
    7:55 PM Friday; July 13, 2007

  • Oracle Beehive Conferencing -- "Could not connect to the server"

    Hi,
    Customer can't connect to the Conference, while joining they get a error "Could not connect to the server". We tried "Oracle Beehive Conferencing" with at least 12 Customers only 2 were able to connect. All 10 Customer reported the same issue.
    Thank you,
    Pavan

    Ports 80/443 are open by default on all systems, 5224 is required by the Beehive Desktop conference client. If customer is trying to connect using Desktop client then they need to check if 5224 port is closed by any firewall running on the system.
    Following document got the compatible OS list and few screen shots
    http://my.oracle.com/site/pdit/BusinessOpsIT/Collab/CustomerAdvocacy/Support/UserTrainingGuides/BeehiveUTG/Conference/ConferenceWeb/index.html
    Thanks,
    Jereen

  • Cannot get ODBC Data Source to connect on report server

    Hi,
    I have an ODBC Connection installed on our PROD server that when you test through I-SQL and the ODBC Administrator it works.
    When I add a new data source to the reporting server we interface and press test connection it just hangs for ages then gives a page cannot be displayed.
    I have installed all the same on the DEV server and it works fine.  I have set all of the configs to exactly the same!
    I feel like something to do with reporting services is not correct.  Any one have any ideas?
    Thanks.

    Hi KMoff,
    Per my understanding that you are using the ODBC datasource type and when you have set the connection string and click the "Test Connection" it hangs and got some error, right?
    Please find the details steps below and try to provide more information according to the questions:
    Whether the error message you got is "page cannot be displayed", if not, please try to provide more details inforamtion.
    Did you got the error message when you click on the "Test Connection" from designer or report manager.
    If you got the issue only in the report manager, the issue can be caused by the support of the ODBC driver in the report manager and also the bit.
    Standard .NET Framework data providers do not necessarily support all the functionality supplied by Reporting Services data processing extensions. In addition, some OLE DB data providers and ODBC drivers can be used to author and preview reports, but are not
    designed to support reports published on a report server. See
    Data Sources Supported by Reporting Services (SSRS)
    When you deploy a report to a 64-bit report server (x86), the report server must have natively compiled 64-bit data providers installed. Wrapping a 32-bit data provider in 64-bit interfaces is not supported.
    Could you provide more details information about the connection string you are currently using.(Excel files or something else)
    Similar thread for your reference:
    SSRS - Using Excel as a Data Source
    Details information about the ODBC datasource:
    Create SSRS report using Excel Data Source Step by Step
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • AFP Connection to Windows Server 2011 via MacServerIP 'not supported' by Mavericks?

    Until recently my employer has been runnign 10.6 Snow Leopard on Mid 2010 iMacs, given that Mavericks is free, we're now looking at updating said iMacs.
    The problem is we use an AFP server (MacServerIP by CyanSoft) as we've had huge issues with font resource forks getting corrupted when we used SMB.
    At the moment, when I try and connect to an existing AFP share (even though AFP is still supposedly supported) I get the following error:
    "the version of the server you are trying to connect to is not supported"
    Gaaaahhh.. we really cannot afford to have our font database corrupted again, otf font's won't be affected, just type 1/postcript fonts etc that stores the actual font data in the resource fork..
    Is this currently a Mavericks bug or is  this 'desired behaviour'?
    Thanks in advance all..

    Looks like I've solved this myself so for the benefit of anyone else out there with a similar issue..
    Ditch MacServerIP and install Group Logics ExtremeZ-IP instead...
    As Gordon Ramsey would say (other than something that would be bleeped out)
    'Done'

Maybe you are looking for

  • How to add a flex marker on the right edge?

    When I place the pointer over or beside a left edge I can change left edge. The audio material is time compressed up to the preceding flex marker when I move the left marker to the right. If I place the pointer over or beside a right edge and move to

  • Replication Of Z Partner Functions from CRM to ECC

    HI All, We are creating the " Z Partner Functions " in SAP CRM & ECC.in our scenario partner functions flows from CRM to ECC and we want to replicate these partner functions from CRM to ECC. So can some onle please tell me how to do this?. Thanks in

  • I have a mid 2007 3.1 macbook pro MA896ll/a is this SATA I or II.

    I want to buy the best SSD drive that it will be able to use. how well will the crucial m4 work in it. I ve been searching how do I know if my macbook is compatible with SATA III, or are the connector SATA I or II. if is SATA I how or can I change th

  • Force a monitor resolution

    Right now I am trying to display a resolution on a monitor that is not displaying correctly. So far I am able to allow it with randr and then set it, but thats only temporary. Here is my xorg.conf so far Section "Device" Identifier "Intel 945G " Driv

  • HT1430 I need a link for how to set up iOS 5 on my iPhone 4. Please, please.

    I need help with link how to set up iOS 5 on my iPhone 4. Please, please.