Installation of ODI with SQL Server 2005

Hello
I try to install ODI with MS Sql Server 2005.
I created a database in Sql Server and created a user with rights to connect to the database db_owner.

While trying to install master repository, I selected Sql Server with the following details
Driver: com.microsoft.jdbc.sqlserver.SQLServerDriver
URL: jdbc:microsoft:sqlserver: / / < myhostname >: 1433; SelectMethod = cursor

The repository not created in error:
* com.sunopsis.core.q: java.sql.SQLException: [Microsoft] [SQLServer 2000 for JDBC driver] [SQL Server] the new tabular data stream (TDS) procedure remote call (RPC) protocol stream is incorrect. Parameter 1 (""): data type 0 x 38 is unknown *.

Now, if I change the URL to jdbc:microsoft:sqlserver: / / < myhostname >: 1433, the repository is created successfully. But when you log in Repository Manager to the topology using the same basic shape, again invites me the same error.

Has anyone faced the same problem?

Hello

You are using SQL server 2005 but try to connect by using SQL server connection details 2000 you should use

com.microsoft.sqlserver.jdbc.SQLServerDriver

JDBC:SQLServer://servername:1433; databaseName = DBNAME; SelectMethod = cursor

You must also make sure that you use the correct driver SQL server 2005, if you use a version of Java before 1.5 to ODI so you will need the JDBC SQL Server 2005 1.2 driver.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Installation of the Microsoft SQL Server 2005 Express Edition (KB955706) code error 0x2B2F

    I am trying to install an update on a desktop HP for Microsoft SQL Server 2005 Express Edition (KB955706).  It has downloaded everything and still not settle.  It gives the error code is 0x2B2F.  I searched this error on the microsoft website and nothing came.  Any help would be appreciated.

    Hello nesbitzero,

    Thank you for using Microsoft Windows forum.

    You receive the 0x2b2f error code when you use the web sites, Windows Update or Microsoft Update to install SQL Server 2005 Service Pack 3 on a computer with MSXML6 Service Pack 2 is already installed.
     
    Follow this link for the reasons: http://support.microsoft.com/kb/970674

    You must first try and reset Windows Update components to eliminate the
    KB955706 update for SQL server.

    Follow the link for what has a fixit: http://support.microsoft.com/kb/971058

    After reset, try to install it once more to check if the problem persists.

    If this is the case, install the update mode safe

    Follow the steps below to start in safe mode with networking:

    1. reboot your computer and start pressing F8 on your keyboard. On a computer that is configured to start to multiple operating systems, you can press the F8 key when the Boot Menu appears.
    2. Select networking in Mode safe mode when the Windows Advanced Options menu is displayed and press ENTER

    In Safe Mode, download and install the stand-alone package for the Microsoft SQL Server 2005 Service Pack 3 on the site: https://www.microsoft.com/downloads/details.aspx?FamilyID=ae7387c3-348c-4faa-8ae5-949fdfbe59c4&displaylang=e

    Note: It is recommended that you temporarily disable the antivirus before installing the update.
     
    Follow the steps in the link below for "SQL Server 2005 Setup fails when MSXML Core Services 6.0 Service Pack 2 has been installed"
    http://support.Microsoft.com/kb/968749

    See: http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/e78198b7-324f-4775-85bd-83ce5af4affc for the exact number.

    For more information, see: http://social.msdn.microsoft.com/Forums/en-US/category/sqlserver/

    Kind regards
    Aziz Nadeem - Microsoft Support

  • IPCC IVR with SQL Server 2005

    Has anyone tried this before? It work? I know that SQL 2000 is officially supported, but the customer is 2005. Use 4.0 (5) of the IPCC.

    Yes, that I extracted data from the SQL Server 2005 database with no problems.

    Hope this helps,

    Juan Luis

    (Please, note the useful messages ;-))

  • DG4MSQL v11.2.0.1 certified with Sql Server 2005 Express Edition?

    We are working on a proof of concept and to do database gateway for MS Sql Server - DG4MSQL version 11.2 - Oracle on 64-bit Linux to connect to a Windows database that uses SQL Server 2005 Express Edition. I have reviewed the matrix certification for database gateways and it indicates that SQL Server 2005 is certified - but does not specify what editions.

    We have some problems to connect to the SQL Server database and want to make sure that we should be able to connect to the express edition.

    Thank you.

    Yes, DG4MSQL 11 is certified with SQL Server Express Edition.

  • TOTALLY CONFUSED with SQL Server 2005

    Hello world

    I'm just installed SQL Server 2005, I use Coldfusion MX 7.0.2 with all his patches, and I'm still without any source of data connected to MSSQL2k5

    I used the traditional way to create the data source using the embeded Microsoft SQL Server driver has put accurate data on the fields and the error message was as follows:

    Connection verification failed for data source: recofoce21
    java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] error socket creation. Connection refused: connect
    The root cause was that: java.sql.SQLException: error [Macromedia] [SQLServer JDBC Driver] socket creation. Connection refused: connect


    Then I read that Microsoft has released a JDBC driver, I installed on ColdFusion mentioned in this technical note:

    ACTIVE http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b

    I have create a new source of data as the example shown and NOTHING:

    Connection verification failed for data source: redcofoce
    com.microsoft.sqlserver.jdbc.SQLServerException: welcome the al ha Fall TCP/IP connection. java.net.ConnectException: connection refused: connect
    The root cause was that: com.microsoft.sqlserver.jdbc.SQLServerException: welcome the al ha Fall TCP/IP connection. java.net.ConnectException: connection refused: connect




    In other forums read is perhaps the type of authentication used, my authentication is "SQL authentication" WTF!

    My TCP/IP is enabled VIA ENABLED, active too PIPE

    Please give me a ray of light!

    Another thing you can do is to check the database listens on port 1433. Go to the Network Configuration on the tab General properties for the database. Select TCP/IP and click on properties...

    Ted Zimmerman

  • Driver JDBC SQL Server 2005 MS v1.1 and integrated authentication

    In our setup we have MX 7 Standard running on Windows Server 2003 with SQL Server 2005 for a back-end database. The CF Server service runs under a specific domain account. Using the JDBC Microsoft SQL Server v1.1 driver, I am able to connect to the database by using a sql server connection and specifying the password. I would like to be able to use integrated security to connect to the DB, but I don't seem to be able to specify integrated security. Instead of the connection an error message on the username "is not valid.

    Someone managed to connect to SQL Server 2005 with integrated security?

    To answer my own question...

    Here's how I got it work.
    1 set the cf service log in as domain user
    2. take the sqljdbc.jar and sqljdbc_auth.dll files and place them in \runtime\lib
    3 Add the java.library.path in the following of this directory
    4. configure data source with the following parameters
    URL JDBC: SqlServer: / /; databaseName =; integratedSecurity = true;
    Driver class: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Driver name: SQLServerDriver
    Username: empty
    Password: empty

    Data sources, check and work correctly. I also update the drivers from datadirect as well so I don't know if that had anything to do with it either.

    http://www.Adobe.com/cfusion/knowledgebase/index.cfm?id=42dcb10a

  • Problems with windows vista update during the installation of service pack 3 for sql server 2005 express edition.

    I have problems installing Microsoft SQL server 2005 express edition service pack 3. When I use windows update Setup does not exceed 0% and crashes. I tried to download the service pack online. When I ran the installer, it crashes when you try to install SQL server database services.

    Any help would be much appreciated.

    Hello

    Download SQL Server 2005 Express Edition Service Pack 3 from the link below:
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=3181842A-4090-4431-ACDD-9A1C832E65A6&displaylang=en

    Restart the computer in safe mode.
    http://www.computerhope.com/issues/chsafe.htm#03

    Install the update in safe mode and check.

    Cheers and enjoy!

  • A security update for SQL Server 2005 Service Pack 2 (KB948109) guard installation time and again. __


    Security for the SQL Server 2005 Service Pack 2 (KB948109) update has successfully installed but the icon comes back no matter how many times I install the update.  What can I do?

    Not much info in this part of the newspaper.

    Again, it may be more appropriate post on this forum:
    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/
    as they are use to deal with these updates.

    When I mentioned the installation of the update in safe mode, I was suggesting the full file downloading and then installing in safe mode.

    http://www.Microsoft.com/downloads/en/results.aspx?FREETEXT=kb948109&displaylang=en&sType=s_basic TaurArian [MVP] 2005-2010 - Update Services

  • Update for Windows XP (KB2718704) and Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) will be without installation

    ORIGINAL TITLE: updates XP

    Update for Windows XP (KB2718704) and Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) will BE WITHOUT INSTALLATION

    Please answer each of the following [admittedly tedious] diagnostic questions in a numbered list type in your very next answer (no need to quote this post):

    1. What is the full name of your application or the installed antivirus security suite and when (date about) is your subscription current expires?  What (other than Defender) anti-spyware applications are installed?  What third-party firewall (if applicable)?

    2 a Norton or McAfee application ALREADY installed on the computer?

    3. do you have a free trial Norton or a test of free McAfee [CHOOSE ONE ANSWER] come preinstalled on the computer when you bought it? (No matter if you have never used or activated).

    4. open Add/Remove Programs and make sure that Show updates at the top is checked (and leave it checked); then select the name in the box sort by on the right. Now do scroll down & tell me if ALL the other updates following up-to-date are listed?

    (a) KB2676562,262, KB2686509 & KB2695962KB2659;

    (b) KB2675157, KB2653956 & KB2621440;

    (c) KB2661637, KB2598479, KB2631813 & KB2585542;

    (d) KB2633171, KB2393802 and especially KB971029

    Most will appear as Windows XP security update , followed by the number in brackets.

    If IE8 is installed, two 2 will appear as a security for Windows Internet Explorer 8 update , followed by the number in brackets.

    5. is Firefox, Chrome or any other alternative browser installed?

    6. what version of Java is installed?  TEST HERE in USING IE (only!)-online http://java.com/en/download/installed.jsp

    7. are you familiar with "Registry cleaners" (e.g., Registry Mechanic;) System Mechanic; RegCure; RegClean Pro. Advanced SystemCare. Registry Booster; McAfee QuickClean. AVG PC TuneUp. Norton Registry Cleaner; PCTools optimizer; SpeedUpMyPC; Advanced System Optimizer. TuneUp Utilities; WinMaximizer; WinSweeper; CCleaner)?

    8 have you ever had the opportunity to do a repair install or clean install of Windows XP for some reason any?

    Note: KB2463332 is a update optional, not security. Feel free to hide it.

  • SQL Server 2005 Express Installation on Windows XP VMware Fusion (Mac)

    Hello

    I tried to install SQL Server 2005 Express edition on Windows XP VMWare, the installation of the system-error, restart and get a bluescreen with a system error and it does this in a loop without end I tried twice (both with the installations of Windows XP) and both times he wandered outside with a blue system error screen.

    I have no idea why it error. I chose the default configuration for the installation of vmware windows xp, 512 MB RAM and 40 GB of space. And my network setup is NAT.

    If anyone has an idea about this, please give me some ideas.

    Thank you

    I have just downloaded Microsoft SQL Server 2005 Express Edition and had no problem installing Windows XP and I really don't see this as a matter of VMware Fusion although even if it was I'd go about troubleshooting it as if it were a physical Machine and would start by re-download SQL Server 2005 Express after compensation to any browser cache to make sure that the download was good.  Of course, on a clean at least build, to also have Windows Installer 3.1 and .NET Framework 2 installed first.

    This is the name and the size with a MD5 checksum unofficial of the Microsoft SQL Server 2005 Express Edition I downloaded from the Download Details: Microsoft SQL Server 2005 Express Edition.

    SQLEXPR. EXE 53.5 MB (56,105,688 bytes), MD5: 6797955b505d3871cabb630db28623a9

    Direct download link for Microsoft SQL Server 2005 Express Edition

  • ODI - SQl Server 2005

    Hi friends,

    My source is: SQl server 2005
    Target: Oracle

    I would use LKM: Sql for oracle? It works in this case? If it works with little change in the ODI knowledge module, please guide me.

    I use Oracle CKM, IKM: added Sql command.

    Thanks for your comments.

    LKM SQL for Oracle works perfectly to your needs, without having to change.

  • Installation of PeopleSoft HRMS (MS SQL Server 2005)

    Hello

    I try to install HRMS with MS SQL Server 2005 database. I'm running a few problems when I'm doing the installation of PeopleSoft database with database configuration Assistant.

    Here is the error message:

    ERROR: Setup is unable to connect to SQL Server in the system. The error
    message is:

    Error in reading C:\HRMS9.0/log/mssqlversion.log

    Please make sure that SQL Server is running in the system. The minimum
    supported version is SQL Server 2000. Please click 'Back' to correct the
    problems or click 'Cancel' to exit.

    I get the above error when Sql server is running and that I could not find the mentioned above HRMS9.0/log file...

    Help appreciated
    Thaank you

    Depending on what you want to do with your database:
    1. a DEMO database, choose demo that contains sample data, use the database training or dev
    2. a SYSTEM of database, choose the system that is not contains examples of data use to UAT and production database
    3. a database of Peopletools system, contains the request data (data Peopletools), for some very specific use like performance monitoring

    The character set is also based on what you consider the language in. If only English, or only Latin characters, then Western Europe would be a good choice.

    Nicolas.

  • Error code 1601 to which installation SQL Server 2005 service pack 3 (KB970892)

    I get error code 1601 (impossible) to install Windows Installer MSP file when I try to install SQL Server 2005 service pack 3 (KB970892) updated.  I tried to save the file on my desktop and running it in normal mode or safe, but neither one worked.

    Try this forum: SQL Server Setup & Upgrade
    http://social.msdn.Microsoft.com/forums/en-us/sqlsetupandupgrade/threads/ TaurArian [MVP] 2005-2010 - Update Services

  • I try to install SQL Server 2005 Express, but it works simply never without completing the installation.

    I try to install SQL Server 2005 Express, but it works simply never without completing the installation.

    Hello

    You can follow this link & check if it helps:

    How to configure Windows XP to start in a "clean boot state"?

    Hope the helps of information.

  • Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) failed to install several times with an error Code: 0xD59.

    I have a Dell Vostro 420 - Windows XP. Microsoft SQL Server 2005 Express Edition Service Pack 4 (KB2463332) failed to install several times with an error Code: 0xD59.  Please help me understand this and get this installed!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for SQL server support. Please post your question in the Sub forum.

    Link: http://social.msdn.microsoft.com/Forums/en/sqlsetupandupgrade/threads

    For reference: how to solve the packets missing MSI or MSP during SQL Server Service Packs, hotfixes or cumulative updates: http://support.microsoft.com/kb/2015100

