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!

Search results for query: *

  1. LuckyDuck528

    FrontPage Command line arguments

    Yes they do... Check out http://support.microsoft.com/default.aspx?scid=kb;en-us;272945
  2. LuckyDuck528

    Using command line tools owsadm.exe to delete a specific user/group or

    We are imlementing a clustered environment of 3 webservers all running PolyServe Matrix Server on Win2K3 Server. We are using IIS 6. and FrontPage 2003. We have a load balencer in front of these three boxes and they all share the same data repository for content/code (D:\). Becasue these are...
  3. LuckyDuck528

    Seperate App and Web Server???

    I work for a large International company and we have IM groups over seas who are beginning to develop a lot in .NET. Well, they are really getting on our nerves as far as making changes on web servers and not telling us (the main IT support center) about what they are doing to our servers. We...
  4. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    how about this... I actually just tried to make the page do it's search through the Microsoft page that does works and I Still got the same error that I have been getting the whole time. Different file, differnt line number, same line of code... Set objRS = .CreateRecordset("nonsequential")
  5. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    Actually Sheco, when I tried that I got a new error that said: Microsoft VBScript runtime error '800a01f4' Variable is undefined: 'sSearchString' /search.asp, line 221
  6. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    Sheco, No the page does NOT work when I use the same valuse as the microsoft demo.
  7. LuckyDuck528

    Can't open site with Visual Interdev

    I am having a problem opening a website using Visual Interdev. I have permissions to edit this frontpage site. I am in the same domain I can open any other site with no problem The error message I get says" "Unable to retrieve folder info from the server. Unable to connect to server @...
  8. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    IF you need/would like to see more/all of my code on that page let me know. Sorry!
  9. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    I would think it would be a database connection problem too BUT, I downloaded an example search page from Microsoft and put it in the SAME folder as MY search page and wouldn't ya know it... the Microsoft page works! SINIPPIT OF MINE THAT DOES NOT WORK: Set objQuery =...
  10. LuckyDuck528

    Search page not working -- can't be THAT hard, right?

    This can't be THAT hard but I'm stuck. I'll be the first to admitt I'm no developer but I can code and this is stumping me! I am migrating a website from an NT Server with IIS 4.0 TO a Win2003 Server with II6.0. Everything is going fine except that my search on the main page will no longer...
  11. LuckyDuck528

    Move SSL Certs from IIS4/NT to IIS6/Server2003

    Hello: We are in the process of updating / migrating our web servers from NT/IIS4.0 to Server 2003/IIS6.0 and I was wondering if there was any trick to easily migrate our SSL Certificates? Moreover, being new to the industry and this line of work I am not very familiar with working with SSL...
  12. LuckyDuck528

    Verify outlook email address?

    PHV, Can you provide any useful links for more information? I am having a hard time figuing out how to get started with this. Thank you. :)
  13. LuckyDuck528

    Verify outlook email address?

    Does anyone have any information about how to verify an email address from a .vbs against an outlook/exchange database? I don't have any information about the exchange server name. There are 60 of them and I suppose if absolutely necessary I could get a list of all 60 to search through... The...
  14. LuckyDuck528

    Find most recent file created in a folder

    Thank you!
  15. LuckyDuck528

    Find most recent file created in a folder

    That is to say... I'd like it to equal a variable name without having to write it to a .txt file and then open the .txt file and read the name... Thanks!
  16. LuckyDuck528

    Find most recent file created in a folder

    Wow thanks! That works beautifully, but is there a way to make the output equal a variable name?
  17. LuckyDuck528

    Find most recent file created in a folder

    Is there a simple way to find the most recent file created/modified in a specific folder. I was wondering so that I didn't have to go through the whole folder and compare each date and put the first date in an array and repalce the array value if the next file had a mroe recent date... that...
  18. LuckyDuck528

    Problem running my .cmd file b/c of a space in words???

    PHV- Thank you fixing that!!! I see where/how the quotes needed to be now! Have a great day everyone! [smile]
  19. LuckyDuck528

    Problem running my .cmd file b/c of a space in words???

    SWarrior, You are correct in your assumption that it should be one big line. Thank you for the command line however, it did not work. I am getting a compiler error asking me to put a ')' in at the spot "cmd /c"). Also, I understand why you tried to use """ and even the (). I did some playing...
  20. LuckyDuck528

    Problem running my .cmd file b/c of a space in words???

    I am calling/running a .cmd file from within my .vbs but everytime I run the .cmd file I run in to a problem. I'm not sure if it's b/c we're using polyserve or just becasue I have a space in the name of the file path I am trying to access but... Here is code I am calling my .cmd file from w/ in...

Part and Inventory Search

Back
Top