SecurID® Governance & Lifecycle Blog

Subscribe to the official SecurID Governance & Lifecycle community blog for information about new product features, industry insights, best practices, and more.

SAP Jco (API) collectors

MichaelBluteau
Employee
Employee
1 1 444

I am working on building new collectors for JCo3 and L&G 7 (JDK 1.7).  So far I have all 3 IDC+ADC+EDC which are not yet implemented as standard collectors (IDC/ADC/EDC, 2-step java + CSV collector) but are good enough for demos, PoCs and could even be used in production since they are supported by both SAP(standard ABAP functions) and RSA(out-of-the-box DB/CSV collector).

For Account/ADC and Entitlement/EDC collectors they are based on earlier work and validated with customer, + I added some new tables:  Extended SAP collection

The zip ( sapjco3_SAPHR_IDC_ADC_EDC_Collectors_v2.zip ) includes source files, scripts for compiling and executing, sample data, and a properties file(CHANGE SERVER IP, ACCOUNT and PASSWORD) that allows for filtering queries(for User Data and User Status).  Just unzip archive in /home/oracle

You must execute(using putty in /home/oracle/sapjco3 ) Execute_userData.sh and Execute_userStatus.sh before running collector :  AveksaMetadata-01-11-2016_SAPJCO3_IDC_ADC_EDC_Dir_App.xml

For ADC and EDC execute Execute_accountsAndEntitlements.sh then you can run all collectors.

Account to User mapping is pointing to USER_ID for now which is PERNO, but that can be changed based on customer data. 

Keep in mind, this is work in progress and the tables and queries may evolve, but for demos or PoCs that is already pretty good.

1 Comment