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 Chriss Miller 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: EddieVenus
  • Content: Threads
  • Order by date
  1. EddieVenus

    How do I do an "Or" search in Outlook 2003?

    I cannot seem to do an "advanced find" using "or" statements. I could in EVERY other email application I have ever used. I am trying to make a search folder that will filter emails from the inbox based on seeing a customer name in either the subject line or the "from" line. I want to filter...
  2. EddieVenus

    3550 to Dell 3024 VLAN question

    Does anyone know if there is a way to get a Cisco 3550 and a Dell 3024 to exchange VLAN information? I want to have the Dell run a subnet of users that can only connect to the main network via the 3550. I want to segment the traffic on the 3550 to pass it along so that that subnet can only get...
  3. EddieVenus

    adding a LAN routing statement to a G3S

    I would like to add a route statement to the OS of a definity G3S PBX. The way it is set up, the routing that is, points all unkown traffic to a firewall. That firewall is a PIX and cannot reroute the traffic inside the LAN. Oh well, so I would like to add a line similar to "route...
  4. EddieVenus

    where is my machine.config file supposed to be?

    I need help determining where my machine.config file is, or more likely is supposed to be. I cannot find it, even in hidden files, system files, anywhere. I have found a lot of other .config files in other places, and need to find this one. If anyone knows where it is supposed to be, please...
  5. EddieVenus

    multiple access lists per VPN

    Is there a way that I can put another access list on my VPN useage? What I am looking for is to have my crypto map acl fairly straight forward, just a one liner, permit ip local.network remote.network. Primarily because I have to keep some tunnels going to non cisco devices that do not like...
  6. EddieVenus

    strange "No Logon server found" problem

    I say "strange" since it is not a problem that I have come accross before. Not that I have not had the "no logon server found" error message, but that I get it when there is a logon server! I have 4 networks. corp - 172.16.x.x Remotes 192.168.1.x 192.168.2.x and...
  7. EddieVenus

    The only good way to sync over a VPN

    I have been fighting ACT! for a little over 3 years now. I have tried every trick in the book to make ACT work for our remote sales and remote support personel. I have used shared folders and email and dial up and on and on and on. So far they all SUCKED!!!! The problem with shared folders...
  8. EddieVenus

    error renaming file or folder

    I cannot delete, move or rename mp3's. This is starting to upset me, as I have 8+ gigs of mp3s with new ones all the time. This means alot of upkeep, and now I cannot do this upkeep. It is only mp3s so far, and it has been happening for serveral months now. I appreciate any help you can give...
  9. EddieVenus

    Can ACT 2000 and ACT 6.0 work together?

    Do ACT 5 and ACT 6 play nice together? I have a copy of ACT 6, but the company still has 5.04 and I want to know if they are compatable, or if 6 will take the .dbf file and update that as well. If that is the case, I will stick to 2000. I know the company is going to move to 6.02 as soon as...
  10. EddieVenus

    showing folders/files on a network drive

    I need help in making a page work that lists the folders on a network drive. The drive is mapped to the IIS server machine, and within IIS, although I do not trust the IIS map. The page is listing the folders on the drive, making them links that take the user into the folder where it then...
  11. EddieVenus

    a different type of SQL variable question

    I can make SQL querys that use variable at the end of the query string. I.E. "SELECT Location FROM t_CustInfo WHERE CompanyName = '" & compname & "'" But I am having trouble putting the varible into the sting in the middle. What I am trying to do is to have a variable...
  12. EddieVenus

    display file size

    i am displaying a file size, but it is displayed in bytes, and i would like to display it in MB, since they are all .avi files, and larger than 1MB. Is this doable? what about KB, is that possible too? I have this code ------------------------------------------------------ response.write...
  13. EddieVenus

    Server.URLEncode problem

    i am using server.urlencode to change a filename into a URLable filename. I have used it before with no problems. But this time I am using the 'filevariable'.name command in my code it is called f1.name . But for some reason instead of file%20name.avi I get file+name%2Eavi. The . or %2E is...
  14. EddieVenus

    reverse server.mappath

    Is there a command that does this? I need to take a variable 'objF' that is given the actual path to a file. I then need to convert this to the virtual path, which is already set up in IIS so it should be there. Maybe i am going about this the long way, but since I used server.mappath to go...
  15. EddieVenus

    Filter dir contents by file type and then dislpay

    i am looking for a way to filter out just the file types I want to display from a given folder/web dir. This sounds easy enough, but I have not successfully come up with a way to do this. I have a drive full of folders. Each folder represents a different client, within every client folder are...
  16. EddieVenus

    Show files of a mapped drive in an ASP

    I want to display all of the word .doc files in a given directory, that happens to reside on a mapped drive. I have tried a few code examples I have found here, but they all are too weak. I need to be able to list the files, allow them to be accessed, all on a mapped drive, and only certian...
  17. EddieVenus

    2 actions from a submit button?

    Hello all, I am new to this, and I have come a long way without knowing what I was doing. But now as I am figuring it out, I try to do more than my abilities allow for, and I run into problems. Most of which I can find answers to, as others have also run into such problems and posted their...
  18. EddieVenus

    Sound Baster Audigy not working

    If you happen to have a SB Audigy card in your machine and you open up your PC to add a new PCI card of whatever nature, only to return to windows not to have any sound or see the Audigy card in the Hardware properties then this post is for you. I recently had a whole slew of problems with my...
  19. EddieVenus

    Network drive has become local drive

    I had mapped a network drive we will call it N: over a VPN, this all worked fine for a long time. Then after having moved and waited for a new broadband connection for a week or so, I went to access this network drive over the VPN tunnel just like before, only now that drive (N:) is local! It...

Part and Inventory Search

Back
Top