April 3, 2011 at 10:47 pm
Yeah, I had the same problem with SQL Server 2008 R2 as I wasn't able to add or edit an existing job. Well, I guess that's a bug:w00t:
Here is the fix for it from Microsoft:
http://support.microsoft.com/kb/2315727
Cheers
May 16, 2011 at 7:48 am
I ended up having to unregister and reregister all DLL files in that directory.
Cheers
March 7, 2012 at 3:45 pm
See post 4 in this thread and change Program Files\Microsoft SQL Server\90\DTS\binn 90 to 80 if this is SQL2K. I have a tool that lets me unregister and reregister one or more files at a time instead of using regsvr32 for each individual file. You could create a batch file using something like dir *.dll /b > c:\tmp\list.bat. That will create a file with a bare list of dll files so just place regsvr32 -u in front of each file name. Run that to unregister then use the replace function to get rid if the -u and rerun the file to register. My issue was not solved by reregistering a single dll. I did the whole directory.
June 12, 2012 at 12:08 pm
I had the same issue and restarting MSSMS fixed it..
Cheers,
John Esraelo
Viewing 5 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply