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 TouchToneTommy 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 jonnyknowsbest

  1. jonnyknowsbest

    Problems with COM interop

    I am trying to create a C# dll for use with a VBA project. I have my class and have created an interface to be exposed to COM. The class has a single method i want to expose, but with 2 constructors. THe interface looks like this: [Guid("A92226CF-99D4-4bcd-9F9A-7AB1EE95B0FC")]...
  2. jonnyknowsbest

    win32_printer not reporting on a shared printer

    I am using the following snippet of code to get a list of printers installed on a remote computer: Set colInstalledPrinters = objWMIService.ExecQuery ("Select * from Win32_Printer") For Each objPrinter in colInstalledPrinters msgbox objPrinter.Name Next The remote computer has 2 printers...
  3. jonnyknowsbest

    Snapshot / Previous Version Utility

    Does anyone know of a utility similar to MS' Volume Shadow Service that runs on Unix for taking snapshots of files / folders?
  4. jonnyknowsbest

    VPN Without Antivirus

    If i install a VPN capable firewall, and close off all ports other than the VPN port, can i get away without running antivirus on my computer? How big is the threat of infection / system compromise?
  5. jonnyknowsbest

    Can ISA forward traffic between interfaces?

    If ISA is configured to sit between a DMZ (on the 192.168.x.x range) and our LAN (10.1.x.x) range, can ISA be configured so that any FTP requests made from the LAN are forwarded onto the FTP server in the DMZ?
  6. jonnyknowsbest

    Strange ntbackup problem

    There are a couple of things i don't understand though. The scheduled job uses ntbackup from the command line, using the SNAP:off option so it should NOT use VSS. Also, why is VSS starting over 2 hours prior to the scheduled job starts? I have discovered though, if i start the ntbackup program...
  7. jonnyknowsbest

    Strange ntbackup problem

    I am having a strange problem with unattended backups from a command line in NTBackup. I have scheduled my backups to run at 3:30am, but they keep "failing". Although there are no errors logged, the backup report generated by NTBackup is blank, and the scheduled task exits with a status code of...
  8. jonnyknowsbest

    ISA server has a corrupt rule

    I have managed to get to the bottom of the problem myself. Thought i'd post the solution: I tried right clicking and deleting the rule. Although this "works", it gives me the "Apply / Discard" prompt. If i click "Apply", the fatal error comes up. However, if i leave this message on screen, ISA...
  9. jonnyknowsbest

    Dell SC440 with SCO OpenServer 6 not rebooting

    Occasionally, some of our Dell SC440's do not reboot following an init 6. The last message on screen is "The system is down", but it does not receive the Automatic Boot Procedure call. SCO have confirmed that the reboot call is a standard BIOS instruction and is no longer anything to do with...
  10. jonnyknowsbest

    ISA server has a corrupt rule

    Somehow our ISA 2004 Server has got borked. There is a particular rule, that when you try to click the "Networks" tab, a "Fatal Error" is displayed. ISA itself is working ok, but if we try to make any changes and apply them, the same "Fatal Error" occurs (that includes trying to delete this...
  11. jonnyknowsbest

    Microsoft CRM in ISA 2004

    I have configured ISA 2004 with a Web publishing rule for Microsoft's CRM Mobile, but i am having problems accessing it form the internet (LAN access works fine) Occasionally, browsing to the site gives either an error 403 or 500. THen refreshing a couple of times brings up a dialog. I can then...
  12. jonnyknowsbest

    Licensing question

    Thanks for the response. There is a reason why i didn't ask Microsoft themselves in the first instance, but i'll bear that mind next time. Again, Many thanks
  13. jonnyknowsbest

    Licensing question

    I am setting up a Disaster Recovery environment for our Exchange 2003 server that, when up and running, will provide OWA access to peoples e-mail on a backup server. Although only OWA will be used to access e-mail, will each user still need a Windows Server CAL as well as an Exchange CAL...
  14. jonnyknowsbest

    Is this a faulty ADSL line?

    Got to the bottom of this. Although it was a separate analogue line, it was being routed through our "speed diallers" and the circuit was only being made when a telephone call was made. The ADSL signal was not enough to close the loop. In the end we had to change the dip switches on the...
  15. jonnyknowsbest

    Programmatically set printer options

    Does anyone know how i can write a script to set the printer driver options so the paper is set to A4 and use mm rather than inches? Regards

Part and Inventory Search

Back
Top