Options

Object Could Not Be Documented DocumentationEngine

ccroweccrowe Posts: 3
edited August 13, 2008 7:31PM in SQL Doc Previous Versions
I am using 1.3.0.596

I am getting a lot of these errors while trying to document a database.

Object Could Not Be Documented DocumentationEngine

Here is one function that fails:

USE [ISSeverity]
GO
/****** Object: UserDefinedFunction [dbo].[ToLocalTime] Script Date: 08/14/2008 11:26:02 ******/
ALTER FUNCTION [dbo].[ToLocalTime](@DT [datetime], @TargetTimezone [nvarchar](128))
RETURNS [datetime] WITH EXECUTE AS CALLER
AS
EXTERNAL NAME [TimeZoneInformation].[TimeZoneInformation].[ToLocalTime]

SQLDOC.png

I just upgraded from version 1.2 which also did not like this DB.

chris
Sign In or Register to comment.