Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Perl with Active Directory

by NetWallah (Canon)
on Sep 03, 2013 at 22:58 UTC ( [id://1052193]=note: print w/replies, xml ) Need Help??


in reply to Perl with Active Directory

The "Login Failed" is a SQL authentication error.

Since your infosec will not allow SQL based authentication, the USER that is invoking your script will need to have priviledges to the database you are attempting to access.

Please discover what user id is being used to call your script, then check that the SQL server is set for "NT authentication", and that user has been allowed access. See http://msdn.microsoft.com/en-us/library/ms188670.aspx

You can also examine the SQL ERRORLOG file at %programfiles%\Microsoft SQL Server\INSTANCE\mssql\log\ERRORLOG for more details. (See this msdn blog post)

             My goal ... to kill off the slow brain cells that are holding me back from synergizing my knowledge of vertically integrated mobile platforms in local cloud-based content management system datafication.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1052193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found