Problem with USYSXSLT/UXML files
Author: jansietse.de.boer@sogeti.com (jsdeboer)
Hello,
I am busy with migrating a Uniface 9.2 application to Uniface 9.4. No problems until now...
When calling the componen USYSXSLT for the operation XMLTRANSFORM I get some file-errors and the transformation fails:
Here a part of the trace:
P0097 $status=1(OPER) HHXSLT:6 activate "USYSXSLT"."XMLTRANSFORM"( P_XML_IN , V_XSLTFILE , "" , P_XML_OUT , V_S
Non-DBMS file open: ui4ECA13CC-B408-42B1-9811-A7403EA5D7F7.uxml 7
Non-DBMS file open: xsl\\RplConCOPSReq.xsl 7
Non-DBMS file open: ui4ECA13CC-B408-42B1-9811-A7403EA5D7F7.xsl 7
Non-DBMS file open error: uo4ECA13CC-B408-42B1-9811-A7403EA5D7F7.uxml
Filesystem error: #2 (The system cannot find the file specified.)
Non-DBMS file open error: uo4ECA13CC-B408-42B1-9811-A7403EA5D7F7.uxml.ulog
Filesystem error: #2 (The system cannot find the file specified.)
Non-DBMS file open error: uo4ECA13CC-B408-42B1-9811-A7403EA5D7F7.uxml.uret
Filesystem error: #2 (The system cannot find the file specified.)
Deleting file: ui4ECA13CC-B408-42B1-9811-A7403EA5D7F7.xsl
Deleting file: ui4ECA13CC-B408-42B1-9811-A7403EA5D7F7.uxml
P0097 $status=0(OPER) HHXSLT:7 if ($status < 0)
As you can see the UXML files are not found.
jvm.dll is called in the ASN, working dir is set. I see no other errors in the logging.
Does somebody have any hints?