in reply to Re^6: Database connection issue
in thread Database connection issue

This means that Perl is now talking to your database. I would now contact the system or database administrator and ask them how to authenticate to the database server. It seems that "integrated login" should work, but you seem to already supply the Trusted_Connection driver parameter. Maybe adding the domain name to your username or leaving it off changes things. Again, the database administrator should be able to look into the logfiles to tell you why your login attempt fails.

Replies are listed 'Best First'.
Re^8: Database connection issue
by Azard (Initiate) on Nov 16, 2015 at 15:57 UTC

    Okay, I'll have to ask when I see him next. Hopefully it won't be too late, heh. Thanks for all your help!