Hello,
We are trying to convert some Windows Scheduled tasks to visual cron jobs. These jobs write to a database and one of the values they write to the database is the username of the identity that is performing the insert. These are vb.net applications that use the system.environment.username function to find the username of the process. But when running these processes via visualcron, this vb function returns the username of the service running visualcron (system), instead of the username of the task identity.
I have both the 'local user' and 'load profile' options selected, but it still doesn't find the username of the task, it just finds 'System'.
Thanks for any help you may provide!
-Matt
Edited by moderator
2013-04-04T11:49:01Z
|
Reason: Not specified