Oracle Enterprise Manager Messages Manual 
Release 1.6.0 
A63734-01
 
Library
 
Product
 
Contents
 
Index
 

Prev Next

16
Job System Messages

VOJ-00100 to VOJ-00199: Critical Error Messages

VOJ-00100: Failed to open file.

Cause: File is not saved.

Action: None.

VOJ-00101: Failed to read file.

Cause: File is not saved.

Action: None.

VOJ-00102: Failed to write file.

Cause: File is not saved.

Action: None.

VOJ-00103: Cannot set the name of an Interactive Job.

Cause: Third-party user tried to supply a name for an interactive job.

Action: None.

VOJ-00104: Cannot set the schedule of an Interactive Job.

Cause: Third-party user tried to supply a schedule for an interactive job.

Action: None.

VOJ-00105: Backup Definition File has incorrect syntax .

Cause: The file has incorrect syntax. Only certain parameters are allowed.

Action: Recreate the script using the Backup wizard.

VOJ-00200 to VOJ-00642: Other Job System Messages

VOJ-00202: Cannot create a unique filename for Temporary file.

Cause: Cannot create a unique filename.

Action: Do not open file.

VOJ-00203: Either 'File Name' or 'Text' must be specified.

Cause: There is nothing to execute.

Action: Specify a filename or text.

VOJ-00204: The 'Message Text' field must be supplied.

Cause: There is nothing to execute.

Action: Specify message text in field.

VOJ-00208: No parameters specified for this task.

Cause: Task Validate State.

Action: None.

VOJ-00209: Cannot open script file.

Cause: Task Validate State.

Action: None.

VOJ-00210: User Name has not been specified.

Cause: Task Validate State.

Action: None.

VOJ-00211: Task was incorrectly initialized.

Cause: Task Invalidate State.

Action: Reload task.

VOJ-00214: Command had not been specified.

Cause: Task Validate State.

Action: None.

NOTE:

THE FOLLOWING 2 MESSAGES ARE SEEN BY THE USER AS A SINGLE MESSAGE.

VOJ-00215: The number of tasks and associated parameters in this job have exceeded.

Cause: A limit exists for length of job parameters VARCHAR2[1024].

Action: You need to reduce the number of tasks and associated parameters for this job before scheduling the job.

VOJ-00216: The buffer maximum. You need to reduce the number of tasks in this job.

Cause: A limit exists for length of job parameters VARCHAR2[1024]. You have exceeded the 1024 byte buffer limit.

Action: You need to reduce the number of tasks in this job before you schedule this job.

VOJ-00217: If you answer "No," the original script will be used.

Cause: Script was modified.

Action: Save script in to the file.

NOTE:

THE FOLLOWING 2 MESSAGES ARE SEEN BY THE USER AS A SINGLE MESSAGE

VOJ-00218: The number of tasks and associated input files in this job have exceeded.

Cause: A limit exists for number of input files in Agent code (5).

Action: Before you schedule the job, you must reduce the number of tasks and associated input files.

VOJ-00219: The maximum (5). You need to reduce the number of tasks in this job.

Cause: A limit exists for the number of input files in Agent code (5).

Action: Before you schedule the job, you must reduce the number of tasks.

VOJ-00330: Job is still processing.

Cause: Tried to modify, suspend or release a job while it is still in processing mode.

Action: Try to do the same job operation after the job status is changed from processing to others.

VOJ-00501: Nothing was changed. Use Cancel button.

Cause: Nothing was changed.

Action: Do not modify Job.

VOJ-00504: Interactive Jobs must have ID of 0.

Cause: Interactive Jobs ID is not 0.

Action: Interactive jobs are not available with this release of Enterprise Manager.

VOJ-00505: Job name cannot be empty.

Cause: Job Name is Empty.

Action: From the General tab of the Create Job window, fill in the Name blank.

VOJ-00506: DESTINATION parameter is a SAFEARRAY that does not have 2 columns of BSTR.

