ss problem continues.
From: john michale (polite1974_at_hotmail.com)
Date: 05/19/03
- Next message: Bottomless Pit: "Re: Application Role and access to 'other' databases"
- Previous message: Kimberly L. Tripp: "Re: Lock Table, Allow Insert + Update ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 18 May 2003 23:50:50 -0700
I m running Advance server 2000. It is not on domain but
on workgroup.
The client machines are on domain.
I need to enable ssl encryption for a specific client.
i installed root certificate authority on sqlserver 2000.
created certificate.
i installed this certificate from location
http://myserver/certsrv on the client machine
i can see the certificate on the client under trusted root
certification authorities tab. I can connect only with the
following connection string.
ConnectString = "SERVER=192.168.4.6;DRIVER=SQL
Server;uid=myidpwd=mypassword;Address=192.168.4.6;Network=D
BMSSOCN;DATABASE=M2"
where 192.168.4.6 is the ip of advance server having
sqlserver2000 installed.
connection establishes with both with or with out using
force protocol encryption.
I get error "data source not found and no default driver
specified" when i use following connection string.
cn.Open "Provider=SQLOLEDB.1;Integrated
Security=SSPI;Persist Security Info=False;Initial
Catalog=M2;Data Source=RehanPCMS;Encryption for Data=True"
It happens with or without force protocol encryption
checkbox, checked or unchecked.
If i connect via sqloledb as
cn.Open "Driver=SQLServer;Server=RehanPCMS;uid=myid;pwd=myp
assword;Network=DBNETLIB.DLL"
where RehanPCMS=192.168.4.6 i.e name of advance server.
i get error "Login faild for user '(null)'. REason: Not
associated with a trusted Sql server connection."
It happens either i select checkbox for force protocol
encryption or not.
Please help. it is very urgent.
- Next message: Bottomless Pit: "Re: Application Role and access to 'other' databases"
- Previous message: Kimberly L. Tripp: "Re: Lock Table, Allow Insert + Update ???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|