Recent Posts

Pages: 1 ... 4 5 6 7 8 [9] 10
81
MP Server / Updating retention for historical loads
« Last post by ODSA on March 03, 2024, 09:15:11 PM »
Hi - Our documents are stored in ICOS with different retentions ranging from 1 year to 99 years and we even have some AGs for which we have applied hold using ERM.
I need to update the retention of all the AGs to 7 years and then purge anything that is older than 7 years.
I am planning to do a direct DB update to change the retention to 7 for all the AGs.
Will this approach apply the 7 year retention to the historical load too? And when I run arsmaint for purging, will historical data older than 7 year also be deleted ? 
82
MP Server / Re: PDF from ARSDOC GET can see only one file
« Last post by teera_aoo on March 01, 2024, 03:29:58 AM »
Hi Justin,

Thank you.
It seem arspdoci used for managed pdf indexer for CMOD loading (Like a pdf indexer that use in Admin Client to setup index position from PDF document)
But what I find out is how to cut PDF by offset/lenght specified in .ind file from arsdoc get.

Thank you
83
MP Server / Re: Loading reports online from the AS/400 to CMOD MP
« Last post by Justin Derrick on February 29, 2024, 11:01:27 AM »
Man, if we all showed up in one place to exchange the drinks we all owed one another...  There would be have to be a line of ambulances waiting for us that stretched around the block.

 ;D

-JD.
84
MP Server / Re: PDF from ARSDOC GET can see only one file
« Last post by Justin Derrick on February 29, 2024, 10:59:25 AM »
Page 255 of the document I linked.

-JD.
85
MP Server / Re: PDF from ARSDOC GET can see only one file
« Last post by rjrussel on February 29, 2024, 10:14:28 AM »
Document 1 start at 0 and is 102187 bytes. Document 2 starts 102187 and is 681891 bytes. You need to write something to extract individual documents using that logic. That is all there is to it.
86
MP Server / Re: PDF from ARSDOC GET can see only one file
« Last post by teera_aoo on February 29, 2024, 07:53:47 AM »
Hi Justin,

Thank you for your reply.
Yes, I quite okay with generic index file because I often to use for loading PDF and other types to CMOD.

The generic index file that I have ever used as below format. (Offset=0, Length=0)
Code: [Select]
...
GROUP_OFFSET:0
GROUP_LENGTH:0
GROUP_FILENAME:File1.pdf
               
...
GROUP_OFFSET:0
GROUP_LENGTH:0
GROUP_FILENAME:File2
...


But I mentioned about PDF merge files that got from arsdoc_get, they're not append file2, file3, ... to page 2, page 3, ...
But it append/build something like a layers or binary combined.

Indexer has reference to same file but changed on offset and length

Code: [Select]
...
GROUP_OFFSET:0
GROUP_LENGTH:102187
GROUP_FILENAME:PDF-TIV2.pdf.0.PDF-TIV2.PDF-TIV2.out
               
...
GROUP_OFFSET:102187
GROUP_LENGTH:681891
GROUP_FILENAME:PDF-TIV2.pdf.0.PDF-TIV2.PDF-TIV2.out
...

Do you know or can share document that explain about this PDF's specification or utllity to split it back to original?



87
MP Server / Re: Loading reports online from the AS/400 to CMOD MP
« Last post by obaltus on February 29, 2024, 07:53:35 AM »
Thanks a lot. That is exactly what was looking for.  :) I owe you a drink.
88
MP Server / Re: Loading reports online from the AS/400 to CMOD MP
« Last post by Darrell Bryant on February 29, 2024, 07:34:06 AM »
Hello Olivier,
The ODi development team has documented the setup for archiving from IBM i to other platforms.
See support item: https://www.ibm.com/support/pages/node/321611
You might consider signing up for the OnDemand Newsletter, the 2Q2023 issue referenced an update to that support item.
To sign up for the newsletter, drop me an email, darrell.bryant@unicomsi.com
89
MP Server / Re: Loading reports online from the AS/400 to CMOD MP
« Last post by Ed_Arnold on February 29, 2024, 07:21:51 AM »
Olivier - This is how it works on multiplat boxes, I'll assume the same for IBM i:

 "instance" ---- you shouldn't need a full install of CMOD on the IBM i box, just lay down the code.

Then point arsload to the server.

Ed

90
MP Server / Re: PDF from ARSDOC GET can see only one file
« Last post by Justin Derrick on February 29, 2024, 06:26:09 AM »
It's not a strange format -- it's the CMOD Generic Index format (v2) which has been around for nearly 20 years, and is well documented:
https://cmod.wiki/dox/CMODv10.5/IndexingReference.pdf

If you're not loading the data to another CMOD server, you need to write a utility to do the splitting and convert the metadata, or work with someone who has already done that work.  ;)

-JD.
Pages: 1 ... 4 5 6 7 8 [9] 10