in reply to Can't install DBI in Windows XP?

Not getting any response from PPM is often the sign of a proxy server being in the way.

set the http_proxy environment variable if that applies and try again...

C:\DOS\RUN>set http_proxy=http://proxy.innotech.com:8080 C:\DOS\RUN>ppm search XML

I'd bet money on it.

Replies are listed 'Best First'.
Re: Re: Can't install DBI in Windows XP?
by jdk (Initiate) on Feb 26, 2004 at 19:10 UTC
    Thank you kindly for the suggestion, but that doesn't seem to work either. After setting the proxy (copy & paste of your instruction) then a search, the response is,

    Searching in Active Repositories
    Error: No valid repositories:
    Error: 500 Can't connect to proxy.innotech.com:8080 <Bad hostname 'proxy.innotech.com:8080)
    Error: 500 Can't connect to proxy.innotech.com:8080 <Bad hostname 'proxy.innotech.com:8080)

    For reference, I am behind a wireless router, if that makes any difference?

    But the problem doesn't seem to be an access issue. I just tried defining a local repository, then disabled the remote respositories. Then I downloaded the DBI file and put it in the local repository. Now when I do a search ppm lists the DBI.ppd file that it found in the local repository. Yet still, when I do "install DBI" or even "install 1" (refering to the module it just found and listed as #1), I get the same hang, no response.

    Any other thoughts? Thanks again! jdk

      FYI -- You don't work for innotech. Innotech was the company featured in "Office Space", perhaps the greatest Software Development Spoof of all time, that (if you work in Software) actually strikes pretty close to home. You should watch it -- they show it on Comedy Central quite a bit.

      What I mean to say is, that was an example -- The proxy actually has to be inside your organization.

      they took my stapler...

      Just want to add that your proxy server most certainly need a user name and password. There are three parameters you need to set: http_proxy, http_proxy_user and http_proxy_pass.

      You need to find out the proxy server used by your company. To find out the proxy server, check the proxy settings of your Internet Explorer.

      If the proxy in your internet explorer is set to automatic, it means your network is using the WPAD (Windows Proxy Auto Discovery) protocol. Open the internet explorer, and type in: http://wpad/wpad.dat, which will download the proxy configuration script. Read the script to get the proxy server settings.

      Have you tried it with the .ppd extension? I mean something like ppm>install DBI.ppd.