Page 1 of 1

RT_CONFIG1000

Posted: Thu Nov 08, 2007 1:46 pm
by pravin1581
Hi All,

We are facing a problem when we are compiling the job.
It says that Unable to write record <Job_Name> to file RT_Config1000.

Thanks in advance.

Posted: Thu Nov 08, 2007 9:09 pm
by ray.wurlod
Try a Search for this particular error message (leave out the number). Curiously you are not the first to have encountered it.

Posted: Fri Nov 09, 2007 1:40 pm
by pravin1581
ray.wurlod wrote:Try a Search for this particular error message (leave out the number). Curiously you are not the first to have encountered it.
Thanks, I did find the posts related to the problem , but the solutions dont fix the case. We have checked the disk space, its ok. The problem is for all the jobs.when the designer is opened with other username and pwd the probem does not exist.

Posted: Fri Nov 09, 2007 1:47 pm
by chulett
Let's see... it works fine for some users and not for others... hmmm... methinks you have a permissions problem.

Posted: Fri Nov 09, 2007 1:51 pm
by pravin1581
chulett wrote:Let's see... it works fine for some users and not for others... hmmm... methinks you have a permissions problem.
I also checked the files in the RT_Confignn. All the three files are there.

Posted: Fri Nov 09, 2007 1:54 pm
by chulett
Didn't say they weren't there.

Posted: Fri Nov 09, 2007 1:54 pm
by pravin1581
chulett wrote:Let's see... it works fine for some users and not for others... hmmm... methinks you have a permissions problem.
I also checked the files in the RT_Confignn. All the three files are there.

Posted: Fri Nov 09, 2007 1:55 pm
by chulett
Didn't say they weren't there.

Posted: Fri Nov 09, 2007 2:32 pm
by jwilliams
I think what Craig is getting at is that your permissions aren't set up correctly for those files. Whether they exist or not is not in question; whether all users in the groups you need have read/write/execute permission is.

Check those and see if you have any more success. :wink:

Posted: Fri Nov 09, 2007 4:38 pm
by ray.wurlod
Have you checked for internal corruption? Try a query against RT_CONFIG1000.

Posted: Fri Nov 09, 2007 4:40 pm
by pravin1581
ray.wurlod wrote:Have you checked for internal corruption? Try a query against RT_CONFIG1000.
Can you pls elaborate.

Posted: Tue Nov 13, 2007 10:32 am
by dspxguy
I guess Ray meant that do a select on the RT_CONFIGxxx and see if it returns any records?

Posted: Tue Nov 13, 2007 4:36 pm
by ray.wurlod
A "check" covers many possibilities. A query against the table is just one of them. Inspection tools such as ANALYZE.FILE are another. Repair tools such as UVFIXFILE or fixtool are yet another.