I have not used Starbase (Rose is only tested against Clearcase and
Visual Source Save) but in theory should work with a SM tool that
is SCC compliant.  The first thing I would do if this is not working
is to check registry entires, as outlined in technote below (4):

1. Is you version control tool, SCC compliant?
   SCC is a Microsoft standard for version control, and it is
   through this standard Rose can talk to other version
   control tools.

2. Make sure the SCC API of your version control application is enabled.

   The SCC API of your version control application must have been
   enabled to communicate with your version control software

   For example,
   To enable the SCC API, with ClearCase and MS Visual SourceSafe.
   (Usually done by default when installing these products)
   do as follows:

   In SourceSafe: Run the Microsoft Visual SourceSafe setup program
   on your machine. You can find the installation program either in
   the SourceSafe installation folder or on the CD. Click the
   Add/Remove button and select the Enable SourceSafe Integration
   option on the Maintenance Mode page.

   In ClearCase: Run the ClearCase setup program. Select a Custom
   install and select the Microsoft Source Code Control Integration
   component on the Select Components page.

3. Make sure you are a listed user and have the client software
   installed.

   For example,
   With MS Visual SourceSafe,
   Run the Visual SourceSafe Administrator program from the
   network location and check user list.

   Run the Microsoft Visual SourceSafe setup program on your
   machine. Connect to the network that Visual SourceSafe is
   installed on and run Netsetup.exe. This will install the client
   portion of Visual SourceSafe on this machine and point to the
   central database on the network.  You need to do this so that
   Rose finds the source code control provider in the Windows
   registry on the this machine.

4. Rose cannot find the source code control provider in the Windows
   registry on the this machine.

   In order for a SCC addin to work, it must be correctly registered.
   Check the following registry setting and confirm that these are
   pointing to the correct location.

   Registering a provider who provides the Common Source Code Control
   interface in the Registry requires two entries under the
   HKEY_LOCAL_MACHINE hive, SourceCodeControlProvider and SOFTWARE.
   The first entry specifies the path to the second entry.
   Please see the following example, which specifically applies to
   Microsoft Visual SourceSafe.

   Version Control using Provider DLL with a CodeWright Interface
   ( Microsoft Visual Source Safe)

   Key: HKEY_LOCAL_MACHINE
      Key: SOFTWARE
         Key: SourceCodeControlProvider
            Key: InstalledSCCProviders
               Value name (type REG_SZ): Microsoft Visual SourceSafe
                String: Software\Microsoft\SourceSafe

      Key: SOFTWARE
         Key: Microsoft SourceSafe
            Value name (type REG_SZ): SCCServerName
            String: "Microsoft Visual SourceSafe"
            Value name (type REG_SZ): SCCServerPath
            String: "C:\vss\ssscc.dll"

   The Windows configuration file, WIN.INI, is used by the 16 bit
   product. Two section entries are required: Source Code Control
   Installed, and a provider unique section. Please see the following
   example.

      [Source Code Control Installed]
      SourceSafeSCCServer=Microsoft Visual SourceSafe

      [SourceSafeSCCServer]
      SCCServerPath=C:\sccclient\win\ssscc16.dll
      SCCServerName=Microsoft Visual SourceSafe


Patrick Kennedy
 Rational Support


On May 18,  9:04, David P. Cunningham wrote:
> Subject: (ROSE) Integration with StarTeam
>
> Has anyone successfully integrated Rose 2001 with Starbase's CM tool
> StarTeam. The StarTeam website says it is SCC compliant and integrates with
> Rose but I can not find any support for the integration. I also can not get
> Rose's Version Control Add-In to recognize StarTeam.
>
> Any one get this to work?
>
> - David Cunningham
>
> ************************************************************************
> * Rose Forum is a public venue for ideas and discussions.
> * For technical support, visit http://www.rational.com/support
> *
> * Admin.Subscription Requests: [EMAIL PROTECTED]
> * Archive of messages:
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
> * Other Requests: [EMAIL PROTECTED]
> *
> * To unsubscribe from the list, please send email
> *
> * To: [EMAIL PROTECTED]
> * Subject:<BLANK>
> * Body: unsubscribe rose_forum
> *
> *************************************************************************
>-- End of excerpt from David P. Cunningham


************************************************************************
* Rose Forum is a public venue for ideas and discussions.
* For technical support, visit http://www.rational.com/support
*
* Admin.Subscription Requests: [EMAIL PROTECTED]
* Archive of messages: 
http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl
* Other Requests: [EMAIL PROTECTED]
*
* To unsubscribe from the list, please send email
*
* To: [EMAIL PROTECTED]
* Subject:<BLANK>
* Body: unsubscribe rose_forum
*
*************************************************************************

Reply via email to