Novell ADMINSTUDIO 9.5 User Manual page 1185

Hide thumbs Also See for ADMINSTUDIO 9.5:
Table of Contents

Advertisement

SELECT [fs].[RowID], [ft].[RowID], [ft].[PkgRowID_],
[ft].[FileName], [cs].[Component], [ct].[Component],
[cs].[ComponentId], [ct].[ComponentId], [fs].[Version],
[fs].[FileSize], [fs].[Language] FROM
INNER JOIN
[ft].[FileName] AND [fs].[Version] = [ft].[Version] AND
[fs].[FileSize] = [ft].[FileSize] AND [fs].[Language] =
[ft].[Language]) ) INNER JOIN [csmsiComponent] AS [cs] ON
[fs].[PkgRowID_] = [cs].[PkgRowID_] AND [cs].[Component] =
[fs].[Component_]) INNER JOIN [csmsiComponent] AS [ct] ON
[ft].[PkgRowID_] = [ct].[PkgRowID_] AND [cs].[ComponentId] <>
[ct].[ComponentId] AND [cs].[csFullPath] = [ct].[csFullPath] AND
[ct].[Component] = [ft].[Component_] WHERE
AND
Records returned =>(0)
Query Time =>(0.10 seconds)
Time taken to execute (ACE07) : 0.74 seconds
----------------------------------------------
ACE08
----------------------------------------------
SELECT [cs].[Component] AS [SrcComponent], [fs].[RowID] AS [SrcRowID],
[ft].[RowID] AS [TargetRowID], [ft].[PkgRowID_] AS
[TargetPkgRowID], [fs].[Version] AS [SrcVersion],
[fs].[FileName], [cs].[csFullPath], [ct].[Component] AS
[TargetComponent], [ft].[Version] AS [TargetVersion] FROM
(([csmsiFile] AS [fs] INNER JOIN [csmsiFile] AS [ft] ON
[fs].[FileName] = [ft].[FileName]) INNER JOIN [csmsiComponent]
AS [cs] ON [cs].[PkgRowID_] = [fs].[PkgRowID_] AND
[cs].[Component] = [fs].[Component_]) INNER JOIN
[csmsiComponent] AS [ct] ON [cs].[ComponentId] =
[ct].[ComponentId] AND
[ft].[PkgRowID_] AND [ct].[Component] = [ft].[Component_] AND
[cs].[csFullPath] = [ct].[csFullPath] WHERE
[fs].[PkgRowID_] = 5 AND [ft].[PkgRowID_] IN (4) AND
([fs].[Version] <> [ft].[Version] OR ([fs].[Version] IS
NULL AND [ft].[Version] IS NOT NULL) OR ([ft].[Version]
IS NULL AND [fs].[Version] IS NOT NULL))
Records returned =>(0)
Query Time =>(0.09 seconds)
Time taken to execute (ACE08) : 0.73 seconds
AdminStudio 9.5 User Guide
Chapter 13: Identifying and Resolving Application Conflicts Using ConflictSolver
[csmsiFile] AS [ft] ON ( [fs].[FileName] =
[ft].[PkgRowID_] IN (4)
[ct].[PkgRowID_] =
ADS-0950-UG00
(([csmsiFile] AS [fs]
[fs].[PkgRowID_] = 5
Application Conflict Evaluators (ACEs)
1185

Advertisement

Table of Contents
loading

Table of Contents