How to avoid this CCRC error when creating a view?

后端 未结 1 1731
再見小時候
再見小時候 2020-12-20 06:48

Can you creat a view in CCRC if stream is locked ?
It seems others can create a view but this one guy is getting an error when trying to create the view:



        
相关标签:
1条回答
  • 2020-12-20 07:33

    No the stream isn't locked.

    Looking at the views log on the server can tell you more, but typically, you can have error due to access rights (like the primary group incorrectly or not set in the CCRC GUI).
    Or there is some kind of server error (the CCRC being the view server for all the web views: the view_server process for that particular view could have an issue)

    So check the CCRC server logs for views (see getlog):

     cleartool getlog -host CCRC_servername -since yesterday view 
    
    0 讨论(0)
提交回复
热议问题