MSSQL JDBC 2.0 driver configuration

Hi ALL
I am using PI7.0 with database MSQL 2005
for JDBC scenario i have downloaded MSSQL JDBC 2.0 driver from microsoft website
But as per the deployement guides available on SDN and help section , i have to add files
msbase.jar,mssqlserver.jar and msutility.jar to aii_af_jmsprovider.sda
but i cant see anyone of the three file inside the downloaded driver.
downloaded Driver path is  
http://www.microsoft.com/downloads/details.aspx?FamilyID=f914793a-6fb4-475f-9537-b8fcb776befd&DisplayLang=en
Is there different procedure to install MSSQL JDBC2.0 driver?
or have i downloaded the wrong driver?
If any JDBC driver is already deployed on XI server then How to confirm that driver is installed and which version?
Thanks
Sandeep Sharma
Edited by: sandeep sharma on Jan 23, 2009 10:49 AM

Hi Sandeep,
Below I provide info about installation drivers for JDBC & JMS adapters
FIRST: drivertool you can find at https://www.sdn.sap.com/irj/sdn/howtoguides
Then Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 How to Install and Configure External Drivers for JDBC & JMS AdaptersDownload attached system files (ZIP 16KB)
SECOND:
New version of installation guiade:
External Driver Configuration for Process Integration 7.0
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60237e74-ef19-2b10-5a9b-b35cc6a28e83
BR,
Dzmirty

