This scenario is to change a clock on a server.
Using NT authentication, same domain

Execute successfully, clock DOES change
DBDEV02
|
|
-- DBDEV02Commonspr_ChangeClock '2001-04-11 10:10:09:111'
|
|
-- xp_cmdShell '\dbdev02cmsiinxtime2.exe -n 2001-04-11 10:10:09:111'

Execute successfully, clock doesn't change
DBSERVER00DEV
|
|
-- DBDEV02Commonspr_ChangeClock '2001-04-11 10:10:09:111'
|
|
-- xp_cmdShell '\dbdev02cmsiinxtime2.exe -n 2001-04-11 10:10:09:111'

I suspect it's tied to authentication, but what exactly I don't know.

Anybody have a similiar experience or know whats going on ?