EMU-CFE / CanvasDataViewer

CanvasDataViewer is used to automatically download Canvas Data files into a SQL Server database where you can query and analyze the information.
29 stars 8 forks source link

Stuck Step #8 | The module will still be created; however, it cannot run successfully until the object exists #32

Open cotitto opened 3 years ago

cotitto commented 3 years ago

Hi Team, just wondering, has anyone experience this issue while executing Step 8?

(1 row affected) The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_00_CreateCanvasDataTableFields'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_01_CreateImportTables'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_02_LoadImportTables'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_03_CreateProductionTables'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_04_LoadProductionTables'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_05_DropImportTables'. The module will still be created; however, it cannot run successfully until the object exists. The module 'CanvasData_General_TableBuild' depends on the missing object 'dbo.CanvasData_General_TableBuild_06_CreateIndexes'. The module will still be created; however, it cannot run successfully until the object exists.

Running on SQL Server 2019

Any guidance is much appreciated.