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!

Recent content by Falcon99

  1. Falcon99

    IP Address Conflict

    Thanks all, The DNSAPI event error was the key. I deleted the Station-A host record in the DNS server. It showed the tie to the duplicate IP 10.1.1.145. I rebooted, didn't need to reregister DNS. BTW, I only came across this because I could not remote desktop to this one particular pc. George
  2. Falcon99

    IP Address Conflict

    Lawnboy; Thanks, resetting winsock had no effect. George
  3. Falcon99

    IP Address Conflict

    I rebooted and found this warning in the system event viewer. Needless to say I had tried reregistering the DNS earlier. DNSAPI Event:11163 The system failed to register host (A) resource records (RRs) for network adapter with settings: Adapter Name : {593089BF-519C-4AD6-B4EB-8EF5E3C73CCE}...
  4. Falcon99

    IP Address Conflict

    Windows IP Configuration Host Name . . . . . . . . . . . . : station-A Primary Dns Suffix . . . . . . . : abc.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS...
  5. Falcon99

    IP Address Conflict

    Here is my problem: WinServer2003 DHCP , 50 stations Station-A: local ping is 10.1.1.144 Ping Station-A from network shows 10.1.1.145 Station-B: pings 10.1.1.145 local and on net Server DHCP IP Lease List shows 10.1.1.145 as Station-B 10.1.1.144 is not listed. Both machines seem to have...
  6. Falcon99

    Outlook Archive Folders

    Outlook 2003 I had set up an archive folder to experiment with storing job related email. Anyway the problem now is that I cannot get rid of this folder set. I have deleted it from Outlook, deleted the archive itself, created a new profile. After a few days it reappears. How can this happen...
  7. Falcon99

    Passing Args w/ HTML WMI

    Thanks, tsuji, that got me off in the right direction. I had to modify it slightly: createobject("wscript.shell").run "cmd /C c:\localpath\runscript.vbs " & arg1) (arg1 being passed to the sub from the link.)
  8. Falcon99

    Passing Args w/ HTML WMI

    PH, Thanks for your response. I know security is not the issue because I can get it to work without an argument (hardwired). I know it's a syntax issue, just don't know how to pass it on. Apostrophes trip up HTML and delimiters like ? or & trip up the script. TIA
  9. Falcon99

    Passing Args w/ HTML WMI

    I would like to create a href link to a VBS script file and also passing an argument with it. I haven't found a solution or even if it's possible. ---Client Side--- <a href="runscript.vbs 'argument'">Run Script</a> This definately does not work, but maybe you can see what I'm trying to...
  10. Falcon99

    Passing Args w/ HTML WMI

    I would like to create a href link to a VBS script file and also passing an argument with it. I haven't found a solution or even if it's possible. ---Client Side--- <a href="runscript.vbs 'argument'">Run Script</a> This definately does not work, but maybe you can see what I'm trying to...
  11. Falcon99

    ASP does not run; Frontpage Server Extension problem, maybe?

    This undocumented feature hit me too. Have you gotten any solution yet?
  12. Falcon99

    Outlook 2003 - Where's &quot;my computer&quot; in &quot;other shorcuts&quot;!!

    As far as I could tell from my research, shortcuts to file folders, drives, etc. is no longer a feature in Outlook. (Security risk?) Which turned out to be a real pain to my users. They use to be able to keep shortcuts to drive folders in the Outlook bar, then drag messages there for archiving...
  13. Falcon99

    automatic refresh ads by using ASP ad rotator

    Because it's a server component, in order to use rotator you will need to refresh the page every 20 seconds, which can be done with HTML meta tag but it will end up being heavy load on your IIS server. Better to use something client side like Javascipt, Flash.
  14. Falcon99

    What's wrong with this simple update code?

    Yes but you're trying to run it on the client, not the server. Try replacing the vb script tags by putting the code between these tags instead: <HTML> . . . <% ...vb script code.... %> . . . </HTML> This way the code is performed on IIS before the page is served to the client browser.
  15. Falcon99

    Launch Word from ASP

    Here's a good example of Word mail merge with ASP from MS. It uses SQL but can be adapted for Access. http://support.microsoft.com/default.aspx?scid=kb;en-us;285176

Part and Inventory Search

Back
Top