Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection

P

Prashant

Hi,
I have a windows setup program (framework 1.1), this setup
program calls one util.exe with parameters. util.exe opens the connection
(SQL Server 2000, windows authentication only) and does some db updations.
when i run thru setup exe fails throwing
"Login failed for user '(null)'. Reason: Not associated with a trusted SQL
Server connection" error. if i run the exe separately thru command line
argument, it executes properly.
To add to this, problem only comes with Windows 2003 domain, not with
windows 2000 domain.

does anyone has any idea whats happening behind the scene?

Thanks in advance
 
Top