administration

ColdFusion mail queue stops processing

孤人 提交于 2019-11-30 08:35:49
Our CF server occasionally stops processing mail. This is problematic, as many of our clients depend on it. We found suggestions online that mention zero-byte files in the undeliverable folder, so I created a task that removes them every three minutes. However, the stoppage has occurred again. I am looking for suggestions for diagnosing and fixing this issue. CF 8 standard Win2k3 Added: There are no errors in the mail log at the time the queue fails We have not tried to run this without using the queue, due to the large amount of mail we send Added 2: It does not seem to be a problem with any

What do you do if the file in TFS is locked by someone else?

淺唱寂寞╮ 提交于 2019-11-29 20:57:49
Someone left the organisation but before leaving, he locked all the files for an unknown reason. How do you unlock them all so that the other developers can work? Maxime Rouiller For the following operation, you will need to be either a project administrator for the project you want to undo the check-in on or a Team Foundation Administrator if you want to do this across all projects. If you still have the username of the person, you can simply do something like this: Open up Visual Studio command prompt (Start -> Programs -> Microsoft Visual Studio 200X -> Visual Studio Tools -> Visual Studio

How can I delete a service in Windows?

三世轮回 提交于 2019-11-29 18:31:57
I have a couple old services that I want to completely uninstall. How can I do this? Lasse Vågsæther Karlsen Use the SC command, like this (you need to be on a command prompt to execute the commands in this post): SC STOP shortservicename SC DELETE shortservicename Note: You need to run the command prompt as an administrator, not just logged in as the administrator, but also with administrative rights. If you get errors above about not having the necessary access rights to stop and/or delete the service, run the command prompt as an administrator. You can do this by searching for the command

When to develop using Powershell vs C#?

我们两清 提交于 2019-11-29 17:51:53
问题 I'm just getting started in PowerShell and one of my sysadmins told me that Powershell can do as much as C# can for systems management, if not more. Please forgive the ignorance of this question, but when would I use Powershell over C#? 回答1: When I worked in the Windows build lab a LONG time ago (1997) the rule I was taught that if the code satisfies either of these two conditions write it in interpreted script, otherwise write it in compiled code: there's more overhead than code (using

Resume batch script after computer restart

南楼画角 提交于 2019-11-29 15:47:35
问题 I have a bunch of old machines running Windows 2000 Pro and IE 5.0 which I want to upgrade to IE 6 with Silverlight. I downloaded the IE6 and Silverlight installers from Microsoft's web sites and fortunately they both have command line options to allow them to run in "silent mode". I put the two commands in a DOS batch script and ran it, but the IE6 installer requires makes an automatic computer restart so the question is how to resume the script and run the 2nd command (install Silverlight).

ColdFusion mail queue stops processing

馋奶兔 提交于 2019-11-29 12:43:08
问题 Our CF server occasionally stops processing mail. This is problematic, as many of our clients depend on it. We found suggestions online that mention zero-byte files in the undeliverable folder, so I created a task that removes them every three minutes. However, the stoppage has occurred again. I am looking for suggestions for diagnosing and fixing this issue. CF 8 standard Win2k3 Added: There are no errors in the mail log at the time the queue fails We have not tried to run this without using

Where should I store an encryption key for php?

六眼飞鱼酱① 提交于 2019-11-29 11:01:21
I'm writing a php application that accepts sensitive customer data, and so I need to encrypt it before storing it in a mysql database. I'm going to use mysql's built-in AES functionality to do column-level encryption. I want to avoid storing the encryption key on the server, and so i'm going to provide a web-page for an administrator to log-in, and enter the encryption key. I want to store this key in memory while the application is running, but never permanently to disk. What is the best way to do this? Can I modify the $_SERVER array to store information between requests? Can I store the key

How can I remotely execute a script in Windows?

百般思念 提交于 2019-11-29 04:13:26
I would like to have a Windows 2003 server fire a script to fire another script in a separate Windows Server 2008 computer. I have been told that Powershell can do that, and that's fine, but I need more specific details. Does anyone have any tips for this? Thanks! psexec from SysInternals Look into the syntax for the AT command. You can use it to schedule a process to run on a remote machine. The AT command schedules commands and programs to run on a computer at a specified time and date. The Schedule service must be running to use the AT command. AT [\\computername] [ [id] [/DELETE] | /DELETE

TFS: Moving a Team Project from one server to another?

廉价感情. 提交于 2019-11-29 02:52:11
问题 is there a (simple) way to move a single TeamProject from one server to another? Including source code, work items, documents, project site... We don't want to move our server from one machine to another. Just a single project from server A to server B. 回答1: You have two options You can use the TFS to TFS migration tool: Click Here. This doesn't include the WSS project site. Or you can backup your TFS db and restore on a new TFS instance, then use the TFSDeleteProject.exe tool to remove the

How to transfer Google Cloud project ownership?

混江龙づ霸主 提交于 2019-11-29 02:01:14
问题 I would like to transfer ownership of Google Cloud project completely. By completely i mean rather than sharing ownership between multiple users, removing my account from project. Is there any way to do it? Thanks in advance 回答1: Share your project with a destination account using Permissions/Add Member/Is Owner Accept invitation from destination account. Remove yourself from this project. (Permissions/Select your account/Remove) 回答2: In case there are still people looking for the answer, the