
"File not found" error msg -at same point
I have an odd problem with Jscript/WSH - A script that
was working has now stopped working, and has the
following error message:
Script: (scriptname & location)
Line: 12
Char: 2
Error: File not found
Code: 800A0035
Source: Microsoft JScript Runtime error
The error is showing itself in the wsf script header
lines of the wsf file, and it does not matter what order
the includes are, or where they are located, the error is
always at the same place - the includes are as follows:
<job id="UKOPS_WEEKLY_PROCESS">
<script language="JScript" src="D:\User-
Applications\EDW-Systems\TEST\EDW-Common-Files\EDW-
Generic-Scripts\BLAT_ERROR_PROCESS.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-Systems\TEST\EDW-Common-Files\EDW-
Generic-Scripts\Process_Error.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-Systems\TEST\EDW-Common-Files\EDW-
Generic-Scripts\READ_ID_FILE.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-Systems\TEST\EDW-Common-Files\EDW-
Generic-Scripts\Send_Appalert.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\ShowFolderFileList.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\ShowFolderList.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Create_Log_File.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Delete_File.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Delete_File_List.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Delete_Folder.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Delete_Folder_List.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_Run_Command.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UK_TimeStamp.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UKOPS_PROCESS_XLS_CONCOLL.js"
/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UKOPS_PROCESS_XLS_DEPOTREGION
.js"/>
<script language="JScript" src="D:\User-
Applications\EDW-
Systems\TEST\TNTUKDM\Scripts\UKOPS_PROCESS_XLS_MASTNT.js"/
<script language="JScript">
----------------
Please can someone help me with this problem - it's
causing me major headaches!