JDeveloper with SQL 2000

Hi all,
I am quite new to Jdeveloper but I am trying to develop a wb application which talks to MSSQL 2000 as the database. Can please help me out how I can do this from JDeveloper. Thanks in advance.

4. Add to web.xml of web application.
<resource-ref>
<res-ref-name>jdbc/SQLServerConnectionDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
SQLServerConnection is the connection configured in Connections navigator.
5. In a JSP obtain a JDBC connection.
InitialContext initialContext = new InitialContext();
javax.sql.DataSource ds = (javax.sql.DataSource)
initialContext.lookup("java:comp/env/jdbc/SQLServerConnectionDS");
java.sql.Connection conn = ds.getConnection();

Similar Messages

  • Hi Pls help me, How to work with SQL 2000 Database

    I have database using SQL 2000, How to connect and work with SQL 2000 Database. thanks

    Log on to www.SQLite.org that may help you.
    Using the Sqlite3.dll and after customizing your code with SQLite3.h you can read and write on to that DB.

  • Analyzer 5.03 with SQL 2000

    For the longest time I have been using our SQl 6.5 as a repository. Performance is good, everyones happy.Now, I want to upgrade the SQL6.5 to SQL 2000. My docs say Analzyer 5.03 only works with 6.5 and 7.0.I am a little jumpy about going to Analyzer 6.1.1 or6.1.2 just yet.Has anyone got any version 5 to work with SQL 2000 repository?Thanks

    Hello;I have working versions 503 and 6.1.1 on SQL2000 without problem, they work on different repository, so you can first upgrade your SQL to 2000 then install Analyzer 6.1.x.RegardsMario GuerreroMexico.

  • Installing CSA MC 4.5 with SQL 2000

    Hi
    I am trying to install the CSA MC on a Server running SQL 2000 . I select the "Remote Database" option , create a database, user and File group within the database called analysis as instructed however upon install of he CSAMC I keep getting prompted that the file group analysis does not exist.
    Has anyone else come across this before ?
    Thanks
    Leon

    What is the exact error message you are seeing ?

  • Connect jdeveloper with sql server 2005

    hello, I don't speak english very well, how I do to connect sql server 2005 with jdeveloper using create connections without username and password, using windows autentication. I downloaded driver jdbc from microsoft pages, when I create the connections and click test connections, the conecctions failed because I don't have username and pass in sql server. Thanks and sorry for my english. Regards

    When the SQL Server is installed a password is specified for the 'sa' user, or a new SQL Server user may also be created.
    Please refer
    http://www.devx.com/dbzone/Article/33681

  • Jdeveloper connecting with SQL Server Express

    Hi i am trying to connect jdeveloper with SQL Server Express. At the moment i am getting a TCP/IP connection to the host error message.
    My connection string is as follows:
    Class.forName("com.micorosoft.sqlserver.jdbc.SQLServerDriver")
    Connection conn = DriverManager.getConnection("jdbc:sqlserver://mustang/sqlexpress; database = matt1; Uid = matt; Pwd = matt1")
    Can someone please help me!

    Enable TCP/IP protocol. Select Microsoft SQL Server 2005>Configuration Tools>SQL Server Configuration Manager. In the SQL Server Configuration Manager select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on the TCP/IP node and select Enable. Restart the SQL Server (SQLEXPRESS) service. In Adminstrative Tools>Services, right-click on the SQL Server (SQLEXPRESS) service and select Restart.
    To configure a JDBC connection with SQL Server 2005 Express, add SQL Server 2005 JDBC driver JAR file <Microsoft SQL Server 2005 JDBC Driver>/sqljdbc_1.0/enu/sqljdbc.jar to classpath. <Microsoft SQL Server 2005 JDBC Driver> is the directory in which SQL Server 2005 JDBC Driver zip file is installed.
    Driver class for SQL Server 2005 database is com.microsoft.sqlserver.jdbc.SQLServerDriver. Connection URL for the default SQL Server 2005 database is jdbc:sqlserver://localhost:<port>.
    In the connection URL, <port> is obtained from the SQL Server configuration Manager. When the SQL Server 2005 SQLEXPRESS is restarted the port number changes.
    To obtain the <port> in the SQL Server Configuration Manager, select the node SQL Server 2005 Network Configuration>Protocols for SQLEXPRESS. Right-click on TCP/IP node and select Properties. Select the IP Addresses tab. In IP ALL, the TCP Dynamic Ports specifies the <port> value. The connection URL format for another database name is shown in following listing.

  • Database restore from SQL 2000 to SQL 2005 for SBO 2005B

    Hi Everyone,
    I am facing some problems in regards to the restore of SBO Database from SQL 2000 to SQL 2005.
    Let me explain you the problem.
    See I am using SAP B1 2005B with patch level 38 in my laptop with SQL 2000. I have made an company in this and done work in it as a production company and now I want to restore this company in the server which has SQL 2005. How to do it.
    I have taken a backup in my laptop from SAP B1 Server Suite Manager which has SQL 2000 and sucessfully backed up but when I am trying to restore in the server which has SQL 2005 I am getting the following error in SQL 2005 in server :-
    Restore failed for Server 'DXBAP001'.  (Microsoft.SqlServer.Smo)
    System.Data.SqlClient.SqlError: Directory lookup for the file "C:\Program Files\Microsoft SQL Server\MSSQL\data\SBO_DCHAR.mdf" failed with the operating system error 3(The system cannot find the path specified.). (Microsoft.SqlServer.Smo)
    Please let me know the solution for it.
    Thanks in Advance.
    Regards,
    Kawish Junaid Mazhari

    Hi,
    In SQL 2005 create a database and name as the 200 one was (though any name would do).  when you create the database note the location of the .mdb and .ldf file.
    once this had created right click on your new database > tasks > restore database
    in the new window select from device and point it to your .bak file created from your 2000 system, ensure you put a tick in the restore box on the new line.
    in the options tab tick overwrite database, and, change the file locations in the restore as directory to the file locations of the new database.  the file names must be the same too.
    you can change the original file names after the restore.
    that should do the trick.
    thanks,
    mike

  • SQL 2000 AND SQL 2005 ON THE SAME SERVER

    Hi all ,
    I have an installation of    SAP4.7SR1 /MSSQL2000 on a windows 2003 server.
    I want to install SAP SOLUTION MANAGER 4.0 /MSSQL2005 on the same server ... it is possible that two version of SQL ( 2000 and 2005 ) coexists on the same server ? It's sufficent to install SQL into two different directory ?
    Thank's a lot.
    Antonio Voce.

    Hi,
    yes it is possible to install SQL2000 and SQL2005 on same server but there are certain special considerations that you should be aware of
    look at following blog
    http://blogs.msdn.com/sqlblog/archive/2006/09/27/co-existence-of-sql-2005-with-sql-2000.aspx
    also look http://msdn2.microsoft.com/en-us/library/ms143694.aspx
    but in case of SAP Installation i prefered that to upgarde SQL2000 to SQL2005  then install solman 4.0
    regards,
    kaushal

  • SQL 2000 LINKED SERVER ERROR 7303 WITH SQL 2012 ON WINDOWS SERVER 2012 R2

    Hi all,
    I have a problem with SQL Server 2012 and a linked server for SQL 2000 database.
    System specification:
    Windows server 2012 64 bit
    SQL SERVER 2012 64 bit
    REMOTE SERVER SQL 2000 32 bit
    I've installed sql native client 32bit,create a SYSTEM DSN odbc connection with "SQL Server" driver named "MYSERVER".
    Create a linked server with the query below in SQL 2012:
    EXEC master.dbo.sp_addlinkedserver @server =N'MYSERVER', @srvproduct=N'MYSERVER', @provider=N'MSDASQL', @datasrc =N'MYSERVER', @location=N'System';
    EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'MySERVER',@useself=N'True',@locallogin=NULL,@rmtuser=NULL,@rmtpassword=NULL
    GO
    but when i browse the linked server i receved error 7303.

    You need 64-bit MSDASQL. It is the bitness of the server you are connecting from that matters. 64-bit executables cannot hook into 32-bit DLL.
    However, I suspect that you will not get things to work anyway. At least I have not seen anyone this far who has been able to set up a linked server from SQL 2012 to SQL 2000. I know that when I tried this, the following providers had this result:
    SQLNCLI11 - does not support connections to SQL 2000.
    SQLNCLI10 - failed with some obscure message that I don't recall.
    SQLNCLI - Don't recall that the problem was here.
    SQLOLEDB - SQLOLEDB is always replaced with the most recent version of SQLNCLI, so this fails because of lack of support.
    I don't think I got through all version of the ODBC drivers, though.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Oracle 10g connectivity with sql server 2000 through oracle transpa gateway

    dear gurus.
    i am to connecto oracle 10g with sql server 2000 through oracle transparent gateway.
    i have installed transparent gateway and proper configured. also link is created.
    but when i execute query "select * from city@inventory" , so an error displayed.
    ORA-12500: TNS:listener failed to start a dedicated server process.
    kindly suggest me what could be the cause.
    regards,

    if the listener fails to spawn a dedicated server process it is commonly indicating an issue with the listener. So posting the listener and also a listener trace including a description of the env where you installed the gateway into which directory would be helpfull. Please keep also in mind if you have for example a 10.2.0.3 database and you install into this directoty a 10.2.0.1 gateway you have to reapply the patchset again do get consistent file version.
    So please describe more detailed your env.

  • Installing Oracle 8i on server with SQL Server 2000

    We have One Server (HP with: 4 processors XEON, 100 GB HD Raid 5, 8GB RAM). And this server has SQL Server 2000 running with some databases. We NEED to install ORACLE 8i for a product that they use that DB. IS THERE a problem to install and use ORACLE 8i on the same server that has SQL server 2000? Do you know any issue related to this "experience"?

    You CAN run both at the same time. I have done this on a few boxes without issue. MS tells you not to, but I think it's because they don't want you running Oracle. Their comment was 'we don't recommend it.'
    Remember that you will have TCP 1521 tied up with Oracle (by default) and TCP 1433 tied up with SQL Server (by default). If you have installation issues, it's not because you are running two separate DBs. In this case you have a different issue. If you can't run both successfully, simultaneously then you have another issue altogether not related to the software. You should be fine as long as you are not sharing TCP ports.
    Several years ago I was responsible for an HP Netserver LX Pro that ran Oracle RDMBS 7.3.2 and (probably 4.2 or 6.0) SQL Server and had no issues. I have been running both RDBMSs on the same box since even though the boxes have changed - HP/DELL - didn't matter.
    Scott Yando

  • Steps to install SAP 4.7 EE with MS SQL 2000: URGENT

    Hi all Basis Guru's
    We are planning to install SAP 4.7 EE with DB: MS SQL 2000 on our new IBM server, we are already running a SAP server on our OLD SERVER and we just want to install the same in the NEW IBM SERVER for which i am seeking some expert help.
    I wanted a document which can show me the steps to install SAP 4.7 and also MS SQL 2000,
    I have pdfs released by SAP which i got from service market place under instguides section, but they are not soo helpful as i am a jr consultant the termninology used by them is not in my understanding..
    So i request all, to send in a document which can easily assist me in installing SAP 4.7 and Ms SQL 2000 in step by step process
    Also is it neessary for me to install the SP3 for Ms SQL 2000.
    Reward points for sure...
    Plz do help me in this as,  this task has to be completed by 03-08-07 EOD.
    Million Thanks in Advance
    Regards
    Hari Haran.V

    Hi Juan,
    I have done all the pre-installation steps accoring to the SAP released doc from the service market place...
    but i get an error during the installation of the CI...(this is happening at the time of  <i><b>EXTRA SAP SYSTEM KERNAL ARCHIVES</b></i>)
    Here is the detailed LOG of the error.....
    INFO 2007-08-02 18:50:39
    Processing of host operation t_HostInfo_SHARED succeeded.
    INFO 2007-08-02 18:50:47
    The 'saploc' share exists at directory 'C:\usr\sap'. Choosing drive C: as SAP System drive.
    INFO 2007-08-02 18:51:13
    Successfully connected to PDPLMAIN\PDPLMAIN
    INFO 2007-08-02 18:51:13
    Executing check Product Version ...
    INFO 2007-08-02 18:51:13
    Script "Product Version" successfully executed
    INFO 2007-08-02 18:51:13
    Executing check Product Patch ...
    INFO 2007-08-02 18:51:13
    Script "Product Patch" successfully executed
    INFO 2007-08-02 18:51:13
    Executing check Product Edition ...
    INFO 2007-08-02 18:51:13
    Script "Product Edition" successfully executed
    INFO 2007-08-02 18:51:13
    Executing check Collation ...
    INFO 2007-08-02 18:51:13
    Script "Collation" successfully executed
    INFO 2007-08-02 18:51:13
    Executing check SysAdmin Rights ...
    INFO 2007-08-02 18:51:13
    Script "SysAdmin Rights" successfully executed
    INFO 2007-08-02 18:51:13
    Successfully connected to PDPLMAIN\PDPLMAIN
    INFO 2007-08-02 18:51:13
    Executing check Database existance ...
    INFO 2007-08-02 18:51:13
    Script "Database existance" successfully executed
    INFO[E] 2007-08-02 18:51:36
    Account group="pdplmain\SAP_LDAP" does not exist. <#1>
    INFO[E] 2007-08-02 18:51:37
    Account group="ORA_PD0_DBA" does not exist. <#1>
    INFO[E] 2007-08-02 18:51:37
    Account group="ORA_PD0_OPER" does not exist. <#1>
    INFO[E] 2007-08-02 18:51:49
    Account group="pdplmain\dbpd0ctl" does not exist. <#1>
    PHASE 2007-08-02 18:57:16
    SAP Web Application Server
    PHASE 2007-08-02 18:57:16
    Request common parameters of SAP System
    PHASE 2007-08-02 18:57:17
    Collecting information on database configuration
    PHASE 2007-08-02 18:57:17
    Create operating system accounts
    INFO 2007-08-02 18:57:17
    Copying file C:/SAPinst MSSQL SAPINST/keydb.xml to: C:/SAPinst MSSQL SAPINST/keydb.1.xml.
    INFO 2007-08-02 18:57:17
    Creating file C:\SAPinst MSSQL SAPINST\keydb.1.xml.
    INFO 2007-08-02 18:57:18
    Copying file C:/SAPinst MSSQL SAPINST/product.xml to: C:/SAPinst MSSQL SAPINST/product.1.xml.
    INFO 2007-08-02 18:57:18
    Creating file C:\SAPinst MSSQL SAPINST\product.1.xml.
    PHASE 2007-08-02 18:57:33
    Preparing OS account for MCOD installation
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:33
    Request operating system user information
    PHASE 2007-08-02 18:57:34
    Request operating system user information
    PHASE 2007-08-02 18:57:34
    Request operating system user information
    PHASE 2007-08-02 18:57:34
    Request operating system user information
    PHASE 2007-08-02 18:57:34
    Request operating system user information
    INFO 2007-08-02 18:57:35
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1801674531-606747145-839522115-500' on host 'pdplmain'!
    INFO 2007-08-02 18:57:35
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1801674531-606747145-839522115-500' on host 'pdplmain'!
    INFO 2007-08-02 18:57:35
    Successfully added privileges 'SeTcbPrivilege SeAssignPrimaryTokenPrivilege SeIncreaseQuotaPrivilege' to account 'S-1-5-21-1801674531-606747145-839522115-500' on host 'pdplmain'!
    INFO 2007-08-02 18:57:36
    Evaluating all 'tNT_RegistryEntries' table rows succeeded.
    PHASE 2007-08-02 18:57:38
    Preparing DBMS-specific environment variables
    WARNING 2007-08-02 18:57:38
    Error 1332 (No mapping between account names and security IDs was done.
    ) in execution of a 'SetEntriesInAcl' function, line (661), with parameter ().
    INFO 2007-08-02 18:57:38
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:39
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:41
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:42
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:44
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:45
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:46
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:47
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:48
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:49
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:50
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:51
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:51
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:52
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:53
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:53
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:54
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    INFO 2007-08-02 18:57:55
    Creating or updating all NT registry entries from the tNT_RegistryEntries table succeeded.
    PHASE 2007-08-02 18:57:55
    Adapt filesystem
    PHASE 2007-08-02 18:57:55
    Prepare check/adapt SAP instance filesystem
    INFO 2007-08-02 18:57:55
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/prfclog exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0 exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00 exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/data exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/data/cache exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/exe exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/log exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/sec exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/DVEBMGS00/work exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/exe exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/exe/opt exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/exe/dbg exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/exe/run exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/gen exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/gen/dbg exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/gen/opt exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/global exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/profile exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/PD0/SYS/src exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap/tmp exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/tmp exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/EPS exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/EPS/in exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/EPS/out exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/EPS/log exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/bin exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/buffer exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/cofiles exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/data exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/etc exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/log exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    File system node C:\usr\sap\trans/sapnames exists already. Nothing to do.
    INFO 2007-08-02 18:57:56
    Copying file H:/sapinst_mssql/NT/I386/UNINSAP.EXE to: C:\usr\sap\PD0\SYS\exe\run\..\UNINSTSAP.EXE.
    INFO 2007-08-02 18:57:56
    Copying file system node H:/sapinst_mssql\NT\I386\UNINSAP.EXE with type NODE to C:\usr\sap\PD0\SYS\exe\run\..\UNINSTSAP.EXE succeeded.
    INFO 2007-08-02 18:57:56
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2007-08-02 18:57:57
    Processing of all file system node operations of table t_SAPComponent_Filesystem_Action_SHARED succeeded.
    INFO 2007-08-02 18:57:58
    Creating of all NT shares while processing the table 'tNT_SHARE' succeeded.
    INFO 2007-08-02 18:57:58
    Creating of all NT shares while processing the table 'tNT_SHARE' succeeded.
    WARNING 2007-08-02 18:57:59
    The specified service does not exist as an installed service.
    ! Error in execution of a 'OpenService' function, line (286), with parameter(s) (SAPPD0_00).
    WARNING 2007-08-02 18:57:59
    The specified service does not exist as an installed service.
    ! Error in execution of a 'OpenService' function, line (286), with parameter(s) (SAPOsCol).
    PHASE 2007-08-02 18:57:59
    Extract archives
    INFO 2007-08-02 18:58:00
    Processing of all file system node operations of table t_SAPComponent_Archives_FORMS_SHARED succeeded.
    PHASE 2007-08-02 18:58:01
    Extract SAP System kernel archives
    INFO 2007-08-02 18:58:01
    Creating file C:\SAPinst MSSQL SAPINST\SAPEXE.SAR.log.
    ERROR 2007-08-02 18:58:01
    MOS-01021  PROBLEM: .\sapcar.exe -xvgf H:\SAP_KERNEL_MSSQL_IA64/NT/I386/SAPEXE.SAR, -R C:\usr\sap\PD0\SYS\exe\run returned with '29'. CAUSE: See output './SAPEXE.SAR.log'. SOLUTION: Solve the CAUSE and retry.
    ERROR 2007-08-02 18:58:01
    FJS-00012  Error when executing script.
    Waiting to hear from at the earliest
    Regards
    Hari haran.v

  • Error Establishing Socket with SQL Server 2000

    I have a java application that uses JDBC to connect to a source of data.
    The application has been installed on many platforms using many different data sources, but one combination has beaten me.
    I am using Windows Server 2003 and SQL Server 2000 Enterprise, when the application starts up it fails to connect to the database with the following message:
    [Microsoft][SQL Server 2000 Driver for JDBC] Error Establishing Socket
    I have looked at a lot of forums and tried many things but nothing has fixed the problem for me:
    To summarise:
    The URL I am using is jdbc:microsoft:sqlserver://locahost:1433
    I have also tried using the name of the machine and it's actual IP address
    I have checked that TCP/IP is enabled and using the correct port (1433)
    Both SQL Server and Windows authentication are enabled and I can connect using both method from ODBC
    I can connect to it and use it with c#.net, vb.net and ODBC from the same machine
    I have installed the latest SQL Server 2000 service pack
    The application works with SQL Server 2000 Developer on Windows XP
    If anyone has any other suggestions, I would love to hear from you.

    If you printed out the SQL state and error code that would be a bit more info:
    catch (SQLException e)
        e.printStackTrace();
        System.err.println("SQL state: " + e.getSQLState());
        System.err.println("SQL error: " + e.getErrorCode());
    }Maybe that will give you more detail as to exactly why this is happening.
    The only other thought I had was security. Maybe there's a permission to access the port that would have to be granted explicitly as part of M$'s new emphasis on security. You did say it was Windoze Server 2003. Maybe that's the difference between all the other installs and this one.
    No joy from me, sorry. - MOD

  • SQL 2000 Invoice - get number of line with batchnum

    Hi all
    Im trying to get a query that show info about lines of invoices and i need to show a number of row (begin on 1 for each invoice) on a query results
    INV1.Linenum col don´t useful for me cause im managed batchNum for item
    How can i do it for numbering  lines on my query results?
    Actually im showing:
       NºInvoice - NºLinea - ItemCode
       0001-0-item001-bacth01
       0001-0-item001-batch02
       0001-1-item002-bacthB1
       0001-1-item002-batchB2
    An I want to show something like that:
       0001-1-item001-bacth01
       0001-2-item001-batch02
       0001-3-item002-bacthB1
       0001-4-item002-batchB2
    thanks in advanced

    Hi,
    I'm not sure I understand what you want...
    Is it only a row number in your query result ?
    If so, it's realy easy with Oracle (you can use rownum() ), a little harder with SQL 2005, but a lot more hard on SQL Server 2000.
    Could you give us your query ?
    Regards,
    Olivier Huet

  • Integrate TREX with a third-party database  MS SQL 2000

    Hello GURUS i have a question, how integrate a search with trex into the third-party back-end
    stores exacly is a ms sql 2000, my problem is this i have a legacy system in java, this legacy retrieve
    information from a database through Querys and we want to optimize searches through TRex, how can connect the trex to this data base
    thanks
    salvatore

    Hi Salvatore,
    I saw that your looking to find a solution to your problem for a time now and have done some research already.
    Unfortunately, there is no out-of-the-box solution to integrate a MS SQL database into KM (unless it is the database from a different portal/KM).
    So your solution here is to implement a (simple) Read-Only Repository Manager using this guide: https://www.sdn.sap.com/irj/sdn/nw-cm?rid=/library/uuid/70359931-22c1-2910-9fba-f0142ba18956
    Afterwards you can index the repository with TREX.
    Hope this answers your question.
    Best regards,
    Robert