Maybe you are looking for

  • Qosmio X 500-11 G - not bright screen

    Hi guys Two days ago, I purchased a Qosmio X 500-11 G of 1920 x 1080 Full HD, but I see that the images on the screen are not as brilliant as I expected. No idea how to tackle that?I tried F6/F7 but doesn't have much of a difference. THX/Red

  • Problems with the use of variables at the time of the SV - Loudness.vi

    Hello I'm rather new to Labview and will have questions, get my Time-Varying Loudness calcuations out correctly. Attached is my current VI and a .csv file of my data set (calibrated in PA. sampling frequency = 50 kHz for 5 seconds). It does not produ

  • How to back up my computer?

    I use pavilion g7-1310us laptop with Windows 7 64 bit. I bought my computer on http://www.amazon.com/. When I bought it, there is no CD of restoration with it. So my question is1. How can I backup my system?2 and how to restore it when it crashes?

  • Cropping the image

    Hi I want to crop a part of the Image, so that I have used following code: int x = 20; int y = 50; int [] rgbdata = new int [(0+width-x+height-y) * (image.getWidth ())]; image.getARGB (rgbdata, 0, image.getWidth (), x, y, width, height); cropedImage

  • get 5.0 IDE to attach to the Simulator - is it possible?

    What is the trick to get the ide to talk or launch a new Simulator? I ran the ide_update.bat the dir of Simulator, but that did not help. Thank you.