Recently, I was asking to integrate FDMEE with ERP Fusion using the WSDL,
using the FusionCloudAdapter.sh and FusionCloudAdapter.py.
The ODI Log throws the following exception:
2017-10-11 13:20:36,490 ERROR [AIF]: Error in initializeFsGLCloudSource.
2017-10-11 13:20:36,491 FATAL [AIF]: Error in initializeFsGLCloudSource
Traceback (most recent call last):
File "<string>", line 451, in initializeFsGLCloudSource
File "<string>", line 475, in executeFusionService
File "<string>", line 557, in executeJythonScript
File "/u01/hyp/hyperion/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py", line 138, in <module>
fusionCloudAdapter.extractCubeInformation()
File "/u01/hyp/hyperion/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py", line 16, in extractCubeInformation
self.fusionCloudHelper("extractCubeInformation")
File "/u01/hyp/hyperion/EPMSystem11R1/products/FinancialDataQuality/bin/FusionCloud/FusionCloudAdapter.py", line 112, in fusionCloudHelper
raise RuntimeError
RuntimeError
Reviewing OS Level and Application Level I realize that the file was asking about other permissions to be executable.
Solution:
chmod +x -Rf * in the folder there the py adapter and the sh file es located.
Test the wsdl service located in cloud. -> Success.
Charms !
Well done! Thank you so much for sharing this with us, this is too much helpful for me to understand ERP integration. Keep sharing this type of valuable stuff for us.
ReplyDelete