Status code = 39204
Posted: Tue Aug 10, 2004 8:54 am
Status code = 39204
ERROR: Failed to open project
I am getting this error when trying to automate job log retreval from the command line using the dsjob app. I start getting this error for every log entry after about 200 jobs into the list of jobs we have.
Basically it goes like this:
Get list of all jobs
For each job
get list of all FATAL log entries
get detailed information for each FATAL entry
get list of all WARNING log entries
get detailed information for each WARNING entry
end
I'm using
to get list of jobs: dsjob -server server -user user -password password -ljobs project
to get list of warning/fatal: dsjob -server server -user user -password password -logsum -type FATAL project job
to get detailed info: dsjob -server server -user user -password password -logdetail projcet job_name log_entry_id
I can't find documentation about this Status code anywhere, its only mentioned once in this forum (a similar question as mine with 0 responses) and googling gives 0 results. Any help would be greatly appreciated. Let me know if you need any more info from me.
ERROR: Failed to open project
I am getting this error when trying to automate job log retreval from the command line using the dsjob app. I start getting this error for every log entry after about 200 jobs into the list of jobs we have.
Basically it goes like this:
Get list of all jobs
For each job
get list of all FATAL log entries
get detailed information for each FATAL entry
get list of all WARNING log entries
get detailed information for each WARNING entry
end
I'm using
to get list of jobs: dsjob -server server -user user -password password -ljobs project
to get list of warning/fatal: dsjob -server server -user user -password password -logsum -type FATAL project job
to get detailed info: dsjob -server server -user user -password password -logdetail projcet job_name log_entry_id
I can't find documentation about this Status code anywhere, its only mentioned once in this forum (a similar question as mine with 0 responses) and googling gives 0 results. Any help would be greatly appreciated. Let me know if you need any more info from me.