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 initialization or incomplete identity initialization java.lang.SecurityException: Crypto-J is disabled, a FIPS 140 required self-integrity check failed.
I have placed my dfc.properties file in the jar immediately in the root.Means not inside any folder but in the jar directly. Powerlink posts suggests that this is because the dfc.keystore file is not getting generated or is getting wrongly generated. Can anyone please help me with the solution?
Waiting for ur reply !!!