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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: enormousson
  • Order by date
  1. enormousson

    Active directory authentication problem

    Thanks for the advice. The computer account for DC 2 seemed to be the problem as suggested. We purged its kerberos tickets and reset the computer account and the DCs are now talking to each other, so I think that is the majority of our problems solved!
  2. enormousson

    Active directory authentication problem

    We have 1 site, 2 domain controllers. The secondary domain controller cannot authenticate with the master domain controller and the two cannot replicate information, and we are suffering many computer-computer authentication issues. using NLTest we find nltest /server:<server1-pdc>...
  3. enormousson

    Send a 404 based on IP address

    We have an intranet site that has inadvertently been indexed on google. In order to remove it we need to get google to crawl the site again, and receive 404's to remove it from the index. We cannot mask the site at the firewall level as it is on the same server as many public sites so at the...
  4. enormousson

    mixing drive speeds

    we use HP DL360 servers with HP 36Gb U320 SCSI 10rpm hard drives in mirrored pairs. We have lost one of the redundant drives, but can't find these drives available any more. Does anyone know what the issues are with replacing one of the mirrored drives with one of a different speed? or even...
  5. enormousson

    help with importing expired backups

    it actually wasn't too bad. I used the 'last accessed' date of the tapes, to decide which groups of tapes could possibly hold the missing incremental backups I was looking for. This ended up being about 25 tapes, which completed their phase 1 import fairly quickly. I also didn't realise that...
  6. enormousson

    help with importing expired backups

    Thanks all, I don't think any of the tapes were overwritten, so the import procedure is fine. In the end I had to just read all the tapes in to try and find all the relevant backup job ids. As we use 700 tapes i wanted a way of finding which media to use before I had to look at a whole bunch of...
  7. enormousson

    VisualSource Safe 2005 and ASP.Net 1.1

    I can't see any problems with what you describe. We use Visual SourceSafe 2005 for both asp.net 1.1 and 2.0 projects, as well as a whole load of other project types. I'm not sure if you are using Visual Studio 2003 or 2005 but both integrate well with Visual SourceSafe 2005 in my experience, so...
  8. enormousson

    help with importing expired backups

    Hi, We are using NBU 4.5 on windows 2003 with a HP 20/700 tape library. We need to do a full restore of backed-up data from a full backup and subsequent differrential incremental backups. Unfortunately some of the older incremental backups have expired (due to unsuccessful full backups), so I...
  9. enormousson

    Unlocking Computer

    I found this code which may be helpful, although its in VB it might give you some ideas - http://www.developersdex.com/gurus/code/902.asp
  10. enormousson

    1 Drive not visible in Netbackup

    I re-ran the device configuration wizard, and the first time it failed to find the drive. However having ran it again, it now finds 6 drives out of 6, and the drive now seems fine. It seems it may have been a very simple problem after all - thanks very much for pointing me in the right direction!
  11. enormousson

    1 Drive not visible in Netbackup

    Hi, We use Netbackup 4.5 in a Windows 2003 server environment. We are connected via a fibre switch to a Storagetek L700 tape library with 6 LTO1 drives. 1 out of the 6 drives has status of DOWN-TLD always. If you try and 'up' or reset the drive the following error is given. "the drive is not...
  12. enormousson

    Exchange 200 backup failure

    it might do thanks - its not really the same error, but does tell me how to defragment and repair the information store, which may be relevant, although would require downtime i can't allow right now...
  13. enormousson

    Exchange 200 backup failure

    To add some more useful information (and to clarify i mean Exchange 2000 instead of 200!) We are running Windows 2000 Advanced server SP4, And I am using the NTBackup utility. Also, this has worked in the past with no problems in the same configuration as it is currently. thanks
  14. enormousson

    Exchange 200 backup failure

    I am having trouble performing successful Exchange backups, consistently getting an error like the one below, during the start of the backup. Information Store (3060) fab7e679-e4bf-4e42-ab5d-a379b933da7a: The backup has stopped with error -521. The backup file is created, and then some data...
  15. enormousson

    VS hangs when creating VB.Net Web App

    A long shot - but are you running Zone Alarm firewall? This caused the exact same symptoms for me after I upgraded to a particular version of the Zone Alarm client software. If so - I think they fixed it now so the latest ZA update should be ok.
  16. enormousson

    field validation on two controls-how?

    I think you would have to use 2 customvalidator controls (1 on each control) and write your own code to check the value of each. Or have an custom validation function which does the same job when the form is posted. Or you could have boths dropdowns performing a postback when the selection is...
  17. enormousson

    iis 5.0 to iis 6.0 migration ; requiredfieldvalidator does not work

    The same thing happened to me a few months back! hope this helps: It sounds like a problem with the microsoft validation script library. Check you have the up to date version of the files in the aspnet_client folder in your webroot. Running aspnet_regiis -c may install the correct ones, or...
  18. enormousson

    Samba reports incorrect directory count

    Hi, I'm using a Linux Redhat 8.0 to mount a ntfs directory on a windows 2000 machine with samba. The directory has over 15,000 subdirectories but there are always 20 or so that do not show up in the output of 'ls' for example. I can 'cd' to these hidden directories if I type in its full name...
  19. enormousson

    Renaming sourcesafe database

    Hi, I am trying to change the name of a sourcesafe database. Is there a way of doing this? Also - can i access and amend the 'list of available databases' thats comes up when a client tries to connect to a sourcesafe instance? thanks
  20. enormousson

    Adding XSL stylesheet decaration to XML page

    I think you may be able to use an XmlTextWriter object, and the WriteProcessingInstruction method. This website has an excellent example (in c#) http://www.topxml.com/code/?p=3&id=v20050220121417&ms=100&l=&sw=All

Part and Inventory Search

Back
Top