Question

We have a WSS 2.0 site that's auto approving documents as they are inserted into the library. you can see more about this situation at my other question: Link

One of the commenters mentioned I look for event receivers, workflows, or timer jobs. My question is in WSS 2.0, how can I determine what if anything happens when a document is inserted? How can I check if an event receiver is attached to a list? A workflow? (though I read there are no workflows in WSS 2.0) Other possibilities?

Is there a place where events are registered, or something of that sort?

Thanks, Chris

Was it helpful?

Solution

It's been a while since I've worked with WSS 2.0/SharePoint 2003 but what I remember is the ONLY event receivers that were possible were for document libraries. And I think there was a box under document library settings and then advanced settings where you put in the event receiver assembly. That's where I would look. There wouldn't be any eventreceivers for a list item because it couldn't be done in that version.

OTHER TIPS

You can use this free tool on CodePlex to check attached Event receivers,

http://speventreceiverman.codeplex.com/

I am not 100% sure if it will work on SP 2003 or not but work giving it a go.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top