Having issues running service factory assembly across maintenance units within the same Workspace
I am trying to configure a data adapter through the service factory. The assembly containing the services factory is on another maintenance unit. The assembly is WsasFactory and when attempting to bring the data set into an adapter it can't seem to find that object reference to the assembly.
The assembly and service factory are configured on each maintenance unit and workspace as shown: MyAssembly.WsasFactory
When attempting to bring it into the data adapter I have tried using...
{WSMU}{MyDataSet}{}
{WS}{MyDataSet}{}
{Workspace.Current.WS}{MyDataSet}
Yet, I keep getting this error for each reference shown above - Error processing DataSet 'MenuNavPM'. Unable to find the Workspace Assembly Service Factory class for name 'WSMU' in Workspace
Is there a reference special for using the service factory between maintenance units I am missing?