Hi,
when I try to deliver with Dimension CM (version 14.5.1), I get the following error:
Caught a DmException with a code of; MDHFSY6900969E
Type: DmUtils.InvalidArgumentException
Any ideas?
Thanks in Advance
Roberto
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
Hi,
when I try to deliver with Dimension CM (version 14.5.1), I get the following error:
Caught a DmException with a code of; MDHFSY6900969E
Type: DmUtils.InvalidArgumentException
Any ideas?
Thanks in Advance
Roberto
Hello Roberto,
Due to the code around this error, it seems that the unexpected error is reported while processing Dimensions CM internal metadata files (those reside inside of folders ".dm" or ".metadata"). Please check that files from these folders are not included in potentially delivered files. As an example, I have found an old closed customer request where these metadata technical files where mistakenly added by user into Visual Studio project, so were candidates to deliver (while metadata must never go under source control).
Another potential issue could be if some corruption of metadata has happened for some reason. Typical way to trouble-shoot is download files from the repository into a new clean work area and see if issue persists there.
It's quite hard to guess not seeing the full picture, say listing of all files in the work area (including hidden), not knowing which client/integration we are talking about. Ideally you'd need to contact Micro Focus Support if none of above helps.
Kind Regards,
Alex Shevchenko
--
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.
Hi Alex, it worked! I had to exclude .metadata and .dm files with the regular expression
Thanks a lot for the help! ;)
Glad it's resolved, Roberto!
--
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.