Archive for the ‘maxl’ Category
Posted by jason on September 23rd, 2009 under automation, essbase, maxl, quick tips •
1 Comment
Due to various business requirements, I often find that one of the strategies I use for preserving point-in-time reporting functionality is to simply spin off a copy of cube. In many organizations, the Measures dimension in a financial cube (modeled on the chart of accounts) can be quite large — and a moving target. By [...]
Posted by jason on August 5th, 2009 under automation, essbase, maxl, performance, sql •
3 Comments
I’ve been wanting to write this post for awhile. Like, for months. Some time ago I took an in-depth look at profiling the performance (duration-wise) of an automated system I have. The system works great, it’s worked great, I don’t need to touch it, it just does its thing. This is the funny thing about [...]
Posted by jason on June 30th, 2009 under automation, essbase, maxl Tags: automation, essbase, maxl •
No Comments
There’s an automation trick I’ve been using for awhile that I like. Having talked about automation and such with other people at ODTUG this year, it seems that several people are using this technique or a variant of it on their own systems. Basically, the idea is that you want to be able to sync [...]
Posted by jason on January 27th, 2009 under automation, essbase, maxl Tags: automation, maxl •
No Comments
Did you know that you don’t have to run your MaxL automation on the Essbase server itself? Of course, there is nothing wrong with running your Essbase automation on the server: network delays are less of a concern, it’s one less server to worry about, and in many ways, it’s just simpler. But perhaps you [...]
Posted by jason on January 6th, 2009 under automation, dodeca, essbase, maxl, quick tips, sql Tags: autoation, calc, essbase, load, maxl, optimization, report •
No Comments
A very common task for Essbase automation is to move data from one cube to another. There are a number of reasons you may want or need to do this. One, you may have a cube that has detailed data and another cube with higher level data, and you want to move the sums or [...]
Posted by jason on December 26th, 2008 under automation, essbase, maxl, quick tips Tags: automation, essbase, maxl, scripting, tip •
No Comments
There are a lot of different ways to update your substitution variables. You can tweak them with EAS by hand, or use one of several different methods to automate it. Here is one method that I have been using that seems to hit a relative sweet spot in terms of flexibility, reuse-ability, and effectiveness. First [...]
Posted by jason on December 22nd, 2008 under automation, eis, essbase, maxl Tags: automation, essbase, esscmd, maxl •
No Comments
The Old In many companies, there is a lot of code laying around that is, for lack of better word, “old.” In the case of Essbase-related functionality, this may mean that there are some automation systems with several ESSCMD scripts laying around. You could rewrite them in MaxL, but where’s the payoff? There is nothing [...]