0

I have Cognos report that i want it when clicking on it's URI to get direct into it without requesting the username and password

any suggestion about methods that could be used ?, i have no problem to make the URI use default username and password but not sure how would be possible

Many Thanks!!

user3734290
  • 41
  • 1
  • 11

2 Answers2

1

Try this Create very special user. VERY limited. Then add to your repors's link something like

   &CAMNamespace=<Your Namespace>&CAMUsername=<Your user>&CAMPassword=<Password>

It's rather old method. May not work in modern Cognos

Alexey Baturin
  • 1,173
  • 1
  • 7
  • 11
0

You should allow anonymous access to your server.

Alexey Baturin
  • 1,173
  • 1
  • 7
  • 11
  • is there another way than that? i just want this specific report – user3734290 Jul 11 '14 at 12:09
  • Anonymous is a risky thing to enable. You can however control anonymous users with the 'Anyone' user. Put reports accessible by 'Anyone' in a folder that is just off your root folder in cognos. Set root with read/traverse for anyone, then set the folder for Anyone reports with read/execute/traverse permissions. Anyone users will only see this one report. – Damienknight Jul 14 '14 at 13:29