Recent Discussions
Running Validate and Load Steps for Multiple Years
Hi everyone, We are uploading portions of our budgets in Excel templates across multiple years. The data is imported across all the years in one shot, but the validate and load steps need to be run year by year if imported through the workflows we have set up. Does anyone know if there is a way to execute the validate and load steps across multiple years through a rule? I know we can use the batch harvest folders, but we're hoping to keep the workflow steps as close to those used in other processes as possible. Thanks, JamesJames32113 hours agoNew Contributor9Views0likes0CommentsIs there guidance on the setting for the number of parallel executions for Harvest Batch Loads?
When using the BRAPi.Utilities.ExecuteFileHarvestBatchParallel function in an Extender BR, does anyone have any guidance and/or opinions on the proper setting of the parallelBatchCount parameter? My understanding has always been to set it to a maximum of the number of CPUs - 1 , available for the server performing data management or batch load processing.87Views0likes1CommentUse 2 fields to determine dimension value in datasource
Hi all, I need to set up a complex expression to assign a specific value to the U6 dimension based on 2 source fields. Below part of the list of those source fields. The code I set up for the complex expression is the following: Dim fields As List(Of String) = api.Parser.DelimitedParsedValues() Brapi.ErrorLog.LogMessage(si, "Field count (List.Count): " & fields.Count) If fields.Count > 4 Then Dim loadedAccount As String = fields(4) Brapi.ErrorLog.LogMessage(si, "loadedAccount: '" & loadedAccount & "'") If Left(loadedAccount, 2) = "00" Then Return Right(loadedAccount, 8) End If Else Brapi.ErrorLog.LogMessage(si, "WARNING: only " & fields.Count & " fields; skipping Account logic") End If Every time I launch the loading process, however, it prints the WARNING message for all the rows, as if it didn't find any source field. Am I doing something wrong / is there an alternative way to retrieve the fields values that I am not considering? Thank you for the help!fc5 days agoContributor28Views0likes3CommentsAutomating Data Access from OneStream to Snowflake: Exporting Financial and Master Data
How to configure the OneStream system to push the transaction and master data (dimensions) to Snowflake without manual intervention? I need step-by-step Info how to pull data from Snowflake into OneStream.Sibi_S9 days agoNew Contributor369Views0likes4CommentsOneStream and D365 Integration
Hi everyone, I'm currently working on integrating OneStream with Dynamics 365 (D365) and would love to hear about your experiences. Specifically, I'm interested in knowing which connector you used for the integration. Did you opt for OData, Synapse Link, or another method? Any insights, tips, or recommendations would be greatly appreciated! Thanks in advance!KristenB2750112 days agoNew Contributor44Views0likes1CommentSwitch - sign to first position in SAP connector
The query from SAP is currently returning the negative sign in the last position of a cell. ex. 20.56- when it should be -20.56 Is there an SAP function I can add to the SAP connector solution that would place the - in the first position and how would I achieve this in OneStream?Samwise21 days agoNew Contributor II46Views0likes0CommentsSIC w/ v9
Does anyone know if the Smart Integration Connector is FedRamp complaint with OneStream v9? Thanks.Dwight2 months agoNew Contributor20Views0likes1CommentHow to reopen a closed workflow in v8.4.1?
I am the admin for the application. I dont find any button to closed/reopen workflow at v 8.4.1. BUT we do have a workflow closed without any reasons and I cannot reopen it. Anyone have any ideas on this? Thank you.michaelkeung2 months agoNew Contributor III26Views0likes1Comment