08-11-2009 10:45 AM - edited 03-14-2019 04:27 AM
I am trying to write a text file using the "Write Document" step in my UCCX script to a network share. If use the local harddisk folder as the destination for the file then it is writing the file, but when I tried to write the file to the network share it is failing.
Any thoughts?
NOTE:
I mapped the network share to drive "Z:" and tried
["Z:\" +agentSelected+ ".txt"] - no luck
Also tried:
"\\172.16.4.58\CallCtr\" + agentSelected + ".txt"
08-11-2009 11:59 AM
I have answered this previously on the forum:
You should save data that another script may need within the Document Repository. If you really need to store it off of the CCX server, you'll need to look at doing an HTTP POST.
08-13-2009 06:54 AM
what is "message in queue" concept?
08-14-2009 06:33 PM
A voice mail message impersonating a live caller waiting in queue for an agent. It's a common customer request but not implemented within CCX out of box. Various custom scripts have been written that do this and most of them suck as they don't handle all of the exceptions or caller behavior possibilities. This also has an impact on the CCX server since each message waiting is literally a live call from a server load perspective. Search the forums for more information if you're curious - it's been covered countless times.
08-17-2009 04:57 AM
Thank you for the reply. I am not sure whether we are talking the same think here. My requirement is to write a "text" file to a network share, the name of the file should be the agent ID and the content of the file should be the Caller-ID.
Thank you,
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