02-21-2011 05:48 AM - edited 03-14-2019 07:26 AM
Hello,
i need help with a issue in UCCX 8. When do a reactive debug on the hello.aef script, than i have the issue seen in the screenshot.
On UCCX 8 i created a folder under default/greeting/template/. There is the sayhello.html described in the hello.aef.
Can someone help to solve this problem? I tried a lot of things but without success... Any hints are welcome!!!
Thanks
Christian
Solved! Go to Solution.
02-21-2011 08:52 AM
Hello Christian,
In UCCX 8.x, access to the repository has been restricted i.e. You can’t use the Write Doc step or Create File Doc step with 8.0 unless you are trying to read/write to the customer folder. Please refer to Scripting guide Vol 1 & 2, for more information about customer directory.
But seems like you are trying to get your HTTP trigger working. You don't need to have Create File Doc step. Please refer to the following screenshot:
The HTML page is asking user to input name:
And the following response is being sent:
Hello %name%
Hope it helps.
-Vir
02-21-2011 08:52 AM
Hello Christian,
In UCCX 8.x, access to the repository has been restricted i.e. You can’t use the Write Doc step or Create File Doc step with 8.0 unless you are trying to read/write to the customer folder. Please refer to Scripting guide Vol 1 & 2, for more information about customer directory.
But seems like you are trying to get your HTTP trigger working. You don't need to have Create File Doc step. Please refer to the following screenshot:
The HTML page is asking user to input name:
And the following response is being sent:
Hello %name%
Hope it helps.
-Vir
02-21-2011 11:07 AM
Hi,
yes you are right. I tried to get this http triggers working. That i can't you the Create File Document was the issue.
After writting the script like yours, it throws a error with file not found. And after this message it was clear to put the response file into the language folder under the document repository.
Thank you for your help!!!
But i have one more question about the Create File Document. It is not possible to write files on the UCCX...... Is it possible to write these files on another webserver?
Christian
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