Posts tagged with "Infrastructure"

Back to correct speed

Nov 16, 2004

Over the weekend I realized that my notebook became quite slow and was always reading something on the HD, even without any memory pressure. When I was to some music, starting an application was really corrupting the sound. So after some I realized that my Primary IDE controller went from DMA back to the old PIO mode. To solve this issue I reinstalled the the primary IDE port using the Device Manager, and after two reboots it went back to DMA and a acceptable speed.

You might find more information about that issue here: IDE ATA and ATAPI disks use PIO mode after multiple time-out or CRC errors occur.

Continue reading

Managing IIS with scripts

Jul 23, 2004

I needed to create a virtual directory in IIS 6 during the deployment of one of our backend application on a Windows 2003 server. This application is a COM component written in C++ that I developed wrapping a very old VB6 COM component. The whole exposed as a Web Service using the SOAP Toolkit 3. I already discussed about it here.

So I created a script that will register both COM component, by the way regsvr32 is really bad cause it doesn't return different value if it fails. Right now I have no verification in the script that let me know if the registration went well. I plan to add it in a second step by reading the content of the registry using the reg command. The script is using the <em>SOAPVDIR.CMD</em> packaged with the SOAP Toolkit 3 to create the Virtual Directory with the soap ISAPI of the SOAP Toolkit 3:

Continue reading

How I restored my notebook after uninstalling issues of V2i from Symantec

Jul 8, 2004

After uninstalling V2i from Symantec I was asked to reboot my notebook. The reboot took for ever so I decide after 30 minutes to switch it off. Problems started when I rebooted, lots of drivers where missing and it seems that I lost the plug and play features. One of the first driver I decided to recover was the Sound driver. This is the way I recover from that sound driver issue.

  • In services, check that WinAudio service is enabled, set to automatic, and running.
  • In Device Manager, System Devices check that Plug and Play Software Device Enumerator is installed and running

If not, then you need to reinstall it:

  • Copy machine.inf from %windir%\inf to your desktop
  • Remove line ExcludeFromSelect=*
  • Use Add new hardware wizard using the Have Disk option
  • Select the machine.inf you saved on the desktop
  • Install Plug and Play Software Device If the sound card is listed in the device manager, then uninstall it and start a scan for hardware changes. Afer installing it again I got the sound back live. I did the same for several other drivers that were missing on my notebook. And now it seems to be ok.

Continue reading

Exchange 2003 working :-)

Apr 28, 2004

Now DNS are updated and I have Exchange 2003 working. I get a new email that I will have to share with my contacts. Thats will be lots of work. There is still something I need to fix: Outlook Web Access

I also installed Open Relay Filter Enterprise Edition from Vamsoft. Thanks to them for gracefully providing me a version.

Continue reading

Page 1 of 2