<?xml version="1.0" encoding="ISO-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="latest.xsl" ?>  
<?xml-stylesheet type="text/css" href="latest.css" ?>  


<rss version="2.0">
  <channel>
    <title>ClearWeb Developer Network</title>
    <link>http://forums.abs-consulting.com/forums</link>
    <description>A discussion forum sponsored by A Better Solution, Inc. on topics relating to Software Configuration Management using the IBM Rational tools.  In addition, keep up to date with ClearTrigger and ClearWeb product releases and patches.</description>
    <language>en-us</language>
    <category>Technolgy</category>
    <copyright>Copyright 2003-2005, A Better Solution, Inc.  All Rights Reserved.</copyright>
    <lastBuildDate>Thu, 18 Mar 2010 17:13:20 EST</lastBuildDate>
    <ttl>10</ttl>
    <image>
      <title>ClearWeb Developer Network</title> 
      <url>http://forums.abs-consulting.com/forums/forum_images/abs.gif</url> 
      <link>http://forums.abs-consulting.com/forums</link> 
    </image>

    <item>
      <title><![CDATA[ClearCase 7.1.1 upgrade]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1797&amp;PN=0</link>
      <description><![CDATA[<P>Hi,</P>
<P>For doing this activity you need Solaris GNU environment.</P>
<P>1. Download IBM installation Manager 1.3.2 by using IBm passpost credentials.</P>
<P>2. Download the cc package.</P>
<P>3. Take old registry backup.</P>
<P>4. Uninstall the old clearcase</P>
<P>5. Install the IBM installation manager and install the package by using this.</P>
<P>If you have any doubts you can reach me @+91 9703322447</P>]]></description>
      <author>vakaoo</author>
      <pubDate>Wed, 24 Feb 2010 07:27:20 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[ClearCase 7.1.1 upgrade]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1797&amp;PN=0</link>
      <description><![CDATA[<P>Hello</P>
<P>Some months ago I did this, I first test it, and then do.</P>
<P>You  have several things in mind:</P>
<P>Any user with clearcase version  2002.05 could access the new version.</P>
<P>The feture level 1 and 2 are no longer supported.</P>
<P>And (this is very important) you must unistall the previous version of clearcase (in our first test we don't unistall clearcase and the only thing that we could do with the machine was formatted).</P>
<P>After uninstalling, when you install the version 7.1.1 you will need to first install the IM, and the next step are  similar to the creation of an area of installation of previous versions</P>]]></description>
      <author>areatza</author>
      <pubDate>Tue, 23 Feb 2010 09:50:29 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[ClearCase 7.1.1 upgrade]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1797&amp;PN=0</link>
      <description><![CDATA[<P><FONT face="Arial, Helvetica, sans-serif">we are planning to upgrade ClearCase from 7.0.1 to 7.1.1 and I heard there are changes in installing and upgrading proccess.</FONT></P>
<P><FONT face=Arial>Do we need to install IM(Install Manager) and PU (Package utility)  Before we start upgrade. </FONT><FONT face=Arial>Please suggest me right process.</FONT></P>
<P><FONT face=Arial color=#0000ff><strong>\Prasanna</strong></FONT></P>]]></description>
      <author>malode.prasanna</author>
      <pubDate>Tue, 23 Feb 2010 07:11:35 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[How to remove all view private files ...]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1274&amp;PN=0</link>
      <description><![CDATA[
[QUOTE=MarioColuzzi] [QUOTE=Suneesh] <p>You can use this command line below to delete view 
<br>private files. Make sure you are in the view context when you run this 
<br>command.</p>
<br><p>for /f "tokens=*" %i in ('cleartool ls -recurse -view_only') do del 
<br>"%i" /F /Q</p>[/QUOTE] 
<br>
<br>This command works but it is "too" broad.
<br>
<br>Use this one:
<br>
<br><strong>for /f %a in ('cleartool lsprivate -r') do del "%a" /F /Q</strong>
<br>
<br>for more info <strong>cleartool man lsprivate</strong>[/QUOTE]<br><br>CLEARTOOL LSPRIVATE command is used only for dynamic views! If you have to test in static views, then forget the above command!<br>]]></description>
      <author>lmsf</author>
      <pubDate>Wed, 10 Feb 2010 11:26:42 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[How to remove all view private files ...]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1274&amp;PN=0</link>
      <description><![CDATA[ [QUOTE=Suneesh] <p>You can use this command line below to delete view <br />private files. Make sure you are in the view context when you run this <br />command.</p><br /><p>for /f "tokens=*" %i in ('cleartool ls -recurse -view_only') do del <br />"%i" /F /Q</p>[/QUOTE] <br /><br />This command works but it is "too" broad.<br /><br />Use this one:<br /><br /><strong>for /f %a in ('cleartool lsprivate -r') do del "%a" /F /Q</strong><br /><br />for more info <strong>cleartool man lsprivate</strong>]]></description>
      <author>MarioColuzzi</author>
      <pubDate>Wed, 10 Feb 2010 11:23:23 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[How to remove all view private files ...]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1274&amp;PN=0</link>
      <description><![CDATA[
[QUOTE=blue_gugu]<p>Thank Suneesh so much. </p>
<p>It works.</p>
<p>BR</p>
<p>gugu</p>[/QUOTE]<br><br>Hi.<br>Unfortunatelly this script includes CHECKED-OUT files!<br>]]></description>
      <author>lmsf</author>
      <pubDate>Wed, 10 Feb 2010 10:47:30 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[Regarding pocessing of same data]]> <![CDATA[(ClearReplica Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1796&amp;PN=0</link>
      <description><![CDATA[<P>Hi,</P>
<P =Msonormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Our company setup of ClearReplica is such that we have a ClearReplica proxy server setup for transferring of data between Shipper and the Receiver. Once the packets have been sent to the ClearReplica proxy machine, the packets are copied to the ReceiverDirectory of the receiving machine by means of a manual method.<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></SPAN></P>
<P =Msonormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"><o:p> </o:p></SPAN></P>
<P =Msonormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'">Regarding this I have the below query<o:p></o:p></SPAN></P>
<P =Msonormal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sa ...]]></description>
      <author>Vijay Krishna</author>
      <pubDate>Mon, 18 Jan 2010 06:34:40 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[ClearQuest Java Integration]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1795&amp;PN=0</link>
      <description><![CDATA[I wish to integrate Clearquest with a web based <br />application(monitoring production services). The idea is <br />to trigger a call so that a new clearquest defect can be <br />raised once a service stops.<br /><br />Now my queries are:<br />1. Does Clearquest integrate with any web based <br />application i would prepafer a java based web <br />application(j2ee).<br />2. Does Clearquest offer creation of a ticket/defect by <br />any externally exposed api once integarted.<br /><br />It would be great if anyone can help me in answering the <br />above question and also share the details of hook api's <br />incase the answers are 'yes'.<br /><br />A help would be highly appreciated.]]></description>
      <author>javanitesh</author>
      <pubDate>Wed, 13 Jan 2010 12:07:11 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[multitool: Error: Permission denied: not]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1794&amp;PN=0</link>
      <description><![CDATA[Hi Bengtl<br /><br />I resolved the issues by changing the permission on the <br />packet and sync'd as root.<br /><br />Thank you for your help and ideas.<br /><br />Regards,<br />Aravind]]></description>
      <author>arendu</author>
      <pubDate>Wed, 6 Jan 2010 18:15:07 EST</pubDate>
    </item>
    
    <item>
      <title><![CDATA[multitool: Error: Permission denied: not]]> <![CDATA[(ClearCase Forum)]]></title>
      <link>http://forums.abs-consulting.com/forums/forum_posts.asp?TID=1794&amp;PN=0</link>
      <description><![CDATA[So it is only one packet?<br><br>In order to change ownership of the packet - now owned by root? - you have to become root. But I don't think that is the issue - as long as perms are set to world read (-r----r----r) - it is the vob saying no.<br><br>as vob owner:<br><br>mt lspacket<br>mt syncrepl -import <fullpacketname><br><br><br>Long term, see if you can you do this:<br><br>cleartool schedule -get | pg<br><br>look for this job:<br><br>Job.Begin<br>    Job.Id: 13<br>    Job.Name: "Default MultiSite Receive"<br><br>then do <br><br>cleartool schedule -run 13<br><br>(That should import everything in incoming.  Are the scheduled MultiSite jobs running?  (Shipping poll, export and receive - I prefer to not use the default export because it exports to all visible replicas which I am not always able to ship to. So I have sync scripts which list replicas to ship and separate jobs set up to ship to site A, site B, etc. )<br><br>If this says you have no perms, you will need to set the schedule ...]]></description>
      <author>bengtl</author>
      <pubDate>Wed, 6 Jan 2010 12:24:09 EST</pubDate>
    </item>
    
  </channel>
</rss>