Hello,
very strange effect. Could you give me more details about the database xapp4.
- Is it a database of version 4?
- Is it originally created as version 4 database or did you upgrade a database of version 3 via
(a) setversion and (optional)
(b) namespace cleaning?
- Did you use an existing collection ‘xapplication’?
The error code sent back by Tamino is INOXME8554 which means that the request for defining the schema was wrong.
To get more details about the error I would please you to install a sniffer to protocol the requests of the installation.
The steps are:
(1) change you xapplication.conf:
use
http://localhost:3500/tamino/xapp4
</pre><BR><BR>instead of<BR><BR><pre class="ip-ubbcode-code-pre">
http://localhost/tamino/xapp4
(2) start the sniffer with
perl httpSniffer.pl -body=all -port 3500 -remote localhost:80 -l installrequests.txt
see also Protocolling the HTTP transfer between Tamino and X-Application if you have not yet downloaded the HTTP sniffer or want to have more details about HTTP sniffer.
(3) start the setup process for X-Application 4.1.1 again.
(4) post the resulting log file ‘installrequests.txt’ to the community for we can analyze the request causing the problem.
Many thanks.
Bye,
Christian.
#Tamino#webMethods#API-Management