-
retrieving associated configuration with document type in D2
Hello Is there any way to retrieve associated configuration with object type in D2 either through DQL, D2FS , DFC , DFS or may be with something else Regards
-
Sample TBO implementation
Hi, When i followed the "Sample TBO implementation" section within DFC development guide, I get the following error during installing the TBO: [ERROR] Unexpected error occured during install java.lang.NullPointerException at com.emc.ide.artifact.moduledef.installer.ModuleInstaller.doPostInstall(ModuleInstaller.java:197) at…
-
Composer Job Issue
I have created a Method and a job. I created a java class file for the Job to call. Method name :MyMethod Job name: MyJob Javaclass name: MyClass The Method is correctly selected in the General tab of the job The Job is of type: java Run as the servder the Command: MyClass If i compile the class from the Command line i get…