Questions tagged [windows-server-2003-r2]

Windows Server 2003 R2 is the successor of Windows Server 2003, released to manufacturing on December 6, 2005. It was released for x86 and x64 platforms, but not for IA-64. It is distributed on two CDs, with one CD being the Windows Server 2003 SP1 CD. The other CD adds many optionally installable features for Windows Server 2003 R2.

Windows Server 2003 R2 is the successor of Windows Server 2003, released to manufacturing on December 6, 2005. It was released for x86 and x64 platforms, but not for IA-64. It is distributed on two CDs, with one CD being the Windows Server 2003 SP1 CD. The other CD adds many optionally installable features for Windows Server 2003 R2.

Wikipedia: http://en.wikipedia.org/wiki/Windows_Server_2003#Windows_Server_2003_R2

29 questions
4
votes
4 answers

Exception: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel

for firebase notification code WebRequest tRequest = WebRequest.Create("https://fcm.googleapis.com/fcm/send"); tRequest.Method = "post"; tRequest.ContentType = "application/json"; var data = new{collapse_key = "unassigned", to = deviceToken,data =…
2
votes
3 answers

.NET service fails with error 1053 on Windows Server 2003 r2 sp2

We have a set of .net 2.0 windows services installed on Windows Server 2003 R2 machine. They are configured to start as Local System account and start mode is Auto. All services are fail with error 1053 "The service did not respond to the start or…
Semyon
  • 31
  • 1
  • 9
2
votes
1 answer

T-SQL: An error occurred while executing batch. Error message is: Arithmetic Overflow for select * from MyTable

I'm doing a simple query like this: select * from MyTable This results in the following error: An error occurred while executing batch. Error message is: Arithmetic Overflow I can run select top 14 * from MyTable and it works without a problem…
Ogglas
  • 38,157
  • 20
  • 203
  • 266
2
votes
2 answers

IIS6 server not allowing ncftpget to download files recursivelly

I'm working on an old Windows 2003 server with IIS 6.0. There's currently an FTP site in production on that server and I had a need to add another one which I did using a virtual directory. I can manually login, navigate several directories deep and…
aantiix
  • 486
  • 1
  • 5
  • 22
2
votes
2 answers

NopContext.Current.User is always null

Note: also posted on the nopCommerce forum. I've been developing an application based on nopCommerce 1.60. I'm developing on Windows 7 Pro 64bit. I'm deploying the application to Windows server 2003 R2 (32bit) for staging and this works fine. It…
Greg B
  • 13,819
  • 18
  • 78
  • 132
2
votes
1 answer

Why does UFT run in the background when using Jenkins batch call

I configured Jenkins to run UFT in windows server 2003, but UFT is executing in the background. I can see the UFT process in task manager, how can I run it in the foreground instead of the background? (ps: I did the same configuration on Win7, UFT…
2
votes
1 answer

Invalid key name

In a quick and dirty backup script that's been running fine for years, the registry backup part no longer works. I run the offending code in the command line and get the same result: C:\>reg export /y HKLM\SOFTWARE\ODBC\ODBC.INI test.reg ERROR:…
Álvaro González
  • 128,942
  • 37
  • 233
  • 325
2
votes
1 answer

ASP.NET Master Page Parser Error

I have this directory structure: [website] [folder] Default.aspx Default.aspx Web.config The Page Directive in the file in [folder] was created by Visual Studio 2010 when I added a new Web Form using Master Page: <%@ Page Title=""…
jp2code
  • 24,618
  • 35
  • 140
  • 254
2
votes
2 answers

Can VS 2013 be installed on Server 2003 R2

Can I install Visual Studio 2013 on Windows Server 2003 R2? According to Visual Studio 2013 System Requirements it is not supported. However I heard some users was able to install it. Was anybody able to install it on Server 2003 R2?
IT Hit WebDAV
  • 5,041
  • 12
  • 50
  • 88
2
votes
1 answer

links relative to website root with IIS virtual directory

I have a website at http://myserver/project1. 'myserver' is a Windows Server 2003 server with IIS6. 'project1' is a virtual directory (the physical path of which is C:\myprojects\project1. I have read that the best way to link to an external…
valoukh
  • 541
  • 8
  • 19
1
vote
1 answer

Java Application server experiencing filesystem problems

We have a Java Application server installed on our client's test server. Within application server, a number of threads access the filesystem in a number of ways (using java.io classes). The application server is started as a service. After a number…
nick
  • 11
  • 2
1
vote
0 answers

How can I mimic old ASP.net password encryption in another language?

I have been tasked with rebuilding an ancient website which is written in ASP.net and VB on Windows Server 2003 R2. I need to allow users to log into the new site once using their current (old) password before I have them create a new one. I have…
1
vote
2 answers

Failed to open the Group Policy Object. You may not have appropriate rights

I have installed windows 2003 server but unable to create AD (Active directory) I am facing this error.
1
vote
0 answers

Windows Service on Windows Server 2003 R2 - Status is running but seems not to be working

I have a Custom windows service built on Net 2.0 and deployed on Windows Server 2003 R2. It has been working fine for last 3 years but recently I have started facing problem with it. It worked for some time and then stopped working even if the…
1
vote
0 answers

Windows Server 2003 64bit IIS 6.0 Service Unavailable

I created a MVC 4 Web Api and ran all the configurations to get it running, but I get the error mentioned above. The event log says I am running two version of .NET I have enabled 32 bit applications on the server This is the proof of .NET 4…
1
2