gburkel
23rd April 2002, 09:58
Hi !

Trying to get the BaanOpenWorld COM-DomainPack 2.1 working with Baan IVc, Broker and Adapter 2.1.1 .

If I run List-Method on the SalesOrder-Objekt, I get no result, although there are many matching orders on the baanside.

I get no exception but also no data.

I suspect the date-fields to be wrong formated.

Example:

Session.BOI.list(1,999999," 0001","TEST06","01.01.1980","01.02.2002"," ","ZZZZZZZ",0,999,"11","ZZZZZZ"," ","ZZZ","001","ZZZ");


Does anyone know in which format the date-fields have to be filled for the domains to work properly?

thanks
Gabi

Youp2001
23rd April 2002, 13:51
I'm not sure about the date format. When I look into the logfile of the adapter the format used internally (so in the XML files) is

YYYY-MM-DDThh:mm:ss i.e. 2002-04-23T13:10:15

Probably you can forget the time-part.

Let us know if you succeed.

Success.

Youp

gburkel
23rd April 2002, 15:46
Originally posted by Youp2001
I'm not sure about the date format. When I look into the logfile of the adapter the format used internally (so in the XML files) is

YYYY-MM-DDThh:mm:ss i.e. 2002-04-23T13:10:15

Probably you can forget the time-part.

Let us know if you succeed.

Success.

Youp


Wow, it works now with and without the time-part.

Thanks
Gabi