Está en la página 1de 2

Essbase Configuration File Settings

;*************These settings should be part of every client .cfg file***********


********
;//This will enable spreadsheet log tracking for each database; resets with BEGI
NARCHIVE/ENDARCHIVE;
SSAUDITR
;//This treats #No Access cells as the same as #Missing in the Spreadsheet inter
face
SUPNA ON
;//In the rare instance that someone is using Essbase currency module, this sett
ing MUST be there;
CCTRACK FALSE
;//Available in 7.1.2, this turns of outline query messages in the log files (wh
ich are of no value)
SILENTOTLQUERY TRUE
;//Sets maximum # of rejected records in data load process to max of 65K (vs def
ualt of 1K)
DATAERRORLIMIT 65000
;//Prevents rejected records past 65000 from being written to essbase logs;
NOMSGLOGGINGONDATAERRORLIMIT TRUE
;//Creates delimited log files, allowing for easier parsing and analysis;
;//If you CANNOT view a log file in the Event log via EAS, then comment these tw
o lines outl
;//Commented out since this does not work for Essbase 9.2.0.2
;DELIMITEDMSG TRUE
;DELIMITER *
;*************Optional Performance related settings - values to be tuned at clie
nt*******************
;//Specifies the network request delay time and retry count
NETDELAY 2000
NETRETRYCOUNT 1500
;//Sets the max # of spreadsheet rows that can be processed BEFORE supression.
;//Default value is 250,000
SSPROCROWLIMIT 500000
;//Sets the maximum essbsae query time; NOTE - THIS WILL AFFECT REPORT SCRIPTS F
OR BATCH OUTPUT AS WELL.
;//There is no default value;
QRYGOVEXECTIME 300
;//Sets the maximum spreadsheet lock on blocks someone may have; default value i
s 1 hour (3600)
LOCKTIMEOUT 600
CALCLOCKBLOCKHIGH 500000
CALCLOCKBLOCKDEFAULT 250000
CALCLOCKBLOCKLOW 50000
CalcNoticeHigh 20
CalcNoticeDefault 10
CalcNoticeLow 5
CalcCacheHigh 199229440
CalcCacheDefault 104857600
CalcCacheLow 52428800
;Specifies whether single thread per stage of data load
;processing is used or uses thread values specified in config
;settings
DLSINGLETHREADPERSTAGE FALSE
DLTHREADSPREPARE 4
DLTHREADSWRITE 3
;//Set these values to true if you are getting crashes or have poor performance
on parallel calcs
MultipleBitmapMemCheck TRUE
;ParCalcMultipleBitmapMemOpt TRUE

;//For Essbase 6.5.4.2 clients, or those with poor dynamic calc performance, the
following values
;//should be turned on.
;CALCREUSEDDYNCALCBLOCKS FALSE
;CALCDYNREUSE FALSE
DYNCALCCACHEMAXSIZE 100M
;Applies only to aggregate storage databases. Used to specify the size of the me
mory cache available to the outline paging feature.
; Default value is 8192 KB (8 MB); max is 500 MB;
; OPGCACHESIZE 12288
;*************Advanced settings - Essbase Agent; do not use unless given directi
on*******************
;//Specifies how many threads the Agent may spawn;
;//Default value is 5;
;AGENTTHREADS 25
;//Specifies the maximum number of threads the Analytic Server can spawn to allo
w the first connection to an application and database, negotiated between the Ag
ent and server
; Default value is 1; max should be <= AGENTTHREADS
;AGTSVRCONNECTIONS 10
;//Specifies the number of seconds an Agent thread waits to perform a specific a
ction.
;//Default value is 20;
;AGENTDELAY 60
;//Sets a limit on the number of user sessions that can be connected to the Anal
ytic Server at any one time.
;//Default value is 10,000
;MAXLOGINS 50000
;//Potentially turn off if Transparent partitions are returnning incorrect resul
ts;
;//Default value is TRUE
;GRIDEXPANSION FALSE
;*************Advanced settings - Essbase Appplications; do not use unless given
direction*******************
;//Overrides the default value for the number of threads that applications may s
pawn.
;//Default value is 20; max is 500, or whatever the O/S can handle memory wise;
;SERVERTHREADS Sample 50
;//Optimizes queries using a transparent partition for an ASO database that is i
dentical to its BSO target in the part. area;
;TARGETASOOPT ASOSamp TRUE
;//Optimizes queries using a transparent partition via DTS when source and targe
t time dimensions are identical;
;TARGETTIMESERIESOPT
;//Delays freespace recovery after an application crash; ideally, if we defrag,
should never need to turn this on;
;DELAYEDRECOVERY Sample TRUE

También podría gustarte