drlex,
by integrating this into the macros:
- in case of Impromptu reports:
Set objAuthApp = CreateObject("Authenticator2.Application")
Set objAuthDoc = objAuthApp.Documents.OpenWithBasicSignon("NAMESPACE", "LOGONNAME", "PASSWORD", "USERCLASS")
- in case of Transformer:
Set objModel = objTrans.OpenModel (strModelSource, "LOGONNAME","PASSWORD","USERCLASS")
But be sure that the ".csa" file which refers to your namespace is set as default in the Access Manager. Otherwise the macro won't log on to the Access Manager.