Objects that are shared in the Analysis Service


In some cases, two or more Analysis Units may share objects and components in the Analysis Service that belong to the same analyzed project, or two or more analyzed projects may share components or objects in the Analysis Service

Some technologies support sharing, others do not. This page lists various technologies and provides an explanation of how they handle object sharing in the Analysis Service.

ASP
  • Objects are shared at folder and file level only if the root paths are identical in each job.
  • If the file is located outside the root path, then it is only shared by the full path.
ASPX
  • Objects are shared at folder and file level only if the root paths are identical in each job.
  • If the file is located outside the root path, then it is only shared by the full path.
C#
  • External assemblies and COM components are automatically shared by name without taking into account different versions.
Java
  • Objects are shared if the file name and path is identical.
J2EE
  • Objects are shared at folder and file level only if the root paths are identical in each job.
  • If the file is located outside the root path, then it is only shared by the full path.
T-SQL
  • No objects or components are shared.
PL/SQL
  • No objects or components are shared.
VB / COM
  • ActiveX items are shared by name without taking into account the ActiveX version.
VB.NET
  • External assemblies and COM components are automatically shared by name without taking into account different versions.

CAST Website