Similar Messages

  • Connection reset using JDBC Oracle thin Driver (towards 10g DB)

    Hi we have a home-grown application and a Oracle 10g (10.2.0.1) database.
    We created a scheduled servlet that gets a JDBC connection from a persistent connected cache (an OracleDataSource object registered using OracleConnectionCacheManager). The servlet runs every 15 minutes and runs the query "SELECT SYSTIME FROM DUAL" on 10g Database as XYZ user. The datapool was created yday on web-app and all queries ran successfully for about 5 hours after which it reported a connection reset error.
    I can then conclude that we cannot keep the server session alive for the JDBC client by running frequent SQL queries.
    We didnt get any messages on the DB server side that indicate the release of the session
    Ultimately, we are struggling with reset connections from our applications that are
    using the JDBC thin oracle driver; after a couple of hours of idle
    connections, we receive the below error from the JDBC driver:
    Jul 5, 2007 10:59:53 AM oracle.jdbc.driver.DatabaseError throwSqlException
    WARNING: DatabaseError.throwSqlException(e): Unable to find ORA number from
    exception Jul 5, 2007 10:59:53 AM oracle.jdbc.driver.DatabaseError
    findMessage
    WARNING: DatabaseError.findMessage(errNum, obj): returned Io exception:
    Connection reset Jul 5, 2007 10:59:53 AM
    oracle.jdbc.driver.PhysicalConnection getWarnings
    INFO: PhysicalConnection.getWarnings()
    Any suggestions please ?
    Vk

    The code itself is fine; the problem is with one of:
    1) the connection URL
    2) intermediate networking
    3) the database itself
    1) your connection URL is "jdbc:oracle:thin:@127.0.0.1:1521:orcl"
    - is Oracle really running on the default port, 1521
    - is the installation SID really "orcl"
    2) lots of possibilities, but only a couple are likely
    - is TCP/IP configured and running on your host
    - is there a persoanl firewall rpduct running? perhaps it's blocking the connection
    3) Is Oracle running?
    Is the listener running?

  • JDBC 4.0 Driver JDeveloper

    Oracle database 11g JDBC drivers support JDBC 4.0.
    But, JDeveloper does not support the JDBC 4.0 driver.
    Because JDeveloper is pre-configured with a built-in Oracle JDBC driver and if the ojdbc6.jar is used to connect to Oracle database an error gets generated.

    Thanks Steve.
    The error gets generated if the Databases navigator is used to connect to Oracle database with JDBC 4.0 driver.
    1. Set JDK to JDK 6.0 with Tools>Project Properties>Libraries and Classpath>Java SE Version
    2. In the Databases navigator right-click on IDE Connections and select New Connection.
    3. Select Connection Type as "Generic JDBC".
    4. In the Generic JDBC Settings select New in the Driver Class field.
    Specify Driver Class as oracle.jdbc.OracleDriver. Create a library for the ojdbc6.jar and select the library in the Library selection.
    5. Error gets generated:
    The Oracle JDBC driver is built in and cannot be redefined.

  • External Driver Configuration for Process Integration 7.10

    Hello colleagues,
    I need connection the External Driver Configuration for Process Integration 7.10. Where is the how to?? The PI is 7.10 and bbdd is Oracle.
    Regards.

    Hello Victor
    You will easily find the answer to this by searching the forum. Use the search terms "jdbc driver 7.10".
    Please search the forum first before opening a thread. If you don't find the answer then open a new thread.
    Regards
    Mark

  • JDBC ODBC Bridge/Driver???

    Hi,
    Please can someone help me?
    I'm a 4th year computer science student and have a final year project to do using databases. My problem is finding a JDBC:ODBC driver/bridge(what's the difference?).Every tutorial on the web says use the
    sun.jdbc.odbc.JdbcOdbcDriver, that's all well and good but where do I get it?I've tried downloading JDBC API's but still no joy. When I do finally find a driver do I need to copy it to the folder where the rest of my project is,
    (that's what I had to do for a mysql driver I had to use before). I want to use Microsoft Access with the project for portability and ease of alteration, do I need to set up an ODBC driver for my database as well as using the JDBC:ODBC bridge?
    That probably came out like complete double dutch but I hope someone out there can make sense of it and help me.

    Please can someone help me?Start with a tutorial http://java.sun.com/docs/books/tutorial/jdbc/index.html
    Basic info on your particular problem:
    JDBC defines an 'interface' that allows one to access databases. That usually consists of serveral parts: the database, the interface layer, the jdbc driver and jdbc itself.
    JDBC comes with java. In addition a single jdbc driver, the 'jdbc-odbc bridge' driver comes with java. To use that particular driver you also need the 'interface layer' which for MS Acess will mostly already be available to you - basically the ODBC shell (not part of java) and the MS Access ODBC driver (also not part of java.)
    Keep in mind that the jdbc-odbc bridge driver uses the ODBC that is already on the box. ODBC itself is not part of the driver.
    You will probably need to configure ODBC for use as a 'DSN' (Data Source Name?). To do that you go to the control panel and use the ODBC (Data Sources) applet. Pick 'System DSN' (a panel in the dialog), push 'Add' and follow the prompts by picking a MS Access driver. You can either use 'create' or 'select' at the end to create or use an existing database.
    If this seems like too much work then search the JDBC forum using "DSN-less" as the search string. The discussions there will tell you how to set up a connect string without creating a DSN.
    If you have further questions on this particular subject it would be best to post them to the JDBC forum rather than here.

  • Connection Pooling SQL EXception - MSSQL JDBC

    guys,
    i am running a mssql jdbc driver from microsoft(with javax support) and i can't get it running on my sun one server. Btw, I have tested this driver by connecting using a normal connection and it worked.. right now i am connecting via sun one's connection pooling interface. Do i need to use a diffrent connection string aside from connection as illustrated in the docs jdbc:microsoft:sqlserver://192.168.0.1:1433;databaseName=emp" have.. I am having these messages...
    Exception
    javax.servlet.ServletException: com.sun.enterprise.repository.J2EEResourceException
    java.lang.NoSuchMethodException: setServerName
         at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:507)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:448)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:309)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)
    Root Cause
    java.sql.SQLException: com.sun.enterprise.repository.J2EEResourceException
    java.lang.NoSuchMethodException: setServerName
         at com.sun.enterprise.resource.JdbcDataSource.internalGetConnection(JdbcDataSource.java:261)
         at com.sun.enterprise.resource.JdbcDataSource.getConnection(JdbcDataSource.java:98)
         at wasp.hr.login.action.LoginSubmitAction.execute(LoginSubmitAction.java:59)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:720)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:309)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)

    I am having similiar issue on this as well.. Did you ever resolve this problem successfully?
    Thanks,
    --kuan                                                                                                                                                                                                                       

  • Mac Pro Drive Configuration - Home User

    Hi all
    I'm trying to determine the 'best' drive configuration for my needs... I'm not a pro-user (although, I do use DVDSP and Motion for some DVDs I make from EyeTV) and so I don't think I want to set up a RAID or anything like that... here's a little background
    I was recently having my MP operate really slowly (in terms of disk paging) because of my boot drive (a Seagate ST3500630AS at 3.AAC) was
    1) Rather full - < 100GB free - lesser impact, I think
    2) Some directory corruption - drive stopped booting from diskarb error
    I was able to resolve the issue by wiping out the drive and it's working much better now.... but the whole thing got me thinking about my config... I had pretty much just been 'slapping' drives in as I needed drive space (I have the shipping 250GB, my old 200GB Seagat, a new ST3500630AS and a FW800 500GB Maxtor)
    I've been doing some reading and it seems that it's optimal to not have one's boot drive have anything but the OS (w VM swap files too, right) and Applications... it seems that the two best options are either a WD 'Raptor' (either 74GB or 150GB) or a Maxtor Maxline III to serve as the boot drive... I understand why the 'Raptor' is a better option (compared to my ST3500630AS - faster RPM) but why is the Maxtor (laying aside the firmware issue on the ST3500630AS)? Is it because the Maxtor's are supposed to be better at handling small files (the OS and the swap files are that, right?)? It seems to me that the 'Raptor' isn't the option I want to choose because I don't think I actually 'need' it... 74GB seems a little small to me (but perhaps not) while the 150GB seems a bit expensive when considering if I even 'need' the 'Raptor'
    I'm anticipating that the Maxtor MaxLine III will be what I want to get for my boot drive... how would I want to back that up? Does it really matter if it's external? Someone had mentioned that you can do it to a disk image but then how do I boot off of that if I have an issue? Or is that just for the purpose of 'snapshotting' the system?
    As I mentioned, I have the ST3500630AS and the external FW800 500GB Maxtor... they're a perfect match in size and I like having access to all of my home data on an external drive... that way if my MP dies (as my old G5s did), I can simply connect my FW drive to my old PBG4 and I'm up and running without a hitch... but I'm a little peeved about the whole firmware thing and the handicapped performance (is there anyway I can address this or should this drive be relegated to a backup status?)...
    Another question - the Seagate's have the new perpendicular technology... it seems to me that people aren't that concerned about it - I thought it was supposed to be a really good thing?
    What would people do in my shoes? If a solution needs more than one additional drive - I am game for ditching my smaller existing SATA drives.... Any and all suggestions would most appreciated...
    Thanks!

    The only real answer to your question is to do what you want. There is no such thing as an "optimal" configuration or "best" drive because what's optimal is dependent upon what you do and need. The best drive depends upon what you want from the drive.
    The Raptors are very fast but also very expensive. About twice the cost of a Maxtor Maxline Pro. However, if you feel the need for speed on your startup drive, then the Raptor is what you want. If you would rather compromise between speed, storage space, and noise then the Maxtor is a good choice. However, Seagate purchased Maxtor some time ago. The Maxtor Maxline Pro drives are being phased out (in the 300 GB and larger sizes) so as not to compete with Seagate's line of products.
    You can find useful benchmark tests on hard drives at http://www.barefeats.com/ and http://www.storagereview.com/.
    Personally, I would configure the system in such a way that you have sufficient storage space on one or two separate drives that can be used to backup the rest of the system. As an example, in my system I use three 300 GB Maxtor Maxline Pros (this system was setup last September.) One drive is used as my main startup drive. The other two are configured as a mirrored RAID. I use the RAID as the backup for the main startup drive. The mirrored RAID provides both backup and redundancy for added data protection. I use backup software (Synchronize! Pro X) to perform automated backups on a daily, weekly (entire Users folder,) and monthly (entire drive) basis.
    Of more importance than drive configuration is maintaining your system for optimal performance:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.0 is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.2 is Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. The current version, 1.5.1, is Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc.
    For emergency repairs install the freeware utility Applejack. If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. PsynchX 2.1.1 and RsyncX 2.1 (Freeware)
    6. Carbon Copy Cloner (Freeware - 3.0 is a Universal Binary)
    7. SuperDuper! (Commercial)
    The following utilities can also be used for backup, but cannot create bootable clones:
    1. Backup (requires a .Mac account with Apple both to get the software and to use it.)
    2. Toast
    3. Impression
    4. arRSync
    Apple's Backup is a full backup tool capable of also backing up across multiple media such as CD/DVD. However, it cannot create bootable backups. It is primarily an "archiving" utility as are the other two.
    Impression and Toast are disk image based backups, only. Particularly useful if you need to backup to CD/DVD across multiple media.
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.

  • Can I add a 300-GB drive even if not listed on drive configuration?

    Hey I was looking at my MP hard drive configuration and it doesnt say anything about adding a 300gb hard drive. Can I add it? I would like to get some old files off it.
    Thanks

    If it's a SATA interface, yes.

  • Queries on tape drive configuration

    Dear All,
    I have some queries on tape drive configuration We are on windows 2003 , oracle 10g  and ecc6 .
    My requirements is to take backup on tape drive through brtools db13
    Do that what need to be done at hardware and sap level means what tape device are there in market which support sap without buying any sap license 
    Please suggest in detail.
    Regards,
    Kumar

    Hi,
    If you are using only Tape device which is directly attached to your server locally, you won't need any license for that..
    But if you are going to use any third party backup solution like "TIVOLI", then you may need purchase software and license if any..
    Its depend on the software and the vendor...
    Next thing, if your Tape device is locally attached to the server, you just need to install and configure device driver, so that your server operating system can recognized that hardware.
    Then, you need to change the below parameters in "initSID.sap" profile which is under $ORACLE_HOME\dbs directory to take backup on tape.
    backup_type = offline/online
    backup_dev_type = tape
    compress = hardware
    archive_function = save_delete
    rewind = "mt -f $ rewind"
    rewind_offline = "mt -f $ offline"
    tape_pos_cmd = "mt -f $ fsf $"
    tape_size = 3600M (as per your tape size)
    tape_address = /dev/nmt0
    tape_address_rew = /dev/mt0
    Leave the rest of the parameters as default.
    You will be able to take backup using DB13 on tape.
    Regards.
    Rajesh Narkhede

  • Help required on jdbc 2.0 driver for oracle 8.0.4

    Hi all,
    I wanted to know whether any oracle/Third party jdbc 2.0 driver is available to connect to oracle 8.0.4 enterprise server.
    Any help would be kindly appreciated....
    Regards,
    Sudhakar

    Ravindra Rao (guest) wrote:
    : I'm looking for a Type 4 JDBC 2.0 driver for Oracle 8.0.4. Does
    : Oracle provide one. I have looked at the downloads area but was
    : not able to locate one.
    : Any pointers?
    : Ravindra Rao
    : [email protected]
    The only oracle JDBC driver that can run with JDK 1.2.x is in the
    OTN download area and is named "816SDK for JDK 1.2"
    it will work with the JDK 1.2.X using the JDBC 1.22 spec from JDK
    1.1.X.
    IT DOES NOT PROVIDE THE FULL JDBC 2.0 FEATURES/ FUNCTIONALITY
    THAT ARE INCLUDED IN THE JDK 1.2.X CLASSES.
    you're using a jdk 1.2.x/jdbc 2.0 feature -- which is anticipated
    to be included in the 816 driver later this year -- it's not in
    the "816SDK" JDBC driver you're using now..
    816SDK can be thought of as stepping stone between 815 using jdk
    1.1.x and 816 supporting jdk 1.1.x and 1.2.x.
    i think of it as "8.1.5 and a half" to avoid the naming confusion
    between "816sdk" and "816" .
    SEE the following FAQ link for additional details :
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/jdbc_faq.htm
    null

  • Oracle JDBC thick (OCI) driver

    Hi!
    Can someone point me where I can download oracle JDBC thick (OCI) driver. Thick JDBC is not installed by default in 10g. In the OTN download site I can find JDBC thin drivers to download.
    Thanks
    Rad.

    Rad,
    Allow me to elaborate on Mark's answer. Let's say you download the "ojdbc14.jar" file from the OTN Web site. Both the "thick" and "thin" drivers are in that one file. You indicate which driver you wish to use in your java code -- via the database connection URL, for example:
    jdbc:oracle:thin:@//myhost:1521/orclThe above indicates you wish to use the "thin" driver, whereas
    jdbc:oracle:oci:@myhost:1521:orclindicates you wish to use the "thick" driver.
    [Notice the difference?]
    You can find more details from the JDBC FAQ.
    Good Luck,
    Avi.

  • Has anybody used the microsoft JDBC 2.0 driver for sql server 2000?

    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load the
    driver.I try viewing the class file from the jar file using the jar utility it
    gives an unknown Zip format error.Anybody has any solution for this ?If anybody
    has managed to work with this microsoft driver i will be grateful if they provide
    me with a solution.
    Thanks
    Thomas

    Hello Thomas,
    You may want to download the driver again and install it again.
    heres a sample xml tag in the config.xml:
    <JDBCConnectionPool
    DriverName="com.microsoft.jdbc.sqlserver.SQLServerDriver"
    InitialCapacity="3" MaxCapacity="12" Name="MSpool"
    Password="{3DES}fUz1bxR0zDg=" Properties="user=uid"
    Targets="myserver"
    URL="jdbc:microsoft:sqlserver://mydbserver:1433"/>
    ensure that you follow the instructions from Microsoft. For using 2000
    driver you will need to have
    Install_dir/lib/msbase.jar and Install_dir/lib/msutil.jar in addition to
    Install_dir/lib/mssqlserver.jar in the CLASSPATH.
    hth
    sree
    "Thomas" <[email protected]> wrote in message
    news:3c91ec0e$[email protected]..
    Hi,
    Has anybody used the JDBC 2.0 driver for sql server 2000 downloadable from
    the
    microsoft website?When I try using it with WL 6.1 sp1 it says it can't load
    the
    driver.I try viewing the class file from the jar file using the jar utility
    it
    gives an unknown Zip format error.Anybody has any solution for this ?If
    anybody
    has managed to work with this microsoft driver i will be grateful if they
    provide
    me with a solution.
    Thanks
    Thomas

  • Please tell me the step by step process of HP Tape drive configuration.

    Dear all,
    we are using ECC5.0 and windows 2003 server and oracle 9i .Please tell me the step by step process of HP Tape drive configuration. I Think initSID.sap file in to change the parameter,but which parameter configure.Please suggest.
    Best Regards,
    Thiru

    Hello Thiru,
    Once the backup completes,tape willl be automatically ejected.
    I dont think there is any way by means of which you can see the data stored in the disk but yes what you can do is to run the backup with verify option
    This BRBACKUP command option verifies the backup after the files have been backed up
    Please refer to following for more info.
    http://help.sap.com/saphelp_nw70/helpdata/EN/55/c491f37407e74781bc0ebd96befba7/content.htm
    Rohit

  • SQL 2005 JDBC 1.1 driver

    I tried installing and using the new SQL 2005 JDBC 1.1 driver
    and read and followed the technote at
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b.
    I get multiple error messages each time I try to connect using RDS.
    After the messages aredismissed it works ok. The settings I used
    for this Datasource were:
    1. JDBC URL= jdbc:sqlserver:// SAIC-C549F42BF7 :
    1433;DatabaseName=MwsDevSqlServer
    2. Driver Class= com.microsoft.sqlserver.jdbc.SQLServerDriver
    3. Driver Name= SQL 2005 JDBC 1.1
    4. A standard User Name & Password
    The previous Datasource I used, which I went back to is a
    Microsoft SQL Server driver:
    1. Database =MwsDevSqlServer
    2. Server=SAIC-C549F42BF7
    3. Port= 1433
    4. A standard User Name & Password
    Ideas to fix?

    We got the same error while using XA Datasource from the SQL Server 2005 JDBC driver 1.0. The file downloaded is "sqljdbc_1.0.809.102_enu" . We have not installed "Microsoft Distributed Transaction Coordinator", as we are developing custom transaction manager to talk to oracle, sybase and sql server databases in a single transaction. Does SQL Server require the Microsoft Distributed Transaction Coordinator to participate in the two phase commit protocal ?
    Joshy
    Note:- If you are intereted, check out my 2006 Tax Calculator Applet at http://www.bestonlinetaxpreparation.com/2006TaxCalculator.html . Of Course it does not participate in two phase commit protocol -:) .

  • Best MacMini Drive Configuration?

    Hi There,
    I'm replacing our aging Xserve with a new MacMini Lion Server. It will primarily serve job files to our 5 client machines via AFP.
    My question is what is the best way to configure the 2 internal MacMini hard drives? Here is what I'm considering:
    Option 1:
    Drive 1: 256GB SSD would contain the OS only
    Drive 2: 750GB 7200rmb Drive would hold Job files only and would be RAID mirrored to an external drive via Thunderbolt.
    Option 2:
    Drive 1 and Drive 2: 750GB 7200rpm drives configured as RAID mirror containing both the OS AND the Job files.
    NOTE: For either option I have both onsite iterative nightly backups as well as periodic offsite backups so I'm well covered for data loss. Also, our Job files exceed 256GB so I can't fit them on an SSD drive, in case you were going to go that direction 
    My primary question is, would I see any considerable speed increases in accessing files via Option 1 vs. Option 2? (Option 2 is more straightforward and cheaper than Option 1).
    Internal office network is pretty straightforward -- Cat 5e ethernet via a couple of Gigabit hubs.
    Any advice appreciated!
    - Keith

    If I walked in to consult at your business I would pick what is behind door number 2.  Here are some reasons.
    1:  It is simple and obvious.
    2:  It allows you to mirror the internal drives for redundancy (RAID is not backup)
    3:  You avoid startup inconsistency when trying to integrate external drives with internal drives (diskarbitration will mount internal drives before externals may be ready)
    4:  Look at your network and try to simplify.  Having multiple hubs may be causing bottlenecks.
    A mini running AFP on a gig network with decent switches should get you near 4 GB or transfer per minute.  Smaller files will drop the transfer rate but your should be seeing 3 GB /min plus easy.

Maybe you are looking for

  • Slow performance with oracle http server connecting weblogic

    I have a performance issue while using Oracle HTTP server as a proxy with weblogic server. It takes 10-15 seconds to pass the requests. I also received the error related to SSL in my error logs even though i havent configured the SSL. please find the

  • How to remove IOS 8 from ipad?

    How to revert to ios7 from IOS 8 on iPad?

  • Error for Cenvat Credit thourgh J1IEX

    Dear Experts, At the time taken Capital Credit through J1IEX, system given error "FI/CO interface: Inconsistent FI/CO line item data for updating" message no RW016 Please help BK GAIKWAD

  • How to save a Signature captured using InkManager in byte[] to be read in Crystal Report.

     Hi.  I'm developing an enterprise app in Xaml where I capture a signature using the InkManager control in windows 8.1, the user can print the document from the device just fine with the signature, but the document is sync back to the server and from

  • Wrong BED  calcualtion in MIGO

    Hello, In my BED  calcualtion, its' adding Rs. 100 in all the cases.. i don't know frm where its adding 100 rs. if any has right ans.pls revert  For ex. Base price - 1000 BED - 14% - 140 Ed cess 2% - 2.80 Se cess 1% - 1.40... this is the normal flow,