for questions specifically about the x64 version of Windows Server 2008.
Questions tagged [windows-server-2008-x64]
38 questions
0
votes
1 answer
Java 6u16 stopped with no reason on Window Server 2008 R2 SP1
I have a Java application running on Window Server 2008 R2 SP1 (Under Copyright 2009) with JVM 6u16 x64, my program will write log in every 5 seconds to show it is still alive, however, the program itself has stopped writing log for 10 to 20 seconds…
0
votes
0 answers
C# Using WMI to Schedule a Task on a Remote Server
I'm try to run a batch file on a remote, Windows 2008 server. I need to the file to run in an interactive fashion as it will open up numerous interactive programs. I can't install services on the remote server. I'm having difficulty trying to create…

loopback128
- 312
- 4
- 10
0
votes
1 answer
SQL Server 2012 Stored Procedure timing out. How to fix it?
Context: SQL Server 2012, Windows Server 2008 R2 (64bit), 2 cores, lots of RAM and HD space,
ADODB via JScript (not .NET)
These really simple stored procedures keep timing out. It's not like I have a lot of records either (from a server…

bugmagnet
- 7,631
- 8
- 69
- 131
0
votes
1 answer
Cannot determine whether UAC is active in Windows Server 2008 64 bit
I've got some code that works fine on all Windows OS except Windows Server 2008 64bits. This code determines whether UAC is turned on.
int TokenInfLength = 0;
bool Result;
// first call gets length of TokenInformation
Result =…

franza
- 2,297
- 25
- 39
0
votes
1 answer
Include file not accessible in classic asp IIS 7.5 Windows Web Server 2008 R2
I am trying to run asp app with IIS 7.5 in Windows WebServer 2008 R2.
I am getting the following error
Active Server Pages error 'ASP 0126'
Include file not found
/VD/default.asp, line 2
The include file '/inc/abc.asp' was not found.
I am using…

Shameet
- 113
- 1
- 1
- 8
0
votes
3 answers
How to find the global catalog of my network in ADDC?
I'm learning IT right now, and I have this situation.
The employee who was the administrator, got out of the company. But he doesn't leave a documentation to tell me which of my ADDC (Active Directory Domain Controller) is the PDC, I mean I'm…

Darf Zon
- 6,268
- 20
- 90
- 149
0
votes
2 answers
ASP.NET Cannot create ActiveX component on 64bit Windows server 2008 R2
I am having a website in which users upload xslm (excel) files and in turn a macro is run in these files at the server. I unable to get this done; when I deploy it on IIS 7.5 (Win Server 2008 R2) an exception is generated
System.Exception: Cannot…

Kirtiraj
- 47
- 3
- 11
-2
votes
2 answers
Installing XPS Document writer on Azure
So i have a Windows Server 2008 virtual machine on Azure, and I need to install the XPS Document writer. The problem is that the spooler is not started. When I try to start the spooler i get the 1058 error. I tried clearing the printers from the…

user1196337
- 1
- 1