Skip to main content
Member
May 19, 2026
Solved

Error calling a Workspace Business Rule from a different Workspace (Data Management Step)

  • May 19, 2026
  • 2 replies
  • 44 views

Hello, I am trying to run a Business Rule located in a specific Workspace (VentaNeta) from a Data Management Step that lives in the Default Workspace.

According to the OneStream documentation for cross-workspace references, the syntax should be:
Workspace.MyWorkspaceNameOrNSPrefix.MyWsAssemblyName.MyShortBRName

In my case, I configured it as:
Workspace.VentaNeta.VN_Cube.ExtenderHelper

However, when running the Data Management Sequence from the Default Workspace, it fails with this error:
"Error processing Data Management Step 'GenerateUnassignedClientes'. Business Rule 'Workspace.VentaNeta.VN_Cube.ExtenderHelper' is invalid."

Here is the strange part: If I move this exact same Data Management Step inside the VentaNeta Workspace and change the syntax to use Workspace.Current, it executes perfectly:
Workspace.Current.VN_Cube.ExtenderHelper

Configuration details for the VentaNeta Workspace:
Workspace Name: VentaNeta
Namespace Prefix: VentaNeta
Is Shareable Workspace: True

My goal is to keep this DM Step inside a master sequence in the Default Workspace.

Has anyone seen this behavior before? Does the "MyWsAssemblyName" token resolve differently when called externally versus using Workspace.Current? 

Any help would be greatly appreciated!

 

Best answer by sameburn

Hi ​@GerardoGoar 

I just tested this use case on v900 and I can replicate.  I would recommend raising this directly with Support to further investigate

Thanks

Sam

2 replies

Member
July 31, 2026

I am getting the same error.  Which version of OneStream are you using?  We are currently using 9.2.1.18605.  I wonder if this is a bug.

Regards,

Tom

sameburnAdvisorAnswer
Advisor
August 5, 2026

Hi ​@GerardoGoar 

I just tested this use case on v900 and I can replicate.  I would recommend raising this directly with Support to further investigate

Thanks

Sam