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: *

  • Users: cmcleod
  • Content: Threads
  • Order by date
  1. cmcleod

    The secure Contivity VPN connection has been lost.

    I have basically the same issue as thread463-1147365. I am able to VPN to my companies network with a laptop that connects to my Netgear wireless router but I am not able to get in from a desktop that is hardwired. They both have Windows XP Pro and I've tried disabling Windows Firewall. I'm...
  2. cmcleod

    combine two Reports into one Report Document

    Anyone ever combined two Crystal Reports into one CrystalDecisions.CrystalReports.Engine.ReportDocument and streamed that combination out to a browser? *WORKS **************************************************************** Dim rpt1 As New CrystalReport1 Dim rpt As New ReportDocument...
  3. cmcleod

    COM+ Services Type Library?

    I have an old ASP application that runs in Windows NT. I would like to enhance it put cannot register the dll's on my Windows 2000 machine. The error I get tells me to reference the Microsoft Transaction Server Type Library. When I read up on this and Windows 2000 I read that I should be...
  4. cmcleod

    Apostrophe Replacement

    I am trying to use the following function to replace all occurens of ' in a input box with ''. The function works for alpha characters but hangs when I use the code below. function replaceChars(entry) { out = "\'"; // replace this add = "\'\'"; // with this temp =...
  5. cmcleod

    pass#word : is not an identifier

    We have a shell script that reads in variables ($USRID/$PASSWD@$DBNAME) from a text file. We recently changed the password to contain a special character (#). When the shell script runs that reads the variables it gets a "pass#word : is not an identifier" error and stops. Does anyone...
  6. cmcleod

    Windows NT Load Balancing Service

    We have an application that has 4 NT web servers. When you log into the application WLBS sends you to the server that has the most resources available (we think). The issue is once you have been sent to a server you always get sent to that server thus defeating the purpose of WLBS. Anyone have...
  7. cmcleod

    How to read mail that has been sent

    I am a novice Unix user who would like to know if there is a way to view the sent items on a unix server. We have some nightly shell scripts that are supposed to send emails out and I need to know if this one was sent. The person who was supposed to recieve the email did not but I would like to...

Part and Inventory Search

Back
Top