DeWegenwachter
Programmer
We have a server with Transformer Server and a different server with our directory Server installed. When I schedule a Cognos macro with NT Schedular on our Transformer server then I get an error:
"'440-AutoExe: : Index out of range' during execution (Line: 157)."
The reported line is:
On the Transformer server I already have 'local admin' rights so this could not be the reason for the error. When I run this script by hand then this scripts works fine. So it seems to be an error caused by the use of the Windows NT schedular. Who knows the solution to resolveo our problem?
"'440-AutoExe: : Index out of range' during execution (Line: 157)."
The reported line is:
Code:
Set objModel = objTransApp.OpenModel(myModelLocation, myAdmUser, myAdmPassword, myAdmClass) '155
With objModel '156
.AccessManagerConfiguration = objModel.AccessManagerNamespaces(1).Name '157
.UseUserClasses = True '158
.UseAutoAccess = True '159
.Update '160
End With '161
On the Transformer server I already have 'local admin' rights so this could not be the reason for the error. When I run this script by hand then this scripts works fine. So it seems to be an error caused by the use of the Windows NT schedular. Who knows the solution to resolveo our problem?