Why is my Subversion (SVN) Repositories error.log 16 GB?
Hi For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it? ...
Hi For some reason I have a file error.log which is 16GB In my Repositories folder on my SVN Server. It is normal? Why is it so big? Can I delete it? ...
Hi i am trying to make an event logger for my cmd line application. However I get this error when it tries to create the log for the first time. The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. So I found this is a because of windows 7 and some new security. So right now...
A windows process got crashed for some reason.. I need to analyse the crash dump. What is the crash dump file location? in windows 2003 pc health helped us to find the crash dump file.. How to get the crash dump file in windows 2008? ...
Hello I just installed tortoisesvn on windows server 2008 but it is not showing any menus for tortoise when i right click any folder. can anyone help? ...
I have code that uses methods from the SSPI dll (security.dll) via P/Invoke, which has worked perfectly on every platform tested (Windows XP, Windows Server 2003 both x86 and x64), however we are in the process of migrating to Windows Server 2008, and have found that the P/Invoke calls are crashing the process. I have put together the f...
One of our C# ASP.Net projects has some dependencies on the Microsoft WSE 3.0 library, in order to consume a WSE3.0 web service. However, we're migrating the project to Windows Server 2008, which does not support WSE3.0. So I need to refactor the code to remove the dependency to WSE 3.0 but still maintain its functionality. The code is ...
How to determine if the currently logged-in user has been set to have roaming profile on the Domain Controller/AD machine. Environment = windows2003/2008 ...
Hello I am trying to package and start up azure developement fabric on a windows 2008 server, I am so close yet still far. The steps I take are 1) run cspack.exe command /copyOnly to generate the .csx folder 2) run csrun.exe commmand /LaunchBrowser to start up the developement fabric and startup the browser the error is as follows ...
I'm writing a Ruby on Rails app that normally runs on Heroku or a Linux Box, but I'd need to deploy it to a Windows Server as well. The Server is a 64-Bit Win2008 Server with IIS 7.0 installed, so normally I'd prefer using IIS instead of setting up an Apache next to it. I just don't know if Ruby/Rails works with IIS? Do Gems work? Is 6...
Is it possible to run a scheduled Task in Windows Server 2008 from an Outlook Macro? Background is that it should be possible to start this task on incoming emails with a special subject. The task normally runs every day, but sometimes it should be triggered manually and not everybody has access to the server. Maybe someone has a solutio...
Is it possible to restrict access to a website in IIS7 using MAC address rather than IP address? We are wanting to restrict access to our website to only known PCs as mentioned here: link text. These PCs will be external to our network, but because some users could be remote, we would rather do this on MAC address rather than IP address...
I'm developing a Win Service app that hosts a WF service and a WF application on a Windows 7 machine. When I deploy it to a 2008 Server machine, my logs document activity from the Win Service but not from either of my Workflows. It's running under LocalSystem, would that cause my issue or is there another problem hosting WFs on a 2008 Se...
I'm really hoping someone's seen this before, because I'm dying on this one. I have tried compiling the service exe as AnyCPU, x86, and x64 It works on my win 7 x64 box I'm installing with installutil, the .net 4 version When I start the service, I get an error. It says nothing, but does point to which modules are loaded. Those of ...
Hi, I have installed reporting services and share point server on my windows server 2008. Also IIS 7.0 is running. I am able to run: http://localhost:81/Reportserver but cannot run with the IP address or server name. Please assist I am working on it for days now, Thanks, buzzi ...
Below is the script in my SVN post-hook fails to execute on every commit into SVN and hangs c:\PsTools\Psexec.exe \192.168.1.64 -u SERVER1\Administrator -p PASSWORD c:\mybatchfiles\checkin.bat This is to run a batch file on the remote machine (SERVER1) which is located on SERVER1 at c:\mybatchfiles\ But I am able to run the same abov...
I am trying to get Speech Recognition to work on Windows Server 2008 using system.speech. I built a console application which uses System.Speech.Recognition (SAPI 5.4) on Vista. Works great on this machine. Tried to install/execute it on a Windows Server 2008 x86 machine. It has .NET 3.5. No luck... Threw errors--Upon investigation, di...
Background: Our companies internal user's run our .Net programs on 10-20 windows terminal servers. The executables are all stored on a central file server running windows 2003. Some of the terminal servers are running windows 2003 and some are running 2008. Issues: When we release a new version of one of our programs we renamed the ...
Hello all, I am setting up a website on win2008/sql2008 (64 bit) on a dedicated server, which may get 50K to 100K users/visitors. Concurrent users at any time may be 1000 (max). Users will log in 4 to 6 times a month and spend 10 minutes (maximum) on the site for minimal data entry. There will be some reporting run at night. The site h...
Hi Everyone. I'm dev'ing an MVC 2 website targeting .NET 4.0 and using Ninject 2.0 (dev box running Win 7 64 pro). All is going well on the dev side, I really enjoyed using Ninject and it works a charm. Until I deploy it to the server. Once I deploy the app to the server (a virtual machine running Win Server 2008 R2 x64, IIS 7.5) the...
I use JFileChooser in one of my java tool to browse file locations. It has a problem in browsing into the mounted drives - We can just chose the mounted drive but cannot go to next level/open and browse into the mounted location. But it works fine in windows server 2003 , but could not do the operation in windows server-2008. Has any...