02-28-2013 06:17 AM - edited 03-14-2019 11:19 AM
I'm trying to modify a UCCX XML file, I have authenticated properly but the upload document still getting unsucessfull
.
Anyone should help me to resolve the problem?
02-28-2013 06:34 AM
Hi,
just a wild guess, but aren't you missing the pt-BR prefix from the Set step which assigns the value of STR_Upload_Document_Path ?
G.
02-28-2013 06:46 AM
I have tried that, but this is getting the following error now:
02-28-2013 06:54 AM
Yeah, sorry, my mistake, I should have noticed you're already setting the language.
Where does the value of the STR_Cliente come from? It might be possible if it is a String that denotes the name of the directory (as seen in the Set STR_Upload_Document_Path) which does not exist, the upload fails.
G.
03-01-2013 01:36 PM
I think the "Create XML Document" step wants to see a document as the source and not a string.
You have two options
1) load the Create XML Document step direct from the document repository as in
DOC["pt-BR\NEXA\ASM_UCCX_FILAS\XML_Emergency_Template,xml"]
Or convert your string into a document using the a set step
You will find the (Document) cast in the expression editor in the String section
Graham
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