DataWedge profiles creating

// Expert user has replied.
M Maxim Sarukhanov 2 years 4 months ago
12 1 0

Hi! I am developing App, that handles profile creating for DataWedge. I need my App could create 2 profiles. I though, that I can achieve it by calling profileManager.processProfileAsync(PROFILE_NAME, SET, new String[]{extraProfile}) twice with different arguments (name and extraProfile string). But after calling it twice it creates only one (first call) profile. Second call is ignored. So the question is

Can we call this method twice

profileManager.processProfileAsync(PROFILE_NAME, SET, new String[]{extraProfile});

to create two different profiles?
Or how can I create 2 profiles?

CONTACT
Can’t find what you’re looking for?