I want to get a report of all user names and User IDs. I got the User names but see the UserIDs are in encrypted format. Please help me on How to decrypt the objid in the Content store table CMOBJPROPS1 or any other way to achieve this?
1
There are 1 best solutions below
Related Questions in COGNOS-BI
- How do I move a sectioned column to the right place inside a List Page in Cognos Report Studio?
- Data Source Connection Error in IBM Cognos BI 10
- Average of top counts and use it in conditional prompts in Cognos
- Missing values in Cognos Report prompt
- Cognos Content store - decode objid
- Dynamic SQL versus using the model
- Cognos BI 10.1.2 how to create a new user?
- Cognos displays Text prompt instead of value prompt
- My Javascript function breaks my cognos report after I hit submit 3 times
- Case statement causing RSV-SRV-0042 trace back error in cognos
- How to Create Event/Agent to monitor report distribution
- How to count/summarize Cognos LIST grouped columns?
- IBM Cognos Report Studio: Arbitrary errors when using IF / CASE on an TM1 cube
- IBM Cognos Report Studio: Is it possible to make one of the drill-through definitions standard?
- How to prevent label truncation in a Cognos BI Pie Chart
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There's no report you can run or any way that you can do this from within Cognos, sorry about that.
BUT there's this nifty tool which IBM offers as is, and it does probably exactly what you're looking for: http://www-01.ibm.com/support/docview.wss?uid=swg24034217
You can even export the data if you do want to report off it.
PS: Don't report off the Content Store, it's not a good idea. If you did want to see usernames you could look at cmobjprops33 I guess. Just use the tool, it's better all around.