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

    programmatically login to Exchange Via RPC

    I programmed Outlook 2003 to access a profile that requires a username and password to login to Exchange via RPC. I used the MAPI.Session.Login profilename to do this. A window then pops up saying Connecting to server (server name) and wants me to enter my username and password. I do and all...
  2. alan12345

    Cannot get to yahoo

    Hey thanks everyone for your help. I solved the problem by uninstalling both .NET tunnel client and eblvd.com. I suspect that eblvd was the culprit since I have reinstalled .NET tunnel client. Anyway, now I can Yahoo all day! Thanks! Alan
  3. alan12345

    SQL Query Analyzer

    Thanks ptheriault: I thought that denying rights via security is the only way to go. Alan
  4. alan12345

    SQL Query Analyzer

    In Enterprise Manager under Console Root, it is possible to open Query Analyzer when you click the "Microsoft SQL Servers" node or the "SQL Server Group". Then you choose which SQl Server you want. How do I prevent a Server from appearing in the SQL Server dropdown box on the Connect to SQL...
  5. alan12345

    Cannot get to yahoo

    I fixed it!!! I uninstalled both of : 1. .NET Tunnel Client 2. EBLVD And Yahoo came back. I am pretty sure that .NET Tunnel Client was causing the problem. Thanks for your help! I needed .NET Tunnel client to help with a Microsoft E Learning class. My problems with Yahoo apparently...
  6. alan12345

    Cannot get to yahoo

    Anyway I can uninstall that ActiveX? I don't think the firewall changed. Do you think tonite's server reboot would cure this? Thanks.
  7. alan12345

    Cannot get to yahoo

    I deleted the hosts files. Still have the problem. I am behind a firewall. Seems that Internet Explorer is having the problem since I can successfully ping yahoo. Yesterday I logged onto Microsoft E Learning site. I had to install and ActiveX to run the viewer that E Learning uses. Could...
  8. alan12345

    Cannot get to yahoo

    Thanks LawnBoy, I did the ipconfig successfully. But I still got Action Canceled. But I can successfully ping www.yahoo.com. I think you are on the right track. Any other ideas? Thanks again! Alan
  9. alan12345

    Cannot get to yahoo

    This may be a stupid question. I cannot get to www.yahoo.com as of yesterday. I get immediate "Action Canceled" and the URL points to the previous URL. I can get to any other website. Is this a TCP/IP issue? What happend to my computer? Only does it on my computer. thanks! Alan
  10. alan12345

    List of Active Directory Fields

    Does anyone know how to get a complete list of all field names in the Active Directory? I tried using CSVDE -f userfields.csv but not all fields show up there. Thanks! Alan
  11. alan12345

    DTS Problem

    Hi Everyone: I execute a DTS package from the command line as follows: "C:\Program Files\Microsoft SQL Server\80\Tools\binn\DTSrun" /s Ring01 /e /n DTS11 /a CurMth:7=%5 I get: Error: -2147220460 (80040414); Provider Error: 0 (0) Error String: Cannot Find specified package in the storage...
  12. alan12345

    Failed to load resources msg

    What would Windows Update do for our remote machine? Is there anything missing from the remote machine that would cause this? Thanks!
  13. alan12345

    Failed to load resources msg

    When I run the app on a local machine it runs great. The access db is on the remote computer. Same app placed on the remote computer and executed from local machine produces the "Failure to load resources.." error. App is compiled with strong key and I used the .NET wizards to Full Trust it...
  14. alan12345

    Failed to load resources msg

    Thanks. I have more info. This program runs perfectly when executed on local machine. I get the "Failure to load resources.." msg when executing across our network where it bombs when it tries to access fields in ms access db. Are security settings that I am missing for .NET?? Thanks! Alan
  15. alan12345

    Failed to load resources msg

    I get this message: "Failed to load resources from resources file. Please check your setup." Happens in VB.NET code when using adodb to get fields from MS Access database. Anyone see this error? Only occurs on one of our computers. Any missing assemblies that that computer needs? Thanks! Alan
  16. alan12345

    Outlook Public Folder and Distribution List

    I am programming using the Outlook Object Model. I can programmatically add contacts to a Public Contacts folder. I can also programmatically create the distribution list. But I cannot programmatically add contacts to my distribution list. Any ideas why the code below does not add the...
  17. alan12345

    Programming Outlook -- MAPI

    Does anyone know how to program Outlook without any reference to MAPI? All examples I found use MAPI one way or another. Here's code I use to add public folder. Can it be cone without MAPI? Dim objApp As Outlook.Application Dim objNS As Outlook.NameSpace Dim colFolders As Outlook.Folders Dim...
  18. alan12345

    AWE Enabling

    I am using thw following to set a 1GIG max server memory for SQL Server: sp_configure 'show advanced options', 1 RECONFIGURE Go sp_configure 'awe enabled', 1 RECONFIGURE Go sp_configure 'max server memory', 1024 RECONFIGURE Go But my server memory is not up to 1,103,928k which is bigger than...
  19. alan12345

    Perfmon error

    I set up an alert using perfmon using sqlserver memory manager counters. My action is to start up a simple vb6.exe program. But when I run the alert, I get: "The sqlservr log or alert has not started. Refresh the log or alert list to view current status, or see the application event log for...
  20. alan12345

    using perfmon

    Can I use Perfmon to monitor the SQL Server memory usage in the following way? I'll create a new alert as follows:\ Performance object = Server What counters would I use. I also want to start a batch process when memory goes over a certina limit Thanks, Alan

Part and Inventory Search

Back
Top