Dimodelo Shift is the on-premise extract engine Dimodelo uses to do the “Extract and Load” part of the ELT. It is designed to run close to the source, and save cloud costs by implementing a hybrid cloud ELT methodology.
Dimodelo Sift runs as a simple Windows Service. The Windows service implements authenticated web API that is called by Dimodelo to execute Extract tasks.
For trial purposes, you can set up the Windows Service on your local PC, or PC where Dimodelo Architect is installed. In production, its likely Dimodelo Shift is installed on a server and can share the server where a source database server is installed.
Install Dimodelo Shift
net user userName password /add
icacls "C:\Dimodelo" /grant userName:(OI)(CI)WRX /t
sc create DimodeloShift binPath= "C:\Dimodelo\Shift\DimodeloShift.WebApi.exe" obj= "userName" password= "password" start=auto
sc start DimodeloShift
Open the Services application, Find the DimodeloShift service. Ensure its running. Right-click and click properties. Sometimes you need to re-enter the password. This will cause the service account to be granted the authority to run unattended services.