Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
EventReporting/Subsystem database compatibility
ShovelFace
Win2003 SP1
TS 6.7.1
If I understand correctly, SQL Server 2000 is supported, but SQL Server 2005 requires manual intervention to get event reporting and the event subsystem to write to it? If I am off-base, can someone please elaborate?
SF
Find more posts tagged with
Comments
Migrateduser
That is correct. Basically the installer is setup to handle only the jdbc drivers that ship with SQLServer 2000 (i.e. when configuring against SQL Server it explicitly looks for the following files and copies them over to the included classpath, msutil.jar, msbase.jar and mssqlserver.jar). These work against SQL Server 2005 but only if the database and teamsite is on the same machine.
So in order to configure against SQLServer 2005 we have to do it manually without the aid of the installer.
ShovelFace
Nice, thanks for the response.