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.
Hi FriendsI am very new to tamino and I want to use Tamino data loader to load some xml docs . but I get this log error<?xml version="1.0" encoding="utf-8" ?>- <ino:response xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”>- ino:message ino:messagelineTamino Data Loader v3.1 Copyright (c) Software AG</ino:messageline> ino:messagelineLoading from D:\nflxml\patient\atkins.xml to Tamino database NFL_DB</ino:messageline> ino:messagelineStart: Wed May 15 11:03:19 2002</ino:messageline> </ino:message>- ino:message ino:messagelineInvalid input file format - ino:request missing</ino:messageline> </ino:message>- ino:message ino:messagelineMass load aborted</ino:messageline> ino:messagelineElapsed time: 6 (s), finished: Wed May 15 11:03:25 2002</ino:messageline> </ino:message> </ino:response>can anybody tell me the structure of document I should use for my input file ?LOVE
You have to use the following format, which you can find in the Tamino documentation(Chapter: The Tamino Data Loader):<?xml version="1.0" encoding="utf-8"?>ino:request<ino:object [ino:docname=“”]></ino:object ><ino:object [ino:docname=“”]></ino:object >…</ino:request>Regards,Uli