Author Topic: cmis:creationDate  (Read 1321 times)

octater

  • Guest
cmis:creationDate
« 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,

scottnys

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
Re: cmis:creationDate
« Reply #1 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.

octater

  • Guest
Re: cmis:creationDate
« Reply #2 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. 

scottnys

  • Jr. Member
  • **
  • Posts: 38
    • View Profile
Re: cmis:creationDate
« Reply #3 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.