The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Samwise
OneStream Employee
1 year agoHaving 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 br...
- 1 year ago
Sorry Community, Wrote to soon. My adapter worked finally when
a) ServiceFactory defined at the workspace level
b) Adapter rule definition:
{Workspace.Current.WS}{GetGraphDT}{Layout=[~!LayoutNum!~]}
GetGraphDT is my function name in the DataSetService.
DanielWillis
1 year agoValued Contributor
Haven't time to read your post in detail now but just thought I'd share this since I had it open. Syntax for calling data set BR in a workspace
From the "Workspace & Assemblies" webinar
- WernerN1 year agoContributor II
Thanks for your post Daniel,
in your assembly example, what would filename be? the assembly name or the service name? I have tried both and neither seems to work.- WernerN1 year agoContributor II
Sorry Community, Wrote to soon. My adapter worked finally when
a) ServiceFactory defined at the workspace level
b) Adapter rule definition:
{Workspace.Current.WS}{GetGraphDT}{Layout=[~!LayoutNum!~]}
GetGraphDT is my function name in the DataSetService.