KB‎ > ‎

Quick Notes

1. Setting up the security for IIOP call to MDM MDM wrapper
Set the following parameter in the Netbeans -->Properties of Project--> Run-->VM Options
-Djava.security.auth.login.config=C:\JavaCAPS6\appserver\lib\appclient\appclientlogin.conf

2.Command to install the stcms on the JCAPS6 domain. This step is required if the default domain name is not used when installing the JCAPS6 on AIX.
 asadmin create-stcms --domainname domain1 --stcmsport 18507 --stcmssport 18508 --jvmhome /usr/java5_64 --enabled=true stcms1

3. Create domain in JCAPS 513
sh createdomain.sh --dname domEMPI01 --startingport 18000

4. Run java code in Unix
 nohup runload &
Contents of runload
export CLASSPATH=/u01/home/mdmt/JavaCAPS6/appserver/lib/appserv-admin.jar:/u01/home/mdmt/JavaCAPS6/appserver/lib/appserv-rt.jar:/u01/home/mdmt/JavaCAPS6/appserver/domains/domain1/applications/j2ee-apps/Person/lib/index-core.jar:/u01/home/mdmt/JavaCAPS6/appserver/lib/javaee.jar:/u01/home/mdmt/JavaCAPS6/appserver/domains/domain1/applications/j2ee-apps/Person/lib/master-index-client.jar:/u01/home/mdmt/JavaCAPS6/appserver/domains/domain1/applications/j2ee-apps/Person/lib/net.java.hulp.i18n.jar:.

/usr/java5_64/bin/java -Dorg.omg.CORBA.ORBInitialPort=3100 -Djava.security.auth.login.config=/u01/home/mdmt/JavaCAPS6/appserver/lib/appclient/appclientlogin.conf bhs.org.dataextraction.FormatAllEADDataAndLoadMDM

5. How to modify the default editor for egate IQ editor
HKEY_LOCAL_MACHINE\SOFTWARE\Software Technologies Corporation\Gateway
Modify the QueueEditor value to "C:\Program Files\IDM Computer Solutions\UltraEdit-32\uedit32.exe"