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

MaxL - Alter Database Set

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

Summary

MaxL - Alter Database Set

Content

I have a maxl script like this:

login 'username' 'password' on server;

alter database sample.basic enable aggregate_missing;
alter database sample.basic set index_cache_size 104857600;
alter database sample.basic set data_cache_size 314572800;

logout;

And I got the following result:

MAXL> alter database sample.basic enable aggregate_missing;

OK/INFO - 1056023 - Database sample.basic altered.

MAXL> alter database sample.basic set index_cache_size 104857600;

ERROR - 1056816 - No message for message #1056816 in message database.

MAXL> alter database sample.basic set data_cache_size 314572800;

ERROR - 1056816 - No message for message #1056816 in message database.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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