That would be great. I'll be on vacation May 6th - 13th, without access to email. I'll be back in the office and online Friday, May 14th. Here are my basic requirements. I sent them to a guy in my group a few minutes ago, to see if he could come up with something. FYI, BCL is our in-house written Batch Control Language, that sits on top of a C-Shell product.
1. Developers need to be able to run batch jobs (usually BCL, but can be anything—PERL, .NET., etc.) on the remote server.
2. They need to be able to run these jobs as their domain accounts. This includes being able to connect to Oracle via these NT-authenticated accounts. This is where the “psexec” program failed my testing.
3. They need to be able to pass a command string—not just call a batch script on the server. For example, “d:\dev\app\common\exe\runjob.cmd testsend dbadmin parm1 parm2 parm3 etc”
4. Since this is just dev, we can make the developers admins on the box.
5. The GUI should allow them to enter their userID/ password and the command string. That’s pretty much it.