Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 193507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:30:59+00:00 2026-05-11T16:30:59+00:00

Has anyone here already worked with the Rational / IBM CAL and knows if

  • 0

Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view’s creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T16:30:59+00:00Added an answer on May 11, 2026 at 4:30 pm

    I have only do small VB scripts with CAL, as illustrated in this answer about label.

    After having checked cc_cal.chm (found in C:\Program Files\IBM, in the latest 7.1.0.1 version of ClearCase installation), I have found their ICCView interface very incomplete, and always prefered to patch the output of a classic:

    cleartool lsview -l -full -pro aTagViewName
    

    With that output, I am sure to find whatever information I need.


    The only other “pure CAL” way to get some views for a given username is for UCM views, where you can ask the stream for those (but that does not address directly your question)

     Dim Streams As CCStreams 
     Dim Stream As CCStream 
     Set Streams = Project.DevelopmentStreams(Name) 
     For Each Stream In Streams 
           Dim Views As CCViews 
           Set Views = Stream.Views(Name) 
           Dim View As CCView 
           For Each View In Views 
                 Str = Str & View.TagName & " in stream: " & _ 
                 Stream.Title & vbCrLf 
           Next 
     Next 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Has anyone here ever used C++'s placement new? If so, what for? It looks
Does anyone here has any experience on how to send HTML emails that renders
I'm wondering whether anyone here has ever used a skip list . It looks
I wonder if anyone here has any experience with mercurial running on Ubuntu? I've
I was wondering if anyone here has experience in unit testing LOB applications (typically
I have to implement MPI system in a cluster. If anyone here has any
was wondering if there are anyone else here that has signed up with the
Has anyone tried installing SQL Server 2008 Developer on a machine that already has
Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project?
Has anyone looked at Yahoo's ASTRA ? It's fairly nifty, but I had some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.