cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
658
Views
0
Helpful
4
Replies

UCCX Upload Document Unsucessfull

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?

4 Replies 4

Gergely Szabo
VIP Alumni
VIP Alumni

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.

I have tried that, but this is getting the following error now:

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.

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