Thanks Appnair
Below are ini file details
[options]
WantDirectFetch=FALSE
wantIcons=TRUE
errorMessageWantDebugInfo=FALSE
categoryNumToUpgrade=5
wantExtranet=FALSE
wantSummaryTimings=TRUE
MaxOpenSessions=100
wantLAPI=TRUE
maxRightsString=250
wantByteServing=FALSE
wantDistributedSupport=FALSE
wantLogs=FALSE
wantSearch=TRUE
wantSearchLogs=FALSE
wantSecureCookies=FALSE
wantTimings=FALSE
wantVerbose=FALSE
wantWeb=TRUE
EnableAgents=TRUE
EnableAgentsTrace=FALSE
EnableAgentsTestAll=FALSE
EnableNotification=TRUE
wantAdminServer=FALSE
wantDev=FALSE
wantDumps=FALSE
wantMotDebug=TRUE
wantDebugSearch=TRUE
wantWebnodePreload=TRUE
serverDown=FALSE
showWidgets=TRUE
wantDebug=FALSE
warnSPS=TRUE
purgeAdminTrash=TRUE
wantHTMLView=TRUE
ObjectRankEnabled=TRUE
ILK=TRUE
wantScuttle=TRUE
warnMD=TRUE
[Lang_en_US]
InputDateFormat=%m/%d/%Y
InputDateSeqFormat={1,1,2,1,'/','/'}
InputTimeFormat=%I:%M %p
LongDateFormat=%d-%b-%Y
LongDateSeqFormat={2,2,2,1,'-','-'}
LongTimeFormat=%I:%M %p
ShortDateFormat=%d-%b-%Y
ShortDateSeqFormat={2,2,2,1,'-','-'}
ShortTimeFormat=%I:%M %p
UserNameDisplayFormat=2
LL_ENCODING=UTF-8
LL_MULTIBYTE=TRUE
LL_INTLSTRINGS=TRUE
HTMLCharset=UTF-8
ENV_NLS_LANG=.AL32UTF8
LL_LC_COLLATE=English
[scheduleactivity]
4102=0
4101=0
4100=0
9001=0
1000=0
4000=0
8900=0
8999=0
9000=0
3502=0
3601=0
8000=0
2990=1
2991=0
2992=0
2993=0
2994=0
2995=0
2996=0
2997=0
2998=0
2999=0
12020=0
12021=0
[InterestsProfile]
EventNo=10000
[Client]
StrictClientParse=TRUE
ReceiveBeforeSend=TRUE
[dateformats]
InputDateMinYear=1990
InputDateMaxYear=2027
TwoDigitYears=FALSE
WantTimeZone=TRUE
SeparateCentury=FALSE
[report]
objectSubTypes={ 299, 215, 202, 206, 204, 144, 0, 140, 207, 130, 1, 131, 136, 400, 223, 230, 208, 128, 335 }
[Attributes]
AttributeMaxRows=50
[loader]
load=sockserv;javaserver;
We have OI in a particular server xxx.yy.com which has 8 loads ie.
/livelink/load1
/livelink/load2
/livelink/load3
/livelink/load4
/livelink/load5
/livelink/load6
/livelink/load7
/livelink/load8
load5 is set up for OI, Is it right to restart llserver under load5 if we do any ini file changes?
I verified in the Database that the 2990 agent is the only one and that it’s showing enabled as well:
select * from agentschedule where agentid in
(2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 2999);
Thanks