windows-server-2003

Server IP Change - Is using Computer Name to point to server advisable?

谁都会走 提交于 2019-12-25 02:55:43
问题 IP of the DB Server of our application is being changed. All other settings, configurations etc. incl. "Computer Name" will remain same. (DB server's OS is Microsoft Windows Server 2003, DB is Microsoft SQL Server 2005. Applications are .NET 2.0 based.) It requires that intranet applications, websites pointing to that server need to be referred using new IP which is not yet known. The problem is that changing to a new IP will require significant time & client cannot afford down time of more

How to connect to SQL server through IP

偶尔善良 提交于 2019-12-25 01:27:06
问题 I have a remote server that has win2003 installed I can connect to the machine using remote desktop and am succesfully hosting a web app on the server I need to connect to the SQL server on that machine using a sql compare tool that I have. What are the steps that I need to take to be able to connect to the SQL server given that all I have is the IP address to the machine and admin login credentials 回答1: if you are trying to remotely connect to sql server using ssms or another client on a

VBScript wont work on www.meteor.ie

徘徊边缘 提交于 2019-12-24 22:06:02
问题 The .Focus() function will not work in Windows Server 2003. Is there any thing i can do to make it work? WScript.Sleep 1000 .getElementByID("quickSearchMsisdn").value = "085729916" WScript.Sleep 1000 .getElementByID("quickSearchMsisdn").value = "0857299167" WScript.Sleep 1000 .getElementByID("quickSearchMsisdn").value = "0857299167" .getElementByID("quickSearchMsisdn").Focus WScript.Sleep 10000 .getElementByID("doSendSMS").click It is to log into my online mobile account and send me an

Understanding IIS6 permissions, ACL, and identity--how can I restrict access?

假装没事ソ 提交于 2019-12-24 20:21:15
问题 When an ASP.NET application is running under IIS6.0 in Windows 2003 Server with impersonation, what user account is relevant for deciding file read/write/execute access privileges? I have two scenarios where I am trying to understand what access to grant/revoke. I thought the most relevant user is probably the identity specified in the Application Pool, but that doesn't seem to be the whole story. The first issue concerns executing a local batch file via System.Diagnostics.Process.Start()--I

Task automation software on Windows servers [closed]

邮差的信 提交于 2019-12-24 15:58:38
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . We currently have Java program which runs a multitude of tasks on our Windows servers, we are planning to replace that with an open source task automation software for efficiency and maintainability reasons. The following are the features we are looking for: Ability to run tasks/scripts in any language (Java, C#,

how i can execute windows batch file from UNIX-AIX?

╄→гoц情女王★ 提交于 2019-12-24 10:38:32
问题 How can I execute windows batch files from UNIX-AIX, where I installed copssh? 回答1: Does this work? From the Unix box: $ rsh -l user_name windows_host_name "C:\scan.bat" 回答2: You can't unless it's very basic, i.e. it doesn't call any Windows specific programs, in which case you're probably better off transcoding it to bash or similar. 回答3: The best way will be translating it into bash. 回答4: Check out winexe. 来源: https://stackoverflow.com/questions/3830966/how-i-can-execute-windows-batch-file

Why is CreateProcess failing in Windows Server 2003 64-bit?

与世无争的帅哥 提交于 2019-12-23 22:07:03
问题 We have a 32-bit application that launches other 32-bit applications during its process. The application is working fine on other 64-bit platforms but on Windows Server 2003 64-bit, we get an error trying to launch the apps: error 193 (not a valid 32 bit application) We can manually launch these applications on that system without any problem. I thought we had found the problem with this article, but our customer already has this patch on his system and the error is still occurring. If anyone

How to install msvcr71.dll correctly

断了今生、忘了曾经 提交于 2019-12-23 09:31:35
问题 how do i install msvcr71.dll on windows server 2003, which is needed by my software. I really don't want to copy this dll to system32 folder, because it may break this target system. 回答1: Just copy it into the folder where all the executables of your program will be. It's standard practice. Searching for libraries starts from the directory where the requesting executable is located, so unless LoadLibraryEx() with LOAD_WITH_ALTERED_SEARCH_PATH is used this will work allright. 回答2: Don't copy

Why does Castle Windsor constructor crash on Windows Server 2003 with a manifest?

僤鯓⒐⒋嵵緔 提交于 2019-12-23 04:27:00
问题 As part of getting our application ready for Windows7, we recently added a manifest to our our user interface's exe. It runs ok on Windows7. However, now when I try to run the signed exe on Windows Server 2003, the program crashes during startup. I've looked at the crash dump, and it seems to by failing in the constructor of Castle.Core.Resource.ConfigResource which is called from the Program.Main method. If this is included in the manifest: <compatibility xmlns="urn:schemas-microsoft-com

PowerShell window preventing shutdown

蹲街弑〆低调 提交于 2019-12-22 17:14:20
问题 If I have a PowerShell window (at the PowerShell command prompt) on display it prevents the computer shutting down. I.e. if I open a PowerShell window and then try to shutdown the server, I get the End Program popup saying Windows cannot end this program. I get the same result if I start PowerShell from the start menu, from a cmd prompt and from a shortcut with -NoExit specified. How can I get shutdown to automatically close a PowerShell window (if it is at the PowerShell prompt) in the same