How to show metadata DB path for Microstrategy?

You can find the path info in registry (HKEY_LOCAL_MACHINE\Software\Wow6432Node\MicroStrategy\Data Sources\CastorServer) and it is in the Location object.

I prepare a simple PowerShell script to get info:

get-itemproperty -path "HKLM:\Software\Wow6432Node\MicroStrategy\Data Sources\CastorServer" | select-object Location

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.