Posted: Fri Apr 21, 2006 2:25 am Post subject: Error while parsing the input file in JText adapter
Novice
Joined: 11 Apr 2006 Posts: 15
Hi,
I have configured an adapter which works on event driven basis.
The adapter is able to poll the directory successfuly but what ever be my input, it is archving it as damagefile.
I am using DefaultDelimeted datahandler, with my BOVerbsize and BO namesize set to 0.So wont it accept any textfile containg a string of considerable size ?
Delimited Data Handler seems to require BO Name and BO Verb in the Event file even if you set the BONameSize and BOVerbSize attributes in the data handler to zero.
So if you are using Delimited Date Handler, then do the following -
Create a BO with required attributes
Create a corresponding MO and specify Event Data Handler as Delimited
In the event file, give data in the following format -
BOName*BOVerb*Data
Where * is the delimiter specified in the Data Handler MO.
There are other threads here which talk about this issue. Check them.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum