Kinook Software Forum

Go Back   Kinook Software Forum > Visual Build Professional > [VBP] Third Party Tools

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-27-2007, 04:32 PM
Buildboy Buildboy is online now
Registered User
 
Join Date: 12-07-2006
Posts: 12
Error :([DBNMPNTW]Connection broken.)

Hi All,
I am trying to write some data to the data base, the same vbscript works for XP and 2K3, its only on 2K that I am seeing this error. here is the script:

dim conn, rs, sql

sql = "INSERT INTO dbo.VMHostMapping (MachineName,vmxLink,VMHostIP,OSName) VALUES('%HOST_NAME%','%VM_URL%','%VM_HOST_IP%', '%OS_VERSION%')"

set conn = CreateObject("ADODB.Connection")
set rs = CreateObject("ADODB.Recordset")

conn.Open "Provider=SQLOLEDB.1;Data Source=10.10.10.10;Initial Catalog=Framework","some_user","****"
rs.Open sql, conn, 1, 2

what am I missing here?
Thaks for the help in advance
Reply With Quote
  #2  
Old 08-27-2007, 05:09 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
Sounds like you need to use the Sql Server Network Client Utility on the win2K workstation to properly configure named pipes and/or TCP/IP connections (depending on what you are using).

Since you are obviously trying to use a TCP/IP sql connection, you might also try adding "Network Library=DBMSSOCN;" to your connection string to explicitly force the use of that protocol. See http://support.microsoft.com/kb/238949 for more details.
Reply With Quote
  #3  
Old 08-27-2007, 05:23 PM
Buildboy Buildboy is online now
Registered User
 
Join Date: 12-07-2006
Posts: 12
Smile

Thank you very much for the help , that worked
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 03:42 PM.


Copyright © 1999-2023 Kinook Software, Inc.