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
FabioG
1 year agoContributor II
Using Assembly's XFBRs
Hi all, I'm in trouble in using an XFBR from an Assembly, inside a Data Adapter. I've just discovered that it's possible to use the XFBR function as part of a SQL Command, like this: SELECT * FROM...
- 1 year ago
Do you get a more interesting error in the error log?
You can also try putting your XFBR in a parameter and using that in your data adapter. I think i've always done that.
You can also move your SQL/data source to a data adapter rule in your service factory.
DanielWillis
1 year agoValued Contributor
Not sure if same but I had a similar instance where it was looking in Default workspace and I couldn't see any logical reason for it to do so. It also seemed to happen after actually working for some time. I chalked it up to a bug and just had to work around it at the time by not using the "WS" shortcut and instead using a direct reference (using the assembly name)