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

    ActiveSync: HTTP status code: [500]. On large mailbox only

    I'm trying to get an iPad to sync with a really large mailbox (3 or 4 thousand emails in the Inbox). It fails with Cannot Get Mail. Server Error., but if you move the emails out of the Inbox and into a subfolder the syncing works. I've also tested with a smaller mailbox and sync does work...
  2. eraH

    Channel Group on "waiting to be aggregated"

    I've configured trunking between our two 3560G switches. If the ports are both on the same switch, then the port channel is shown as working. But where there is a port on each switch, one of the ports is shown to be in a w state. Configs for both switches can be found here...
  3. eraH

    Edit Word 2007 User Template on Network Drive

    This is happening on a RDS server (Windows 2008 R2). Tricky one, and I'm not sure if this is in the correct forum. If I redirect user templates in Word 2007 to a users home drive on the network then they can't edit the file. They can right click on the file and choose open, but then get an...
  4. eraH

    I give up.... ereg_replace to preg_replace

    I finally worked out how to use ereg_replace to remove a character, only to find that I shouldn't use ereg_replace because it's been replaced by preg_replace. $row->Note = ereg_replace(chr(188),"",$row->Note); I can't for the life of me, figure out how to convert the above line to...
  5. eraH

    PDO, Select statement, single result

    I've just started learning to create websites. I'm trying to have a SQL query that returns a single value, but can't figure out if there is an elegant solution to what I'm trying to achieve. Is there a single line of code I can use to assign the SQL query result to the AccountManagers variable...
  6. eraH

    A server monitoring script with a twist, yes I searched

    The below script will ping a server to see if it's up, check disk space, and check services. I want to add a list of exclusions for the services, so that if certain services aren't running, that an alert is not generated. '======================================= 'Configure Script FreeSpaceSize...
  7. eraH

    two dimentional array from listbox - newbie question

    I have a listbox as follows, columns will always be the same amount, rows are a random amount: a b c d e f g h i I currently use a foreach loop to split each line by the tab character, then write the seperate parts to different parts of a text file. I want to write the...
  8. eraH

    Same Exception Error but different message

    I've started adding error handling into my program. I've got exception error handling working to a degree. It catches the exception then displays the message part of the exception. But this looks confusing from a end user point of view. The same exception displays a different message depending...
  9. eraH

    Total newbie help needed.

    Ok, I've never programmed before so please be gentle and type very slowly when replying :) What I'm trying to do is connect to a Linux box and issue commands. I've managed to connect to the Linux server when the "Connect" button is clicked. But how do I 1. Keep the connection open? If I click...
  10. eraH

    Moving virtual machine from local storage ESX2 to SAN on ESX3

    I'm going to be moving virtual machines that are currently on the local storage of a server running ESX 2.5 to a SAN with VI3 servers connected to it. Anybody done this, can I just copy the virtual disks over to the SAN and create a new VM on VI3? Or is it better to copy all files from ESX2 to...
  11. eraH

    Certficate Enrollment Request

    We are using a certificate from our internal CA on our outlook web access. We are going to get a certificate from Thawte. I deleted the current certificate from out website (iis6), requested a new certificate from Thawte. I then backed up the current certificate request to a file. I deleted the...
  12. eraH

    Interbase & Antivirus

    Hi, Sorry if this is in the wrong forum, but I'm trying to find out what is the recommended anti-virus settings for an Interbase server. Mainly regarding real-time scanning. I've found documents for Exchange & MS SQL but I'm not having much luck with Interbase.
  13. eraH

    What's wrong with my logic

    There is something wrong with this script but I can't see what it is. As soon as a server is reached that doesn't exists, then all servers listed after it come up as doesn't exist. Sorry about the code formatting, just copy and paste it into a text editor and it should look fine. 'Error...
  14. eraH

    Something not right after database migration

    I recently moved a PS4 database from 2000 to 2005. Since the move, changes to the farm don't seem to sticking for want of a better word. Changes include changing load evaluators and disabling logons. For example, I will change the load evaluator and disable the logon. I will then apply some...
  15. eraH

    Windows 2003 Forest Trust

    We have created a two way forest trust between two Windows 2003 forests. Everything seems to be ok. I want to give a user from the external forest access to a fileshare on my local pc(XP SP2). I go to the security tab on my fileshare, click add, click "locations" but the new forest doesn't...
  16. eraH

    Disable then delete accounts from AD using a file

    Hi, Not sure were to start with this. I'm hoping you can point me in the right direction. Scenario: I have a list of users in a text file that I want to disable and then later delete. I only have the sAMaccount names. The format of the text file is: username1 username2 username3 How do I do...
  17. eraH

    Error handling in script

    If I list multiple computers in the array and one of them doesn't exist then the whole script fails, what I would like to happen is for a message to appear saying that the server is offline and then going onto the next server. Here is the script. *************************************...
  18. eraH

    Intel NIC, RIS not working

    I recently upgrade my RIS server from 2000 to 2003. Now my desktops (Compaq with Intel NIC's) aren't able to PXE boot. Desktops with Broadcom NIC's boot fine. Get's IP address fine. Error message is: TFTP PXE-T01: File not found PXE-E3B: TFTP Error file not found PXE-M0f: Exiting Intel PXE ROM...
  19. eraH

    Autoarchive for Outlook 2000 Group Policy?

    I'm trying to set up everyone's Outlook 2000 to autoarchive their old emails to their home drive. It's a big organisation so going to everyones computer and doing it manually is not an option. I've found a group policy to enable autoarchive for outlook 2000 but no option to tell it where it...
  20. eraH

    allow user to import registry importion

    I'm trying to give a normal user the rights to import a registry key on a terminal server. The registry keys are used to change the location of the database that a program uses from a production database to a test database. As you can imagine, I don't want to give this guy more rights than he...

Part and Inventory Search

Back
Top