Hi there,
We have a intranet solutions that can be run speperated with SuperOffice 7 SR1. It is running on Classic ASP pages in IIS6/W2003 (another server as the actuall SO database server).
With the code below i am trying to let users login with there username and password (most of them use AD login) to verify these credentials against SO.
Set objSOdb = Server.Createobject("SuperofficeDB.Database")
objSO.Login(username, password)
This function always returns false. When i put in valid credentials (hard coded) it gives Authentication failed. 'Failed to create Identity from tokens'.
This loginscript has worked untill we moved the installation to SQL Server 2012. The ODBC connection on the server that is running this scripts trough IIS is using the old SQL Native Client driver because the new drivers isnot compatible with Server 2003. But when we run the windows application SO it logges in just fine with the same credentials.
What could this possibly be?
Regards CUMELA