Can't connect to MSSQL database

Hi,
I'm very new to J2EE. I've been trying to get my JSPs to access my MSSQL database. I'm using JBoss as the application server.
Here's what I've done:
1. Downloaded and installed the MSSQL 2000 JDBC driver.
2. Edited the \server\default\deploy\mssql-ds.xml file:
<datasources>
<local-tx-datasource>
<jndi-name>MSSQLDS</jndi-name>
<connection-url>jdbc:microsoft:sqlserver://server1:1433;DatabaseName=Test;User=sa;Password=passwd;SelectMethod=Cursor</connection-url>
<driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
<DatabaseName>Test</DatabaseName>
<user-name>sa</user-name>
<password>passwd</password>
<min-pool-size>100</min-pool-size>
<max-pool-size>1000</max-pool-size>
<blocking-timeout-millis>5000</blocking-timeout-millis>
</local-tx-datasource>
</datasources>
3. I edited the "C:\jboss\bin\run.bat" file and inserted into the second line:
"set CLASSPATH=c:\mssql_jdbc_driver\lib\mbase.jar;c:\mssql_jdbc_driver\lib\msutil.jar;c:\mssql_jdbc_driver\lib\mssqlserver.jar;"
where C:\mssql_jdbc_driver is the folder where my *.jar files are located.
4. I created a .jsp page like this:
-----Start test.jsp -----------
<%
try {
String sDBDriver = "com.microsoft.jdbc.sqlserver.SQLServerDriver";
String sConnStr = "jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=multiplex;User=sa;Password=secret;";
Class.forName(sDBDriver);
java.sql.Connection conn = java.sql.DriverManager.getConnection(sConnStr);
java.sql.Statement stmt = conn.createStatement();
java.sql.ResultSet rs = stmt.executeQuery("select 'Multiplex' As Name");
while (rs.next()) { %>
<%= rs.getString("Name") %><br>
<%}
catch (ClassNotFoundException cnfe)
System.err.println("Unable to load MSSQL database driver!");
System.err.println("ClassNotFoundException: " + cnfe.getMessage());
%>
------End test.jsp -----------------------
5. But then when I run test.jsp, I get a ClassNotFoundException saying its not able to load the MSSQL driver.
Have I missed out some configuration step? I've been searching all avenues of support for 3 days but still can't get it working. Can someone help, please?
Thanks!

Thanks for your replies.
The database should be "Test", sorry.
I find the JBoss documentation isn't very beginner-friendly. And I can't get a reply from the JBoss forums. Does anyone who has worked with JBoss know where I should define the CLASSPATH for the MSSQL jar files?
Actually if someone could point me to step-by-step instructions on how to set up a database connection to MSSQL from JBoss in a Windows environment, I would be very very grateful...

Similar Messages

  • How can I connect to the database using ODBC within excel.

    Hi,
    How can I connect to the database using ODBC within excel and just refresh the data when needed.
    Thanks,
    Priyanka
    Edited by: user554934 on Jun 9, 2009 2:53 AM

    This is NOT an APEX relevant question, try posting it in the SQL/PL/SQL Forum..
    Thank you,
    Tony Miller
    Webster, TX

  • How can I connect to a database from ipaq with cldc??

    how can I connect to a database from ipaq with cldc??

    Hi Again
    There is a library by Mimer which allows you do connect to a Mimer SQL Server, don't know must about it, but here is a link.
    http://developer.mimer.com/
    If that doesn't suit you, I suspect that you will have to use some sort of proxy solution. Either by creating a servlet to accept the sql string you want to send, or by creating your own custom proxy server running J2EE. The servlet or the proxy server must be able to receive an SQL String, do the query to the actual database and return the results in some sort of format to the mobile device. Maybe just a space delimited string.
    Hope this helps
    -Daur

  • Can i connect to the database through the internet

    hi all
    i installed a database oracle 8i enterprise edition on a pc that exists in a town far from me . i wonder can i connect to this database through the internet from my house
    please i need a answer
    thanks in advance

    You can connect from an Oracle client to any Oracle database in the world that meets certain requirements.
    First you need an open network connection between the two points so either no firewall exists between the two stations or the firewall(s) have been configured to allow Oranet traffic. This means both databases must have access to the Internet and certain ports are open.
    Second you will need the IP address and port for the remote listener, which in turn must be up and running on the target server.
    Then you must have the Service Name or SID and a valid username/password combination for the target database. Plus the username must have create session privilege.
    That should be about it.
    HTH -- Mark D Powell --

  • Can I connect to MySQL database

    sorry for my English...
    I'm absolutely new in Flex
    can I connect to MySQL database?
    I read here that I need to create a java class file and edit
    an xml to create connection to oracle, can I connect to MySQL
    server too, I think that the PHP-XML is too slow to work with lare
    amounts of data... so can you post me MXML, the XML, and the JAVA
    class file, with I will be able to send sql to mysql server and get
    the response?
    or FDS is a stand-alone SQL server?

    Flex is not a SQL server.
    The Flex SDK and compiler supports developing applications
    that run in the Flash player.
    Flex Data Services is deployed as a Java web application that
    simplifies integrating Flex clients with Java server-side resources
    (including interacting with SQL databases via Java).
    FlexBuilder is an IDE for developing Flex apps.
    I'd recommend spending some time browsing the Flex product
    area on adobe.com.
    Best,
    Seth

  • Can't connect to the database after 1-2 day, Named Pipes Provider, error: 40,Microsoft SQL Server, Error: 121

    HI
    I have a problem. I can't connect to the database. It said : 
    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 121)
    When I restart the server, I can connect normally. But after 1-2 days, it can't be connected. 
    How can I fix this?

    Hi Lee,
    Please refer to the following article to configure SQL Server 2005 to allow remote connections:
    http://support.microsoft.com/kb/914277/en-us
    Regards,
    Elvis Long
    TechNet Community Support

  • Can I connect Azure SQL Database from Project Siena ?

    Can I connect Azure SQL Database from Project Siena ?
    I want to connect Azure SQL Database of Office 365 SharePoint's Access App from Project Siena.
    Access App's Database is Azure SQL Database.
    and can connect to Excel/PowerBI/etc.
    Access App's Database can connect from specific location / any locations.
    Access App's Database can allow read-only connection / read-write connection.
    I want to create Windows App connected to Access App's Database.
    Regards,
    Yoshihiro Kawabata.

    Hi Yoshihiro,
    Could you share more with us about the high level scenario for what you are trying to accomplish offline? We can discuss further at
    [email protected]
    Once we are done, we will definitely share our findings with the community.
    Thanks!

  • JDBC Connection to MSSQL-Database in Netweaver Portal

    We are running into problems when trying to create a Query- or JDBC iView to retrieve data from a MS SQL server table.
    Here is what we have tried on 2 different EP portals.
    Portal versions:
    6.0.12.0.0 (NW04 SPS12)
    6.0.14.0.0 (NW04 SPS14)
    Step 1: Created a JDBC system.
    Connection URL  - jdbc:microsoft:sqlserver://<servername>:1433;DatabaseName=name
    Driver Class Name  - com.microsoft.jdbc.sqlserver.SQLServerDriver
    Connection Factory Class  – JDBCFactory
    Admin User ID (DQE)  –  database admin name
    Admin Password (DQE)  – database admin password
    User Mapping Type  – admin;user
    Step 2: Created an alias for this JDBC system, for example, test_JDBC_system.
    Step 3: Added user mapping.
    Search for my user ID in the User Mapping in User Admin section, click on “Edit”, and select the JDBC alias name “test_JDBC_system” in the system dropdown list, and then put database admin user name and database admin password in the fields “User” and “Password”, and click on “Save”.
    Step 4: Tested the connection.
    “Connection Test Through DQE” was successful, but “Connection Test for Connectors failed”. Error message was:
    Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Step 5: Created a JDBC stored procedure iView.
    Got an error message like this “Error connecting to backend application. Check your system and user mapping settings. Contact your system administrator if problem persists.”
    Step 6: Because we couldn’t successfully create JDBC iView, so we tried to created a Query iView instead.
    It showed me the system alias, and I could drill down all the way to the table level and put in my query, for example, SELECT cdb_admin.Land.Land FROM cdb_admin.Land (table name is “land” and the column name is also “land”, cdb_admin is the admin user). But it gave me an error when previewing it – “Query execution failed. Exception message: ”
    Here are our issues/thoughts:
    We don’t know how to do the user mapping, not sure what to put into “User” and “Password” fields.
    The documents saying these versions have the SQL Server Driver installed already, but we couldn’t see the “com.microsoft.jdbc.sqlserver.SQLServerDriver” under System Drivers in “JDBC connector” in SAP Visual Admin.
    In some document, it used “com.sap.jdbc.sqlserver.SQLServerDriver”, and we don’t see that in the system driver list either.
    We tried to deploy MS SQL driver 3 jar files msbase.jar, mssqlserver.jar, msutil.jar by adding a new driver under “JDBC connector” in SAP VA. We gave it a name “MSSQL”. But we don’t know if we referred to the SQLServerDriver class correctly by entering “Driver Class Name  - com.microsoft.jdbc.sqlserver.SQLServerDriver” when creating the JDBC system in the portal.
    It seems like we connected to the database server and tables when using Query iView, but why did we get this “Query execution failed. Exception message: ”? We tried to modify the query to “select land from land” too, but it didn’t work either, same error message. So is it really the SQL statement wrong? There is not much documentation on Query iView and can you give me some hints?
    Thanks very much..

    Hi,
    in "User" and "Password" field you need to give database administrator User-ID and Password.
    You just need to give proper Database url and Driver class name to access MS SQL thro JDBC system.
    Have you set the security settings for the database, check the <b>prerequsites</b> in the following link:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/f5/eb516b0e6a11d7b84900047582c9f7/frameset.htm">Creating iViews for Databases</a>
    Hope it helps
    Regards,
    Vivekanandan

  • Connections to MSSQL database

    Hi SDN.
    A long time ago some had developed a jspdynpage application on a MSSQL database using a jdbcconnector. Sometimes we get a connection error, and we have to restart the portal. We think that it might be that there are to many open connections.
    Is there anywhere that I can see these open connections?
    Where do I set up how many connections are allowed?
    Our portal is 6.0.2.41
    Thanks
    Peter

    Hi Peter,
    check the SAP Library section <a href="http://help.sap.com/saphelp_nw70/helpdata/en/2d/292391fa6745488f3e0e0d4b03c64e/frameset.htm">Managing Connection Pooling</a>. There you will find detailed instructions how to set maximum number of connections.
    Best regards,
    Martin

  • Can't connect to MSSQL

    I've been using MSSQL with java servlet programming. It seems like the connection to MSSQL is not working. Here are the codes.
    package coreservlets;
    import java.*;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class RunMssql extends HttpServlet {
         Connection connection = null;
    public String username = "libsys";
    public String password = "123456";
    public String url = "jdbc:microsoft:sqlserver://localhost:1433;databaseName=libsys;selectMethod=cursor;";
         public void init()
              try
                   Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
                   //loading a driver
         connection = DriverManager.getConnection("jdbc:microsoft:sqlserver://localhost:1433;databaseName=libsys;selectMethod=cursor;","libsys","123456");
                   //connecting to a database
              catch (Exception a)
                   a.printStackTrace();
         public void doGet(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
              doProcess(request,response);
    public void doPost(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
         doProcess(request,response);
         public void doProcess(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
              try{
              init();
    DatabaseMetaData dm = null;
              ResultSet rs = null;
              response.setContentType("text/html");
              PrintWriter out = response.getWriter();
              out.println("<HTML>");
              out.println("<BODY>");
              out.println(connection);
              if (connection != null) {
                   out.println("<BR>Connected Successfully");
              out.println("</BODY>");
              out.println("</HTML>");
              catch (Exception e)
                   System.err.println(e);
    Please help to rectify it. Thanks.
    Message was edited by:
    wesleygch

    I show you my program again.
    package coreservlets;
    import java.*;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Connect extends HttpServlet{
    private Connection con = null;
    private final String url = "jdbc:microsoft:sqlserver://";
    private final String serverName= "localhost";
    private final String portNumber = "1433";
    private final String databaseName= "libsys";
    private final String userName = "libsys";
    private final String password = "123456";
    // Informs the driver to use server a side-cursor,
    // which permits more than one active statement
    // on a connection.
    private final String selectMethod = "cursor";
    // Constructor
    public Connect(){}
    private String getConnectionUrl(){
    return url+serverName+":"+portNumber+";databaseName="+databaseName+";selectMethod="+selectMethod+";";
    private Connection getConnection(){
    try{
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    con = DriverManager.getConnection(getConnectionUrl(),userName,password);
    }catch(Exception e){
    e.printStackTrace();
    System.out.println("Error Trace in getConnection() : " + e.getMessage());
    return con;
    Display the driver properties, database details
    public void doGet(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
                   getConnection();
    doPost(request,response);
         public void doPost(HttpServletRequest request,
    HttpServletResponse response) throws ServletException, IOException
                        response.setContentType("text/html");
                        PrintWriter out = response.getWriter();
              DatabaseMetaData dm = null;
              ResultSet rs = null;
              try{
              con= this.getConnection();
              if(!con.isClosed()){
                                       out.println("Get Connected");
              dm = con.getMetaData();
              out.println(con);
              out.println("Driver Information");
              out.println("\tDriver Name: "+ dm.getDriverName());
              out.println("\tDriver Version: "+ dm.getDriverVersion ());
              out.println("\nDatabase Information ");
              out.println("\tDatabase Name: "+ dm.getDatabaseProductName());
              out.println("\tDatabase Version: "+ dm.getDatabaseProductVersion());
              out.println("Avalilable Catalogs ");
              rs = dm.getCatalogs();
              while(rs.next()){
              out.println("\tcatalog: "+ rs.getString(1));
              rs.close();
              rs = null;
              closeConnection();
              }else System.out.println("Error: No active Connection");
              }catch(Exception e){
              e.printStackTrace();
    dm=null;
    private void closeConnection(){
    try{
    if(con!=null)
    con.close();
    con=null;
    }catch(Exception e){
    e.printStackTrace();
    after I run it in the browser. It shows nothing. Anywhere can help to improve this to make it connected.
    Message was edited by:
    wesleygch

  • I can't connect to MySQL database from The JSP Standard Tag Library

    Hi All !
    I have a problem, please help me anybody !
    I don't connect to MySQL database from jsp page using JSTL tag but from servlet all work correctly. I set my path and put �mysql-connector-java-3.1.13-bin.jar� in ENVIRONMENT WinXP(classpath=C:\Java\jdk1.5.0_10\jre\lib\ext\mysql-connector-java-3.1.13-bin.jar) and in War project folder �WEB-INF/lib� and in [TomcatServer]\common\lib.
    I have in folder�WEB-INF/lib� following files:
    antlr.jar
    commons-beanutils.jar
    commons-collections.jar
    commons-digester.jar
    commons-fileupload.jar
    commons-logging.jar
    commons-validator.jar
    jakarta-oro.jar
    jsf-api.jar
    jsf-impl.jar
    jstl.jar
    mysql-connector-java-3.1.13-bin.jar
    standard.jar
    struts.jar
    I'm using:
    NetBeans 5.5 Build200610171010 (bundled Tomcat 5.5.17)
    Ent.Pack 20061020 Visual Wb Pack 061103
    OS WinXP SP2
    Java 1.5.0_10
    MySQL 5.0.18-nt
    1:<%@page contentType="text/html"%>
    2:<%@page pageEncoding="UTF-8"%>
    8: <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    9: <%@taglib uri="http://java.sun.com/jstl/sql" prefix="sql"%>
    10:
    11: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    12: "http://www.w3.org/TR/html4/loose.dtd">
    13:
    14: <sql:setDataSource var="ds"
    15: driver="com.mysql.jdbc.Driver"
    16: url="jdbc:mysql://localhost:3306/test"
    17: user="root"
    18: password="xxxx"/>
    19:
    20:
    21:<sql:query sql="select name, age from People" var="res"
    22: dataSource="${ds}"/>
    I have received report on mistake when entered code at the top:
    �/index.jsp [21;0] According to TLD or attribute directive in tag file, attribute dataSource does not accept any expressions�
    I used instead of (dataSource="${ds}")->(dataSource="ds") but this did not work.
    After build and run I have received
    =========================================START=================================
    HTTP Status 500
    type Exception report:
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /index.jsp(21,0) According to TLD or attribute directive in tag file, attribute dataSource does not accept any expressions
    org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    root cause
    org.apache.jasper.JasperException: /index.jsp(21,0) According to TLD or attribute directive in tag file, attribute dataSource does not accept any expressions
    org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
    org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
    org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:146)
    org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:955)
    org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:710)
    org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1441)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
    org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
    org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
    org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
    org.apache.jasper.compiler.Validator.validate(Validator.java:1489)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:166)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:368)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Apache Tomcat/5.5.17
    =======================================END================================
    Error: "According to TLD or attribute directive in tag file, attribute dataSource does not accept any expressions" - but according to documentation such parameter possible.
    BUT WHEN JOINING With DATABASE FROM SERVLET ALL WORK FINE.
    I read this doc - [http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html], this applicable if I Tomcat Admin, but i'am not Admin
    I simply user, i.e. I want to place its database on virtual host (Tomcat+(JSP-JSTL)+MySQL).
    There is idea how can resolve this problem
    Thank you in advance ;)

    For all how have similar problem.
    Decision instead of these ways
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="sql" uri="http://java.sun.com/jstl/sql" %>
    it is necessary to indicate these
    <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

  • How can I connect to a database using Java Web Start?

    When I run the application without Java Web Start, the program can get the driver and connect to the database. However, when I try to use this same application with Java Web Start, the program can not load the driver. Why is this happening? I am using a mySql database driver.

    I assume you are trying to connect using JDBC, are did you include the jdbc jar in your resources ?

  • How can i connect to remote database from netbeans

    Hi,
    I have got MySQL database server installed and running on a different machine. Is there any way to connect and browse database remotely using netbeans 5.5?
    I have added connector/driver for that database. i can connect and browse the database with host: "localhost" and port number. But when i specified the ip address of that machine, it gives me error.
    Can anyone help please.
    cheers.

    well, its not working in App server either.
    In App server admin console, on that connection pool if i define servername as "localhost", it works fine. If i change it to the remote machine's ip address, then it doesn't work.
    Any idea will be appreciated.
    cheers.

  • How can I connect to the database using the Oracle Remote Diagnostic Agent?

    Now I try to study RDA on Windows XP platform,when I run 'rda.cmd',there is a question 'Enter password for 'SYSTEM@'',what is the answer?
    Because I didn't know how to connect to database,there are many error messages - RDA-00510: SQL execution disabled,What can I do?

    Metalink Note:314422.1 to start
    It is asking you to tell how to connect to 'the database that you are investigating' over a network. The answer .... the password for the userid called 'system' in the database specified after the @
    I am confused ... you do not know how to connect to your database?

  • How can I connect to WinCC database (best by use of OLE DB provider)?

    Post Author: MarkusR
    CA Forum: Data Connectivity and SQL
    Hello,
    if I connect to the WinCC database by using the WinCC OLE DB provider I do not get the tables I expect.
    E.g. I would like to see the AlgViewEnu or other tables/views of AlarmLogging or TagLogging.
    Who can help?

    Hi
    I have not used asp.net with CS4, due to it using an old version of the framework, so unfortunately I cannot really help in solving the problem. But I can remember having a similar problem with DW8, a tutorial for connecting to the database in DW8 is - http://www.webdesign.org/html-and-css/tutorials/asp-net-in-dreamweaver-8.7367.html. I also seem to remember that the connection required the old, (very old) Jet4 access database connector to be installed to work correctly.
    These problems, and the fact that MS keeps updating the framework every year or so, (which are often not backwardly compatible) are why I use Visual Studio for .net C# sites, and no longer actively develop them, but I must admit I still prefer C# to PHP.
    PZ

Maybe you are looking for

  • Old items are not populated after adding items into a master/detail form

    Hi, I am relatively new to APEX. I am creating a master/detail form. It works well. When I add new items the older items are no more populated. Why ? For example I have an itme which is a select list as a Named LOV. At creation of the row I want the

  • Lost ability to pair iphone with vehicle

    Up until last week, I had bluetooth connectivity with my iphone in my vehicle.  After upgrading to iOS 8.3, my iphone is no longer discoverable.  I reset network settings, tried to pair my phone with another vehicle, and nothing seems to work.  The t

  • Videos load slower than in the past

    Since upgrading to Firefox/3.6.13, videos load much slower. I have run speed test on system and that is not the problem. I have DSL. The later in the day, the slower the down load.

  • ODBC Error-in Vb-Oracle 8i application(in windows 2000 professional)

    I am using an application developed in vb 6 and oracle.when i insatll these software in Windows2000 and oracle 8i database...i cant connect to the oracle server.it works smoothly with oracle 8/windows Nt.. And also i cant install Oracle8 server in wi

  • RFC user in CPS

    HI All, Iam geteting the following error whentrying to start the one of the process server in CPS Service "SAPR3Service" on process server "lzuce0dx_SE1_63_ProcessServer" stopped unexpectedly. Details: Exception: 126: BAPI exception while calling BAP