Page 1 of 1

Unable to save Job

Posted: Mon Aug 20, 2007 1:30 pm
by ds_is_fun
Error Message - Unable to save EditServ.impl.JobDefnImpl@58d3cc94.
I created a job and saving a Jobs folder and above is the error.
Thanks!

Posted: Mon Aug 20, 2007 3:47 pm
by ArndW
Can you try to 'save as' another name and/or another category or does that generate the same error?

Posted: Mon Aug 20, 2007 4:04 pm
by ray.wurlod
This looks like a temporary file name used when invoking the Metadata Delivery service to save the job into Information Server database. Find out where you've configured storage of temporary files, and check that you have write permission there and its file system is not full.

Posted: Mon Aug 20, 2007 4:25 pm
by ds_is_fun
I earlier thought that DS jobs would be saved in ../Projects/<ProjectName>DSJobs.
It appears from your suggestion that Jobs are now saved in metadata rep.
Is that true?



I just purchased premium membership looking at Ray's response. Got very curious.
Thanks!
ray.wurlod wrote:This looks like a temporary file name used when invoking the Metadata Delivery service to save the job into Information Server database. Find out where you've configured storage of temporary files, a ...

Posted: Mon Aug 20, 2007 5:35 pm
by ray.wurlod
All metadata, including design-time metadata, are saved in IIS repository. That's one of the main thrusts of version 8.

During the transition some of the metadata may be replicated in the "traditional" DataStage repository, but don't rely on this being complete and don't rely on it continuing into the future.

Posted: Mon Aug 20, 2007 7:49 pm
by ds_is_fun
Whats the file pattern of a temporary file.
Is it something like dstmp.070719.132649A.

ray.wurlod wrote:All metadata, including design-time metadata, are saved in IIS repository. That's one of the main thrusts of version 8.

During the transition some of the metadata may be replicated in the "traditional" DataStage repository, but don't rely on this being complete and don't rely on it continuing into the future.

Posted: Mon Aug 20, 2007 7:49 pm
by ds_is_fun
Whats the file pattern of a temporary file.
Is it something like dstmp.070719.132649A.
OR
Is it the DS_TEMP variable?
Thanks!
ray.wurlod wrote:All metadata, including design-time metadata, are saved in IIS repository. That's one of the main thrusts of version 8.

During the transition some of the metadata may be replicated in the "traditional" DataStage repository, but don't rely on this being complete and don't rely on it continuing into the future.

Posted: Mon Aug 20, 2007 9:09 pm
by ray.wurlod
There is no particular pattern. You will note that the one in the original error message contained an @ symbol and a hexadecimal suffix (which I'm guessing provides uniqueness in some fashion).

Posted: Thu Aug 23, 2007 2:45 pm
by ds_is_fun
Ray,
The issue was a quota nolimit command on Oracle met rep.
Now, with no quota limit we should have less freezes.
Thanks!