We are on a Windows 2003R2 server and whenever we attempt to run a batch job via jobdef we receive the following Error:
execjob(laStartProcess): Unable to log in domain\username
StartStep failed: The operation completed successfully.
Based on the lawson documention we saw that we had to add the following lines in our lajs.cgf file:
RUNALL OFF
RUNUSER domain\username /* User that batch jobs rus as */
RUNPWD mypassword /* Password for BATCHUSER */
Of course the lines above have our usernames and passwords
Other Lawson documentation stated that we had to have the Lawson groups in the "Log on as Batch Job" policy. We already had this in both the local policy and domain policy and was also double checked by our netwrok adminstrators. In addition we ran a small vbscript test just to make sure the policies were in effect.
Based on all of this we are still having the same error.
The only thing we could think of is that the password sync is not talking to the registry for some reason. But if that is the case how do we get it to sync.
Any thoughts? Any help is appreciated.