ContributionsMost RecentMost LikesSolutionsRe: Workflow Import - Clearing cube data in v9 The issue is with the data in the file you are importing i.e. following transformation there are no valid data lines to load to the cube. You have to have a least one valid line of data. As you were ...Re: Database space control policies The stage tables are not cube data so will not impact data in your application if you remove but will impact the ability to drill down. Therefore you may only want to retain the stage data for a peri...Re: How to validate metadata in Journal on submit / post You will need to look at using the Journal Events Handler Extensibility Business Rule which will allow you to intercept the post / submit actions on a journal and perform any validation necessary Re: Help with moving/copying multiple csv files from file share to external shared Azure storage. If its Azure blob storage then SFTP can be enabled and then you can use the SSH.Net library to move data from OneStream to Azure. There are some examples in the OS SIC documentation of how to use SSH...Re: Transformation Rules - Possible Bug No ideas on why it's doing that but one workaround would be to run some SQL in the TansformationEventHandler BR which would Trim the values of the offending custom dimension Re: Running Validate and Load Steps for Multiple Years Hi, There is usually a way in OneStream🙂 If you think of how it can be done via the web UI that will give you a good starting point as you should be able to call the same functionality via the BRAp...Re: OneStream and D365 Integration Hi, I have done multiple integrations from OS with D365 as the source. I have used both the approaches you mention (OData & Synapse Link). However in the majority of cases OData has been the preferr...Re: Import parser on a Batch File Hi, Assuming the data source is the same for your manual load process and the automated batch load then they should function the same, no workaround required. All that the batch process is doing is...Re: Maximum Number of Source ID values Not that I'm aware of, it's just an identifier for segmenting distinct datasets in a single workflow Re: BR works when run manually, but not through Task Schedule Can you paste in the error log contents?