Hello,
in the MainFetch we create a Insert ClientExchange Step for a object ordergroup (AuftragsGruppe).
INSERT INTO IN_AUFTRAGSGRUPPE_EX
(auftragsGruppeNummer, userID, action, tsUpdate)
VALUES
('<<object.auftragsGruppeNummer>>',
'<<user.agentryID>>',
NULL,
'<<lastUpdate>>')
But when we run the MainFetch we get a sql query error:
SQLBEException), SQLQueryError (Fetch "MainFetch" ClientExchange "InsertAuftragsGruppeEx", 3: SA_DBMS_API_Error, DB Code: -
131, DB Text:42000 [Sybase][ODBC Driver][SQL Anywhere]Syntax error near '0000' on line 7, ), query.cpp#145:SQLQuery::run
It seems that the Object have as lastUpdate Value '0000' but we do not greate the object in a gtransaction at the client. We do a initial sync and after this the next sync and nothing between. We expected that the object have as lastUpdate the create date from the initial sync. How can we get a object update or create date.
We use a SQLAnywhere Database as Backend and the Agentry Server 6.1.4.179.
Thanx,
André