Problem with registering SCSM Data Warehouse

Michal 196 Reputation points
2021-11-17T11:30:31.293+00:00

Hello,

I have situation where there was SCSM installed but without Data Warehouse.
Recently I installed Data Warehouse but I can't register it with SCSM.

I tried in console - during initial connection everything went ok, I selected account with correct permissions but on last step I got error with something like "No such host found"

Then I tried to register it using powershell command register-scdwsource which kind of worked, I can see 2 connections:

![150185-image.png]2

After 12 hours nothing has changed regarding Console, I don't see any additional tabs related to Data Warehouse, when I try to register it from Console now I get information that connection to Data Warehouse already exists.

My only guess is that former employee reinstalled SCSM on new server, but i found some old entries on DW database

150188-image.png

I'm not sure if it's safe to modify these tables nor if there is more wrong values like that.
Also I tried to unregister this connection from powershell by using command:

Disable-SCDWSource -DataSourceTypeName 'ServiceManager' -DataSourceName 'SCSMMGN' -ComputerName 'SVMADSSCSMDW01' -Credential $cred

It throws exception:
150201-image.png

Can you please help me with this query?
Thank you in advance.

Service Manager
Service Manager
A family of System Center products for managing incidents and problems.
210 questions
0 comments No comments
{count} votes

Accepted answer
  1. Michal 196 Reputation points
    2021-11-22T14:43:37.097+00:00

    I ended up changing old reference is ServiceManager DB [DWStagingAndConfig].[dbo].[MT_Microsoft$SystemCenter$ResourceAccessLayer$SdkResourceStore]

    And reinstalling whole Data Warehouse, now it works.

    0 comments No comments

0 additional answers

Sort by: Most helpful