Questions tagged [windows-server-2003]

Windows Server 2003 is a Microsoft server operating system released in April 2003, and reached End Of Life on July 14, 2015. It is the successor to Windows Server 2000 and is based on the Windows XP codebase. It was succeeded by Windows Server 2008.

Windows Server 2003 is a Microsoft server operating system released in April 2003, and reached End Of Life on July 14, 2015. It is the successor to Windows Server 2000 and is based on the Windows XP codebase. It was succeeded by Windows Server 2008.

5362 questions
2
votes
4 answers

MySQL suddenly not working on Windows Server 2003

I installed PHP and MySQL on our windows 2003 server about 3 months ago. Everything has been working wonderfully, but for some reason when I came into work this morning, the service had stopped working. I proceeded to start the service up again,…
Ryan
2
votes
0 answers

Controlling rdp listener connections from command line

RPD on my windows 2003 server sometimes becomes incapable to accept connections. But netstat shows that port is listened. c:\> netstat -ano | find "3389" TCP 192.168.1.1:3389 0.0.0.0:0 LISTENING 3224 nmap from linux machine shows…
2
votes
1 answer

Setting System Service Security

I'm investigating an issue, which is described almost perfectly here: http://support.citrix.com/article/CTX122238 I've followed the steps in Part 2 and confirmed that the WMI service does not have the correct permissions that Citrix requires. My…
Dan
  • 15,430
  • 1
  • 36
  • 67
2
votes
1 answer

Reoccuring errors on Exchange 2003 leading to unavailability and reboot?

After rebuilding our Exchange 2003 server due to hard drive failure, Exchange becomes unavailable after an unknown amount of time. Vast majority of the users are now on Outlook 2007 (handful still on 2003). We turned up the logging level and we've…
lsiunsuex
  • 171
  • 2
  • 10
2
votes
2 answers

Can't access via localhost but can through URL

I have purchased a GoDaddy Windows 2003 server, the problem is I can't access my site via localhost but it can be accessed via a URL. Can anybody tell me what should I look for?
Shishant
  • 683
  • 2
  • 8
  • 13
2
votes
3 answers

Is this a Disk Bottleneck?

I have configured perfmon in order to see if the server disk has a problem. The Avd Disk Write Queue Length is the white line The % Processor is the black line that was never over 50% From what I know this should never happen unless the disk has a…
johnny
  • 21
  • 1
2
votes
1 answer

Block a Server from reaching a machine

I have a Windows 2003 server that I want to block from accessing a specific IP address. I want to control this from the Server. because I control the machine. The traffic is http traffic (webservice call). It uses a non-standard port, so IP address+…
2
votes
1 answer

In need of entry for BROWSCAP.INI that helps detect IE 9

An application under IIS6 on a Win 2003 server uses BROWSCAP.INI to detect browser and version, but it hasn't yet been updated to detect IE 9, so the code checking for browser and vesion can't find anything and presents an error message to the user…
Cyberherbalist
  • 337
  • 1
  • 4
  • 14
2
votes
1 answer

Route Server 08 R2 VPN (PPTP) traffic to two subnets (public & private)

I recently transitioned our VPN server from a Windows Server '03 box to '08 R2, both using built-in Routing and Remote Access for PPTP connections. Our firewall has a rule that forwards traffic from a public IP address (which the clients connect to)…
David Budiac
  • 515
  • 1
  • 6
  • 11
2
votes
1 answer

How can I identify the process(es) which are locking files on servers?

I'm currently investigating a problem with my company's build server; roughly 1/10 of the builds fail due to a file being locked. It's a Windows 2003 virtual server running on top of VMWare. The server is not alone in the issue, with other servers…
Paul Turner
  • 251
  • 4
  • 17
2
votes
1 answer

Backup of VisualSVN

I've got installed a VisualSVN in a Windows Server 2003 (it has just a drive C: with 10GB) I'm planning to backup a VisualSVN server in this way: Make a disk image with Ghost or some other software of my Windows Server 2003. Every night make a…
Delmonte
  • 301
  • 1
  • 7
  • 19
2
votes
2 answers

Running a 03 and 10 Exchange server and would like to take 03 offline but 10 breaks when I do so

I'm sort of a green network admin, I've been doing this for about 3 years but because of my lack of experience I really havent had a chance to do "everything" yet. Most big projects are 100% new to me, for example, migrating our exchange server from…
2
votes
3 answers

Finding process name that changes windows time

I have a problem in my server that the system time is automatically getting changed by a day and getting back to normal. I have some software installed for time sych. But the master clock seem to be fine. So I am suspecting if some other process is…
Vicky
  • 171
  • 1
  • 11
2
votes
0 answers

LTO3 tape read only on a LTO3 tape driver (write lock unlocked)

I've installed on win2003 a tape drive (IBM 25R0012) with the latest drivers available The tape is functioning correctly (according to the "Device Manager"), however when I insert a new tape (i use the MMC for the management of removable storage)…
pinocchio
  • 21
  • 2
2
votes
1 answer

How to schedule a startup task that recurrs

I'm having a problem creating a scheduled task on Windows Server 2003. The task needs to run at system start and then every 15 minutes after that, unless it's already running. Sounds easy! But I can't seem to get it right. I can get it to run at…
DaveKub
  • 133
  • 4