Showing posts with label SP2. Show all posts
Showing posts with label SP2. Show all posts

Wednesday, October 21, 2009

MOSS: Email Notifications and Alerts problem in Tasks

Hi...

We had a mysterious problem in MOSS sharepoint portal in Tasks.
Following were the issues:
1. When ever a task is created; the alerts goes to people(some one in AD) for whom the tasks has not been assigned!
2. When ever edited also the same issue Plus the description will be striked & shown as such it has been changed.
3. When the tasks is deleted; the alert goes to the respective persons in the assigned to field and also to some other person in random!

Task Assigned to

Solution:
Seems it is resolved in SP2 and there is also a Hotfix for the same issue.

Resource: http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneral/thread/398f0a1d-621b-4813-a64a-4065d35c0842

Hotfixes:
http://support.microsoft.com/kb/948945

http://support.microsoft.com/kb/948947

Hope it helps...

This is My 100th post, Thanks for your continuous support :)

Regards
Fauzi


Monday, June 8, 2009

SQL Server Schedule Job : Unable to cast object of type

Hi Folks...

One of my pal, when he was trying to create SQL Server Job to call a SSIS he got the following error;

Unable to cast object of type 'Microsoft.SqlServer.Management.Smo.SimpleObjectKey' to type 'Microsoft.SqlServer.Management.Smo.Agent.JobObjectKey'. (Microsoft.SqlServer.Smo)

When we googled for the same it was mentioned in lot of forums that the it worked fine once we install SQL Server 2005 service pack 2 (SP 2)

Reference: http://social.msdn.microsoft.com/Forums/en-US/sqltools/thread/e7c0e73e-8d4b-4624-a19e-352a69995f9e

Download: Microsoft SQL Server 2005 Service Pack 2

Regards
Fauzi ~ 4Z

Sunday, February 1, 2009

The service did not respond to the start or control request in a timely fashion

Hi,

I think i should blog this today. I use Windows Server 2003 Standard edition as development cum test server.
I was supposed to setup Sharepoint instance & CMS site. When i tried to run IIS 6.0, the website was stopped & when i tried to start it showed the following error :

"The service did not respond to the start or control request in a timely fashion"

So I googled for the issues and tried the following are the solutions:

1. Disabled firewall

2. Disabled Antivirus for a while & checked.

3. Thought framework might not be installed properly so ran aspnet_regiis -i from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727


4. Tried update to registry through regedit.exe as suggested by Microsoft support team

5. There was apache server running on the same server. As it was running on port 80, I changed the port for IIS to 82.

6. People in forum adviced to explore events logs, when i tried so i found that there was an error message registered saying "The World Wide Web Publishing Service service terminated with the following error: No mapping between account names and security IDs was done."
I suspected that there might be permission related issue. so gave permission for adminstrator account to default application pool and removed users marked as "Unknow".

7. Then googled further... found SP2(Service pack) for Asp.Net framework 2.0... downloaded & installed that as well...

restarted when ever it was necessary... thought let me take a break or else lets give Server a break (Lol), called it a day.

Next day at work when i was telling my attempts to my collegue, when he tried connecting to the server OMG It worked fine (Lol) I believe installing Framework 2.0 could have helped...

If you have faced a similar scenario please share us your solutions :)

Regards
Fauzi ~4Z