I ran into the following problem while trying to define a schema using inoload on linux. Tamino version is v4.2.1.1
[root@localhost bin]# ./inoload -function define -database mara -user sag -password sag -input /root/genbank_rodents.tsd <?xml version="1.0" encoding="utf-8" ?> <ino:response xmlns:ino="http://namespaces.softwareag.com/tamino/response2" xmlns:xql="http://metalab.unc.edu/xql/"> <ino:message ino:returnvalue="0"> <ino:messagetext ino:code="INODCI6500">(ARG0401) Cannot find language library (language resource not installed for product). Started at 2003-12-28T14:59:48</ino:messagetext> <ino:messagetext ino:code="INODCI6569">(ARG0401) Cannot find language library (language resource not installed for product).</ino:messagetext> <ino:messagetext ino:code="INODCI6505">(ARG0401) Cannot find language library (language resource not installed for product).</ino:messagetext> </ino:message> <ino:message ino:returnvalue="6583"> <ino:messagetext ino:code="INODCE6583">(ARG0401) Cannot find language library (language resource not installed for product).</ino:messagetext> </ino:message> <ino:message ino:returnvalue="6578"> <ino:messagetext ino:code="INODCE6578">(ARG0401) Cannot find language library (language resource not installed for product). at 2003-12-28T14:59:48</ino:messagetext> </ino:message> </ino:response>
I am able to use other database functions fine. I am able to define the schema using the Tamino schema editor.
Please help!!