Gidday
August 10, 2011, 6:27am
1
Hi All
We want to restart CC Pulse on a schedule (because it seems like a memory hungry beastie and needs this clean every now and then). On restart we have to pass agent details to the login dialog. Does anyone know of a VBS method for doing so.
Cheers
Joe
Rene
August 16, 2011, 9:25am
2
Hi Joe,
It’s possible to start CCPulse+ from command line and you don’t need any VBS script to do so. Here is a sample batch file:
set CCPULSE_ACCESS=COMMAND_LINE
CallCenter.exe -app <application_name> -user -pwd -ws <workspace_name>
It is necessary to start CCPulse manually once at least because it read configuration server host and port from Windows registry.
R.
Here are the registry keys I found.
If you load these and run the command line as Rene shows, you should be good.
[HKEY_USERS<microsoft user id>\Software\GCTI\CallCenter\LoginInfo]
“RecentUser”=“”
“AppName”=“”
“Host1”=“”
“Port1”=“”
Hey rpenney,I tried code provided by you but its not working in my case.
3 Likes