Cause: The Destinations parameter is a SAFEARRAY. It does not have 2 columns of BSTR.

Action: This could be a repository error. A possible workaround would be to remove the node and rediscover it.

VOJ-00507: Job name already exists.

Cause: Job name already exists.

Action: You can either wait for the existing job (in the Active Jobs page) to complete or give this job a different name.

VOJ-00508: The 'Selected Destinations' field must be supplied.

Cause: The selected destinations field has not be populated or the available destinations field is empty due to comfiguration problems

Action: To correct the error perform the following steps:

  1. From the "Create Job" screen (on the main menu bar of the OEM console) verify that an icon appears under the Available Destinations. If no icons appear, skip to step 5.
  2. Highlight the icon representing the service that you want. Click on the "<<" button to move the icon to the selected destinations window.
  3. Continue entering parameters for creating the job.
  4. If you still get the same error when submitting the job, verify that the Oracle Intelligent Agent is running.
  1. Verify agent on Unix by entering the following command:
  2. lsnrctl dbsnmp_stat 
    

    If the agent is not running, enter the following command:

    lsnrctl dbsnmp_start 
    
  3. Verify agent on NT by:
    • Clicking on the control panel that is within the Main Group.
    • Selecting the Services icon.
    • Verifying that the OracleAgent status is set to "Started."
    • If not started, highlight OracleAgent and click on Start.
  4. If no Icons appear below the Available Destinations:
  5. Verify the TOPOLOGY.ORA file exists in the $ORACLE_HOME\NETWORK\ADMIN directory on the console workstation.
  6. Verify the file is correct. For example:
  7. mydb.world=(ORACLE_DATABASE,host1,listener_host1.world) 
    listener_host1.world=(ORACLE_LISTENER,host1) 
    agent_host1.world=(ORACLE_AGENT,host1)
  8. Verify the agent has an alias defined in the TNSNAMES.ORA which matches the agent name in the TOPOLOGY.ORA. For example:
  9.         agent_host1.world= 
              (DESCRIPTION = 
                (ADDRESS = 
                   (PROTOCOL=TCP) 
                   (HOST=host1) 
                   (PORT=1748) 
                 ) 
               )

VOJ-00509: A value for the 'Selected Tasks' field must be specified.

Cause: List of selected tasks is empty.

Action: From the Tasks tab of the Create Job window, select a task. Then, fill in parameters for the task on the Parameters tab.

VOJ-00520: Failed to open script file (filename)

Cause: Failed to Open SQL file.

Action: An operating system error may have occurred.

VOJ-00521: Cannot create a unique filename for Startup DB script.

Cause: Cannot create a unique filename for Startup DB script.

Action: An operating system error may have occurred.

VOJ-00522: Failed to write Startup DB script file.

Cause: Failed to write Startup DB script file.

Action: A write error has occurred in the SYSMAN directory. Make sure the directory is not full or write-protected.

VOJ-00523: Failed to read TCL script file.

Cause: Failed to read TCL script file.

Action: An operating system error may have occurred.

VOJ-00524: Cannot create a unique filename for Master TCL Script.

Cause: Cannot create a unique filename for Master TCL Script.

Action: An operating system error may have occurred.

VOJ-00525: Failed to open Master TCL Script file.

Cause: Failed to Open Master TCL Script.

Action: An operating system error may have occurred.

VOJ-00526: Failed to write Master TCL Script file.

Cause: Failed to Write Master TCL Script.

Action: An operating system error may have occurred.

NOTE:

THE FOLLOWING 3 MESSAGES ARE SEEN BY THE USER AS A SINGLE MESSAGE

VOJ-00527: Warning: Changing destination type will delete all.

Cause: Just Warning.

Action: Do or do not change job type.

VOJ-00528: Selected destinations and tasks.

Cause: Just Warning

Action: Do or do not change job type

VOJ-00529: Are you sure that you want to change destination type?

Cause: Just Warning

Action: Do or do not change job type.

VOJ-00531: Failed to Open file.

Cause: Failed to Open file.

