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

    Migrate Exch. 2k3 to new server and hardware

    Just when i thought i had it figured out i don't. So when i installed sp3 for office i was able to open one users mailbox that i had moved to the new server because i had given myself permission in AD to have full access. I am a Domain Admin, so it shouldn't have mattered if i added myself or...
  2. BKer

    Migrate Exch. 2k3 to new server and hardware

    thanks benlu, that worked. i saw the same link while researching the error, but did not think it would be that. thanks again for your help. Brian
  3. BKer

    Migrate Exch. 2k3 to new server and hardware

    benlu, thanks for the reply and the link. i have been using it as guideline. i have moved a number of mailboxes over to the new server. now when i am in outlook i can add a mailbox from the new server by going to Tools->Email Accounts, but if i try to add someones inbox from File->Open->Other...
  4. BKer

    Migrate Exch. 2k3 to new server and hardware

    I have seached the faq's and forums for a best practice with regards to migrating exchange. I have not been able to find a good resource for my situation. I have purchased a new server and installed win2k3 on it. I need to migrate the information stores from the existing exch 2k3 server to a...
  5. BKer

    One Email Domain Not Working

    i am about to split my head in two. this has been happening for awhile. for some reason my exchange server can't find the domain controller and seems to think that it is lost in the LAN. this makes active directory and exchange tools inoperable on the server. i keep getting these errors in...
  6. BKer

    One Email Domain Not Working

    thanks for the quick response. right after you responded i got a reply from a test email to the domain saying the the message was recieved. i then checked the queue and saw that another message had been in there since this morning and then it was sent. i replied to the message that went...
  7. BKer

    One Email Domain Not Working

    I am running Exch 2003 and have all but two domains that emails cannot be sent to. I cannot ping the ip or run a tracert, but I have run ms's smtpdiag tool and i can see the ips of the mailservers the domain uses. when i do an nslookup it does not resolve the domain name to an ip address, so i...
  8. BKer

    Cable Modem/Router

    Can anyone tell me whether or not a cable modem/router will be sufficient to setup cable internet at home? The one that i am looking at is the Linksys BEFW11S4 Wireless Access Point router. It says it is a cable modem as well. Should I use a separate modem and router? If so, what brands do you...
  9. BKer

    PHP Querystring Problem

    Ok, thanks for your responses. I just called our web host and they turned the register_globals on for our domain and it fixed the problem. We are not authenticating or doing anything but hosting static pages. Should I still be concerned about having this turned on? Thanks again.
  10. BKer

    PHP Querystring Problem

    Can you tell me if register_globals needs to be turned on? Here is essentially my page. All I want to do is be able to grab the variable from the querystring. In the php info that is output register_globals is off. In the querystring for php_info() it has the correct value. does this mean...
  11. BKer

    PHP Querystring Problem

    I am new to php and I am trying to figure out why I cannot view a variable that I am trying to grab from the querystring. I am using the code below to try and figure if there was a setting that changed somehow. Here is the querystring i am trying to pull from. /testlinks.php?type=adoption...
  12. BKer

    Active Directory/Exchange Problem

    I am having trouble with AD when it comes to forwarding certain emails. The problem is when we have a php form submitted from our external website, i.e. www.oursite.com, which is then submitted to info@oursite.com, but does not work. The info account is a user in AD that forwards to...
  13. BKer

    Forwarding Email from a Web Form

    I am having trouble with AD when it comes to forwarding certain emails. The problem is when we have a php form submitted from our external website, i.e. www.oursite.com, which is then submitted to info@oursite.com, but does not work. The info account is a user in AD that forwards to...
  14. BKer

    Print Policy Error XP/2003

    Can anyone help me resolve this issue. When I try to add a network printer at the user level I get the following error. "A policy is in effect on your computer which prevents you from connecting to thhis print queue" We are running a win2003 AD with a win2k print server and the workstations...
  15. BKer

    Backup Program .exe

    I am trying to do a complete system backup including my application on a pocket pc (viewsonic) running windows ce. My application was written in C# and uses a SQL CE database. When I use the backup utility that is intalled on the PDA it appears to backup up to an SD card fine. The problem...
  16. BKer

    Initial Value of Combo Box

    I have a combo box that is populated from a db, but i cannot figure out how to set the first item in the list to "Select an Item". Can anyone tell how I can do this? Here is my code for filling the combo box. With cboTagname .DataSource = dvTagname .DisplayMember =...
  17. BKer

    Microsoft .NET Framework Version 1.1 Redistributable

    I just downloaded the .net framework, but I can't figure out why I cannot run my program. I saved my program to our network drive and then copied it to the local machine, downloaded Microsoft .NET Framework Version 1.1 Redistributable from microsoft, and then I cant run the program and the...
  18. BKer

    VB.Net Question/What to Buy?

    So as far as I can gather, I cannot just get VB.Net with a built in reporting tool. Does VB6 have a reporting tool built in? If I did get VB.Net, every computer has to be running the entire .net framework and has to be installed on each computer I want to run the app. It sounds like I should...
  19. BKer

    Access Query with $ in field

    I feel like I have tried everything. '$*' does not work either. I'm sure that it is some sort of syntax mix up that I can't figure out. Thanks for the help and if anyone has any more tips to try let me know. Thanks, BKer
  20. BKer

    Access Query with $ in field

    Driep, I tried this and still no luck. SELECT dbo_v_AlarmEventHistory.Area, dbo_v_AlarmEventHistory.Description FROM dbo_v_AlarmEventHistory WHERE (Mid((dbo_v_AlarmEventHistory.area),(InStr(1,(dbo_v_AlarmEventHistory.area),&quot;$&quot;)),1) <> &quot;$&quot; AND...

Part and Inventory Search

Back
Top