I had the same error and i followed this SAP note.
http://service.sap.com/sap/support/notes/2270642
Solution
Workaround
Add a JVM parameter “-Dcom.sun.net.ssl.enableECC=false” for the EIMAdaptiveProcessingServer to disable ECC. To work around the issue:
- Open CMC and go to the Servers page.
- Under Service Categories, select Enterprise Information Management Services.
- EIMAdaptiveProcessingServer is displayed on the right side.
- Right-click EIMAdaptiveProcessingServer and select Stop Server from the menu.
- Right-click EIMAdaptiveProcessingServer and select Properties.
- In Command Line Parameters text box, add the parameter -Dcom.sun.net.ssl.enableECC=false (add this after -Djava.awt.headless=true in the command text; make sure there is space before and after).
- Click Save and Close.
- Start EIMAdaptiveProcessingServer.
- Register the Microsoft SQL Server repository.
Good luck.
Regards,
Bogdan