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 strongm 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: TGJ
  • Order by date
  1. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    I just wanted to update this thread with my solution. We were using a McAfee SCM Appliance for SPAM filtering. When we got rid of this appliance the problem went away. Thanks everyone for your help.
  2. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Spoke too soon. Still have problems. The 32 bit machine is also losing its connection. I have noticed that (sometimes) when I try to access folders on the network, this causes the connection to drop.
  3. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Well I re-installed Windows. Wiped out all the pre-installed Dell software and it seems to be working alot better. Only lose connection when the machine first starts or if it goes to sleep and then awakes. Hopefully things stay ok as I install other software. Thanks for all the help.
  4. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    The other new maching (32 bit) has the same network card and it is working fine.
  5. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    IP is obtained by DHCP, no other device is trying to use it, I have tried assigning other IPs but the problem does not go away. No wireless access points to the network.
  6. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    There is a wireless and bluetooth adapter, they are both currently disabled. One more thing to add, I just set up another Windows 7 machine but this one is 32 bit and so far there are no connection issues.
  7. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Haven't changed any ports on the network switch. Another thing I just discovered. If I right click on the Local Area Connection, when I have lost my internet connection, and click "Diagnose" the connection is restored even though the message says "Troubleshooting couldn't identify the...
  8. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    It is a wired connection. Happens all the time (no particular time of day). I have tried linney's two suggestions with no luck. Also, I do not have Bonjour installed. Thanks for the help so far... any more ideas?
  9. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    I should also note that when I connect outside of the network everything works fine.
  10. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Yes I have checked the Power Management, it is not allowed to be turned off to save power.
  11. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Not a cabling problem, if I connect a 32 bit XP machine it works fine. I have uninstalled and reinstalled the network card driver. I don't see anything out of the ordinary in the Event Viewer. When I lose connection, it comes back on its own after a few seconds (sometimes minutes).
  12. TGJ

    Windows 7 (64 bit) loses internet connection periodically

    Hello, We have recently added a Windows 7 64 bit machine to our network. Periodically the machine loses its internet connection as well as any external db connections. When this happens the machine still says it is connected to the network with "Internet access". Also, I am still able to RDC...
  13. TGJ

    Can you call a stored proc from a Select Statement?

    Hello, I am wondering if it is possible to call a stored procedure from a select statement? Basically what I want to do looks like this: (DO_STUFF is the stored proc) SELECT A.ID, A.NAME, A.AMOUNT, DO_STUFF(A.AMOUNT) FROM SOMETABLE A Any help on how I can accomplish this or if it...
  14. TGJ

    Loop - hasnext() equivalent function?

    Hello, is there a hasnext() or similar function that will return a true/false value depending on whether there is another iteration left in the loop?
  15. TGJ

    XSLT Problem with template

    I did not declare the fo namespace in the stylesheet, that was my problem. Thanks.
  16. TGJ

    XSLT Problem with template

    I did read that thread however I am closing my tags. Here is what by template looks like. <xsl:template name="testing"> <fo:table> <fo:table-column column-width="1.65cm"/> <fo:table-column column-width="1.65cm"/> <fo:table-body> <fo:table-row> <fo:table-cell> </fo:table-cell>...
  17. TGJ

    XSLT Problem with template

    Hi, I am relatively new to XSLT and have kind of taught myself the basics. What I am trying to do is declare a fo:table object inside a template. However when I do this I get an error. This is case not only with fo:table but with any "fo" tag inside the template. I am wondering what I need...
  18. TGJ

    Inserting into multiple tables

    Excellent, thank you!
  19. TGJ

    Inserting into multiple tables

    My concern is that if I insert into V3DETAILSERVICE and then someone else inserts into V3DETAILSERVICE before I insert into V3DETAILSALARY, I will then be using the wrong V3DETAILKEY when I do insert into V3DETAILSALARY. I thought I could lock both tables then do my inserts and then unlock the...
  20. TGJ

    Inserting into multiple tables

    Yes, that will work, thanks! Do you know if there is a way to lock the tables you are updating to prevent other users from updating them.

Part and Inventory Search

Back
Top