m2eerc configuration

0
Hi, I need some help in configuring the constants from the licence pool in the m2eerc file. After getting... ERROR: Could not find microflow constant definition for [LicensePoolManager.ServerConcurrentUserLimit, LicensePoolManager.ServerSpecifiedConcurrentUserLimit, LicensePoolManager.ServerSpecifiedNamedUserLimit, LicensePoolManager.ServerNamedUserLimit]. I have accessed the m2eerc file but not really sure how to set this up. I would be thinking that I had to do the following: LicencePoolManager.ServerConcurrentUserLimit: True Is the above correct? Help! LR.
asked
4 answers
0

This is correct, you should also to this for the following constants:

LicensePoolManager.ServerSpecifiedConcurrentUserLimit

LicensePoolManager.ServerSpecifiedNamedUserLimit

LicensePoolManager.ServerNamedUserLimit

answered
0

Add them under this section:

custom: # put microflow constants and other custom config here #Foo: Bar #Baz: [i,am,a,list] #"Module.Constant": text #"Administration.VariableConstant": bla

"LicencePoolManager.ServerConcurrentUserLimit" : "True" "LicensePoolManager.ServerSpecifiedConcurrentUserLimit" : "15"

etc.

answered
0

Thanks very much. regards, Luis.

answered
0

try using "true". And note that there should be a single space in front of LicencePoolManager...

answered