Hi All,
I am new to Oscript, I have create custom __init code to fetch data from kini table and load it in global variable, the code seems to be working fine when module is in unlock mode but if I close the builder and start the LL service, __init code is loggig error message as below:
Prg Assoc Error Msg: A<1,?,'AnyModuleInstalls'=true,'AnyUpgrades'=false,'APIError'=?,'ErrMsg'='This database has schema installed for module APPEARANCES, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module BESTBETS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module COLLECTIONS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module DC, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module DISTRIBUTEDAGENT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module INDEXOBJECT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module ITEMTEMPLATE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module MULTIFILE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module POLLING, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module PSTAGE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module RECOMMENDER, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module REPORT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module SEARCHSTATS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module STORAGEPROVIDER, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module UNDELETE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module WEBPROSPECTOR, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module WEBREPORTS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module WEBSYSTEMOBJ, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module WEBWORK, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\nThis database has schema installed for module XMLSEARCH, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect\n','ErrStrings'={'This database has schema installed for module APPEARANCES, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module BESTBETS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module COLLECTIONS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module DC, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module DISTRIBUTEDAGENT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module INDEXOBJECT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module ITEMTEMPLATE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module MULTIFILE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module POLLING, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module PSTAGE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module RECOMMENDER, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module REPORT, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module SEARCHSTATS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module STORAGEPROVIDER, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module UNDELETE, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module WEBPROSPECTOR, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module WEBREPORTS, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module WEBSYSTEMOBJ, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module WEBWORK, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect','This database has schema installed for module XMLSEARCH, but software for that module is not installed on this Content Server instance. You must install that module on the server before you can connect'},'InfoStrings'={},'OK'=false>
@Even when I start the builder and when the module is in lock mode it is logging the same error, But as soon as I unlock the module it again run the __init() and works fine.
Please help!!