[wpkg-users] WPKG running as local system unable to download profiles.xml file

Antony Awaida antony at apporto.co
Wed Jul 30 00:51:54 CEST 2014


Update on the problem above:

I have identified the problem to be in the following piece of WPKG.js code.
So I created the following script:

var xsl = new ActiveXObject("Msxml2.DOMDocument.3.0");
xsl.async = false;
xsl.validateOnParse = false;
xsl.load(filePath);
                dinfo("XSLT: " + xsl.xml);

As expected the above script returns an empty xsl.xml when run as
LocalSystem. However, when I changed the Msxml2.DOMDocument.3.0 to
Msxml2.DOMDocument.6.0, WPKG does not seem to run.

I would really appreciate any pointers particularly from the developers of
WPKG.

Thanks,
Antony


On Mon, Jul 28, 2014 at 3:57 PM, Antony Awaida <antony at apporto.co> wrote:

> Hi there:
>
> When I run wpkg.js as a user or administrator, it runs fine and it is able
> to download profiles.xml and other xml files.
>
> when I run wpkg.js as local system, it is unable to download profiles.xml
> and other xml files.
>
> I thought this would be a windows firewall problem, but windows firewall
> is turned off on the client.
>
> Has anyone run into this problem? Any ideas?
>
> Thanks,
> Antony Awaida
>
>


-- 
Antony Awaida
CEO
Apporto (Previously BizAppCenter)
Cell 415 999 4547
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20140729/0c4caeec/attachment-0003.html>


More information about the wpkg-users mailing list