Hi FabioG ,
For these errors:
AND a.Cube LIKE 'XFBR(Workspace.MyActualWorkspaceName.MyActualAssemblyName, All2Like, Param=TEST)'
AND a.Cube LIKE 'XFBR(Workspace.Current.MyActualAssemblyName, All2Like, Param=TEST)'
I believe the syntax should be this for the XFBR service:
XFBR(Workspace.workspaceName.WS,MyStringFunction)
XFBR(Workspace.Current.WS,MyStringFunction)
If you are using the maintenance unit service factory, here is the syntax:
XFBR(Workspace.workspaceName.maintenanceUnitName.WSMU,MyStringFunction)
XFBR(Workspace.Current.Current.WSMU,MyStringFunction)
Hope this helps.
-Eric