ECMA 2.0 Call Based Imports and Exports

Hello Everyone,

I am working on develoving a call based ECMA for our FIM environment to communicate with our Emergency Alert Notification System. However I am having trouble finding sample code or documentation around the Call Based functionality of ECMA when using an API. I found this link but it deals with connecting to a SQL DB. Would anyone be willing to share some sample code around Call Based/API ECMAs?

June 5th, 2015 10:41am

What is the interface you are importing/exporting to?
Free Windows Admin Tool Kit Click here and download it now
June 8th, 2015 11:26am

It's a Json based API.

June 9th, 2015 3:18pm

So are you dealing with the JSON file itself or does the API have .NET functionality?

Free Windows Admin Tool Kit Click here and download it now
June 9th, 2015 3:43pm

Hi,

Basically, what you have to do in your MA is to "translate" the create / modify / delete calls you receive from FIM into something understandable by your external system.

Starting from the SQL example, you should just replace the SQL commands with a proper API call, e.g. an "INSERT INTO THINGY..." would become something like proxy.CreateThingy(...)

What is exactly your problem?

June 10th, 2015 11:47am

I think I finally got the code figured out but I get an error when trying to create the run profiles.

"Value of '50' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value."

I made a few tweaks to my code and now I can create run profiles however when I try to run them I get an error "no-start-ma".


Free Windows Admin Tool Kit Click here and download it now
June 11th, 2015 9:00am

I think I finally got the code figured out but I get an error when trying to create the run profiles.

"Value of '50' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value."

I made a few tweaks to my code and now I can create run profiles however when I try to run them I get an error "no-start-ma".


June 11th, 2015 12:59pm

I think I finally got the code figured out but I get an error when trying to create the run profiles.

"Value of '50' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value."

I made a few tweaks to my code and now I can create run profiles however when I try to run them I get an error "no-start-ma".


Free Windows Admin Tool Kit Click here and download it now
June 11th, 2015 12:59pm

I think I finally got the code figured out but I get an error when trying to create the run profiles.

"Value of '50' is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'. Parameter name: Value."

I made a few tweaks to my code and now I can create run profiles however when I try to run them I get an error "no-start-ma".


June 11th, 2015 12:59pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics