select * from EAP_HoldRowAuth
定位到的问题是functionauth数据错误。
/****** Script for SelectTopNRows command from SSMS ******/
SET IDENTITY_INSERT [UFTData814332_000001].[dbo].[Eap_ReportCarriedItem] on;
insert into [UFTData814332_000001].[dbo].[Eap_ReportCarriedItem]([ReportName]
,[ItemType]
,[ItemKey]
,[Position]
,[IsSystem]
,[MustDisplay]
,[Display]
,[DisplayName]
,[DisplayValue]
,[ShowIndex]
,[ColumnName]
,[id]
,[ExpressionName]
,[FilterItemID]
,[ideap_reportsolution]
,[CreatedTime]
,[Width]
,[dtoprop]
,[RefDtoProp]
,[DefItemTitleExpression]
,[SourceExpression])
SELECT [ReportName]
,[ItemType]
,[ItemKey]
,[Position]
,[IsSystem]
,[MustDisplay]
,[Display]
,[DisplayName]
,[DisplayValue]
,[ShowIndex]
,[ColumnName]
,[id]
,[ExpressionName]
,[FilterItemID]
,[ideap_reportsolution]
,[CreatedTime]
,[Width]
,[dtoprop]
,[RefDtoProp]
,[DefItemTitleExpression]
,[SourceExpression]
FROM UFTData220484_000999.[dbo].[Eap_ReportCarriedItem]
SET IDENTITY_INSERT [UFTData814332_000001].[dbo].[Eap_ReportCarriedItem] off