L
L
lrv2018-05-18 16:43:38
Windows
lrv, 2018-05-18 16:43:38

How to create assembly from dll?

Good afternoon.
Created an integration package that processes the cube. Debugging in VS went well, after the deployment I launched its execution directly on the Core (Integration Services Catalog). The execution failed and gave an error that the file Microsofr.AnalysisServices.AdomdClient UI version 13 was not found.
It was useful to watch win + r -> assembly -> execute. Indeed, the assembly has only 12 and 11 versions. Okay, let's install MS SQL 2017.6 - it didn't help, the assembly didn't appear. I downloaded the 13.0 library, but how to build an assembly from it - xs. I think to demolish Windows already ...
Maybe someone knows how to overcome this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2018-05-18
@lrv

There is a primitive, oak solution on vbs:

Dim dsoServer
Dim dsoDB
Dim dsoCube
set dsoServer = CreateObject("DSO.Server")
dsoServer.Connect "имя или адрес сервера"
Set dsoDB = dsoServer.MDStores.Item("имя")
Set dsoCube = dsoDB.MDStores("имя куба")
dsoCube.Process 1
dsoServer.CloseServer

well, kick it all like this "C:\WINDOWS\SysWOW64\wscript.exe C:\path to the vbs script" for example from the standard windows scheduler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question