You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Mysterious ASO.

edited Aug 2, 2018 2:36AM in Essbase 5 comments

Summary

Mysterious ASO.

Content

I have a ASO cube in which I load data via a rule file. When I execute the rule file through EAS the job finishes in an hour and takes 3 gb of space. When I execute it via MAXL through a Job Scheduler it takes up close to 100 gb of space and up to upto one and half hour. Any tips would be greatly appreciated.

 

spool stdout on to "--log.txt";

spool stderr on to "-err.txt";

echo Load Data to DB: $9.$10 from rule: $13 on: $3;

set column_width 40;

login $1 $2 on $3;

 

 

alter system load application $9;

 

 

import database $9.$10 data

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!