Major hassle: Vault CLC history not consistent

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Major hassle: Vault CLC history not consistent

Post by ismangil » Wed Aug 02, 2006 3:17 am

Using Vault 3.1.7 commandline client,

I ran a history query, using -begindate 06/06/2006 (no end date) and it is giving me grief because it is not reporting all changes.

If I ran it at $/Project/Component1 level it only gives me history since 30 June. If I ran it at some lower level say $/Project/Component1/Sub1/SubSub1 then it correctly detected changes since 6 June.

I don't have this problem if using the GUI client, but it truncates at 1000 lines so more hassle to fetch next line.

What do I do?

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Aug 02, 2006 7:34 am

I think there's a default limit on the number of rows returned in the CLC -- 1000.

If your query will generate more than 1000 rows, use "-rowlimit 0" in your command.
Linda Bauer
SourceGear
Technical Support Manager

ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Post by ismangil » Wed Aug 02, 2006 7:43 am

lbauer wrote:I think there's a default limit on the number of rows returned in the CLC -- 1000.

If your query will generate more than 1000 rows, use "-rowlimit 0" in your command.
Yay, that did it. I would venture that this would baffle a lot of people. In the GUI client it clearly states that it is truncated, but it is not apparent in the command line.

Anyway I'm happy again. :D

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Aug 02, 2006 8:02 am

I'll log a bug to make sure this is in the documentation.
Linda Bauer
SourceGear
Technical Support Manager

Locked