Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I have defined the doctype “xsl:stylesheet” in the collection “stylesheet” by using the enclosed schema file “Stylesheet.tsd” with the Schema Editor.When I load the *.xsl file with Java Loaderjava -classpath h:\xml_data\JavaLoader.jar;h:\xml_data\xerces.jar; com.softwareag.tamino.db.tools.loader.TaminoLoad -f h:\xml_data\list-filter.xsl -u http://user:password@localhost/tamino/infotherm/stylesheet -d -pthen following exception messages returned:ERROR: While checking API Version the following error occurred:java.io.IOException: Server returned HTTP response code: 401 for URL: http://user:password@localhost/tamino/infotherm/stylesheet?_diagnose=apiversionAPI Version = 1.0TaminoLoad is started.Block = 0, elements = 1org.xml.sax.SAXException: org.xml.sax.SAXException: INOXJE8425 internal Error during reading.java.io.IOException: Server returned HTTP response code: 401 for URL: http://user:password@localhost/tamino/infotherm/stylesheetCan anybody help me ?