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!

Recent content by JPL910

  1. JPL910

    Connect VPN

    Good evening, Goal: Create a VB script that will automatically connect to my company via VPN and place a shortcut on the desktop for this. Additionally: A second desktop shortcut that will disconnect the VPN connection. I need to roll out laptops to some end-users and need have them upload...
  2. JPL910

    SQL Slowness issues

    So here is where I am currently at: I am upgrading/ moving the database to a new server. What is the best way to configure it? How many hard drives should I install? How should I configure RAID? Which drives/partitions should the database and log files go on? Thank you in advance. Your...
  3. JPL910

    SQL Slowness issues

    Thanks for the tips... I am already using Idera. The common and repeated issues are: - Average Disk Queue Length is x.00 on drive D (varies between 7 and 50) - Page Life Expectancy for Database is currently xx (varies between about 3 and low 100's) As for number of connections - about 200...
  4. JPL910

    SQL Slowness issues

    It is never really fast but it definitely slows down quite a bit throughout the production day. There are times when everyone just hangs. Pretty much is and has always been like this…..We just got used to the fact the system is slow. Not using SBS.
  5. JPL910

    SQL Slowness issues

    Server 2003 R2 64 bit w/ SP2 32GB Ram Quad-Core Processor ------ SQL Server 2000 Standard Edition w/ SP4 Database size 75GB Connected users - about 200 ------ O/S installed on C drive Database installed on D Log files located on E Paging File on F ------- Consistently experiencing slowness...
  6. JPL910

    Locate Computer on Network

    Thanks for the reply. I have checked all my switches. It did not find the MAC.
  7. JPL910

    Locate Computer on Network

    Good morning, I have a computer connected to my network and am unable to locate who/where it is. Situation: In SQL Enterprise manager under currect activity, I see a computer connecting and can see a MAC address. The problem is that it is not one on my computers. I am trying to locate it on...
  8. JPL910

    Allow specific external emails only

    I am running exchange server 2003 and have many users that do not have/need access to external email. I followed the instructions and created a connector and modified the registry to restrict an AD group from sending or receiving external emails, which works perfectly. Now, how can I give them...
  9. JPL910

    Copy username into xml file

    I was able to get it working this way: doc.LoadXml("<?xml version='1.0'?><DataRoot><UserName><UserName>"&objNetwork.Username&"</UserName></UserName></DataRoot>") Thank you for your response.
  10. JPL910

    Copy username into xml file

    I am trying to create an xml file on the local drive of the user computer. The file must contain the logged on users name inside it. Here is what I have: Set objNetwork = wscript.CreateObject("wscript.network") Set doc = CreateObject("Microsoft.XMLDOM") MsgBox objNetwork.Username doc.async =...
  11. JPL910

    Term Serv - User rights

    Rajneesh I tried adding the user to the Distributed Com Users group. Still no luck. The only way for the account to work is when it is located in the Domain Administrator group, which obviously I cannot do.
  12. JPL910

    Term Serv - User rights

    Tried Regmon. To be honest I have no idea what I am looking for/at. When logged on as userx and the account is removed from DomAdmin, the application still fails. If I right-click and select "Run-As" and use my username/password (I am DomAdmin) it works perfectly. I have tried uninstalling the...
  13. JPL910

    Term Serv - User rights

    Thanks for the advice Vic. I will try the regmon this week. As for the other items: - User is in Term Serv group (Tried putting in other OU as well. Still no change - Logged in directly at console. No good - SQL DB not located on same server. Connects via ODBC (TCP/IP) Thank you, JPL
  14. JPL910

    Term Serv - User rights

    Andrew, There aren’t any special policies being applied to the Terminal Server. I have the computer located in the same OU as the workstations that the user is successfully able (RDP) to use the application without being a member of the Domain Admin group.
  15. JPL910

    Term Serv - User rights

    ALCON: My Terminal Services issue is that when a user logs onto the terminal server with RDP, one particular application does not work unless the user is a member of the domain admin group. - I have a user, UserX, who can log onto the terminal server and run all (email, office apps, rightfax)...

Part and Inventory Search

Back
Top