|
发表于 2014-5-21 22:27:13
|
显示全部楼层
You would combine CellIsUpdatable with AsciiOutput. You can look both of these up in the Reference guide. Also you could include dimix / ElLev checks for each dimension to find where the error is. You'd combine CellIsUpdatable with checks I just mentioned when writing to a cube as well. When writing to a cube you can combine the control dimension }processes with a string reference dimension. So say for example the reference dimension contained 1,2,3, etc you can increment it every time your errors reaches the number of elements within the dimension. You can also expand the cube to include the likes of time executed and a few other things depending on what you want to display.
As Duncan mentioned this only covers minor errors. You can cover major errors by executing the main process from a wrapper process. ExecuteProcess returns an error code that you can in turn use to either export to flat file or write back to your cube.
I hope this helps,
Jim. |
|