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

    AD access with VB.NET

    I want to pull user login, home directory... etc from AD using VB.NET Someone told me to use System.DirectoryServices, but I am new to VB.NET I can get the result by using dsquery.. dsquery * OU=Users,OU=xxx,OU=xxxx,DC=xxxx,DC=xxxx,DC=xxxx,DC=com -filter...
  2. andyoye

    Constraints to prevent database to crash

    I have a column (varchar 25) The values it should store should look like 1111-111111 like 2006-123456 Is there a way I can make sure users cant enter mismatched data? thanks
  3. andyoye

    Fixed font size in web page regardless of browser settings

    If I use medium text size for IE, my web site looks ok but if I change to large or largest text size, all the text get messed up. Is there a way for fix the font/text size in html so even if users changes their browser setting, page stays the same? thx
  4. andyoye

    Outlook 2003 Object not found

    I am getting this error while using Outlook 2003 with Exchange 5.5. ox8004010F: The operation failed. The object could not be found." I am able to send and recieve emails.
  5. andyoye

    Change VARCHAR column size

    On my production sql server(sql server 2000, SP4), I have a table with column like xyz varchar(2000) Q1: I guess the max size a varchar data-type can have is 8000 ?? Q2: How can I increase the size of the column that has data in it? Q3: Can I change it to CHAR type? as the column is going...
  6. andyoye

    Best Books to learn VB.Net

    Kindly let me know, what book/s should I refer to learn Vb.Net For example: I liked the C++, how to program by Deitel & deitel. I need something step by step kindda book. Thanks
  7. andyoye

    DNS entry or IIS setting??

    I want to create a alias for my OWA. like right now to access OWA, I type exchange.test.com/exchange in IE I want my internal users to just type "webmail" in IE, that takes them to exchange.test.com/exchange ( here they get login window) Am I missing something here? I created a cname "webmail"...
  8. andyoye

    Disable IPSec service in windows 2003

    What will happen if I disable IPSec service on a windows 2003 webserver? When If the service is running, I dont assign any policy. So what will happen to the server if I stop, disable the IPSec service and reboot the server? The issue is my IPSEC file is corrupted, there is no entry of IPSEC...
  9. andyoye

    Domain not avaiable AFTER installing SP1

    I have a web server running 2003 std edition. If I install SP1 and reboots the machine. I am not able to find any DC. I get "Domain not avaiable" error. Help
  10. andyoye

    Backup to different server

    I have a datafile backup "mydb.bak" from SERVER1(source) and I copied to SERVER2(destination) "c:\backup" folder Now, If I run "RESTORE FILELISTONLY from C:\backup\mydb.bak" on Server2 Result is: logic name Physical Loc mydata E:\xxx\xx\mydata.mdf mylog C:\xxx\xx\mylog.ldf...
  11. andyoye

    Give Domain users browser rights

    Strange: Two weeks ago I gave domain users "browser rights" so they can run reports on the web server. I removed the domain users group, now I trying to give them rights again, getting below error The user or group name 'hq\domain users' is not recognized. (rsUnknownUserName) Do I have to...
  12. andyoye

    SAV 10.0.x, Parent server reports

    If I run monthly reports from parent server, it takes more then 12 hrs to complete, plus threat history logs for clients freezes the symantec console. Any suggestions?
  13. andyoye

    Copy current files & Remove files older then x days.

    I need a batch script to copy all current files to the destination and remove all files older then seven days from current time/day. I can run this batch file with windows schedule. Thanks
  14. andyoye

    Install Exchange2003

    Could someone tell me the basic requirements to install Exhange in test enviroment? Like I have three servers, all have win2k3. What should be the infrasucture? Suppose servers...: test1: is my DC/GC test2: exhange 2003 test3: outlook client Q: Can i plug them into a switch and join all to my...
  15. andyoye

    Connect Outlook with Exchange 2003

    Can anyone help me? When I tried to set up MS Outlook and selecting Microsoft Exchange Sever for the SERVER TYPE. Put in the server name "server1", then username and when I click on "check name" I get this error message "The action could not be complete. I have exchange in a test enviro. All...
  16. andyoye

    pst file corrupt, not using Exchange

    I am NOT using Exchange, I got this error \....\outlook.pst is a corrupt file. This file cannot verify. Does it has anything to do with the file size? Currently its 1.4 GB Can/should I use "Advanced Open File Option" to backup my email contents?? If YES, then which of the four options should i...

Part and Inventory Search

Back
Top