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 wOOdy-Soft 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 NetworkGuy101

  1. NetworkGuy101

    VoIP PBX

    Have you used this yet? Any luck getting it to work properly?
  2. NetworkGuy101

    DNS fails through site to site vpn with pix 501 and so does replicatio

    Yes Good Point. If you could post part of your config that would better help.
  3. NetworkGuy101

    Query Problem

    Ok maybe the problem is more involved. I did a more basic query <cfquery name="getreport" datasource="FSDB"> SELECT * FROM ITEM_HISTORY </cfquery> <cfdump var="#getreport#"> Problem is that the target table is a linked ODBC table. Will coldfusion not work with this?
  4. NetworkGuy101

    Query Problem

    I am having a problem getting this query to work. Database type is Access. <cfquery name="getreport" datasource="FSDB"> SELECT DISTINCTROW (Right(Left([BODY1],13),8)) AS [NewOrder], Min(ITEM_HISTORY.DATE) AS [TranDate] INTO [BookingsTable] FROM ITEM_HISTORY WHERE (((ITEM_HISTORY.TRANS_ID) Like...
  5. NetworkGuy101

    Exchange server sends mail fine right after a reboot

    ISAuser: Sounds like a gateway issue or routing issue. Do you have a firewall? Are you translating a static for you address? You can do a NSlookup. That proves that whatever machine you are connected to for the lookup is abloe to get out fine. Are you using internal DNS? If you cant browse the...
  6. NetworkGuy101

    exchange 5.5 should I upgrade???

    I was in your situation. What I did was install and keep the new 2003 server in the same org. I moved the mailboxes over to the new server then all pub folders. Set up SMTP connector and just changed the static translation on my FW. Worked without a problem.
  7. NetworkGuy101

    External OWA Access

    Create a cname in your local DNS Server for your external name. Point this to your internal server and then you should be in business
  8. NetworkGuy101

    External OWA Access

    Create a cname in your local DNS Server for your external name. Point this to your internal server and thenyou should be in business
  9. NetworkGuy101

    Exchange server sends mail fine right after a reboot

    Just curious, If you have your own DNS Servers why are you pointing your SMTP connector to an external server?
  10. NetworkGuy101

    Exchange server sends mail fine right after a reboot

    Who are you using as a DNS Server? Another local server? or an ISPs Server?
  11. NetworkGuy101

    VoIP Service Providers

    Whats about service providers? Is there any good service providers to go through? If I had a T1 data line and a VoIP PBX could I just use that T1 for my outgoing local/long distance calls? Anybody know of any reliable VoIP providers?
  12. NetworkGuy101

    Exchange server sends mail fine right after a reboot

    Have you tried just restarting Exchange Services instead of reboot? I wonder if we could get this narrowed down to a service. Or instead of rebooting, try to do a IPconfig /flushdns from a comman prompt. Youve got me hooked on your problem again until another one of mine comes along.
  13. NetworkGuy101

    VoIP PBX

    Why VoIP? Remote Locations and Phone Bill. Also the rebtal fee for our PBX is to much. Does Cisco have much support for exisiting analog lines?

Part and Inventory Search

Back
Top