Maybe you are looking for

  • Error 1172, an error running a VI in the second time call of the DLL

    Hello All, I am a beginner in labVIEW. I have to write a test program in labVIEW which uses a DLL created by other programmer. I called the DLL from my labVIEW to control DIOs, a serial port, communicate with a slave device, perfrom a flashing task.

  • How to get slide change without a noise like a camera shot?

    I have imported a PP2013 slideshow into CP 8. The animation is working correct. But when the slide changes to the next one, there is a noise lik a camera shot. Where can I eliminate that, Thanks

  • Transaction propagation from Oracle 8i or 9i to OC4J V2?

    We have a very large Oracle 8i (8.1.6)-based application that uses PL/SQL exclusively for business logic; there are a few hundred user packages. We are considering a gradual introduction of EJB's into the mix, most likely via OC4J V2 when it is relea

  • Kernel using lots of VM

    I noticed my system stalling consistently, opened activity monitor and noticed two things: one virex was being really taxing, so i removed it all and was much improved. secondly i noticed "kernel_task" is using like 670 MB of virtual memory. it isn't

  • CS6 failed to open multiple Thunderbird Attachments

    With my Window 7 64 bit computer, when I try to open multiple attachments, it will open some, but not all attachments.  I typically get three attached to a single email, and CS6 will usually open two.