COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => COGNOS 8 Administration => Topic started by: Ricky@MDPD on 12 Dec 2008 01:32:25 PM

Title: Running a report from a Blackberry!!!
Post by: Ricky@MDPD on 12 Dec 2008 01:32:25 PM
When attempting to run a report from a blackberry, it does not move beyound the hour glass screen....

Anyone knows why?? any feedback is greatly apreciated..
Title: Re: Running a report from a Blackberry!!!
Post by: ghart on 12 Dec 2008 03:21:12 PM
Are you accessing using Go! Mobile or Cognos Connections using the BlackBerry browser as you would from the desktop?
Title: Re: Running a report from a Blackberry!!!
Post by: Ricky@MDPD on 12 Dec 2008 03:25:39 PM
I'm accesing cognos connection using the BlackBerry browser....

is this the wrng way to do it? Can the reports be accessed directly from the Cognos 8 Go Mobile Client? if yes.. then how?
Title: Re: Running a report from a Blackberry!!!
Post by: ghart on 12 Dec 2008 04:05:03 PM
Go! Mobile has some distinct value add in the areas of presentation transformation and managing secure offline storage and access. While imperfect and somewhat pricey, for production quality mobile reporting, Go! Mobile should certainly be considered.

In terms of what you can access with Go! Mobile, the default install allows you to view My Folder and Public Folders content (subject to your privileges). Via Mobile service admin, mobile users may be further confined to a specific root folder (a child of Public Folders).
Title: Re: Running a report from a Blackberry!!!
Post by: Ricky@MDPD on 15 Dec 2008 08:19:22 AM
Ghart,

How can I confine  "mobile to a specific root folder (a child of Public Folders)"
I know I have to do it through mobadmin tool.. whatis the command??
Title: Re: Running a report from a Blackberry!!!
Post by: ghart on 16 Dec 2008 08:05:10 AM
Hi Ricky,

Actually, not a mobadmin command. You need to go into Cognos Admin and set the "Portal.ConsumerRoot" parameter in the Mobile service and then restart the service.

Portal.ConsumerRoot has a somewhat unusual (and undocumented) syntax:

/content/folder(@name="XXX") where XXX is the name of the folder under "Public Folders" which you want to use as the root folder for mobile users.
Title: Re: Running a report from a Blackberry!!!
Post by: Ricky@MDPD on 17 Dec 2008 02:11:34 PM
ghart,

I tried what you mentioned and now i get an error msg when trying to log in from a blackBerry. the error msg is:

MOB-SVR-1162 Encountered an error while communicating with another component of cognos 8.[/font]

Any help is greatly apreciated as cognos tech support could not help..!!
Title: Re: Running a report from a Blackberry!!!
Post by: ghart on 17 Dec 2008 03:21:55 PM
Ricky, first of all, my apologies. There was a typo in the parameter format for Portal.ConsumerRoot I provided earlier. The correct syntax is:

/content/folder[@name='XXX']  <= Single quotes and square brackets instead of double quotes and round brackets.

Restart the Mobile service for the change to take effect and  make sure "/Public Folders/XXX" exists.

I dont' recall seeing a MOB-SVR-1162 previously but the above would certainly contribute to problems. Check the mob.log file in the logs folder for additional details.