Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NT Schedular & Access manager

Status
Not open for further replies.

DeWegenwachter

Programmer
Apr 3, 2003
13
0
0
NL
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:
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top