Any news on a new version - or even regarding next fix pack?
Nothing here yet:
https://www.ibm.com/support/pages/lifecycle/search/?q=5724-J33
Nothing here yet:
https://www.ibm.com/support/pages/lifecycle/search/?q=5724-J33
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteThe docid format is subject to change. If your application requires a unique document identifier to persist, consider using the Application Group field option "Unique ID".
appgrpname = decodeAGname(agcode); // decodes "B6EA49" from the URL into some existing Application Group name
ODFolder odf = ods.openFolder(foldername); // "generalfolder" from the URL
odf.setApplGroupForSearchWithSQL(appgrpname);
ODHit uniqueHit = odf.search("WHERE $uniqidfieldname = $unique_docid); // get the unique hit
uniqueHit.retrieve('',C:\Temp\uniquefile); // retrieve the unique file
//...Do something with the file...
Quote from: mayank81089 on April 18, 2023, 03:08:14 PMGlad to hear that you solved it - thanks for sharing the solution here!
Thanks Lars,
Actually the problem was with the date format we figured it out and it resolved the problem
Quote from: Justin Derrick on November 03, 2022, 05:26:04 PM
The largest one I'm aware of is/was in the low-single-digit petabyte range. I would suspect that the number might have been 3.3 Petabytes... 33 sounds unfathomably large, even for CMOD.
-JD.
Quote
IBM has thousands of archive and retrieval customers using CM OnDemand (CMOD), the largest of which has over 33 petabytes under management, with many others in the same size range.