Hi,
We are trying to add a new module and found it won't load. If we change the module_#= for the ospace in opentext.inin, then it would load but the other ospace which we traded values with would not load. For example, here's a snippet of the [Modules] section of opentext.ini:
module_97=xmldsp
ospaces_xmldsp={'xmldsp'}
xmldsp=_3_0_1
module_98=xmlwfic
ospaces_xmlwfic={'xmlwfic'}
xmlwfic=_3_0_1
module_99=ajax
ospaces_ajax={'ajax'}
ajax=_1_0_0
module_100=mphoto
ospaces_mphoto={'mphoto'}
mphoto=_1_0_0
ospaces_calendar={'calendar'}
calendar=_3_7_2
module_101=calendar
module_102=recman
ospaces_recman={'recman','hold','genclass','provenance','rmwebservice'}
recman=_3_9_0
module_103=services
services=_9_7_1
ospaces_services={'service','collaborationservice','configservice','docmanservice','memberservice','searchservices','workflowservice'}
module_104=webconfig
webconfig=_1_0_0
ospaces_webconfig={'webconfig','llconfig'}
module_105=recmansecurity
ospaces_recmansecurity={'recmansecurity','rmsecwebservice'}
recmansecurity=_4_2_1
module_106=oi
ospaces_oi={'oi','oiagent'}
oi=_6_1_0
module_107=oe
ospaces_oe={'oe'}
oe=_6_1_0
The oe and oi modules would not load but if we trade the module_# values with xmldsp and xmlwfic, the oe and oi ospaces load but not the xmldsp and xmlwfic ospaces. I'm trying to get a hard confirmation that there is a limit to the number of ospaces Livelink can load.