ello all,
We have a component (DLL) we created for use with our Web App. The object is supposed to check if a file exists on another server (i.e. \\server_name\folder\file.tif ), and if it does, pull it into a list of files that will be displayed to be worked with by the user.
We have one file server, and it has no security on it...anyone (or any computer) internally can access it freely. When we call the Component on our Dev server, it pulls the list of files as it should. When we call the same component on the Test server, it no longer displays the list of files. Now, here's the kicker: If we're actually ON the Test server and test it, it will list the files from that file server (separate from the Dev or Test servers); it is only when you're running the web app while not on the Test box that it doesn't work (which is what will be occurring 100% of the time in Production).
I know the component is being called successfully on the Test machine, and is running, because if the FileExists check fails I have it write an error in a log file (text document), which is being generated. It continually fails to see the folders/files on the other server unless we're logged onto the Test box, then it sees it fine. But it works normally if run from the Dev machine, even if the web app calls it from another computer other than the Dev server. But all servers/computers/users have free-reign on the File server, so it's not like it is a permissions setting to access the file server or to run the component (since we know it is running).
Does anyone know what could be causing this? And how to fix it?
-Ovatvvon :-Q
We have a component (DLL) we created for use with our Web App. The object is supposed to check if a file exists on another server (i.e. \\server_name\folder\file.tif ), and if it does, pull it into a list of files that will be displayed to be worked with by the user.
We have one file server, and it has no security on it...anyone (or any computer) internally can access it freely. When we call the Component on our Dev server, it pulls the list of files as it should. When we call the same component on the Test server, it no longer displays the list of files. Now, here's the kicker: If we're actually ON the Test server and test it, it will list the files from that file server (separate from the Dev or Test servers); it is only when you're running the web app while not on the Test box that it doesn't work (which is what will be occurring 100% of the time in Production).
I know the component is being called successfully on the Test machine, and is running, because if the FileExists check fails I have it write an error in a log file (text document), which is being generated. It continually fails to see the folders/files on the other server unless we're logged onto the Test box, then it sees it fine. But it works normally if run from the Dev machine, even if the web app calls it from another computer other than the Dev server. But all servers/computers/users have free-reign on the File server, so it's not like it is a permissions setting to access the file server or to run the component (since we know it is running).
Does anyone know what could be causing this? And how to fix it?
-Ovatvvon :-Q