Zip Processor ASP 3 Support Product Page

Error Creating XMLHTTP Object - WS2008

Asked 04 Jan 2010 18:18:16
1
has this question
04 Jan 2010 18:18:16 Andy Lucas posted:
Hi I'm in the process of shifting my long time running app to a new server (Windows Server 2008 on Hyper V)
and one of the problems I am having is the unzip facility.

I get the error as described in the linked image > here

I cant send you a link as the page is only available on the local machine

Replies

Replied 04 Jan 2010 20:26:12
04 Jan 2010 20:26:12 Patrick Julicher replied:
Hi Andy,

Make sure all the files for the ZIP Processor in the Bin folder are available.

Kind regards, Patrick
Replied 05 Jan 2010 02:24:35
05 Jan 2010 02:24:35 Andy Lucas replied:
yeah, thanks Patrick. I have done that several times now. I even deleted them all to make sure that they were updating, no improvement. Is there anything else I can do to try to narrow down this error message?

Edited by - Andy Lucas on 05 Jan 2010  02:25:55
Replied 05 Jan 2010 10:48:50
05 Jan 2010 10:48:50 Miroslav Zografski replied:
Hello Andy, H.N.Y!

What options you have set with Zip Processor?
Also check out all required permissions to be available.


Regards,
Replied 05 Jan 2010 13:57:34
05 Jan 2010 13:57:34 Andy Lucas replied:
Hi ya Miroslav,
Pardon my ignorance but which permissions are needed?
It does "feel" like a permissions thing but I am new to IIS7 and there is the new UAC which I have temporarily disabled.

Can you tell me please, In the debug table the list of XMLHTTP Object possibilities, does that mean that the system is unable to create one? Or is it that it can create those but is anable to execute a post or something?

here is the DW code produced by ZP3.

Dim zip1
Set zip1 = New ZipProcessor
zip1.Key = "1FA4475E-BBE4-4B0A-93AE-9B95858BDD6C"
zip1.ScriptFolder = "../ScriptLibrary"
zip1.Source = "upload"
zip1.Overwrite = true
zip1.Action = "unzip"
zip1.Comment = "" & vbCRLF & " "
zip1.UploadFolder = "../upload/7"
zip1.ExtractUnique = false
zip1.DeleteAfterUnzip = true
zip1.DefaultFile = ""
zip1.UploadFields = ""
zip1.ProcessFiles

it is in a very simple page along with PU3.
Many thanks for your help with this.
Andy
Replied 05 Jan 2010 18:38:34
05 Jan 2010 18:38:34 Andy Lucas replied:
I have checked the error logs and it looks like there might be a 64bit conflict with a 32bit dll from chilkat. Does your zip 3 processor use the chilkat 32 bit script for zipping? If so, how do I go about getting 64bit support for my unzipping process?
Replied 08 Jan 2010 02:00:21
08 Jan 2010 02:00:21 Andy Lucas replied:
I'm still not any closer to a resolution on this matter.
Does anyone have any idea as to how I might go about solving this issue?

Thanks
Replied 14 Jan 2010 10:28:26
14 Jan 2010 10:28:26 Miroslav Zografski replied:
Hello all,

This is an error that seems to appear because the page cannot contact the server component that should zip, unzip and etc. (or resize an image in some other extension case).
It can be caused by settings in proxy or in firewall. Most often it is a result from a misplaced configuration of a proxy. Check the following MSKB articles:
support.microsoft.com/kb/289481/
and
support.microsoft.com/kb/291008

Regards,

Reply to this topic