Skip to main content
Participant
October 2, 2012
Answered

AUSST - not able to view XML files to verify correct IIS setup

  • October 2, 2012
  • 2 replies
  • 5138 views

We are setting up our Adobe Update Server in a Windows Server 2003 R2 32 bit environment.  I’ve followed the Adobe tech notes on setting up the server with IIS 6.  I’ve modified the settings in IIS, including adding the .xml definitions to the asp.net web.config file located in C:\windows\Microsoft.NET\Framework\v2.0.50727\CONFIG.

The issue we are having is this:  I am attempting to verify the updaterfeed.xml file as per the documentation, but it is not displaying.  I have enabled directory browsing, which allows me to click through every folder until I get up to the following path:

http://ourserver/updates/Adobe/CS/webfeed/oobe/aam10/win/updaterfeed.xml

None of the xml files are displaying.  I’ve verified the MIME type for XML as:

text/xml

These are the lines I’ve added to the asp.net web config:

<add path="*.zip" verb="*" type="System.Web.StaticFileHandler" />

<add path="*.xml" verb="*" type="System.Web.StaticFileHandler" />

<add path="*.dmg" verb="*" type="System.Web.StaticFileHandler" />

<add path="*.crl" verb="*" type="System.Web.StaticFileHandler" />

<add path="*.sig" verb="*" type="System.Web.StaticFileHandler" />

 

Also, according to the Adobe tech note for setting up AUSST states the following:

As a simple test to check that the web server is running correctly, check that the updaterfeed.xml files on

the update server can be accessed from browsers on the client machines. Essentially, you need to ensure

that the web server is working, independent of the Adobe Update Server Setup Tool.

Can you tell me what I may be missing, or point me in the right direction?  There are no ASP.net errors in the event viewer.

    This topic has been closed for replies.
    Correct answer r_baiswar

    Hi,

    This error is thrown only when Updater is not able to connect to update server. we need more information.

    can you please share updater logs created at -

    Win:          C:\Users\labuser\AppData\Local\Adobe\AAMUpdater\1.0\

    Mac:          /Users/<user name>/Library/Application Support/Adobe/AAMUpdater/1.0/

    please zip and send across all the logs in the above mentioned folder to rbaiswar@adobe.com

    thanks,

    Rahul | Adobe Systems


    Hi, thanks for sharing the logs. from logs it seems that updatefeed.xml file has got corrupted.

    There are 2 steps to resolve this -

    remove (take a backup of it) /updates/Adobe/CS/webfeed/oobe/aam20/win/updaterfeed.xml from server setup by AUSST and then run AUSST in incremental sync mode (option 2).

    if this also doesnt solve the issue then please share the logs again. also share the updaterfeed.xml file.

    thanks,

    Rahul | rbaiswar@adobe.com

    2 replies

    Participant
    October 16, 2012

    This is my web.config to deal with the issue:

    <?xml version="1.0" encoding="UTF-8"?>

    <configuration>

        <system.webServer>

            <handlers>

                <add name="XML" path="*.xml" verb="*" type="System.Web.StaticFileHandler" />

                <add name="ZIP" path="*.zip" verb="*" type="System.Web.StaticFileHandler" />

                <add name="CRL" path="*.crl" verb="*" type="System.Web.StaticFileHandler" />

            </handlers>

        </system.webServer>

    </configuration>

    I created a specific website for it, so this file is as the top of the file structure.

    I had the same problem, when I looked at the IIS Logs the I was getting a HTTP 406 for the XML files being severed by IIS.

    jpipdw1Author
    Participant
    October 16, 2012

    I have those entries in my web.config already - but I tried creating a separate web.config and still did not work.  The actual error number according to the IIS logs is 500.  Thank you for your help though!

    Participant
    October 16, 2012

    That is a shame - I am using Windows 2008 R2, so IIS 7.5, so that could easily be the difference.

    biswas_abhishek
    Participating Frequently
    October 3, 2012

    Hi There,

          Updaterfeed.xml should not open in the browser as it is not a properly structured XML. The idea is to see if you are able to do a directory browsing or not which I believe you are able to. So I think you are good to go ahead and give it a try.

    Thanks,
    Abhishek | abhishek.biswas@adobe.com