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

The specified network password is not correct on creating user

I ma trying to create user on local system using following code: DirectoryEntry hostMachineDirectory = new DirectoryEntry("WinNT://localhost"); DirectoryEntries entries = hostMachineDirectory.Children; foreach…
szaman
  • 6,666
  • 13
  • 53
  • 81
0
votes
1 answer

Launching Apps via RDweb Access not working

I have created a Windows Server 2012 VM on Azure in its own Domain, running Active Directory. It is also the host for: RD Gateway RD Licensing RD Web Access RD Connection Broker It has been configured for Remote Desktop Session access to launch…
0
votes
0 answers

is it possible to build android apps on windows server 2012?

i want to create a build service for android apps, however windows 8 takes too many resources to have it as a server, so is it possible to install android SDKs en build apps on windows server? Thanks
Captain Obvious
  • 745
  • 3
  • 17
  • 39
0
votes
2 answers

Automate first time password reset using powershell

I am creating a VM on the fly with powershell (on ESX with Windows Server 2012 R2). I have most of the automation pieces in place, but when it comes to resetting the Administrator password the first time we login to the VM after provisioning (as a…
Mahesh Velaga
  • 21,633
  • 5
  • 37
  • 59
0
votes
0 answers

Fortran error: forrtl severe: file not found, unit 2, mypath\bin\release\fort.2 Windows Server 2012

I have a .NET C# code base that calls Fortran code. All of this code has been in production working for many months. We decided to move the application to the Cloud (Azure). All went well on the migration with the exception of this one piece of…
0
votes
0 answers

Tomcat can´t access network drives on Windows

I have Tomcat 8 installed as service on Windows server 2012. The problem is that Tomcat can´t access network drives. The tomcat manager shows that it is logged on as Local System Account. I've changed that to This account and selected the current…
Fernando Prieto
  • 520
  • 1
  • 6
  • 19
0
votes
1 answer

DSN contains an architecture mismatch between the Driver and Application

I installed Server 2012 r2 with access 2013 I get the following error when I try to connect to my data base that was running under Server 2003 with access 2000 [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch…
0
votes
1 answer

How to find all VM/Hyper-V and then reboot them on Window Server 2012 with the use of Power-shell

I would like to ask how to find all VM/Hyper-V on Window Server 2012 with the use of power-shell and then restart/reboot them with the use of power-shell script? The next thing is: I cannot even find any get command for it: ================== Added…
0
votes
1 answer

AppFabric installation error 1603 (As_Observers)

Hi I have been trying to install AppFabric for hours! After trying to do it on an existing Server I got to the point to use a fresh copy of Windows 2012 Server R2. Still getting errors. I believe I found the error in the log file: CustomAction…
Delcon
  • 2,355
  • 1
  • 20
  • 23
0
votes
1 answer

Unable to access site remotely

we have IIS 7.5 on server machine. All websites can be access locally (80 and 8081 port as well) However, only port 80 website can be accessed remotely. But the website on 8081 cannot be accessed remotely. What is wrong?
variable
  • 8,262
  • 9
  • 95
  • 215
0
votes
1 answer

Internet connection sharing or NAT in server 2012 essentials

I'm configuring a new network, where a windows 2012 server will be the route to the internet, doing some nat for the clients on its own LAN nic. Installed and removed RRAS with routing and VPN now a few times, folowing some articles but somehow it…
Peter
  • 2,043
  • 1
  • 21
  • 45
0
votes
1 answer

Cannot open log for source 'Microsoft.Practices.EnterpriseLibrary.Data'. You may not have write access When Read/Write to Event log

i'm working on a SharePoint 2013 site, i have 2 type of registration: (Win Authentication and FBA). I'm trying to use a solution (WSP) from the old portal (SP 2010), this WSP use a dll named 'Microsoft.Practices.EnterpriseLibrary.Data' which isn't…
0
votes
0 answers

System.Web.Services.Protocols.SoapException: Retrivieng the COM class factory for component with CLSID 80080005

I am using a a third party tool named SurferMap9 . I am trying to call it from my web application but its not working and below error is produced. The detailed error is ** System.Web.Services.Protocols.SoapException: Retrivieng the COM class …
OnlyKT
  • 9
  • 3
0
votes
1 answer

BMC.ARsystem.dll and Windows Server 2012 compatibility

Is BMC.ARsystem.dll version 7.1.3128.23911 supported on Windows Server 2012? Does anyone has experience with this? I was looking for a compatibility matrix or the like on their website (communities.bmc.com) Due to urgency of the matter from my…
Tal
  • 398
  • 4
  • 19
0
votes
2 answers

Joomla 1.5 memory issue on new server

I need to move a Joomla 1.5 site from my unix machine to a Windows 2012 host on request from my customer. Both servers are running PHP 5.3.26. On my unix server, I can see that the site is using approx 40 MB RAM. The memory_limit is 128 MB. When…
Tommy Jakobsen
  • 2,323
  • 6
  • 39
  • 66