Thursday, July 9, 2009

I'm getting data into XML string format from COM component into my VBScript>>function. I load that string in

I'm getting data into XML string format from COM component into my VBScript


%26gt;%26gt;function. I load that string into xml object %26amp; try to save it into HDD


with


%26gt;%26gt;XML_Object.save "C:\folderName\file1.xml"


%26gt;%26gt;It work successfully in most of the machines , but in some machines error


%26gt;%26gt;comes "Permission Denied". Can anybody tell the reason and resolution of


%26gt;%26gt;this problem.

I'm getting data into XML string format from COM component into my VBScript%26gt;%26gt;function. I load that string in
"Permission Denied" means you don't have access to HD. You can not create or change file on the HD of those machines.


No comments:

Post a Comment