We have requirement to find least loaded database at Exchange Server and prepopulate the Exchange Process form with the return value. For this, I tried Action Script configuration as mentioned in the Oracle docs i.e. Call a batch file from the OIM server which in turns call the PowerShell Script on the Connector Server. But I couldn’t retrieve the output from the PowerShell Script back to OIM since its seems impossible to do so.
I also tried connecting to Connector Server through Java code and run the PowerShell Script there and get the Output but that is also working fine from local machine. But It seems network issue between OIM and Connector Server over TCP.
Requirement Summary:
1) Call the PowerShell Script on the Connector Server to find least loaded database.
2) Get the least loaded database from PowerShell Script Output on Exchange Process Form.
This requirement is quite urgent, Appreciate if anyone can share the suggestions or solution if faced any such issue