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

Windows Server 2012 R2 Launch Program as Local User from Code

I am trying to run an application on Server 2012 as local user (system) and hit a db2 server (on another 2012 machine), when remotely logged in. I am trying to do this in code (VB.NET). I'm not sure how to go about this without using 3rd party…
Adam
  • 490
  • 7
  • 21
0
votes
2 answers

Windows Server VPS as L2TP VPN Server with one NIC

I just installed the OpenVPN Access Server on a Linux VPS (Azure Virtual Maschine) and it works perfectly! (The purpose is to be online at "unsafe" locations.) But I would prefer the a Windows Server with a running L2TP VPN Server. But I wasn't able…
hdev
  • 6,097
  • 1
  • 45
  • 62
0
votes
1 answer

Cannot access Amazon EC2 Windows Server 2012 instance

The instance was working fine till I messed up some firewall rules and decided to restore the rules to default. As and when I selected that option, My RDP session expired and I can not connect to the instance anymore. I tried rebooting the instance…
Mukul Goel
  • 8,387
  • 6
  • 37
  • 77
0
votes
1 answer

C# -- Windows Server 2012 installing Features and Roles using Powershell

I have written an application that installs Windows Roles and Features using the Powershell API. It works just fine in Windows 2008 R2, but nothing happens in Windows 2012; the program just moves on as if everything happened just fine, but nothing…
breusshe
  • 59
  • 1
  • 15
0
votes
1 answer

Windows Server Fundation 2012 - Maximum number of users

We are going to buy a IBM server with Windows Server Foundation 2012 R2. According to this: http://technet.microsoft.com/en-us/library/jj679892.aspx there is "Maximum number of users" equal 15. I'm not sure for what kind users this limitation…
Przemo
  • 1
  • 1
  • 1
0
votes
1 answer

Error: ORA-12154 SQL Server Link Server with Oracle 11g in Windows Server 2012 R2

I need to create Link Server in SQL Server 2012 Enterprise 64 using Oracle ODAC. I have done everything I know, including multiple re-installation of Windows Server 2012 Standard R2 64. The ODAC is also 64bit. I am able to connect to Oracle 11g…
Asynchronous
  • 3,917
  • 19
  • 62
  • 96
0
votes
1 answer

'System.Net.Mail.SmtpException: Failure sending mail from remote mail server

i tried to send mail from a VPS windows 2012 & IIS 8 server using a remote mail server , i couldn't sent mails,and got the error send Faild - System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to…
sarath009
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

High CPU usage for DJango 1.4 on Windows 2012

We migrated to Helicon Zoo on Windows 2012 (from ISAPI on 2008). Problem is that the users started complaining about random slowdowns and timeouts with the application. The Python is 2.7 32-bit (due to Zoo requirements). That said, the problem is…
SyBer
  • 5,407
  • 13
  • 55
  • 64
0
votes
1 answer

How can i know the maximum number of connections to a .net webservice?

I have a webservice(version 4.0) on server. I didn't change anything in its application pool settings. I would like to know the maximum number of concurrent connections it can handle. I have windows server 2012 with 64 GB memory and dual processor…
Mahag
  • 25
  • 10
0
votes
3 answers

using a custom url on iis server instead of IP Address

I have hosted an Asp.Net MVC application on to IIS 8 in windows server 2012 and to open the webpage currently I use the address like 10.10.10.10. Is there anyways I can make it customized like www.example.com to access the page. I have done a bit of…
DoIt
  • 3,270
  • 9
  • 51
  • 103
0
votes
1 answer

Run a program at every windows startup before logon screen

Hoping its a simple one. I need to run a vb.net program at Windows startup before the logon screen is even displayed. It will require no input and will be a console only program that checks a few system settings with values stored in a mysql…
0
votes
0 answers

Codeigniter and Session Issue

Having an issue with some CI code here: if((!empty($this->comm->GetSessionVar('TCSrch_ID')) || !empty($this->comm->GetSessionVar('TCSrch_Text')))){ $tstxt = $this->comm->GetSessionVar('TCSrch_Text'); $tsid =…
Kevin
  • 2,684
  • 6
  • 35
  • 64
0
votes
1 answer

MySQL Server install fails with the following error

I tried installing MySQL Server versions 5.5 as well as 5.1, both fail at the same following stage: mysql-server-5.1-winx64:6 - Looking for valid template mysql-server-5.1-winx64:100 - Failed to process template. mysql-server-5.1-winx64:100 -…
AnchovyLegend
  • 12,139
  • 38
  • 147
  • 231
0
votes
1 answer

String Replacement in Powershell differs across Windows versions

The following PowerShell script: $srch = '-v\s*(.*?)\s*=\s*%1' $repl = "-v `'`$1'` = %1" (Get-Content batchfile.bat) -replace $srch, $repl | Set-Content rave.bat produces these results from a Windows 8.1 machine: sqlcmd -S rave -v 'test me' = %1 -i…
0
votes
1 answer

Remote desktop not working anymore after reboot (Azure VM)

I see a lot of different posts about this, but none seem to give me a satisfying answer. I have a Virtual Machine running Windows server 2012, and yesterday evening I shut it down. Everything was fine, I didn't install anything on it. This morning I…
1 2 3
99
100