J2EE1.3.1 dont support sql2000(type4) driver ??

J2EE1.3.1 dont support sql2000(type4) driver ??
Any success with any one ???
I tried to connect j2ee1.3.1 to sql2000(type4) drivers.
I am using j2sdke1.4.1 and os is win2k

thanks for reply.....
I am presently using clouscape without any problems....
I have set classpath,default.properties and resource.properties properly and I have put the sql driver jar files in proper j2ee directory and made given the security permission in j2ee server.policy file.
these r 2 lines I have added in default.properties
jdbc.drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver
jdbc.datasources=jdbc/sqlserver|jdbc:microsoft:sqlserver://MR_T:1433;user=sa;password=sa;databasename=pubs
these r lines added in resource.properties
jdbcDataSource.5.name=jdbc/sqlserver
jdbcDataSource.5.url=jdbc\:microsoft\:sqlserver\://MR_T\:1433;user\=sa;password\=sa;databasename\=pubs
jdbcDriver.1.name=com.microsoft.jdbc.sqlserver.SQLServerDriver
When i tried with simple java application with sql2000 type4 driver it works fine.
I can see sql driver binding when I start j2ee server....finally I getting the following exception ....if I use sql2000 driver(type4)
this is error which I am getting.........
javax.ejb.CreateException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
     at EJBBean.ejbCreate(Unknown Source)
     at EJBBean_RemoteHomeImpl.create(EJBBean_RemoteHomeImpl.java:22)
     at EJBBeanRemoteHomeImpl_Tie._invoke(Unknown Source)
     at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:520)
     at com.sun.corba.ee.internal.POA.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:210)
     at com.sun.corba.ee.internal.POA.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:112)
     at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:255)
     at com.sun.corba.ee.internal.iiop.RequestProcessor.process(RequestProcessor.java:84)
     at com.sun.corba.ee.internal.orbutil.ThreadPool$PooledThread.run(ThreadPool.java:99)
If u have any idea
waiting for ur reply.........eagrly
thanks

