readme.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /**
  2. * Licensed Materials - Property of IBM
  3. *
  4. * IBM Cognos Products: CAMAAA
  5. *
  6. * (C) Copyright IBM Corp. 2011, 2012
  7. *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  9. * IBM Corp.
  10. */
  11. Running the IBM Cognos SDK custom tenant BoundingSet provider sample
  12. --------------------------------------------------------------------
  13. To configure and run the sample provided, please follow these steps:
  14. 1) Add the Java SDK to your path.
  15. 2) Build the sample using the command build.bat on Windows or
  16. build.sh on Unix.
  17. 3) Add the path to the jar file to your IBM Cognos 10 classpath
  18. or copy the jar to <install>/webapps/p2pd/WEB-INF/lib.
  19. 4) Add the path to the database driver jar file to your classpath
  20. or copy the files to <install>/webapps/p2pd/WEB-INF/lib.
  21. 5) Add the usersToBoundingSets.properties file to your classpath or
  22. copy the files to <install>/webapps/p2pd/WEB-INF/lib.
  23. 6) Configure the tenantBoudingSetMapping's type as ProviderClass,
  24. class name is: SampleBoundingSetProvider.
  25. 7) Add the following entries to the Advanced properties of your
  26. authentication namespace.
  27. usersToBoundingSetsFile usersToBoundingSets.properties
  28. 8) Currently the usersToBoundingSets.properties file map users in the
  29. starter namespace sample. If desired, modify the entries to
  30. users in your namespace.
  31. 9) Apply changes and restart IBM Cognos 10.
  32. When users in the usersToBoundingSets.properties logon to the
  33. authentication namespace, the tenant ID field in the audit database
  34. should now be populated.
  35. NOTE: If IBM Cognos 10 fails to start up once the new namespace
  36. is configured, please verify your configuration. IBM Cognos 10 will
  37. not start up if it cannot successfully communicate to the
  38. authentication source.