I knew what you were talking about. What happend to me was that for flight
and blank rows were added into event table in flight db.
Why dodn't you try and see what happend. Hope I was wrong.
"Joe Webb" wrote:
> Hi Jason -
>
> While the Instance Config and AD Files are validated against standard
> schemas, the events are validated against event schema files. Those
> files will vary for each application.
>
> For example look in the ..\Stock\AppDefinition folder and you'll find a
> EventsSchema.xsd file. That file contains the schema for events coming
> in through the File System Watcher.
>
> If your XML event files are failing validation, it's because they do not
> adhere to the requirements as defined by the schema.
>
> Remember that XML documents are case-sensitive.
>
> HTH...
> Joe Webb
>
> ~~~
> Get up to speed quickly with SQLNS
>
http://www.mannpublishing.com/Catalog/BookDetail.aspx?BookID=6 >
>
>
>
> Jason Wang wrote:
> > when I drop event data file to realtor, stock and weather application event
> > folde, the schema validation work fine. All xml data from other applications
> > will be rejected. However, the flight application does not reject invalid xml
> > file. Instead, it adds blank entry into event table. I don't see problem in
> > the original flight schema and my adf file. And I believe the schema
> > validation is genenic. If it works for one application, it should work for
> > others. Did I do something wrong or it is a bug?