Is there a way to restrict let size file size above 10 MB from delivery to Dimension CM?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Is there a way to restrict let size file size above 10 MB from delivery to Dimension CM?
Hello,
This might be possible via developing custom C++ DTK Callout Event, which is analyzing size of files to be delivered.
https://admhelp.microfocus.com/dimensionscm/en/14.7/online_help/Content/PDFs/dmcm_developers_reference.pdf , section "Events Callout".
--
Alex Shevchenko
Sr Development Manager
Although I work for OpenText, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.
Do you have the example of writing C++ DTK Callout Event? Is it written as API to the DIM CM and how will this API be called?
There are examples installed with a Dimensions CM Server: "C:\Program Files\OpenText\Dimensions 14.7\CM\pcms_api\examples\events\DeliverEvent" . It must be built as a library, which is then executed by Dimensions CM at event points. The documented mentioned above describes all details.
Hopefully there is a file size attribute available, otherwise that will be a blocker for this approach.
--
Alex Shevchenko
Sr Development Manager
Although I work for OpenText, I am speaking for myself and not for OpenText.
If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button.