List of Contributions

IAN DALLAS

Contact Details

My Content

1 to 17 of 17 total
Posted By IAN DALLAS Thu August 01, 2019 07:28 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Thu August 01, 2019 07:28 AM
Found In Egroup: Master Data Management
\ view thread
correct zip now attached ------------------------------ IAN DALLAS ------------------------------
Posted By IAN DALLAS Thu August 01, 2019 05:48 AM
Found In Egroup: Master Data Management
\ view thread
Code to implement custom Queue in v11+ OSGi framework after adding the necessary rows in the MDM notification tables : JMSCHANNEL, NOTIFCHANNEL and NOTIFICATIONTYPE, you then have to jump through some hoops in OSGi land to actually send out a message to a custom queue or topic. you have to : ...
Posted By IAN DALLAS Thu August 01, 2019 05:47 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Mon July 29, 2019 11:13 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Mon July 29, 2019 11:13 AM
Found In Egroup: Master Data Management
\ view thread
Document attached that shows the steps needed for PME tuning Processes For MDM_AE also shows how to create a new attribute for matching (ie new identifier) 1 Summary of all PME jobs :...............................................................................................................1 ...
Posted By IAN DALLAS Mon July 29, 2019 11:11 AM
Found In Egroup: Master Data Management
\ view thread
document attached which shows how to add a Message Driven Bean EJB into the MDM OSGi framework using RAD Rational Application Developer.. It gets deployed along with a standard MDM development project CBA.. which means you can call the MDM APIs from within the MSB.. huge advantage in that no need ...
Posted By IAN DALLAS Mon July 29, 2019 11:10 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Mon July 29, 2019 10:24 AM
Found In Egroup: Master Data Management
\ view thread
RAD project files attached.. ------------------------------ IAN DALLAS ------------------------------
Posted By IAN DALLAS Mon July 29, 2019 10:23 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Mon July 29, 2019 10:20 AM
Found In Egroup: Master Data Management
\ view thread
Sample Java code and projects implemeting Timer EJB 3.1 Useful for running code asynchroniusly ie from MDM/RDM Beh Ext.. Tested with RDM v11.6FP2 + WAS 8.5.5FP15 Key words javax.ejb.Stateless javax.ejb.TimerService createSingleActionTimer timeout Timer ------------------------------ ...
Posted By IAN DALLAS Wed June 19, 2019 07:25 AM
Found In Egroup: Master Data Management
\ view thread
attached zip ------------------------------ IAN DALLAS ------------------------------
Posted By IAN DALLAS Wed June 19, 2019 07:24 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Wed June 19, 2019 07:24 AM
Found In Egroup: Master Data Management
\ view thread
Sample Java code to read/write to MDM Messages Queues using Secure SIB Port Avoids bootstrap port (blocked by Managed MDM Offering). Includes instructions on how to import MDM certs into Java truststrore avoiding need for WebAS passwords etc.. read: $JAVA_HOME/bin/java -cp ".:./lib/*:bin ...
Posted By IAN DALLAS Fri May 31, 2019 09:23 AM
Found In Egroup: Master Data Management
\ view thread
I have uploaded the full RAD project... ------------------------------ IAN DALLAS ------------------------------
Posted By IAN DALLAS Fri May 31, 2019 09:22 AM
Found In Library: Master Data Management
#MasterDataManagement
Posted By IAN DALLAS Thu May 30, 2019 12:35 PM
Found In Egroup: Master Data Management
\ view thread
I have written a simple Java utility to convert CSV files to MDM XML The use case is to convert source system extracts to MDM XML files which can then be loaded into MDM use the Batch processor. It can easily handle millions of rows... Used on a recent project to perform initial load of 2M parties. ...