windows-server-2008

My script won't run under the task scheduler. Why?

I have a vbscript script that I runs fine when I am running it myself. For some reason, when I run it under the task scheduler as an administration user, it runs, but doesn't even write to my log file. It shouldn't be permissions, as the user I run it under is adminstrator. Its a script calling 32 bit dlls on a Win2008 64 bit machine....

Need help setup windows server 2008 SMTP server.

I am trying to setup windows server 2008 smtp server to relay emails to gmail smtp. Everything appears to be setup but it is not sending emails. Could you please help me figure out whats wrong. Below is the setup: Windows server 2008 with SMTP server feature installed. Need SMTP server to forward all messages to gmail smtp server to s...

Making an external DNS server with Windows Server 2008

Hello everyone! I have a server (my laptop :P) that is running a web page with Windows Server 2008 and I would like to know if it is possible to make my own domain name instead of paying for a service? I know Windows Server 2k8 has a DNS service, but how easy is it to get this to work externally? Sounds like it would be tough because don...

Where is ADODB 2.8 on Server 2008 / Vista ?

I've been developing a C# project that references the ADODB 2.8 COM on a Windows 2005 machine. (No I'm not using it for data access I need it because CDO needs returns ADODB.Streams). Now I've tried opening this solution on a Server 2008 box but I'm told ADOB 2.8 is missing and sure enough there aren't any ADODB items in the COM refere...

Is Windows Activation Service + WCF a replacement for COM+

WAS Features Application Pooling Recycling Idle time management Identity Management Isolation Sounds a lot like COM+ but hosted in IIS 7. Anybody out there using this technology and am I correct comparing the two? ...

Windows 2008 DCOM problem

Hi, I have an DCOM server and when a process calls a method that changes the password of an user the next petition fails. This problem only occurs when the machine is a Windows 2008 working as Domain Controller. Anyone knows how to fix it? Thanks EDIT: There is an audit security error with the code 4625, I have been searching in goog...

Transferring files between servers using commands

At my workplace I have various Sql Server instanced, on different Windows Servers. When I make a backup of a Sql Server database instance, it sits on that Windows Server and not on my machine so to see the file (e.g. be able to right click > Properties on it), I need to remote desktop into that server. However, what commands are availab...

Can IIS serve Most Frequently Used static files from RAM?

Can I set up an IIS server so that it will cache the most frequently used static files (binary) from disk into RAM, and serve from RAM on request? Update: mod_mem_cache in Apache Caching Guide seems to be what I'm looking for. Any equivalent thing in IIS? Thanks. ...

Get the cumulative bytes sent and received from a NIC

Is there any easy way (via a script perhaps) to get the cumulative bytes sent and received from a NIC on Windows 2008 Server? For example, the NIC currently shows around 18 MB of sent data and 765 MB of received data. Since my server provider does not provide an easy way to see the monthly bandwidth usage, getting the NIC data seems t...

.NET JIT'ed assemblies in sharable pages

When running a .NET 2.0 WinForms app in a Terminal Services environment, I'm seeing some unexpected results that I can't quite explain. Everything I have read has indicated that JIT'ed assemblies (i.e., not using NGen to create native images) result in all code space being stored in private pages, increasing working set size / memory pr...

Sql Server 2000 trigger that references a Sql Server 2008 database fails

We have a Sql Server 2000 database application that needs to update our applications Sql Server 2008 database when certain tables are changed. For this, we use a trigger on the Sql 2000 server that fires a stored procedure on our Sql 2008 server. When trying it from SMSS, I get this message: The operation could not be performed becaus...

using CSIDL_APPDATA from IE ACTIVEX module with Win2003 limited user

Is it possible to configure activex to have access to CSIDL_APPDATA under Win2003? Site is trusted but still it fails for some reason. ...

Foreach fails with a marshalled COM interface

We have a 32-bit COM component written with ATL in C++. When there's a need to use it from 64-bit .NET, we create a COM+ application and everything works allright. Recently we noticed strange behaviour on Win2k8. The COM object in our component fires an event and we process it in .NET code. The event has a parameter also passed from the...

Windows Server 2008 (Domain Controller) local user problems

Hi, we have an issue with Windows Server 2008 when using it as a domain controller: We have an application that uses the local Windows database for keeping the user accounts. When a user inserts the username Padmin in all systems the login works perfectly. But in Windows Server 2008 (DC) the user is not found. The application doesn't a...

French IIS7 Custom Error Pages Language

IIS7 provides custom error pages under; C:\inetpub\custerr\en-US However I'd like some other European languages too as by default only English is provided. Has anyone seen an error page "language pack" for download anywhere. Do I have to install the full windows language pack, I'd rather not. http://www.microsoft.com/Downloads/details...

Many multiple files versus few larger files hosted by IIS7 + Windows Server 2008

Can you point me to best practices for file hosting in IIS 7. The number of files can be very high > 500,000, 2-10KB each. A possible concern is the performance with such a large number of files. We could have a smaller number of larger files and have a HTTP handler to process the requests or just have the smaller files and use IIS7 to ...

Saving and restoring ACLs

I'm moving my dedicated server to another provider and I'm migrating everything over to the new server. One thing that I haven't been able to figure out is how to save ACLs (access control lists) from an existing system into another. I have 3 different local user accounts that I use on IIS to isolate each web site access from the other...

Distributing image processing to multiple Windows servers, file locking Q

I need to process large image files into smaller image files. I would like to distribute the work to many "slave" servers, rather than tasking my main server with this. I am using Windows Server 2005/2008, C#, and ASP.NET. I have a lot of web application development experience but have not developed distributed systems. I had a notion th...

Is the memory not reclaimed for Delphi apps running on Windows Server 2008 (sp1) ?

We have a D2007 application whose memory footprint grows steadily when running on Windows Server 2008 (x64, sp1). It behaves normally on Windows Server 2003 (x32 or x64), XP, etc... where it goes up and down as expected. We have tried with the included Memory Manager or the latest FastMM4 4.92 with the same results. Has anyone tried t...

MSDN download for Windows Servers 2008

I am currently looking at the list of available ISOs for Windows Server 2008 on MSDN subscription site and I need to know which one to download for using the Hyper-V feature. I have the Visual Studio Team System Development Edition with MSDN Premium license. Follow up question on the available ISOs (x86 and X64) with and without Hyper-...