I ve recently taken over a script from someone who s left the company and it recently started failing. The code looks up a specific user and sends them an e-mail.
I ve nailed the culprit line that fails to be (user and passwords is set to my personal account):
my $dbh = DBI->connect( dbi:ODBC:IDM , $idm_user, $idm_passwd)
该书从该数据库中选择电子邮件,具体名称为用户日志。
I can t seem to find any documentation on the database IDM and was wondering if anyone knows of it? Is it a built in Microsoft Exchange DB or Windows domain DB?
Thanks!