cancel
Showing results for 
Search instead for 
Did you mean: 

BiPlatform Webservice .Net SDK

Former Member
0 Kudos

Hello Friends,

     Need your kind help for the below unique issue,

ResponseHolder reportRH = bipService.Get("path://InfoObjects/Root Folder/Risk IT Admin/**/" , null);    

                InfoObjects infoobjects = reportRH.InfoObjects;

                if (infoobjects == null)

                {

                    return;

                }

String repID = infoobjects.InfoObject[0].CUID;         --> it always fails here, the reason is infoobjects.InfoObject is always null. where as infoobjects.Any has the required result but that is not what we want to do.

Kindly find the attached screenshot for more details.

     Quick response appreciated.

     Kindly reply asap as its impacting our delivery.

Thanks,

Sunny

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Sunny,

Can you explain what you are trying to do? Screen shot suggests you may be trying to access the report from the FRS directly. We don't actually suggest doing this, or at least we did not before...

When you query the CMS for the report objects you should be able to find all of the info:

Don

Former Member
0 Kudos

Hi Don,

    Many thanks for your response.

    I would request you to refer the following thread for more details on what problems I am facing. Thats my another post with more relavent details.

     Appriciate your response.

Thanks,

Sunny

0 Kudos

So why are you posting the same question again?