Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are using SAP Connector and our olap connector jsut works fine but for somereason when we try to use SAP DSO Connecotr , i dont see any info object when i select any ODS. Pleaseadvise ASAP as we have developer waiting for recomendation on pulling data via DSO connecotr
My Olap connecotr works fine. Please advise and see attachment for more help.
Thanks
Seems on BW side DSO Connecotr API tried to read all information in one shot agianst all DSO/ODS and not able to extend memeory dump..... Well ideally when we select DSO only then it should get additioanl information fom BW system,,,, why tri to get all meta information upfront..... any thoughts
I don't use the DSO connector - it's performance is low relative to the standard SAP connector.
Instead of using the DSO connector I just use the SAP connector and write an SQL query that read the A-table data, for example:
SQL select * from /bic/azsd_o0100 where CALMONTH EQ '201312'
Yaniv