Skip to content

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
>>function. I load that string into xml object & try to save it into HDD
with
>>XML_Object.save "C:\folderName\file1.xml"
>>It work successfully in most of the machines , but in some machines error
>>comes "Permission Denied". Can anybody tell the reason and resolution of
>>this problem.

One Comment

  1. Scott P wrote:

    "Permission Denied" means you don’t have access to HD. You can not create or change file on the HD of those machines.

    Saturday, February 13, 2010 at 11:22 pm | Permalink

Post a Comment

Your email is never published nor shared.