ContributionsMost RecentMost LikesSolutionsRe: Process Cube automation Aha, so you are using a no calculate and running a dm job from it. I'm don't know whether there is a process which can get the status of an already running task that was not initiated within the rule...Re: Process Cube automation All those process return a task activity item which you can check for status. I would do it as a for loop to wait till the status becomes successful after the calc execution. Re: Cannot access the file because it is being used by another process Is your step an export data step, or is this a custom business rule? If it is the export data step, you don't need to include all that in the file share file name since by default DM exports go to [S...Re: FdxExecuteCubeView cannot export dynamic calculations in V#Annotation The Include Text column parameter helps you get the cell-level annotation only, which means the Data Attachments that are there for the cell. I haven't seen it retrieve data from V#Annotation. I know...Re: Is it possible to retrieve values of additional options from the data management export step? What are you trying to achieve with this? Re: Can ERP transactional data be loaded into OS? Since a lot of people are telling you not to do it, doesn't that mean something? :) Just because it uses SQL Server behind the scenes, it doesn't mean that it can be a warehouse. Yes, there are ways ...Re: Execute Custom Calculate BusinessRule - Server Timout That could be your issue; Brapi uses the database, so not sure why that approach is taken. You can still pass parameters to a DM sequence even if it is started from a dashboard extender. You creat...Re: Is it possible to extract(as xml) a Maintenance Unit and it's components using extensibility rule? You will have to go one by one and get everything under that maintenance unit. All items will get you all the maintenance units. You can then probably edit the XML and get what you want. But if it is...Re: Execute Custom Calculate BusinessRule - Server Timout Isn't that running a DM sequence? DM sequence does it as a dataunit. Check if the data units are sparse or not. Re: Mass modification of a Metadata member attribute Not in front of a system now. But if the property tag is in the XML, then you need all the tags inside it for it to work. If you don't have that, then every property will be reverted to their default...