Questions tagged [windows-server-2003]

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003.

Windows Server 2003 (sometimes referred to as Win2K3) is a server operating system produced by Microsoft, introduced on 24 April 2003. An updated version, Windows Server 2003 R2, was released to manufacturing on 6 December 2005. Its successor, Windows Server 2008, was released on 4 February 2008.

According to Microsoft, Windows Server 2003 is more scalable and delivers better performance than its predecessor, Windows 2000.

On 13 July 2010, Windows Server 2003's mainstream support expired and the extended support phase began. During the extended support Phase, Microsoft continues to provide security updates; however, free technical support, warranty claims, and design changes are no longer being offered. Extended support is expected to last until 14 July 2015.

1223 questions
13
votes
10 answers

Starting a windows service fails with error 1053

I have a windows service that is failing to start, giving an error "Error 1053: The service did not respond to the start or control request in a timely fashion". Running the service in my debugger works fine, and if I double click on the the…
Matt
  • 41,216
  • 30
  • 109
  • 147
13
votes
1 answer

Integrated Windows Authentication for Multiple Domains

I have Asp.net website for domain A users with the Integrated Windows Authentication. Now users from domain B need to access the website. But Domain B users receive pop-up window to input the authenticated information when they access the website My…
macemers
  • 2,194
  • 6
  • 38
  • 55
12
votes
3 answers

Where do I get resgen.exe to use with NANT?

I am simply trying to run NANT with resgen, but I can't seem to find what I need to download to have it available in 'C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\resgen.exe' on my server. Thank you.
naspinski
  • 34,020
  • 36
  • 111
  • 167
12
votes
9 answers

Domain Account keeping locking out with correct password every few minutes

I have user whos account is keeping locking out every 30 minutes. Done all the checks, remove any cache passwords, created new profile, delete password from IE. It locks out even when user is using his account (he is logged in ) After checking 20…
SameasBefore
  • 299
  • 2
  • 4
  • 13
12
votes
2 answers

Visual Studio Web Deploy to IIS 6

Has anyone successfully used the new Web Deploy feature of VS2010 to deploy a web site to IIS 6 running on Windows Server 2003? When I try I get the following error: Web deployment task failed. Could not complete the request to remote agent …
MCS
  • 22,113
  • 20
  • 62
  • 76
12
votes
3 answers

Performance counter created but not working until windows restart

I have a strange problem creating new counters in existing group. I have a windows service, which does some work and allow me to monitor its state via performance counter. I have performance counters group and some performance counters. Group is…
Dmitrii Lobanov
  • 4,897
  • 1
  • 33
  • 50
12
votes
1 answer

Can't connect to server over HTTPS which uses a SHA2 certificate using MSXML2.ServerXMLHTTP

We updated our SSL certificate to SHA2, but the intermediate certificate was SHA1. Chrome and other browsers have decided that the entire chain must be SHA2. Our customers were calling concerned about the yellow caution in the address bar. Rumor has…
12
votes
2 answers

Max Outgoing Socket Connections in .NET/Windows Server

I have a slightly unusual situation where I'm needing to maintain CLIENT tcp connections to another server for thousands of mobile users on my servers (basically the mobile devices connect to my middle tier server when they are able to, which…
Redth
  • 5,464
  • 6
  • 34
  • 54
12
votes
3 answers

NT Eventlog single message size

Can anybody tell me what is maximum size of a windows NT log message? I know that it is possible to reset the maximum log size of event log from 32 MB. I am interested about the memory a single message can hold in NT event log. Thanks in advance
Sathish
  • 869
  • 2
  • 13
  • 28
12
votes
2 answers

Is it safe to delete the 3 default databases created during a PostgreSQL install?

I installed a default installation of PostgreSQL 8.4 on Windows 2003 Server, using the one-click installer provided. Running psql -l for the first time, I noticed there are three databases installed by default: postgres, template0, and…
romandas
  • 4,086
  • 7
  • 29
  • 33
11
votes
4 answers

Configuring Ruby On Rails App in a subdirectory under Apache

I've got apache2.2 on windows. I'm trying to serve both subversion (/svn) and redmine (/redmine). I have svn running fine with this config: DAV svn SVNParentPath C:/svn_repository ... This is working great--my svn…
Michael Haren
  • 105,752
  • 40
  • 168
  • 205
11
votes
6 answers

ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)

I created a Windows 2003 R2 Virtual Machine running on VirtualBox and I installed Oracle (10201_database_win32). I assigned a static IP on the Virtual Ethernet too. Everything worked great right after installation. I listed(lsnrctl services) the…
Timmo
  • 3,142
  • 4
  • 26
  • 43
11
votes
1 answer

Running Windows native commands (e.g. VOL) from Cygwin

I have a CentOS box able to access a Windows box's Cygwin via ssh. I want to run ssh me@windowsbox 'vol F:' in a script to capture the name and serial number of a plugged-in USB drive, but I get: bash: vol: command not found I would just run the…
Kev
  • 15,899
  • 15
  • 79
  • 112
10
votes
5 answers

Exporting ODBC System DSNs from a windows 2003 machine?

Is there a way to export all the ODBC System DSNs from a windows 2003 machine?
Zaffiro
  • 4,834
  • 5
  • 36
  • 47
10
votes
4 answers

How to remove index.php in codeigniter on Windows Server and IIS?

How to remove index.php in codeigniter on Windows Server and IIS? I found this when i search for answer How to rewrite the index.php of Codeigniter on Windows Azure but when i try my CI still need index.php to run whre the web.config file must be…
ian
  • 299
  • 1
  • 4
  • 14
1 2
3
81 82