Forum Discussion
SAP BW connectivity issue
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
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,