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 Wanet Telecoms Ltd 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: Sunny4Ever
  • Content: Threads
  • Order by date
  1. Sunny4Ever

    Replicating AD integrated DNS

    Hi All, I have been trying to use repadmin to force AD Integrated DNS to synchronise an A record change without having to wait for normal replication cycle. I have run repadmin /syncall MyDomainController DC=DomainDNSZones,DC=MyDomain,DC=COM However while testing this it does not look like...
  2. Sunny4Ever

    Incorrect unread item count in Folder List

    Hello, Using Outlook 2002 with Exchange 2003. One user has an additional mailbox which they view in their standard Outlook folder list . The problem is when the number of unread items in the Inbox is <=10 then they do not see any number in brackets next to the folder to indicate unread items...
  3. Sunny4Ever

    Using variables in From Clause

    Hi all, I was trying to write a query which will return the name of each user table in a database and the count of rows in each table. --********************************************************* DECLARE @MyTableName varchar(30) DECLARE MyCursor CURSOR FOR SELECT TABLE_NAME FROM...
  4. Sunny4Ever

    Missing dbo/sa account on a SQL database

    Hi all, I have a SQL 2000 db in a production environment that has somehow lost the dbo/sa account even though this account is the owner of all the tables? Sa was the only account and now there are 0 database users!?! I need to recreate the dbo/sa user but SQL will not allow this operation and...
  5. Sunny4Ever

    Monitor which process is deleting a file

    I support an application and one of the users is loosing log files which are being deleted by an unknown process. I need a script to monitor for file deletion events and then relate this back to the process which is doing this. I have the first part of the puzzle which is a WMI event consumer...
  6. Sunny4Ever

    Locked Workstation Behaviour

    Hi everyone, I am after any experiences people have had with applications not running correctly when a windows 2000 workstation is locked but working fine when unlocked. I am also after any technical information anyone may have on the effect of locking a workstation. Thanks in advance, -S
  7. Sunny4Ever

    Recommendation For Server Mirroring Software

    Hi all I was wondering if anyone could recommend any good software/hardware which will allow me to continuosly mirror one server to another. The solution will need to mirror complete system state etc etc so that if one fails the other can take over instantly. Any ideas will be appreciated...
  8. Sunny4Ever

    retrieve Data from a web page using script

    I need to script a solution that will load a web page, input a string into a list box and then grab some of the data generated. I am very unfamiliar with IE object model so would really appreciate a few pointers on how to identify certain controls on a loaded web page and read and send data to...
  9. Sunny4Ever

    Backup Exec 9 and Exchange 5.5 Mailbox Backup

    Hi all We just moved to BE 9 and have a strange problem backing up Exchange 5.5 SP4 mailboxes. If you back up a few (1-4) mailboxes the job completes no problem but if you try and do any more let alone the whole store we are getting the job failed with the &quot;directory is invalid&quot; and...
  10. Sunny4Ever

    WMI to launch interactive process on Remote PC

    Help I know it is possible to launch an interactive process on a remote Windows 2000 SP3+ PC but I can't find any documents on this. I found the start of an article on here: http://www.winscriptingsolutions.com/Articles/Index.cfm?ArticleID=38672 but it is subscriber only and i'm too poor to...
  11. Sunny4Ever

    Removing Internet Mail Service

    Hi all I am going to be joining a seperate Exchange site into our organisation. This is a single server site which currently uses the IMS to send and receive mail. I am going to be joining this site using site & directory connectors and then after the directory has been replicated and MTA...
  12. Sunny4Ever

    Directory Replication

    Hello does anyone have any information on the overhead of Exchange Directory synchronisation. I know Microsoft recommend a minimum of 64k link - I will be setting one up over a 128k line. Thanks for any info or links Sunny
  13. Sunny4Ever

    Can backup Exchange 5.5 mailboxes and c$ but not Info Store

    Below are entries from log file: I recently changed the Exchange Service account and since then I can back up the c$ the d$ the server's system state and all of the mailboxes but not the Info store or Directory store??? I can backup Priv.edb Pub.edb and Dir.edb as part of the D$ backup. My 2...
  14. Sunny4Ever

    Exporting SMTP Addresses from Global Address List

    Hi All Bit of a tough one: I need to get my Exchange 5.5 Global Address list exported to someone on another Exchange / Outlook 2000 system. I only want to export items with a valid SMTP address and I only wish to export SMTP addresses. Ideally I want these to be in a contacts folder in a...
  15. Sunny4Ever

    Tough windows DNS problem

    Hi all Heres my problem and its got me nearly beat: I have a network with client PCs running mixture of NT4 & W2K which have preferred DNS server set to the IP of the DNS server at our ISP for internet name resolution, the alternate DNS server is set to an internal DNS server which handles any...
  16. Sunny4Ever

    Using the DHCPEnabled WMI method

    Hi All I am trying to use EnableDHCP method in WMI - I got this code sample from Microsoft: strComputer = &quot;.&quot; Set objWMIService = GetObject(&quot;winmgmts:\\&quot; & strComputer & &quot;\root\cimv2&quot;) Set colNetAdapters = objWMIService.ExecQuery _ (&quot;Select * from...
  17. Sunny4Ever

    How does IE define a 'local Address'???

    Hi All In IE6 in the LAN Settings / Proxy Server section there is a box labelled &quot;bypass proxy server for local addresses&quot; - does anyone know exactly what this means? I can only get vague infomation from my searches at Microsoft. Thanks alot, Sunny
  18. Sunny4Ever

    SQL 2000 SP3 - compatibility problem

    We upgraded all our SQL 2000 servers to SP3 last week due to the Sapphire worm. Now we are getting an issue where when we create a backup of a database on a 2000 SP3 and try to restore it to a SQL 7 server it is failing with &quot;wrong version&quot; errors. Pre SP3 we had no trouble with this...
  19. Sunny4Ever

    Office 2000 SP3

    Hi all I have created an msi package using Winstall LE for Office2000 SP3, I have tested this on 5 machines and it seems to work fine - I have checked that all the file versions are correct against the list documented on Microsoft's site. Does anyone know of any issues I may be overlooking...

Part and Inventory Search

Back
Top