03-01-2007 05:40 PM
03-02-2007 03:27 PM
I realize this doesn't help answer your question, but it may help lighten the mood of trying to get CC to work with LV8. 🙂
http://www.youtube.com/watch?v=qrKceAK0IL0
Sorry, this was just too funny to pass up. Good luck with it.
Z.
03-05-2007 08:55 AM
Hi Randy,
I don't think it matters how things are set up in Clearcase specifically. As long as LabVIEW can check files in and out through command line everything should work. That being said, I haven't used LabVIEW with Clearcase myself. I've only used Perforce with LabVIEW previously.
Regards,
Justin D
05-15-2007 04:53 PM
Still no luck using ClearCase with LV 8.2
Anyone within NI that verified its functionality who can post any ideas. I have been able to get LV to see the PVOB but can't get LV to add files without getting a CC error that the view was not created properly. (You have to love cryptic error messages)
Thanks.
Randy
05-16-2007 03:07 AM - edited 05-16-2007 03:07 AM
The ClearCase Automation Library is a COM interface you can use to access and manipulate ClearCase data on Windows platforms. You can use CAL to write scripts, stand-alone programs, or macros embedded in other applications. The usual ClearCase license checks apply to applications using CAL.
Message Edited by datman on 05-16-2007 03:08 AM
05-16-2007 03:19 AM
05-16-2007 12:43 PM
Thanks for input but I want to integrate CC with LV.
The developers are not following the rules with seperately running apps so I need to force the issue. We have been creating and using Views for a long time. LV does not work with a VOB only a PVOB.
Any help in integrating the 2 would be greatly appreciated.
05-17-2007 03:29 AM
@RGSchmidt wrote:
Thanks for input but I want to integrate CC with LV.
The developers are not following the rules with seperately running apps so I need to force the issue. We have been creating and using Views for a long time. LV does not work with a VOB only a PVOB.
Any help in integrating the 2 would be greatly appreciated.
LV Source Control Panel --- Source Control Provider Name -- ClearCase --- all options can be left as default.
Using a normal VOB -- called ATS.I have a number of ClearCase already views created.The Views need to be controlled vi ClearCase NOT LV, use ClearCase explorer or Homebase or command line to create your views as you normally do.Ensure that your VOB is mounted (use ClearCase explorer)Ensure your view have started and has been mounted. For example my view dannyt-test is mounted to drive P:Navigate to your LabView VI's within ClearCase vi the View mount point - so P:\ATS\LVProject\Open your VI, now the in Tools -> source Control -> you can checkin / checkout the VI.I have not tried using the View extended pathname method, but I would expect that to work as well.
05-17-2007 12:31 PM
05-17-2007 03:43 PM