Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic SYNERGY (steve huntington)
Decrease font size
Increase font size
Topic Title: Can't collapse some projects ...
Topic Summary: Informix error message when i want to collapse some prep or released projects ...
Created On: 4-Oct-2004 10:51
Status: Read Only
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by Damien CARRIERE, on Thursday, December 9, 2004 2:16 PM

Answer:
CRITICAL: Both cache and archive file for Application_Adhpar-3.2.18c2roject:1 are missing or unreadable.
Cache file path: /ccm_db/adh_par/st_root/cache/source/#62/228462
log in as ccm_root:

touch /ccm_db/adh_par/st_root/cache/source/#62/228462

>>>>>
###
1: Create a packfile of your database
2: Save the archlib.a file you should have received, in a visible path (/home/ccm_root for example).
3: Start a Continuus session on the database in ccm_admin role.
Load the archlib.a library from the directory you put it in. (DON'T FORGET THE -a or you will have Accent error):
ccm load -a /home/ccm_root/archlib.a
4: Define a fix command:
ccm define fix fix fix_cmd
5: Create a file called input_file for example, and put inside, the 4-part-name of all the object which are listed with the
error message: One line per 4-part-name.
If some objects are the same but with a different version, then sort the object by version from the earlier to the latest.
6: Run the command:
ccm fix -i input_file -l logfile
7: Check the logfile. It should contain the repaired object names.
8: Run fs_check again.
###

Regards
 4-Oct-2004 10:51
User is offline View Users Profile Print this message


Damien CARRIERE

Posts: 10
Joined: 4-Oct-2004



Hi all,

i just have informix error message when i try to collapse (or delete) some prep or released projects ...

RCS command: /usr/local/ccm62/bin/util/ccm_grcs -q -o1.209 /ccm_db/adh_par/st_root/archive/source/project/ccm_rcs/1/41/...,v
RCS output: ( rcs: /ccm_db/adh_par/st_root/archive/source/project/ccm_rcs/1/41/...,v: Revision 1.209 doesn't exist.)

Couldn't remove version 1.209 of /ccm_db/adh_par/st_root/archive/source/project/ccm_rcs/1/41/...,v
Warning: Informix:  Could not delete a row.


           (Function dbat_delete, Informix -240, ISAM -111).
Warning: Unable to remove ...-3.2.18c2roject:1 : delete failed.

I got big issue with this because this error fill the /tmp of my server (AIX) with a big file shmem.* which is freezing all my synergy's applications (Change Synergy & Change Management), and i have to delete the file in order to re-start applications ...

If someone has a good idea for me ????

Tanks a lot !

bye

Damien



Edited: 4-Oct-2004 at 10:53 by Damien CARRIERE
Report this to a Moderator Report this to a Moderator
 6-Oct-2004 07:28
User is offline View Users Profile Print this message


Sachgebiet 312

Posts: 4
Joined: 26-Jan-2004

Hallo Damien,

perhaps the ccmdb drop - command is able to delete the database.

ccmdb drop database_path [-s|-server servername] [-y]


Regards

Hans-Peter Kempen
Report this to a Moderator Report this to a Moderator
 6-Oct-2004 10:02
User is offline View Users Profile Print this message


Damien CARRIERE

Posts: 10
Joined: 4-Oct-2004

Hello Hans-Peter, but i don't want to drop database, I want to collapse some PROJETCS of the database ... I can't delete some prep or released projetcs, but not all of them ... And i can't identifie them before try to delete them .... ;o) Thanks for your help. Regards
Report this to a Moderator Report this to a Moderator
 6-Oct-2004 12:26
User is offline View Users Profile Print this message


Sachgebiet 312

Posts: 4
Joined: 26-Jan-2004

Hallo Damien,
i misunderstood your problem, sorry. Did you execute a ccmdb check ?
Perhaps you get a more precisley error message.

If the ccmdb check fails, it is possible, to correct informix errors with the ccmdb repair - command..

Regards

Hans-Peter Kempen


Report this to a Moderator Report this to a Moderator
 6-Oct-2004 15:16
User is offline View Users Profile Print this message


Damien CARRIERE

Posts: 10
Joined: 4-Oct-2004

Ok no problem for the mistake ... I tried to do a ccmdb check on my database but it makes no error ???? and same for fs_check ...
Report this to a Moderator Report this to a Moderator
 6-Oct-2004 15:30
User is offline View Users Profile Print this message


Dave Sibthorp

Posts: 1
Joined: 6-Jun-2003

I would increase the tmp space using the expand command or allow the tmp space to use the ccm space. You have probably run out of tmp space.

Dave
Report this to a Moderator Report this to a Moderator
 11-Oct-2004 13:03
User is offline View Users Profile Print this message


Damien CARRIERE

Posts: 10
Joined: 4-Oct-2004

Hi after verifications, a ccm fs_check says me that both archived and cache file have disapeared ... I dont know how ? Someone has an idea in order to erase objects from show history view ?? thx
Report this to a Moderator Report this to a Moderator
 9-Dec-2004 14:15
User is offline View Users Profile Print this message


Damien CARRIERE

Posts: 10
Joined: 4-Oct-2004

Answer Answer
CRITICAL: Both cache and archive file for Application_Adhpar-3.2.18c2roject:1 are missing or unreadable.
Cache file path: /ccm_db/adh_par/st_root/cache/source/#62/228462
log in as ccm_root:

touch /ccm_db/adh_par/st_root/cache/source/#62/228462

>>>>>
###
1: Create a packfile of your database
2: Save the archlib.a file you should have received, in a visible path (/home/ccm_root for example).
3: Start a Continuus session on the database in ccm_admin role.
Load the archlib.a library from the directory you put it in. (DON'T FORGET THE -a or you will have Accent error):
ccm load -a /home/ccm_root/archlib.a
4: Define a fix command:
ccm define fix fix fix_cmd
5: Create a file called input_file for example, and put inside, the 4-part-name of all the object which are listed with the
error message: One line per 4-part-name.
If some objects are the same but with a different version, then sort the object by version from the earlier to the latest.
6: Run the command:
ccm fix -i input_file -l logfile
7: Check the logfile. It should contain the repaired object names.
8: Run fs_check again.
###

Regards

Edited: 9-Dec-2004 at 14:16 by Damien CARRIERE
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic SYNERGY forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 15:34.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.