Error with OnCreating Server-Side Event Handler

C

Charl

I created my own Project Server Event Handler specifically to catch the
OnCreating and OnCreated event so that the MOSS administrator can be notified
when a new web site is created.
Unfortunately the following error always triggers when I try to create a new
projects web site through Microsoft Office Project 2007.

PSError: GeneralActionCanceledBecauseServerEventServiceProblem (22002)
Action cancelled because of a problem with the Project Server Event Service.
Event that was cancelled: WssInteropWssWorkspaceCreating.

I managed to get all the other events to trigger like OnPublishing so I know
it has nothing to do with my assembly or registration thereof.

Any assistance would be appreciated.
 
S

Stephen Sanderlin

I would recommend that you either write status messages to the ULS log
or use debugging (remote or local) to step through your event handler to
figure out where it is failing. This is discussed in the SDK. Without a
more useful error, there's not much we can do to help.

--
Stephen Sanderlin
Principal Consultant
MSProjectExperts

For Project Server Consulting: http://www.msprojectexperts.com
For Project Server Training: http://www.projectservertraining.com

Read my blog at: http://www.projectserverhelp.com
Join the community at: http://forums.epmfaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top