-
D2 Recycle Bin
Hi , I have D2 version 4.1. Could anyone please tell what version of d2 bin is compatible with the same and where is it available. I have found D2-Bin_1.1.1_005 version. Please let me know if this will be compatible. Thanks in advance.
-
Does IDfCollection.DF_NO_MORE_ROWS_STATE even works
Hi Experts I was just writing a component and my requirnment is to figure out if it is last record then I have to set a boolean value and do some logic. Issue is it never goes in to this if condition.any pointers or this implementation is dead. if(coll.getState()==IDfCollection.DF_INITIAL_STATE) {…
-
XCP2 Deployment Error
Hi everyone, I am having this error when I deploy my application with xCP Designer 2.0. [ERROR] Failed to execute goal com.emc.xcp.builder:xcp-deploy:1.0.6:run (xcp-deploy) on project a1: Xcp mojo executing command 'xcp-deploy' for project 'a1' failed unexpectedly: Deployment of project 'a1' failed -> [Help 1] The jar is…
-
Facing error : Crypto-J is disabled, a FIPS 140 required self-integrity check failed.
Hi, I am creating a jar utility which imports documents into documentum docbase. But when I run the utility using the command java -cp foo.jar full.package.name.ClassName it gives the following error: ERROR [Thread-21] com.documentum.fc.client.security.impl.IdentityManager - [DFC_SECURITY_IDENTITY_INIT] no identity…
-
how to add action link to column tag in component.xml
i have added my custom attribute to column tag in component.xml <column> <attribute>custom attribute</attribute> <label>show all</label> <visible>true</visible> </column> i want action link as value for this custom atttibute column value. how van i add action link ??