Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Clearcase through ASP.NET

Status
Not open for further replies.

foxjoker

Programmer
Jul 5, 2000
22
US
Hi,
I'm now making a web service which shall be able to find some files in a clearcase view. I added reference of clearcase automation library in my project, that allows me to use cleartool. But when I try to start a view, it throws an exception saying it can't find the directory of the view, although it is present and I added web sharing properties (but maybe not enough ?).

This is the code I use (VB) :
Code:
                Dim myCC As New ClearCase.ClearTool()

                Try
                    myCC.CmdExec("startview " + StackVersionText)
                Catch e As Exception
                    WriteInLogFile("Cannot Start View " + e.ToString())
                End Try

Neeed help !!! :'(

Foxjoker
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top