Questions tagged [windows-server-2008-r2]

Windows Server 2008 R2 is a server operating system produced by Microsoft.

Windows Server 2008 R2 is a server operating system produced by Microsoft. It was released to manufacturing (RTM) on July 22, 2009 and launched on October 22, 2009. It is built on Windows NT 6.1, the same kernel used with the client-oriented Windows 7.

It is the first 64-bit-only operating system released from Microsoft. Version enhancements include new functionality for Active Directory, new virtualization and management features, version 7.5 of Microsoft IIS Web Server and support for up to 256 logical processors.

There are seven editions:

  1. Foundation
  2. Standard
  3. Enterprise
  4. Datacenter
  5. Web
  6. HPC Server
  7. Itanium and Windows Storage Server 2008 R2 (Essentials Edition).

More Information On Windows Server 2008 R2

Reference

1824 questions
0
votes
2 answers

Problems to use nginx in windows server 2008 R2 (nodejs + express + mongodb)

I am trying to use nginx in Windows Server 2008 R2, but: It is running at the Windows Server 2008 R2: But, when I try to access the page from my computer: I am sure that the address IP are right because the server have IIS running and I can access…
user2192227
0
votes
0 answers

IIS 7.5 intermittently nonresponsive on bound public IP

I'm stumped. Searched high and low and can't find a clue. I have this site that has private and public IPs bound. Been running fine until last Friday it would become unresponsive on the public IP - all the while fine when accessed via private IP on…
0
votes
1 answer

View RDP connections and identify what one is using /admin

Ok, I have ran into a bit of a stump... I wanted to find out what session is using the /admin or aka console session on a system. I tried query session and qwinsta but I cannot seem to ID this task. Anyone have any pointers or suggestions on how I…
user1475623
0
votes
1 answer

Apache 2.4 and iis 7.5 with diff ip's on server 2008r2

I am running a .asp site on iis 7.5 on one ip and everything is working fine. I installed wamp and set everything up (or so I thought) and locally everything works, but remotely I get a timeout. The changes I have made are as follows: Used netsh…
Matt Cole
  • 17
  • 3
0
votes
1 answer

Windows Server 2008R2 Remoteapp Authentication

I have generated a Remoteapp MSI which I have installed on 2 machines and it prompts for authentication using the standard Windows auth prompt. on a third machine it opens up an rdp session and the user has to authenticate via an RDP session to the…
0
votes
1 answer

Checking if a port is open through the firewall, that has no listener service actually listening

I have a Windows 2008 R2 server that will need to listen on a particular port (e.g. 1234) in order for an application upgrade to work, but currently the application doesn't have a listener service configured for port 1234. Our firewall is managed by…
Potatan
  • 29
  • 2
  • 8
0
votes
1 answer

fscanf_s not works properly in Winserver2008 VS2013 64bit

When we use fscanf_s method in Visual studio 2013 (C++ Console application), Os- Winsever2008 (64 bit), the file pointer reads the data one or 2 bytes in advance. Eg: While reading text file , the second line of the file is "Administartor", but the…
0
votes
0 answers

SSL/TLS issue on Windows 2008 R2

I am trying to make a web service call with a client certificate I get an error could not establish secure SSL/TLS channel I have checked the client certificate credentials, permissions. All are fine. In the log for schannel I see this first…
0
votes
1 answer

Why X509Certificate2 gets Internal Error only if the password is correct

I'm trying to understanding why in .NET, calling the constructor System.Security.Cryptography.X509Certificates.X509Certificate2() fails with an "internal error" when a file name and matching password are passed. This happens on a Windows 2008 R2…
Nickadoo
  • 104
  • 2
  • 7
0
votes
0 answers

How to backup & restore Tortoise SVN in windows server?

I have SVN subversion installed on a windows server 2003 machine. I will upgrade this server by installing windows server 2008. how to back up the svn data and restore it later? I googled but I have not found the solution that meets my case.
nayomi
  • 137
  • 1
  • 5
  • 20
0
votes
1 answer

403 Error For Web Service Call

I am using a 3rd-party tool that runs as a Microsoft Service on a Windows Server 2008 R2 machine. The machine is using a Dell SonicWall firewall. The tool has defined ports that it is listening on of which I have opened one. Using an external web…
Aaron
  • 41
  • 1
  • 8
0
votes
1 answer

Unable to log into Maximo after installing demo database maxinst.bat

I am getting this message every time go to http://test-max75:9080/maximo/ui/ BMXAA0025E - The method can not be called because application server security is not enabled. Enable Application Server Security. For details, see information on…
Sun
  • 2,595
  • 1
  • 26
  • 43
0
votes
2 answers

How to configure sql developer for r12.1.1 vision instance on windows server 2008

I have successfully installed r12.1.1 vision instance erp in my laptop. And its working. I now want to query back end tables using SQL developer. Both SQL developer and SQL plus are installed with media pack itself. I now want to configure vision…
0
votes
1 answer

How do I verify installation requirements in Maximo 7.5 install?

I am trying to install an Admin Workstation with a demo database for Maximo 7.5 on Windows Server 2008 R2. I downloaded two files, 1) MAM_LAUNCHPAD_7.5_EIMG_1_OF_2_REF.zip and 2) MAM_LAUNCHPAD_7.5_EIMG_2_OF_2_REF.zip . I extracted the contents…
Sun
  • 2,595
  • 1
  • 26
  • 43
0
votes
1 answer

Error 1067: The process terminated unexpectedly MYSQL, Windows Server 2008 R2

OS : Windows Server 2008 R2 MYSQL : MY SQL Server 5.6 ERROR : 2015-04-02 14:31:52 2956 [ERROR] InnoDB: .\ibdata1 can't be opened in read-write mode 2015-04-02 14:31:52 2956 [ERROR] InnoDB: The system tablespace must be writable! 2015-04-02 14:31:52…