SYMPTOM:
After restoring a metadata from an Access file to MS SQL Server and trying to configure the Strategy Intelligence Server, the following error occurs when trying to configure a server definition via the Strategy Configuration Wizard:
option:ACCESS_TRANSACTION_HACK - invalid attribute/option identifier
STEPS TO REPRODUCE:
Follow the steps below to reproduce this issue:


CAUSE:
This is because the original metadata was created using a different database type. Database type is stored in the 'DSSMDSYSPROP' table in the metadata, as shown below:

This value is not changed when the tables are restored on the MS SQL Server. In general, project duplication is the only supported way to move metadata from one database type to another.
ACTION:
Follow the steps below to resolve this issue:

KB418073