SQL server 2000 data source

I have CF running on Server 2003 R2 standard 7.0 and sql server 2000.
I configure sql server to use windows authentication and created a SQLService system for her user name to use.
Everything is on the same machine, and I just want to make a data source...
I've tried about 30 different combinations of things and get in every time the same error...:

Connection verification failed for data source: dragon1
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

I put 127.0.0.1 for the server, port 1433
I tried to put in the SQLService username and password, as well as my administrator username and password, and got the same previous error on both. I tried to use localhost and (local) for the server, without success.

Can someone tell me what im doing wrong?
This is a default error message that always appears, or you would get a different error message if it was just the wrong username and password?

Any information would be helpful!

Thank you!
Mike

I finally found a post that I needed...

http://www.Adobe.com/cfusion/webforums/Forum/MessageView.cfm?CATID=6&ThreadId=934725&highl ight_key = y & keyword1 = connection % 20refused

He seemed overwhelmed at first, but seems to work in my situation as well.

A side note to mention is that in your windows odbc window, you must switch to the system, instead of the user a dns dsn tab.

Tags: ColdFusion

Similar Questions

  • create the SQL server programmatially data source

    Hello

    I would like to create a SQL server by programming in LabVIEW data source. The SQL server version that I used is from 2005. Can someone give some ideas? An example of code will be more favorable.

    Thank you

    Jane

    You can build the connection string you even.  The open function in the Toolbox of data base accepts a string as well (it's polymorphic) who can be the connection string.  This is the site I use to understand.  Is the most common things.  You may need to search Google more specific elements.

    http://www.ConnectionStrings.com/

    If you want to use the other option, someone has achieved a UDL editor in LabVIEW.  You can use this code to create your own UDL which can use the Open DB function:

    https://decibel.NI.com/content/docs/doc-18613

    I have used the above code, so can't comment on that.

  • Adding security to SQL 2000 data sources

    Adding security to SQL 2000 data sources

    I made ColdFusion programming for more than 5 years and now I hired an assistant for myself. So far, I have no warranty on my data sources, but now I need to add user rights for these so if my assistant made a mistake, nothing would happen to the tables. Currently I have about 3 sources of data. I did some research on creating users under Microsoft SQL 2000 and I have created a user account under SQL, but given that my data sources are connected via the account, this user always have full powers on all the tables. Maybe it is more than a simple creation of a user account under SQL and allows read only access to the tables under the permissions tab. Or maybe I need to create new sources of data with different configurations, or perhaps use ColdFusion Sandbox!

    This is where I am confused right now and don't know what would be the way to protect my assistant from damaging my paintings!

    I'll explain my situation with an example here:

    Let's say Mike is a project manager / database administrator and it is the only one in the network, which must have full access to all sources of data/tables. Juta is the programmer who has access to all tables except the Update/Insert access read-only on the tables of 1 or 2.

    I would appreciate if someone can help me understand what I need to do to get there.

    Thank you

    Mike R

    I assume you are using RDS for Dreamweaver to connect with your ColdFusion server, etc, but ColdFusion doesn't RDS to connect to the database, just for you to be able to 'talk' to CF with Dreamweaver, right? We have RDS enabled in our development environment so that we can use CF Studio (Yes, I know, an antique), but the same thing applies to Homesite or DW, I guess. We have no active RDS on our production server see If I happen to use CF Studio to change templates on the production system, I can not run (or look at databases, etc) and would need to use Explorer to run the model and Enterprise Manager (or SQL Plus, etc) to 'look' to the database. However, you shouldn't really get used to change production CF models without testing in development anyway, so it should really not a problem, unless you do not have instances of database development, etc., which could be a problem with the security of the database. Take shortcuts by not having does not separate and production environments development can bite you.

    Phil

  • Digital conversion of Date in SQl Server 2000

    People,

    IAM facing a problem in sql server 2000. I couldn't convert the numeric value to the date format to help CONVERT and MOUNT the keyword in sql server 2000. I tried with example mentioned below.

    declare @a NUMERIC (10)
    the value @ a = 20110101
    SELECT CAST (@a as datetime) suite

    But I get an error like "overflow arithmetic error conversion expression to data type datetime '

    So, can someone please help me... ?

    Please repost your question in the instances of SQL Server dedicated from Microsoft here:

    http://social.technet.microsoft.com/Forums/en-us/category/sqlserver .

    Thank you.

  • Extraction of data from SQL Server 2000.

    Salvation Group

    We have a database of Oracle 9i r2 on AIX.

    Is required to extract data from a SQL Server 2000 Database under Microsoft Windows 2003, through SQL sentences.

    Is this possible?

    If yes how?

    Thanks in advance.

    user12215372 wrote:
    Salvation Group

    We have a database of Oracle 9i r2 on AIX.

    Is required to extract data from a SQL Server 2000 Database under Microsoft Windows 2003, through SQL sentences.

    http://www.Oracle.com/pls/db112/search?remark=quick_search&Word=transparent+gateway

  • Urgent: db link from oracle 10g to sql server 2000

    Hello

    I have an oracle 10g db connection to sql server 2000. It was created a couple of years. This works.

    I have now created another link db of the same oracle on the same sql server server but it does not work.

    But I'm getting ORA-28500 and error IM002

    . Please notify.

    I can't understand what is wrong as I followed the hs odbc set up on this link db in the same way as I did 2 years ago.

    Thank you

    Shailaja

    Just sort the problem.

    Basically, I use HSODBC to connect to SQL Server from Oracle (on windows 2003 64-bit).

    To do this, I need to create a connection ODBC from Oracle to SQL Server.

    HSODBC is a 32-bit application and is why we use the ODBC 32-bit driver when we create the ODBC connection.

    When I created the connection ODBC from Oracle to SQL Server, I used the ODBC 64-bit driver and that's why the system could not find the name of the data source.

    I have now created connection ODBC from Oracle to SQL Server via the ODBC 32-bit driver and everything works fine now.

    No offense to anyone, but as you all works using Oracle software, I was hoping a better answer than some of the answers above. You can say that you did not understand the question or you do not know the reason why it happened.

    I have just listed how the problem was fixed so that in the future one having the same problem can benefit.

  • Problems connecting to SQL Server 2000

    We have installed SSL certificates on both nodes of the cluster sql server and activated 'Forced the protocol encryption' on db server using the SQL Server network utility.
    After you activate that we get the message below. We want to encrypt the data passing between the CF and SQL servers.
    We need help in this regard

    Error message:
    Operation failed on the data source named "CData".
    Cause of the failure "java.sql.SQLException: [Macromedia] [SQLServer JDBC Driver] no more data to read."

    Details of the environment:
    The database server info:
    : SQL Server 2000 sp4 (active/passive)
    Windows 2003 - sp1

    CF:
    ColdFusion MX Version 7,0,2,142559
    Enterprise Edition

    Windows 2003 operating system
    OS Version 5.2
    Details of the JVM
    Java Version 1.4.2_11
    The vendor Sun Microsystems Inc. Java.
    The http://java.sun.com/ Java vendor URL
    E:\javaSDK\j2sdk1.4.2_11\jre House of Java
    Java file encoding Cp1252
    Java by default to settings regional en_US

    ColdFusion does not yet support encrypted datasource connection, so this is in my view, a reason why you get the error message.

  • Cannot install SQL server 2000 and 2005 on Satellite A205-s5831

    Hello everyone.
    I need some help from you all.
    I have Toshiba Satellite A205-S5831 laptop.
    Its Windows Vista Edition Have Home Premium.

    And I am unable to install SQL server 2000 and 2005.
    I also cannot install Windows XP SP2.

    SATA driver problem.

    Please help me...!

    Answer me

    Hello

    Windows XP needs a SATA driver if you want to install on the laptop with SATA HDD controller.
    Driver SATA can be found in the Intel Storage Manager.

    I advise to use nLite program to include a SATA driver in the new Windows XP CD, then boot from the XP CD created new.
    You will find details of the nLite:
    http://www.nliteos.com/

    With regard to the problem of Server SQL;
    You may be able to install in Windows XP. There may be a compatibility problem between Vista and SQL Server software

  • Unable to kenza link to download the Patch MS02-061 for SQL Server 2000

    original title: can not download Patch MS02-061

    Hello

    I know this is an old patch but our new VPN software was listed as a patch that is required if SQL Server 2000 is installed.  I get out the site and I am unable to download.  Telling me that it can't find it when I click on the link:

    http://support.Microsoft.com/default.aspx?scid=kb;en-us;316333&SD=Tech

    It is on the page: http://www.microsoft.com/technet/security/bulletin/ms02-061.mspx

    This is supposed to be the patch that replaces MS02-039.

    Thank you!
    Ryan

    Visit the Microsoft Solution Center and antivirus security for resources and tools to keep your PC safe and healthy. If you have problems with the installation of the update itself, visit the Microsoft Update Support for resources and tools to keep your PC updated with the latest updates.

    You will find appropriate support for SQL Server in this forum: http://social.msdn.microsoft.com/forums/en-US/sqlsetupandupgrade/threads

  • IIS and sql server 2000/2005 if problems ip address and host name changed

    Windows Server 2003, IIS 6.0 + SQL SERVER 2000/2005

    Is there a problem if ip address and host name of the server is changed?

    for example

    IIS 6.0 may still work properly?

    SQL Server 2000/2005 can still start correctly?

    Thank you!

    Hello

    Your question of Windows is more complex than what is generally answered in the Microsoft Answers forums. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/winservergen/threads

    I hope this helps.

  • How to check for number of RPC in SQL Server 2000?

    Please let me know how check the number RPC in sql server 2000.

    Hello

    You should post this question in the TechNet forums.

    Forums TechNet - Windows 7 IT Pro

    http://social.technet.Microsoft.com/forums/en/category/w7itpro

  • Update of security for the SQL Server 2000 Service Pack 4 (KB960082)

    I have tried to run this update for MONTHS now, but have not had the time to research the problem so far.

    I am running Windows XP Professional Version 5.1 (Build 2600.xpsp_sp3_gdr. 090804-1435: Service Pack 3)

    When I try to run the update, the installation fails. Update history gives me the error Code: 0 x 643.

    I went to the Article number 958052 Knowledge Base that had me activate the logging, update retry and off the record. He then told me to contact Microsoft Support for assistance. But when I tried to do this, Microsoft wanted to charge me $259 for help. I'm sorry, but I don't think that I would have to pay for Microsoft fix their own mistakes.

    The last really successful update was KB978542 on 02/06/10, but number KB979683 says also has been a success, it reinstalls whenever I have try KB960082.

    As far as I know, I don't even have SQL Server 2000 installed on this computer. If I do, I've never consciously used, so I don't know yet why I need this update.

    Can anyone help me get this update installed so I can move forward?

    CF. http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/6d6211e2-c7f5-43f3-951f-744769442589 ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • In SQL Server 2000/2005/2008 UltraLiteJ synchronization

    Hi all

    Does anyone know how to synchronize to SQL Server 2000/2005/2008 UltraLiteJ?

    I tried this, but there is an error showed.

    Detected a version unknown or damaged configuration of the MobiLink system under owner 'dbo '.

    I had created a DSN. But when I created the synchronization model, it failed, I could shoot.

    When I run the MS-DOS command prompt Mobilink server, an error has occurred again,

    [- 10002] "Consolidated database server or ODBC error: ODBC: [Microsoft] [ODBC SQL Server driver] [SQL Server] Login failed for user (null)".
    Reason: Not associated with a SQL Server login that is approved. (State = 28000 ODBC, Native error code is 18452)

    Could someone help me with the setting and the code maybe?

    Hi Hari,

    You can ignore the warning 'version' unknown or damaged The synchronization model compares its own set of system tables against what you have in SQL Server and responds with this warning if it detects a difference. The comparison is strict, and it may signal a difference for reasons such as unusual places or different ODBC drivers. The message should have been accompanied by a detailed description, which would explain what he saw different.

    Looks like your MobiLink server starts correctly and connects to the database. If it does not start successfully, you should see a message "Server MobiLink has begun" in the server window, and you should not see any entries in the window of the server starting with 'E'.

    So if you have deployed your synchronization model, and the server is started, the next question is why your synchronization failed. It would be useful to retrieve the codes of error on the device, software versions and the MobiLink log entries using a comprehensive framework as - v + on the MobiLink command line. I would suggest that we are pursuing in the Sybase for MobiLink newsgroup, where you will find a number of people who are more expert that I am to all aspects of MobiLink.

    You can access newsgroups via the web or by using a News Reader. The starting point for the two is http://www.sybase.com/support/community-forums and the newsgroup you need is sybase.public.sqlanywhere.mobilink (http://www.sybase.com/detail?id=1009240 ).

    I think this would be your best way to go for that matter.

    Tom

  • Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) is compatible with Windows 7 64 bit?

    can I use Microsoft SQL Server 2000 Desktop Engine (MSDE 2000) a version with Windows 7 64 bit?

    Hello Julio Diaz MarioMarin,.

    If you have any questions to MSDE 2000, it would be better treated in the MSDN forums for the Visual Studio Express editions.
    Click on the link here to repost your question.

    Sincerely,

    Marilyn

  • Oracle 10.2 64-bit to SQL Server 2000 (32-bit) through DG4ODBC and DBLINK

    Hi all

    I need to connect from Oracle to SQL Server through DB-LINK, and since my installation Oracle does not contain of HSODBC, I installed DG4ODBC.

    My current setup SW is:

    (1) oracle Server (64-bit):
    Operating system: Windows Server 2008 Standard SP2
    DB: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production 64-bit
    Gateway: Heterogeneous Agent 11.2.0.1.0 - 64 bit Production version built with Oracle Database Gateway for ODBC
    Oracle home: E:\oracle\product\10.2.0\db_1\
    Gateway home: D:\apps\product\11.2.0\tg_1\
    In addition, he performs a 10.0 ArcGIS/ArcSDE on Oracle.

    (2) MS SQL Server (32-bit):
    OS: Windows NT 5.2 SP2
    DB: Microsoft SQL Server 2000-8.00.2065 (Intel X 86)

    There are two headphones running (one of each installation, 10.2 and 11.2) which, I suppose, can lead to conflicts or reduce performance. As a restriction, I need the listener from 10.2 to continue

    unchanged running from ArcSDE Service use and re-create them is a pain.

    So my question is, how do I configure a (10.2) or two listeners (10.2 and 11.2) use DG4ODBC to connect to a remote SQL Server to Oracle?

    I have followed several threads in this forum, try different configurations but I can not connect successfully with the DATABASE LINK. In most cases, I get error ORA-28545 and ORA-02063.

    Can someone help me solve this problem? What I need to send more information, for example {SID} init. now, listener.ora, tnsnames.ora, clarifications etc?

    Thank you much in advance.

    Gaston.

    Hi, Gaston,.
    The following note describes the setting up Dg4ODBC on 64-bit Windows-

    How the installer DG4ODBC (gateway for ODBC Oracle database) on 64-bit Windows operating systems (Doc ID 1266572.1)

    You definitely need 2 separate listeners - one for the 10.2 RDBMS and one for the 11.2 Dg4ODBC. There should be no concern about the performance or other conflicts. The only thing to know is that listener DG4ODBC must use a different port than the 10.2 listener.

    Heike referred to as using a file odbc.ini, but it is necessary when setting up Dg4ODBC on Unix/Linux platforms. Under Windows, the database non-Oracle information in the system DSN that is used for the HS_FDS_CONNECT_INFO parameter in theinit .ora file DG4ODBC.

    Do the following-

    -Configure the gateway as Note 1266572.1 with a listener running of the ORACLE_HOME bridge, in your case D:\apps\product\11.2.0\tg_1\
    -create tnsnames.ora entry in the 10.2 RDBMS directory $ORACLE_HOME/network/admin for the gateway
    -create the database link in the RDBMS using the tnsnames.ora entry.

    If you still have problems then view the files following and information-

    -Gateway listener.ora
    -gatewayinit .ora
    -RDBMS tnsnames.ora
    -create database link statement

    Another point, because you're running on Windows 64 bits, then the ODBC driver that is referred to in the system DSN for the connection must be a 64-bit driver. You cannot use the 32-bit drivers with 64-bit DG4ODBC.

    Kind regards
    Mike

Maybe you are looking for