02-17-2011 08:20 AM - edited 03-14-2019 07:24 AM
Hi All,
I can't for the life of me figure out why I can't upload a prompt on version 8. I thought it was a permissions issue so I made my user an admin and that didn't work. So then I login via crsadmin and it still won't upload.
I get authenticated via the script with no issues, I ran a reactive debug and see the username populate.
Attached if the script maybe Im missing something from the changes from 7 to 8.
Thanks,
Mike
02-17-2011 10:53 AM
UCCX 8 requires the user to be authenticated in order to write documents. The Prompt Recorder script works after adding a Get Digits step to collect the PIN (set in the End User record in UCM) followed by an Authenticate User step.
Alternatively you could put the user's password in a string variable and authenticate with that, but I don't know why you'd want to.
02-17-2011 11:56 AM
If you look at my script it authenticates the same way yours does,
I tried yours and it I get the same when it runs the upload functions..just dies and kills the script.
11-10-2011 12:00 PM
molivere17982,
Did you figure out a fix to your issue, I am encountering the same thing?
Thanks,
Fred
11-10-2011 12:40 PM
I give a basic example for uploading a prompt in UCCX 8x in the follow thread:
https://supportforums.cisco.com/message/3317227
Please have a look at my example in the section Prompt Manager Script, and give that simple example a try. See if it works. If it doesn't, you may be facing a defect. If is does, then just work your solution from that point forward.
11-10-2011 03:53 PM
The problem I found way UCCX 8.x does not like upper case file names. So if you named the file Test.WAV or Test.Wav it would not upload, but test.wav would.
If you use my script with lower case file names you will be fine.
02-19-2011 05:44 AM
Would you happen to have the prompts that you use in the script that you could post?
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