Action: Exit.

VOJ-00532: Failed to Read file.

Cause: Failed to Read file.

Action: Exit.

VOJ-00533: Failed to Write file.

Cause: Failed to write file.

Action: Exit.

VOJ-00551: Cannot open predefined task file.

Cause: Cannot find the predefined task file.

Action: Install the predefined task file from the staging area.

VOJ-00552: Failed to get current time string.

Cause: System fails to return current time.

Action: Restart the machine.

VOJ-00554: Failed to retrieve available destinations.

Cause: Failed to retrieve a list of job destinations.

Action: Retry the same operation later. The message could indicate lost repository connection.

VOJ-00555: A request to delete this job is already being processed.

Cause: User ordered a remove job on a job instance which is already pending deletion.

Action: Check the remote agent or ping agent from Daemon manager if desired. The message could indicate a lost connection to the agent.

VOJ-00556: The agent does not have this job in its queue. The job will be removed.

Cause: Remove job operation failed on the remote agent.

Action: Retry the remove job operation. The error should disappear after the message. No action required.

VOJ-00602: Job Task validation failed.

Cause: Tried to submit a job with an invalid task.

Action: Do not submit the job.

VOJ-00604: Job Task validation failed. Do you want to continue?

Cause: Tried to save a job with an invalid task.

Action: Query if the user really wishes to save the job.

VOJ-00606: Saved job of this name already exists. Do you want to overwrite it?

Cause: Job Name is duplicate.

Action: Do not save a duplicate job.

VOJ-00607: The following task (name) is not registered on this machine.

Cause: The job contains a task with a CLSID that was not registered on this machine

Action: Either delete the saved job or open the job on a machine with the task registered.

VOJ-00608: Using apostrophe or ampersand in job name or description box is invalid.

Cause: Job Name is invalid.

Action: Do not save or submit a job with an invalid job name.

Messages VOJ-00620 through VOJ-00639 are used as substrings for Message VOJ-0640

VOJ-00620: Day of the week was specified.

Cause: A day of the week was not specified.

Action: Enter a day of the week on the Schedule tab of the Create Job window.

VOJ-00621: No day of the month was specified.

Cause: A day of the month was not specified.

Action: Enter a valid day of the month on the Schedule tab of the Create Job window.

VOJ-00622: End time precedes start time.

Cause: The end time is before the start time.

Action: Enter a valid end time on the Schedule tab of the Create Job window.

VOJ-00623: The time interval you have selected is not valid.

Cause: The interval is not valid.

Action: Enter a valid time interval on the Schedule tab of the Create Job window.

VOJ-00624: Execution mode invalid or not found.

Cause: Bad execution mode.

Action: Enter a valid execution mode on the Schedule tab of the Create Job window.

VOJ-00625: Frequency clause invalid or not found.

Cause: The frequency clause is invalid.

Action: Enter a valid frequency clause on the Schedule tab of the Create Job window.

VOJ-00626: Start time invalid or not found.

Cause: Bad start date.

Action: Enter a valid start date on the Schedule tab of the Create Job window.

VOJ-00627: Execution time has passed.

Cause: Next execution time past.

Action: Enter a valid start/end date on the Schedule tab of the Create Job window.

VOJ-00628: Generic.

Cause: Unknown schedule error.

Action: Do not save or submit a job with an invalid schedule.

VOJ-00640: Invalid Schedule: name.

Cause: The schedule was invalid.

Action: Enter a valid start/end date on the Schedule tab of the Create Job window.

VOJ-00641: Setting schedule to Immediate.

Cause: A day of the week was not specified.

Action: Enter a valid day of the week on the Schedule tab of the Create Job window.

VOJ-00642: Revert to previous schedule?

Cause: A day of the week was not specified.

Action: Enter a day of the week on the Schedule tab of the Create Job window.




 
Prev
Next 
Next
 
Oracle 
Copyright © 1998 Oracle Corporation. 
All Rights Reserved. 
 
Library
 
Product
 
Contents
 
Index