<HTML>
<HEAD>
<TITLE>Re: [cisco-voip] Can't Find File Error -- I'm At A Loss</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:14.0px'><B>Okay, I&#8217;ll PAY someone if they can figure out what&#8217;s going on here. &nbsp;I just created a new script completely from scratch. &nbsp;Created a new document and uploaded it via Document Management. &nbsp;I have another script that&#8217;s been around for a while that is a virtual duplicate of the one I just created. &nbsp;The old one executes just fine. &nbsp;The new one gives me the same document not found error. &nbsp;As I watch the variables in the script, the one that works show the following when it comes to the Get XML Document Data step (which is basically the contents of the file):<BR>
dateList &nbsp;&nbsp;&nbsp;Document &nbsp;&nbsp;&nbsp;TEXT[&lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot;?&gt;\r\n&lt;!-- NO LEADING ZEROES IN DATE NUMBERS !!!! --&gt;&lt;Holidays&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday1&gt;1/1/2009&lt;/Holiday1&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday2&gt;5/25/2009&lt;/Holiday2&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday3&gt;7/4/2009&lt;/Holiday3&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday4&gt;9/1/2008&lt;/Holiday4&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday5&gt;11/27/2008&lt;/Holiday5&gt;\r\n &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Holiday6&gt;12/25/2008&lt;/Holiday6&gt;\r\n&lt;/Holidays&gt;] &nbsp;&nbsp;&nbsp;<BR>
<BR>
The one that isn&#8217;t working shows the following:<BR>
dateList &nbsp;&nbsp;&nbsp;Document &nbsp;&nbsp;&nbsp;&szlig;com.cisco.wf.steps.io.XMLDocument&szlig;com.cisco.wf.steps.io.XMLDocument@0&szlig; &nbsp;&nbsp;&nbsp;<BR>
<BR>
Is there some way to &#8220;refresh&#8221; that documents folder as one does scripts so it realizes that the new files are there? &nbsp;Or perhaps that isn&#8217;t the issue. &nbsp;I can put the name of the file from the script that works in as the name of the XML document in the new script and it works just fine. &nbsp;There seems to be an issue with finding any new documents that are added.<BR>
<BR>
Thank You...<BR>
</B></SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><B><FONT SIZE="2"><SPAN STYLE='font-size:10.0px'>-- <BR>
Jim Reed<BR>
Manager of Technical Services<BR>
Swift Communications, Inc.<BR>
970-384-9141 (Direct)<BR>
775-772-7666 (Cell)<BR>
</SPAN></FONT></B><SPAN STYLE='font-size:12.0px'><BR>
<BR>
<BR>
<BR>
On 5/13/10 1:58 PM, &quot;Jim Reed&quot; &lt;jreed@swiftnews.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>I've worked on this simple script for hours and cannot for the life of me<BR>
figure out why it keeps telling me it can't find the file specified.<BR>
Following are three lines of a simple check holiday script. &nbsp;It errors on<BR>
the third line. &nbsp;However, I can change the name of the file on line 1 to<BR>
another file in that same XML documents folder and the script executes<BR>
without error.<BR>
<BR>
datelist = Create File Document (&quot;SNMGdates.xml&quot;)<BR>
dateList = Create XML Document (dateList)<BR>
date_null = Get XML Document Data<BR>
(dateList,&quot;/descendant::Holidays/child::bogusstring&quot;)<BR>
<BR>
I'm also getting the following error message while in debugging but I get<BR>
the same message when I change the file name and it still executes without<BR>
error.<BR>
CRS Engine on:10.99.2.12 is not the Master. &nbsp;Cannot debug<BR>
\default\SNMGholidaydoc.aef on this Engine<BR>
<BR>
The SNMGdates.xml file is a duplicate of SFSdates.xml and was uploaded<BR>
through document management but SFSdates works just fine and SNMGdates<BR>
errors.<BR>
<BR>
What am I missing...<BR>
--<BR>
Jim Reed<BR>
Manager of Technical Services<BR>
Swift Communications, Inc.<BR>
970-384-9141 (Direct)<BR>
775-772-7666 (Cell)<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
cisco-voip mailing list<BR>
cisco-voip@puck.nether.net<BR>
https://puck.nether.net/mailman/listinfo/cisco-voip<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>