Questions tagged [windows-server-2012]

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2.

Windows Server 2012 is the server version of Windows 8 and the successor to Windows Server 2008 R2. Windows Server 2012 is the first version of Windows Server to have no support for Itanium-based computers since Windows NT 4.0.

Microsoft has indicated that Windows Server 2012 does not support IA-32 or IA-64 processors. Upgrades from Windows Server 2008 and Windows Server 2008 R2 are supported, though upgrades from prior releases are not supported.

1747 questions
0
votes
1 answer

Classic ASP + Access DB not working on Windows Server 2012

I tried to migrate my Classic ASP application with its Access DB from Windows 7 Professional to Windows Server 2012. For standard script without accessing access db, it's working fine. But I got error when the script use access db, by the…
Frans
  • 31
  • 2
  • 9
0
votes
1 answer

Viewing the hashed password via LDAPSEARCH from Windows 2012 server?

We upgraded the OS of our Active Directory server to Windows 2012. On a linux computer, we use a script to obtain an account's hashed password, using the ldapsearch command. (We request the msSFU30Password attribute.) The script works fine for any…
user1993015
  • 334
  • 1
  • 2
  • 16
0
votes
2 answers

Crystal Reports XI compatibility with Windows 2012

I have a Crystal Reports application that is hosted in IIS on a windows 2003 32 bit Server. The Crystal reports version in use is Crystal Reports XI Release 2 SP 2. We are migrating our applications to Windows 2012 64 Bit Servers. I am not sure if…
Shikhar
  • 43
  • 1
  • 8
0
votes
1 answer

Running batch file from scheduled task on windows server 2012 won't write to disc

I wrote a short batch file for restarting two services every night and write some lines to a txt-file in the same folder. According to the history of the scheduled task the task ran succesfully, but the txt-file is not created. At first I thought…
TM89
  • 62
  • 1
  • 11
0
votes
1 answer

Windows Server 2012 More Than 2 RDS not allowed w/ 5 user CAL applied

I installed Windows Server 2012 and was able to connect 2 remote desktop users as expected. When the 3rd tried to connect it said you had to kick off one of the two simultaneous users currently on. So I purchased a Per-User 5 license Open CAL and…
0
votes
1 answer

WebDeploy - VS Community 2013 and Windows Server 2012

I am getting Time "Couldn't connect to the remote computer" error. I was able to Telnet to the 8172 port from my local machine. I have Web Deploy installed on the server and also the Web Management Service, which is running fine. Supply the…
Alwar
  • 11
  • 2
0
votes
2 answers

Assigning fixed drive letters to USB Devices on Windows Server (2012)

Hello fellow Stackoverflowers :) I am looking for ways to assign a fixed Driveletter to USB Drives on Windows Server 2012 (Foundation). The Scenario: One of my smaller customers has 2 USB Drives for his serverbackup, which are swapped every day to…
Paul
  • 5,524
  • 1
  • 22
  • 39
0
votes
0 answers

Random `invalid argument` in copy function

I am having trouble updating Wordpress from the admin area. The update process crashes in pure random fashion. It says that file copy failed. I've added the lines to log source and destination paths, but it's not getting clear: [21-Nov-2014…
CamaroSS
  • 493
  • 2
  • 6
  • 16
0
votes
1 answer

Unrecognized attribute 'targetFramework' - IIS

I am attempting to do an install on Windows Server 2012. I've set the .Net Framework version to the following: When I navigate to the site, I get a runtime notification telling me to turn customeErrors off. So, naturally, I go to my web.config and…
NealR
  • 10,189
  • 61
  • 159
  • 299
0
votes
3 answers

Windows service installing in Windows server 2012

I'm facing a strange problem after installing the Windows service. This Windows service will call a method to send mail every 5 minutes. I have developed the windows service using C# visual Studio 2010. After the development I have taken the release…
Nuthan Gowda
  • 255
  • 3
  • 6
  • 19
0
votes
1 answer

Get list of recent projects when opening Visual Studio in Windows 8 and 2012

On Windows 7 I open Visual Studio by hitting Start, choosing VS, and then choosing the solution I want from a list of recent solutions. On the variants of Windows with no start button I cannot do it this way. I hit start, type "Vis..." and get VS…
Daniel Williams
  • 8,912
  • 15
  • 68
  • 107
0
votes
1 answer

Robocopy can't handle paths containing scandic characters

I am trying to copy folders with Robocopy from Windows 2008 server to Windows 2012 server. Server language setting is english. I use command like this: robocopy "C:\Files\Folder with äö in name\Source" "D:\Folder with äö also" /MIR Command fails…
0
votes
1 answer

Windows 2012 SNMP Memory Usage OID

I'm having difficulty tracking down an SNMP OID that will give me some form of memory utilization for Windows 2012 Servers. Has anyone came across one? For previous windows versions I would use 1.3.6.1.4.1.311.1.1.3.1.1.1.2, combined with…
ldg
  • 15
  • 1
  • 3
0
votes
0 answers

Image Prompts NT Authentication

I'm on server called http://server1.site1.com and I have a Classic ASP page which has standard image HTML in it such as Unfortunately, in IE for each image, it prompts for a NT username and password. In…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
0
votes
0 answers

Speeding up webpage access for multiple simultaneous users

I am running the Django development server, with multiple people using the website simultaneously. Each time my website is visited, there is a function that Django calls which is computationally expensive, and takes about a second to return. This…
Karnivaurus
  • 22,823
  • 57
  • 147
  • 247