Similar Messages

  • J2EE1.3.1 and sql200 type4 driver wont work.....

    J2EE1.3.1 dont support sql2000(type4) driver ??
    Any success with any one ???
    I tried to connect j2ee1.3.1 to sql2000(type4) drivers.
    I am using j2sdke1.4.1 on win2k os

    I honestly don't know. I don't really understand what exactly what the fixes are doing and why they're needed. I put the ms jdbc driver jars into system/lib under the j2ee install so I wouldn't have security problems like this. Why doesn't the section below take care of the driver jars?
    // Drivers and other system classes should be stored in this
    // code base.
    grant codeBase "file:${com.sun.enterprise.home}/lib/system/-" {
    permission java.security.AllPermission;
    Is is because the SocketPermission needed by the driver doesn't fall under java.security.AllPermission? If that's the case, why doesn't the cloudscape driver need it too? I may be wrong about this but doesn't it ultimately connect on a socket through rmi?
    Also, I've put this in instead on the "<<ALL FILES>>" line and it also works. Does this lock the secruity down better?
    permission java.io.FilePermission "${com.sun.enterprise.home}${/}lib${/}system${/}msutil.jar", "read";
    One more question. Does the added grant section appy to all code running under the j2ee server since it doesn't have a codeBase qualifier? If so, maybe it could be locked down better with a codeBase. I'm through experimenting for now, though, but will continue to watch this thread for new posts.
    Scott

  • Is there free jdbc type4 driver for oracle?

    i neen to connect to oracle to develop my application, but there's a problem when tryin' to resolve peoblem of character set. in oracle, as i know, it uses unicode that resulting in the font code, which is not falling into the character set of unicode, whould cause failure in translating user defined font code. beside, for i do not know what kind of license that oracle jdbc type4 driver publishes, hope someone are able to tell me wheather there's any software like freetds in sql2000, because, if necessary, i may need to redistrubite the jdbc driver for my own use!
    thanks in advice,

    Oracle has drivers available from their site (free ones) for java and the specific version of Oracle you are running.

  • During a error updating, I had to reinstall iTunes. When proceeding to install iTunes, the installer chooses M:// I dont have a M drive, I click change and the iTunes installer crashes. I've tried everything, help!

    Seriously no idea whats going on, and I'm usually pretty good with figuring an issue
    Heres the isse:
    When updating iTunes, after the restart I booted up iTunes and it crashed. I was prompted with iTunes had been updated incorrectly and to uninstall and reinstall iTunes. After downloading the installer from itunes.ca. I opened up the application, and clicked Next. Under the directory it says M Drive, I dont have an M drive at all, I click change and a prompt pops that says, "The volume M:/ is currently unavailable. Please select another." with "ok" being the only selection.
    After hitting ok, it says "itunes installer completed" "Errors occured during installation before iTunes could be configured. Your system has not been modified. To complete the installation, run the installer again. Click Finish to exit the installer." Finish is the only selectable, and upon restarting the installer the same thing happens. I hope theres someone who can help me out with this.

    Hello Fix88,
    Thank you for the details of the issue you are experiencing with installing iTunes.  I found a couple of resources that I think will help with this. 
    I recommend reviewing the following articles:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    When uninstalling iTunes, it is important to remove iTunes and all related components in the order listed.
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Problem in mixing DB2 V8 type4 driver and DB2 V7 type3 driver

    Hello,
    I have an application using CMP on Weblogic server 6.1 SP4. This application connects to 2 datasources on DB2 V7 with a type3 driver.
    One of the Database is migrating to DB2 V8 and we need to use type4 driver.
    Then we have one datasource on DB2 V7 with type3 driver and one on DB2 V8 with type4 driver :
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="COM.ibm.db2.jdbc.net.DB2Driver"
    InitialCapacity="5"
    MaxCapacity="60" Name="pasrelv3Pool"
    Properties="user=db2pasv3;password=db2pasv3;language=fr_FR"
    RefreshMinutes="5" Targets="pasrelv3Server"
    TestConnectionsOnReserve="true"
         URL="jdbc:db2://db2_srv:60000/PASREL"/>
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="com.ibm.db2.jcc.DB2Driver"
    InitialCapacity="5"
    MaxCapacity="60" Name="pasrelv3ArchiPool"
    Properties="user=db2;password=db2;language=fr_FR"
    RefreshMinutes="5" Targets="pasrelv3Server"
    TestConnectionsOnReserve="true"
    URL="jdbc:db2://db2_srv:50002/E_PRO"/>
    When we start Weblogic , it seems that weblogic.jdbc.common.internal.ConnectionEnvFactory register the type4 driver but try to use type3 for connection (bold code in the following).
    Here is an extract of jdbc log :
    JDBC log stream started at Wed Mar 28 14:25:23 CEST 2007
    DriverManager.initialize: jdbc.drivers = null
    JDBC DriverManager initialized
    registerDriver: driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    DriverManager.getDriver("jdbc:db2://db2_srv:60000/PASREL")
    trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    DB2 Peak statements = 1
    registerDriver: driver[className=com.ibm.db2.jcc.DB2Driver,com.ibm.db2.jcc.DB2Driver@3789b4ac]
    DriverManager.getDriver("jdbc:db2://db2_srv:50002/E_PRO")
    trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    Server db2_srv port 50002 source E_PRO
    SQLException: SQLState(08S01) vendor code(-99999)
    COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0615E Erreur lors de la r?ception de donn?es provenant du socket. Le ser
    veur ne r?pond pas. SQLSTATE=08S01
    at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java:500)
    at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java:727)
    at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java:587)
    at COM.ibm.db2.jdbc.net.DB2Connection.SQLConnect(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.<init>(DB2Connection.java:245)
    at COM.ibm.db2.jdbc.net.DB2Driver.connect(DB2Driver.java:215)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java(Compiled Code))
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java(Compiled Code))
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java(Compiled Code))
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:283)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:671)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:110)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java(Compiled Code))
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:286)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:239)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at $Proxy30.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3015)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:376)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:164)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at $Proxy41.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.ja
    va:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
    at weblogic.management.Admin.finish(Admin.java:650)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:547)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
    at weblogic.Server.main(Server.java:35)

    Cedric BEURTHERET wrote:
    Hello,
    I have an application using CMP on Weblogic server 6.1 SP4. This application connects to 2 datasources on DB2 V7 with a type3 driver.
    One of the Database is migrating to DB2 V8 and we need to use type4 driver.
    Then we have one datasource on DB2 V7 with type3 driver and one on DB2 V8 with type4 driver :
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="COM.ibm.db2.jdbc.net.DB2Driver"
    InitialCapacity="5"
    MaxCapacity="60" Name="pasrelv3Pool"
    Properties="user=db2pasv3;password=db2pasv3;language=fr_FR"
    RefreshMinutes="5" Targets="pasrelv3Server"
    TestConnectionsOnReserve="true"
         URL="jdbc:db2://db2_srv:60000/PASREL"/>
    <JDBCConnectionPool CapacityIncrement="5"
    DriverName="com.ibm.db2.jcc.DB2Driver"
    InitialCapacity="5"
    MaxCapacity="60" Name="pasrelv3ArchiPool"
    Properties="user=db2;password=db2;language=fr_FR"
    RefreshMinutes="5" Targets="pasrelv3Server"
    TestConnectionsOnReserve="true"
    URL="jdbc:db2://db2_srv:50002/E_PRO"/>Hi. I see the problem. We are loading both your
    driver classes, but we are calling DriverManager.getDriver(URL)
    to get the driver we use for making connections, and
    unfortunately both the drivers you name take the same
    URL, and the second pool is being given the first driver
    by DriverManager. I suggest making an official support case
    for this. This could be quickly fixed.
    Joe
    >
    >
    When we start Weblogic , it seems that weblogic.jdbc.common.internal.ConnectionEnvFactory register the type4 driver but try to use type3 for connection (bold code in the following).
    Here is an extract of jdbc log :
    JDBC log stream started at Wed Mar 28 14:25:23 CEST 2007
    DriverManager.initialize: jdbc.drivers = null
    JDBC DriverManager initialized
    registerDriver: driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    DriverManager.getDriver("jdbc:db2://db2_srv:60000/PASREL")
    trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    Server db2_srv port 60000 source PASREL
    DB2 Peak statements = 1
    registerDriver: driver[className=com.ibm.db2.jcc.DB2Driver,com.ibm.db2.jcc.DB2Driver@3789b4ac]
    DriverManager.getDriver("jdbc:db2://db2_srv:50002/E_PRO")
    trying driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    getDriver returning driver[className=COM.ibm.db2.jdbc.net.DB2Driver,DB2Driver: JDBC 1.22 s030303]
    Server db2_srv port 50002 source E_PRO
    SQLException: SQLState(08S01) vendor code(-99999)
    COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0615E Erreur lors de la r?ception de donn?es provenant du socket. Le ser
    veur ne r?pond pas. SQLSTATE=08S01
    at COM.ibm.db2.jdbc.net.SQLExceptionGenerator.throwReceiveError(SQLExceptionGenerator.java:500)
    at COM.ibm.db2.jdbc.net.DB2Request.receive(DB2Request.java:727)
    at COM.ibm.db2.jdbc.net.DB2Request.sendAndRecv(DB2Request.java:587)
    at COM.ibm.db2.jdbc.net.DB2Connection.SQLConnect(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.create(DB2Connection.java(Compiled Code))
    at COM.ibm.db2.jdbc.net.DB2Connection.<init>(DB2Connection.java:245)
    at COM.ibm.db2.jdbc.net.DB2Driver.connect(DB2Driver.java:215)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java(Compiled Code))
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java(Compiled Code))
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java(Compiled Code))
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:283)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:671)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:110)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java(Compiled Code))
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:286)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:239)
    at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:199)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at $Proxy30.updateDeployments(Unknown Source)
    at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3015)
    at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:376)
    at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:164)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled Code))
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at $Proxy41.start(Unknown Source)
    at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.ja
    va:480)
    at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
    at weblogic.management.Admin.finish(Admin.java:650)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:547)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
    at weblogic.Server.main(Server.java:35)

  • JBO-26061, Null User Name and password not supported by thin driver

    Hello !
    I have just installed Oracle 8.1.6 on my Linux Box.My Jdeveloper is installed on Win 98 Box. Now I am trying to execute the Online Orders sample package provided with the Jdeveloper. I have followed the instructions provided with the Jdeveloper Tutorial sample. The test connection between the client and server are a success. The OnlineOrder test is also a success. When I run The Application.java Class then it is giving the
    JBO-26061 error with details as Null user name and password not supported by thin driver.
    Where I am wrong I dont understand. Pls guide?

    jdeveloper is certifed to run on the win nt AND win 200 platforms only.
    Please read the "Install notes" file (install.htm) before proceeding further.

  • I have a laptop presario C 700 ( C783TU ) but i dont have the sound driver. please give me

    i have a laptop presario C 700 ( C783TU ) but i dont have the sound driver. please give me the actual driver. 
    I got so many drivers from site but all are not suit.

    Here is a link to the support portal for your notebook. All available drivers are located here. There is no support for Windows 7 for your notebook.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How to install apple mobile device support in other drives other than C drive, how to install apple mobile device support in other drives other than C drive

    how to install apple mobile device support in other drives other than C drive, how to install apple mobile device support in other drives other than C drive
    as my C drive is full ...

    Move some of the "crap" off the C drive.  Programs only install to the default OS drive.
    Or upgrade the computer to a larger hard drive.

  • If I install Windows 7 on iMac (what we have done many times and it works very good) does windows support the fusion drive?

    if I install Windows 7 on iMac (what we have done many times and it works very good) does windows support the fusion drive?

    Welcome to the Apple Support Communities
    Fusion Drive is created by software on OS X. On a computer with Fusion Drive, Windows is installed on the HDD, but when you install the Boot Camp drivers, you will be able to read Macintosh HD, so it looks like it supports Fusion Drive but only for read

  • Error getting CSS support information for driver [HsvAdmDriver]

    Hi all,
    we have installed HFM on Win2003 x64 EE server. Everything is working correctly, but we are not able to create a connection to HFM data source in Web Analysis.
    Following error occurs:
    4010 Error: Error Getting CSS Support Information For Driver HsvADMDriver; Nested Exception Is: Com.Hyperion.Ap.APException:
    Does anyone know how to fix this?
    Regards,
    Vladino

    Hi Vladino,
    What version of HFM are you on?
    Do you have the ADM driver and HFM client installed on your Web Analysis server along with the HFM server and/or cluster being registered on the Web Analysis server?
    Regards,
    John A. Booth
    http://www.metavero.com

  • Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAd

    Hi everybody, I have the next message:
    Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAdmDriver]
    when I try to make a DB connection from Financial Reporting Studio in my local machine. In the server everything works fine.
    EPM 11.1.2.1
    Oracle 11g
    Windows Server 2008
    Does anyone have an idea on how to fix it?
    Thanks in advance.
    Israel Fuentes
    [email protected]

    Did you ever get this resolved? I am having the same issue. I suspect firewall.
    thanks,

  • Oracle Type4 driver (ojdbc14.jar) connection proble

    Hi,
    I'm trying to connect to my oracle 8i installed in my local machine through type4 driver.
    I've downloaded ojdbc14.jar and included its path to classpath
    The following lines are included in my code
    Class.forName("oracle.jdbc.OracleDriver");
    cn = DriverManager.getConnection("jdbc:oracle:thin:scott/tiger@localhost:1521:dbmsConnect ")
    I've created the DSN as follows (in Windows XP)
    Control Panel - Administrative Tools - Data Sources - Add - Took Oracle ODBC Driver - entered DSN name as dbmsConnect -added user id as scott
    When I ran the code, Igot following exception
    Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135286784)(ERR=12505)
    (ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))
    Could anyone help me please

    You may need a later version of the driver:
    http://www.dbforums.com/showthread.php?t=971271
    Pl. also see:
    http://forum.java.sun.com/thread.jspa?threadID=563288&messageID=2773243
    http://forum.java.sun.com/thread.jspa?threadID=300137&messageID=1189780

  • Java Runtime Environment (JRE) version 1.6 is not supported by this driver"

    Goal: create new ODI install in testlab on single server
    Installer: ODI newbie
    Server Software Installed: all 32-bit
    Windows 2008
    sql 2008
    JDK 1.6_22
    sqljdbc4.jar (downloaded from Microsoft's site)
    No weblogic server installed
    Issue: Using ODI Studio to create Master Repository. Jar files and config described below already implemented. When press “Test Connection ” in ODI Studio I get this error: : “Java Runtime Environment (JRE) version 1.6 is not supported by this driver. Use the sqljdbc4.jar class library, which provides support for JDBC 4.0"
    Details:
    (Sqljdbc.jar and) Sqljdbc4.jar downloaded from here:
    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=99b21b65-e98f-4a61-b811-19912601fdc9&displaylang=en
    (Sqljdbc.jar and ) Sqljdbc4.jar placed in C:\Users\Administrator\AppData\Roaming\odi\oracledi\userlib directory
    Repository Connection Details:
         Technology: Microsoft SQL Server
         JDBC driver: com.microsoft.sqlserver.jdbc.SqlServerDriver
         JDBC URL : jdbc:sqlserver://ODI:1433;SelectMethod=cursor
         User : odi
    What am I doing wrong? TIA.

    More details:
    ODI = ODI version 11.1.1.3
    SQL Server uses default install options.

  • Transfer Library/Application Support to another drive?

    Background:
    I've got time ago a SSD drive, which is 90 GB, for my Mac Pro. I've decided to use it as startup
    I've installed just the OS (Lion), and then I've used a regular HDD (500 Gb) as "home", so my desktop, music, documents and such does not go to clutter the small SSD drive.
    Now thou, after about a year, I've almost filled that SSD, and I was wondering how is it possible.
    First problem!  The Application folder
    STuff downloaded from the store goes in that folder by default, and there is no option in the store to say "save the download here, and when I checl for update check there".
    Told myself: this is easy, is  OSX! So I just made an Application folder on the drive where I have my home directoy, and copied most of the software that I don't use often, or that would not benefit from being on a SSD drive.
    Now some works, but some other introduced the
    Second problem! Library/Application support has a bunch of data that you cannot move.
    Software like Garageband, Adobe, Logic and many others, save data there (which in some cases means GB and GB of data), which you cannot move, or the program won't run, or give errors because files are missing.
    So, is there any way to tell OSX that I want this data somewhere else? The single app has no control over it, and I am not sure if this is even possible.
    I want to move only some of these huge folders out of /Library/Application Support, so if I can selectively move folders would be great; otherwise I am just fine in moving the whole thing out to the regular drive...altho in part you loose the advantage of the SSD speed in this way, since every software will have to go to the other slower drive, to load config and main data.
    Any suggestion is more than welcome!

    Thanks for your reply.
    Indeed that's exactly what I said. I am aware that the programs does not work, if I move the content, since I have already experimented various solutions.
    And as final attempt I asked here to see if there is some way to achieve what I want: move selectively data out of the application support, on another drive.
    I could buy a bigger one, but that would just postpone the same issue; to me the more logic solution is to ask the user where do they want to save their data, but so far I think that only FC asks it (I may be wrong; I installed these software quite some time ago).
    As now I run without problem the system, even if my home is on a slower disk; my main objective is to have a quick boot and to speed up some software that I use the most, and so far everything works fine. The problem is just the space
    After all OSX is Unix, there must be a way to create some sort of symlink that would make the OS happy, that's the only road that I ddn't pursue yet, but I would gladly avoid to do such a hack, to not cause disruption to the OS (it is a joy to use it, never crash or fail, so why pull the carpet under it's feet ? )

  • "Error getting CSS  support information for driver[HsvAdmDriver]" in HFM

    Can anyone suggest a workaround for the error message:
    "Error getting CSS support information for driver[HsvAdmDriver]"

    For anyone else experiencing this problem, install the ADM Client on the server(s) involved and restart the services. After this, we had no more problems in HFM

Maybe you are looking for