Cause a little O just ain’t big enough!
RSS icon Home icon
  • How to bounce (restart) IIS

    Posted on February 18th, 2007 Big-O No comments

    When I first started using IIS, the only way that I knew how to restart it was going to the services control panel, finding the IIS admin service and restarting it that way. That method was annoying on a number of levels, one of which is that for whatever reason, it takes for ever. That might be because it also restarts the ftp and smtp services if you have those running.

    There are two other methods that I use on a regular basis.

    1) From the command line. Just open a cmd window and type in IISreset (and like normal, that’s not case sensitive. Doing it that way takes a noticably shorter amount of time than from the command line. You can also do IISreset /stop or IISreset /start. I use that if there is something I’m doing that I need IIS off for.

    2) From the IIS management snap in. Anyone who works with IIS a lot will probably already be familiar with this tool, but a lot of people don’t realize that you can also use it to restart IIS. When can find a shortcut to the Internet Information Services Management snap-in in the administrator tools folder. In the tree view on the left, the top node is called Internet Information Services. Right under that should be the node representing your local computer (or whatever computer you have connected to). Right click on that, go to All Tasks, and then click on Reset IIS. It’s that easy!

  • Commerce Server 2007 Catalog Import Breaks Inventory

    Posted on February 15th, 2007 Big-O No comments

    I have noticed this annoying problem with the Commerce Server 2007 Catalog Manager tool. I have to admit that I haven’t done a lot of research on this topic, so I don’t know what the root cause is, or what fixes there might be available.

    We have a staging area that the business folks use to massage data before getting released to production. To get our dev area in sync with stage we can use the Commerce Server Catalog Manager to export the product catalog from our staging server, which creates an xml file, and then use that to import the more up to date catalog on our dev box.

    The problem is that when we do the import to the dev box the inventory catalog gets corrupted. I get arround this annoyance by doing a backup export of the dev inventory catalog first, then importing the stage product catalog, and then importing the inventory catalog back again to fix the corruption.

    If anyone knows how to fix this little annoyance, please email me.