windows-server-2012-r2

Running a Git Server on Windows Server 2012 R2/IIS

淺唱寂寞╮ 提交于 2019-12-14 03:44:12
问题 Edited with Answer - Q: We would like to run a three-tier programming git structure here at work. Programmers would be able to use Git on their local machine, clone push and fetch from a remote repository running on a "Production" virtual machine, and then finalized code on the "Production" VM is then pushed to a "Deployment" machine for use. We're using Windows Server 2012 R2 and I am coming up with very little information on how to do this. I installed the latest Bonobo git server on the

Installer fails on Windows Server 2012 R2

别等时光非礼了梦想. 提交于 2019-12-13 23:37:35
问题 My wix installer has a custom action which runs only during upgrade and calls an exe to edit few conditions in the cached msi. This custom action runs before "Remove Existing Products". The installer runs successfully without errors on all windows environments except 2012 R2. On Windows Server 2012 R2 , the installer fails at that particular custom action and throws error 110. I have tried running the installer as administrator but still it fails. I don't know the reason behind this failure.

ng is not recognised as an internal or external command. Jenkins + Angular CLI

ⅰ亾dé卋堺 提交于 2019-12-13 13:22:22
问题 I am trying to setup Jenkins for an Angular CLI project. I have installed node and Angular Cli on the Jenkins server under a specific user account. if I open a command prompt on the server an execute the following commands to verify they are installed properly, this is the result: I have configured the project with Jenkins, and i created two build steps two execute two bat files. One runs: npm install and the second one runs: ng build --prod Then I build Jenkins, it runs the npm install but

git shell on Windows reports “sh.exe has stopped working (APPCRASH)”

时光总嘲笑我的痴心妄想 提交于 2019-12-12 15:12:50
问题 I have tried both the Git shell installed by GitHub and that provided by Git for Windows on my Windows Server 2012 R2 virtual machine on XenServer 6.20 With each, git command line calls fail with the message sh.exe has stopped working (APPCRASH) This is a recent problem. Can anyone advise me of a solution? 回答1: The issue appears to be caused by the XenServer 6.20 Guest tools I installed after first installing git. There is an update for Windows Server 2012 R2. Alternatively, you can uninstall

Security Principals missing in SQL Server 2008 R2

别说谁变了你拦得住时间么 提交于 2019-12-12 03:14:04
问题 SQL Server 2008 R2 on Windows Server 2012 R2, none of the built in security principals are appearing when trying to view user accounts and assigning permissions. They are available on the service to assign the LOGON as value. Specifically I am looking for NETWORK SERVICE . FOR CLARIFICATION: I am referring to the local accounts IUSER , NETWORK SERVICE , LOCAL SYSTEM , etc. I just completed a parallel installation on a demo server with no issues both 2012 R2 boxes. The one with issue is a VM.

Disable visual effects: Call to SystemParamtersInfo shows no effect

你说的曾经没有我的故事 提交于 2019-12-12 02:06:56
问题 I am trying to disable all the visual effects within a Windows Server 2012 R2 remote desktop session. This is normally getting done via System => Advanced system settings => Performance "Settings" and apply the "adjust for best performance" preset. As there are no group-policy settings nor registry values that can be set I stumbled of SystemParamtersInfo function. Unfortunately it has absolutly no effect on the RDP session I am testing it in. I am no good programmer and this is what I knit

Upgrading from IIS 6 to 8.5: increased concurrent requests

怎甘沉沦 提交于 2019-12-11 19:41:13
问题 We upgraded our web server from Windows Server 2003 to Windows Server 2012 R2. The web application in question runs against ASP.NET 4.0. The web application in turn communicates with a third-party Web API. Shortly after the upgrade, the Web API latency increased, which in turn lead to notable timeouts. I suspected that on IIS 8.5, the number of allowed concurrent requests increased, causing an increase in throughput that the Web API was unable to handle. However: IIS 6 isn't limiting the

Cannot restart Jenkins on Windows Server 2012 (port in use)

一世执手 提交于 2019-12-11 14:29:08
问题 I'm running Jenkins on a Windows Server 2012 which runs ok, but I can't restart Jenkins e.g. after updating plugins. The error I get in the jenkins.err.log is SEVERE winstone.Logger#logInternal: Container startup failed java.net.BindException: Address already in use: bind at sun.nio.ch.Net.bind0(Native Method) at sun.nio.ch.Net.bind(Unknown Source) at sun.nio.ch.Net.bind(Unknown Source) at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source) at sun.nio.ch.ServerSocketAdaptor.bind(Unknown

Windows Server 2012 VBScript gets permission denied deleting files

耗尽温柔 提交于 2019-12-11 10:36:03
问题 I have a folder on my server (Windows Server 2012 r2) that is shared with Everyone. All my users upload a plain text inventory file each day. I then have a vbscript that I scheduled to run under my Administrator credentials which deletes these files after reading them. However, I get permission denied errors when trying to delete or move the files. Here is some simple code that fails: Dim PathtoInventoryFiles Dim myFSO Dim myFile Dim colFiles PathtoInventoryFiles = "D:\Inventory$" Set myFSO =

Create Event Log in Sub Directory under Applications and Settings Logs

£可爱£侵袭症+ 提交于 2019-12-11 10:17:31
问题 I have been searching for ages to find a way to create a number of separate event logs under a sub directory of Applications and Services Logs, in the same way that there is a Sub directory Microsoft then it has a sub directory Windows then various other Directories with the App log in \Applications and Services\Microsoft\Windows\All-User-Install-Agents \Applications and Services\Microsoft\Windows\AppHost ... I would like to create something like the following \Applications and Services\My