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) :
Neeed help !!! :'(
Foxjoker
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