05-05-2009 12:23 PM - edited 03-14-2019 04:03 AM
I am having an issue with a script designed for on the fly prompt recording. I have the script setup where it will authenticate the user but it appears to fail the upload prompt step. We are using UCCX 7.0(1). The file is being written to disk fine but not uploaded to the repository. Are there any logs or traces that I can find out what is happening. I have set the user field in the upload prompt step to User[joe.harbison] which is the user that I am authenticating with the pin.
Thanks,
Joe
05-11-2009 01:48 PM
Verify that you uploaded the application.aef files to the repository using the Script Management page and that you refreshed the Cisco Unified CCX Engine after making a change to an application.
05-12-2009 01:25 PM
I have saved the scripts and refreshed the application. Any changes that I make I can verify when I call into the system. I am able to record the prompt fine but I continue to have issues with the system uploading the prompt into the repository.
Thanks,
Joe
05-13-2009 01:11 AM
Joe,
The upload prompt step quite often fails when the user hasn't actually authenticated correctly yet it doesn't go out the unsuccessful branch on the authenticate user step.
Make sure you have specified the user type variable in your authenticate user step and not the string variable. This is normally the most common issue with this.
Cheers,
Ray
05-13-2009 06:26 AM
The Authenticate Step appears to work fine...I have it set to go to upload lable on success. It appears to go there and I get a prompt from the unsuccessfull branch of the Upload step. I have a variable set for userid and it is set for null and is set as a parameter. The Upload step is set for User: User[joe.harbison] which is the same as the useridString "joe.harbison". How can I set the User parameter to reflect the user that I want to use for authentication?
Thanks,
Joe
05-13-2009 07:39 AM
Update:
I got this to work by using the Get User step to correlate the String useridstring variable to the User userid variable. Is there a way to save the prompt into the specific folder in the Repository. Most of my prompts are located in default\Folder Name ...I want to be able to upload the prompt into the correct folder.
Thanks,
Joe
11-05-2009 01:01 PM
Hi,
I'm having the same issue - did you ever resolve it?
Thanks - Rob.
11-05-2009 01:42 PM
I was able to get this working..although not a specific folder. Is that what you are asking?
Thanks,
Joe
11-05-2009 02:25 PM
I haven't been able to get even the authentication working. The AuthenticateUser step seems to want a String variable as the username, but yet the Upload Prompt step definitely asks for a User variable - how do you correlate the two?
Thanks - Rob.
11-06-2009 05:06 AM
I was able to get the Authentication working using the 'Authenticate User' step. I was then able to Upload Prompts into a folder. In the Upload Prompt step I defined the "Name" to be a String variable. Then for that variable I used a Value of "HelpDesk\Welcome.wav"
Welcome.wav was the name of the prompt and HelpDesk was the name of the folder (created in C:\Program Files\wfavvid\Prompts\user\en_US on the IPCC Express server). Running version 7.0(1).
Rob.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide