ContributionsMost RecentMost LikesSolutionsRe: 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? Re: BR works when run manually, but not through Task Schedule But as rhankey pointed out you are referencing variables set elsewhere in your code so it be useful to see how you are setting these otherwise without that context it's difficult to help you out Re: BR works when run manually, but not through Task Schedule Is that all of your code? Re: Schedule Financial reports to run overnight. For this requirement take a look at the OneStream Parcel Service solution available on Solution Exchange which can be used in conjunction with Data Management to schedule report snapshots Re: Load XML Files with DM Jobs Hi, Context is a wonderful thing. That question is similar to 'How long is a piece of string?' 🙂 If you provide more context to what you are trying to do you are far more likely to illicit a use...Re: OLEDB positional parameters with a WHERE IN clause If you want to code a better technical solution maybe peruse the following article which is a good reference for parametrizing queries properly ... SELECT Like a Boss With Query Parameters - OneStre...Re: Fetching text property by time Hi, When you say performance is not good, what do you mean can you quantify? Also can you paste the code snippet you are using and is proving to be inefficient? Re: Multi year worflow load In terms of a workflow the least granular input frequency is Yearly. If you don't want the hassle of loading each year in the workflow then you can have a number of options. Use a Matrix data source...