We are running Exchange Server 2003. I want to be able to share my calendar with all members of an Active Directory distribution group. I configured my calendar share permissions to grant the distribution group Reviewer access.
Users running Outlook 2010 can see it just fine. However, those...
One of my clients called a few weeks ago to tell me that one of their users (User1) sometimes doesn't receive mail addressed to her. After a whole bunch of trial and error, I determined that it happens whenever another specific user (User2) is also included in the recipient list. User2...
I have SQL Server 2005 (Enterprise version 9.0.3042) configured for Database Mail. It is using our company's SBS Exchange 2003 server (version 6.5 build 7638.2: SP2) to send mail. The profile is configured to use my login credentials, but the "from" and "reply-to" are for a distribution group...
I configured a SQL Server to send email on Friday. It was working just fine. The "Send test email..." selection in Management Studio worked, as did this:
exec msdb.dbo.sp_send_dbmail 'user@contoso.com','Test body','Test subject','TestProfile'
As of today, the above code no longer works. It...
One of my clients has a WinXP machine that was infected with a version of the Pandex trojan. All of the research I've done leads me to a single file and a series of registry keys that all need to be deleted. The problem is, I can't.
The file (c:\windows\system32\drivers\ekp62.sys) gives me...
I have a very simple PHP script. Here is its current code:
<?php
if (isset($_POST["Submit"])) {
if ($_FILES["inputfile"]["error"]==0) {
echo "<PRE>";
$fp=fopen($_FILES["inputfile"]["tmp_name"],"r");
$line=0;
while (!feof($fp)) {...
I have a page with a GridView. This grid allows you to sort it by clicking on column headers, it is paginated so it shows only 15 rows per page, and each row contains a DETAILS link that goes to another URL.
The problem occurs when a user sorts the grid by date, clicks through the pages to...
I've been fighting ASP over this problem for a week now and I just can't figure out how to do it.
I'm using a GridView as an example. I don't strictly need to use it; I could use any of the other data display controls if you think that would work better. GridView is what I've been trying to...
Can anyone explain to me why this code does not work in VB.NET?
For Each myCookie As[/color blue] HttpCookie [COLOR=blue]In HttpContext.Current.Request.Cookies
This line gives a Server Error: Unable to cast object of type 'System.String' to type 'System.Web.HttpCookie'.
If I change it to "As...
I want to create a class with a member that is an array whose size is determined at runtime. Does this work to create and destroy the array? I always have trouble keeping track of pointers to arrays, arrays of pointers, and the syntax involved in each.
class MyClass {
public:
MyClass(int...
I'm trying to set up transactional replication with updatable subscriptions for the first time using SQL Server 2005. I've never done replication before, so I followed Microsoft's tutorial on how to set up replication. It works fine. What's NOT working is the updates back to the publisher...
I'm trying to convert a web site from using an Access database (.wdf file) to using a SQL Server database. In general, all I've done is change instances of <asp:AccessDataSource> to <asp:SqlDataSource> and then alter the properties. This seems to be working so far except for one instance.
On...
One of our SBS 2003 clients wants a list of all of the times he logged in using RWW last week. I haven't had any luck finding a log of RWW logins. Is there one?
Ian
We are designing a web site that will display information for clients who visit. The data will come from our accounting database. We want the data to be accurate in real time, but we do not want the web server to connect directly to our accounting database. The plan is to set up a separate...
We have a web server running IIS 6 on Server 2003 SP1. We use the FTP portion of IIS to upload the content to the web site. The problem we run into is that, when we try to upload a lot of files, the connection to the server will die at a random spot. If I'm using Internet Explorer to do the...
How difficult is the 70-282 exam (Designing, Deploying, and Managing a Network Solution for a Small- and Medium-Sized Business) for someone who is already MCSE 2003? Is there a reference anywhere to show what I really need to brush up on to take this exam?
I have a study guide for the exam...
I've run into a very strange problem recently, but I can't seem to find anything on the internet to suggest that my observations are correct.
I used Group Policy to implement a startup script on all of my workstations. The "script" is a .CMD file. Here's what it looks like:
@echo off
REGEDIT...
As soon as Vista was released at the end of November, I jumped onto our MSDN page and downloaded it. I also grabbed Virtual PC 2007 because it claims to be compatible with Vista. I then created a virtual machine with Vista Business Edition using our Volume License key.
It worked fine at...
I am working on a client's laptop computer running Windows XP SP2. I just performed a clean installation of Windows from the HP restore discs. It only came with SP1; I updated it to SP2.
I then installed Office 2003. All of the applications work fine except for Access. Every time we try to...
One of my clients has Veritas (Symantec) Backup Exec 10d (Version 10.1 Rev. 5629) running on Server 2000 SBS. The daily backup job is configured to run Mon-Fri at 11pm. It takes about 6 hours to complete. When it's finished, it automatically ejects the tape and throws the alert "Please remove...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.