Forum Discussion
SAP BW connectivity issue
Hello Saagar,
I hope you're doing well.
I am facing the same issue while extracting fields from Cube(Object).
Connection with BW System has been done. But not able to extract data from BW system.
Here is the error message:
DataSource.Error: SAP Business Warehouse:
Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
Please help me to solve this issue.
Thanks
Best regards,
Sara
- Zilvakas9 years agoRegular Visitor
Hello everybody,
I'm facing exactly the same issue. I get list of SAP BW dimensions and facts, but when I try to query cube I ALWAYS get this error:
DataSource.Error: SAP Business Warehouse: Error occurred when starting the parser: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
Thanks for the help,
Zilvinas
- ikemoty7 years agoNew Member
Hi Zilvakas,
Have you already found solution?
I also met this case and solved this with below way.
1. See OSS Note 1995588 . It descrives cause of error. ( But it's not intuitive rather confusing).
2. Place appropriate version of librfc32.dll on bin directory of BW server.(not client side)
Above note claims required dll shoud be 32bit but in my case we needed 64bit version.
3. After placement , you maybe come across with another timeout error coming from ABAP program compilation.
If so , after a second, you can try again and finally get data from BW.
Hope this helps,