Search found 40 matches

by aluetjen
Fri Jul 22, 2005 6:32 am
Forum: Gold Support (Vault) -- Read-only
Topic: Invalid object version specified
Replies: 1
Views: 3457

Invalid object version specified

Hello,

when try to perform a get latest for some files the following error message occurs.

What is the reason for it?

[22.07.2005 14:26:47] Get latest version failed for $/MyFile.csproj: Invalid object version specified.

Regards, Alex
by aluetjen
Wed Jun 29, 2005 9:36 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

An iisreset has no effect on the checkin error. And I still have an error if I try to view the properties of the parentfolder.
by aluetjen
Wed Jun 29, 2005 9:10 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

No, it is not. But as I tried to view the properties of the containing folders I got an error on one of the folders: ----29.06.2005 17:06:37 mascher--10.1.60.248(10.1.60.248)--SSL Enabled Data is Null. This method or property cannot be called on Null values. this folder contains all files that have ...
by aluetjen
Wed Jun 29, 2005 8:54 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

Good hint! Not enough rights on the folder. This is a snippet from the log with the failed transaction: ----29.06.2005 16:51:08 mascher--10.1.60.248(10.1.60.248)--SSL Enabled BeginTx beginning transaction ----29.06.2005 16:51:08 mascher--10.1.60.248(10.1.60.248)--SSL Enabled BeginTx returned: Succes...
by aluetjen
Wed Jun 29, 2005 8:34 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

That is actually a problem. I just checked and there is no loggin since friday last week. I think that was the time when we updated the server. Any ideas? I already set log level to debug, reset the iis and back again. No effect.
by aluetjen
Wed Jun 29, 2005 8:11 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

This is the result of your select:

objid lastobjversion
-------------------- -------------------- --------------------
56623 1 1
by aluetjen
Wed Jun 29, 2005 8:08 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

This is the list of files: 55022 vostapenko SPSAffectedFragment.ascx.cs 16073 7 24 2005-06-24 14:17:01.863 2005-06-24 14:17:02.457 16073 2 1 166598 162914 55133 vostapenko SelectUser.ascx.cs 16073 7 24 2005-06-24 14:17:01.863 2005-06-24 14:17:02.457 16073 6 1 166602 164824 55136 vostapenko UserFinis...
by aluetjen
Wed Jun 29, 2005 8:00 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

I just tried to set the serverlogs to debug and having some problems with that. There are no new entries in the log after setting to debug. For your other questions: Yes we have the objectIds from friday and yes the files with the problems are on that list. The script runs without any errors, but it...
by aluetjen
Wed Jun 29, 2005 4:25 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

Hi, after we succesfully restored our repository we now have problems with single files. You can check out this files and do an undocheckout, but you cannot checkin any changes. Other files work as expected. We get the following error in a dialog: A database error has occured (FailDBInsert) and afte...
by aluetjen
Fri Jun 24, 2005 10:24 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

Yes, we updated server to 3.07 and currently forcing to update clients also ;).
by aluetjen
Fri Jun 24, 2005 10:22 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

We successfully restored the repository.

Again, thank you very much.

Regards, Alex
by aluetjen
Fri Jun 24, 2005 9:38 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

I'll follow from now the steps pointed out in the thread you referenced.

Thank you for your fast assistance!

With the best regards,

Alex
by aluetjen
Fri Jun 24, 2005 9:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

Ok, done. It showed me 6 files.
by aluetjen
Fri Jun 24, 2005 9:28 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

Yep, here it is:

16072



16072 7 2 2005-06-24 14:16:50.347 2005-06-24 14:16:51.207
16073 7 24 2005-06-24 14:17:01.863 2005-06-24 14:17:02.457
by aluetjen
Fri Jun 24, 2005 9:22 am
Forum: Gold Support (Vault) -- Read-only
Topic: REALLY URGENT: Repository Lost
Replies: 33
Views: 25677

DECLARE @repid [bigint]; SET @repid = 7; SELECT MAX(txid) FROM sgvault.dbo.tblfulltreerevisionfolders WHERE repid = @repid; SELECT t.* FROM sgvault.dbo.tbltransactions t WHERE t.repid = @repid AND t.txid >= (SELECT MAX(txid) FROM sgvault.dbo.tblfulltreerevisionfolders WHERE repid = @repid); 16072 16...