OnDemand User Group

Support Forums => z/OS Server => Topic started by: octater on April 14, 2021, 02:15:40 PM

Title: cmis:creationDate
Post by: octater on April 14, 2021, 02:15:40 PM
When I run a cmis query against OnDemand SELECT * FROM cmis:document, the cmis:creationDate is 1970-01-01 even when the documents were stored today.  What OnDemand field is cmis_creationDate returning?

THanks,
Title: Re: cmis:creationDate
Post by: scottnys on April 15, 2021, 09:48:10 AM
Curious what you are querying.  Not an ARS* table.  Indexed data table?  CMOD's internal date is starting at that date.  Might be an empty query. 

Any DB2 table defined for CMOD can have a DCLLIB built with SPUFI.  (IBM MAINFRAME side).  I use that to extract all of the columns of a table and the datatype for each.
Title: Re: cmis:creationDate
Post by: octater on April 15, 2021, 10:56:09 AM
I am querying an OnDemand folder which has several application groups mapped into it.  None of the application groups has any fields named creationDate. 
Title: Re: cmis:creationDate
Post by: scottnys on April 15, 2021, 11:14:42 AM
I would look at the definitions in the Admin client for both the Folder and the AG, not querying with a GUI interface.