Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Sysgrunt

  1. Sysgrunt

    IIS trouble with pointing to another server

    Have you tried creating a virtual directory in IIS, then redirecting it to the tomcat site? You would do so using the IIS mmc by right clicking the new virtual directory, selecting Properties, Virtual Directory (tab), 'a redirection to a URL', enter the URL of the tomcat server. Hope this is...
  2. Sysgrunt

    Query Problem

    Please consider the following: update TX_PA_HOMESTEAD set HOMESTEAD_12 = 50 where HOMESTEAD_12 < 51
  3. Sysgrunt

    Greyed Out or blocked

    1. Can you take ownership of the file? Doing that would allow you the rights to modify the file. OR 2. Can you copy the excel file from its current location to another server or workstation? Doing so should drop the Access Control List (ACL) and allow you to gain full control over the file...
  4. Sysgrunt

    Outlook Tasks Not Showing in Calendar View

    According to Help, while in calendar you can click 'View' on the menu and click on 'TaskPad'. That made the TaskPad appear for me in the calendar. Hope this helps.
  5. Sysgrunt

    SLOW server

    How many instances of services.exe are running in Task Manager?
  6. Sysgrunt

    WSUS Password?

    First, I will presume that you are a domain admin. 1. You may want to set the ntfs permissions on your WSUS administration virtual directory to allow only Domain Admins(In ISM, right click the virtual directory for WSUS Admin and select 'properties', click on the Virtual Directory tab. The...
  7. Sysgrunt

    Windows NT4 / IIS 4 Web Server error

    Are you running the affected pages in-process (low isolation) or out-of-process (medium or high isolation)? This sounds similar to a problem we had using IIS 4.0.
  8. Sysgrunt

    Export folder content from Access Manager to .txt

    Try this (you can paste this into a text document and give it a name that ends in '.vbs'). It will run under cscript.exe or wscript.exe and creates a file 'Users.txt' on your c: drive with the names of your users. &lt;admin-user&gt; is the signon of an admin user and &lt;password&gt; is the...
  9. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    The only suggestion I could make at this juncture would be to check that there are closing tags for each of the opening tags in the XML file (i.e. &lt;CogIWRRMAppDBName&gt; &lt;/CogIWRRMAppDBName&gt;). That is about all I could do with regards to the XML file.
  10. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    iwschman is one of the 5 IWR processes which are supposed to start when IWR service is started (iwsvcman, iwschman, iwreqman, iwirsdisp, iwiwrdisp). iwschman is the schedule manager which runs scheduled reports when they are supposed to be run. We encountered iwschman using 25% cpu continuously...
  11. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    There does seem to be a correlation. If (when) this happens again, you might want to observe the iwschman.exe in task manager. When we had this problem, that process would hang up using 25% of cpu and not terminate. After we implemented backups by clearing the cache, we didn't have the problem...
  12. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    Backing up the databases doesn't prevent the corruption, but flushing the cache on a daily basis has fixed this for us. We keep about a weeks worth of backups (on the server). The action of stopping, restarting, and stopping the ObjectStore Server flushes the cache. As nearly as we know...
  13. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    We had a similar problem about a year ago (we are now using Series 7). In order to stop the corrution we started manually backing up the databases. To do this: Restore the last known good databases and perform the following manual backup on a daily basis. (We perform all of these steps...
  14. Sysgrunt

    Turning applications to services

    Yes. srvany is included in the Resource Kit for your OS. The instructions are longwinded, but they work if you follow them carefully. Another option would be to use the Scheduled Tasks and set the application executable to run 'At system startup'. Make sure you start the scheduled task with a...
  15. Sysgrunt

    IWR Com Service failing to start after running fine for over a year.

    What OS are you running this on (NT, 2000)? What version of IWR 6.1 are you running (like 6.1.26.0)?

Part and Inventory Search

Back
Top