windows-server-2003

Cannot access WebService stored on Windows Server 2003 from inside Windows Server 2003

Hey all In all cases we are running .NET Framework 3.5 My company has a server running Windows Server 2003 R2 (Service Pack 2), 32-bit processor. The IIS instance on this machine runs several Websites. One of the Websites we are running is Microsoft CRM 4. When I attempt to log in to CRM from my local PC, everything's perfectly straig...

LDAP + ASP Classic + ADODB = 2147217865. (Using LDAP to talk to Active Directory in ASP Classic. Error:2147217865)

I need to use LDAP to authenticate users for an old ASP website. I have been using the code found here. It looks like this: <%@ LANGUAGE=VBSCRIPT %> <%Option Explicit%> <% Function getADUserInfo(strUID) on error resume next strGeneralLookupError = false strBase = "<LDAP://DC=[DOMAIN], DC=[DOMAIN EXETENTION]>" strFilte...

Run elevated interactive program on startup and prevent UAC to pop-up

Hi I need to start an elevated interactive program on startup and prevent UAC to pop-up that runs as a tray icon. I want the program to start regardless to which user logs on. I tried configuring the task scheduler but when running the task as SYSTEM the program is not run interactively. I cannot run it as a specific user as the admin ...

Win2003R2 SBS Administrator account properties

Hi, i have a problem with an administrator account on a win2003r2 sbs with AD active. I cannot login on terminal services because the "deny terminal services" in properties is somehow set. There is no other admin account to login but only a PowerUser availiable. But i can't uncheck the property from that account. Have you an idea how t...

Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042

I am using ADFS 2.0 to provide claims to a Windows Server 2003 Claims Aware App. I have made sure that the cookie path is correct but I keep getting this error. Microsoft.IdentityServer.Web.InvalidRequestException: MSIS7042: The same client browser session has made '6' requests in the last '3' seconds. Contact your administrator for det...

Certificates: Cannot find the certificate and private key for decryption Error when sign

I work in company with many servers and Pcs for developers. Servers are win2003, PC developers Windows XP. In a server Win2003 named preiis01, in preproduction environment, other people in company install a client certificate using any other user (domainCompany\adminsystems) for logging in server preiis01. Anyone admin uses the user "d...

2 servers, same website on both: IE shows two slightly different version

I'm getting a weird issue involving IIS and IE, and I'll try to describe it clearly. I have a regular html-css-js/jquery website that I've developed locally. Now that it's ready, I'm trying to deploy it on a server. Once it's hosted on the server, I see two problems in IE only: The rendering is slightly different: there's a few pixel...

How do I rank newer items higher in Indexing Service search results?

For searching our internal Intranet, we use Windows Indexing Service (Server 2003) with a query similar to this: SELECT FILENAME, RANK FROM SCOPE() WHERE CONTAINS ('"Management" AND "Meeting"') ORDER BY RANK DESC What we'd like to do though is weight newer documents higher (their rank) than older documents. How would one go about doin...

Open Source Database cluster on Windows Server 2003

Hello, We're looking for an Open Source Database application to run in a cluster environment under Windows Server 2003 across 6-8 cluster nodes. We're primarily looking for High Availability and Load Balancing. Can you provide us with the options available? We've been looking at the SAP MAXDB and Postgres but they're both limited by 1 a...

Ajax web part does not work in Windows server 2003

Hi, I have an AJAX web part which is working properly in my local windows 7 environment, but when I deployed in the real environment which is running win server 2003, it doesn't work as I expected. Does anybody have an idea to resolve this? I am using MOSS 2007 Thanks in advance. ...

Retrieve a user's First and Last Name, given its login name, inside a windows server domain.

Hi Given that I am on a workstation, that is inside a Windows Server domain. In my data, I have the login name of the operator who has created the data. When I print a presentation of this data, I want to display the first and last name of this operator, which may be logged on another workstation of the domain... or even could even not...

VB6 exe error 'Invalid Picture'

Possible Duplicate: VB6 exe error 'Invalid Picture' This is a bit of a grey-area question, so I'll try both here and Stack Overflow... I have a utility app, built with VB6. I no longer have source for the app. The utility was last used successfully on Sunday morning. When attempting to run the app this morning, I get an error...

Registering a Python program as a Windows Server 2003 R2 Service

Hi all, I wrote a Python script that I need to have installed on Windows Server 2003 R2, that will run when a specific directory is changed in any way (new files, deleted files, etc). I believe I need to register this as a system service, in order to listen for that, but I'm really not sure. So, my question is this: does such a script n...

Monitor linux and windows servers from windows

Hi, currently i've got 5 servers (3 with windows server and 2 with linux). I am looking for a tool to monitor all the 5 servers from a windows machine (not the linux one, as i'd be using Nagios). I mean, i want to monitor all the 5 servers from one of the 3 Windows Machines, and i wonder if there exists any software for doing that. Thank...

Send a message to a machine that is powered off

I would like to send a message, or something can be an advise from a pc to an another pc (only one, or at the most 2), the latter is powered off. The pc which should send the message is a windows server 2003 os, instead the pc which should receive the message is a windows xp os. The two machines are in the same domain and they work toge...