Output Result Codes

The output of the function call is a stream of content type determined by the report’s output. If the report output is HTML, then the output is a text/html stream. If the report output is Excel, then the output is a binary stream of content type application/vnd.ms-excel.

Note: The error codes listed below are not displayed when CRUD APIs are executed, instead an error message is displayed on the HTML page.

Result Code

Result Reason

Description

Corrective Action

ERR_APPROVED_TIMESHEET_EXISTS

Once a timesheet has been approved, no updates can be made.

Timesheet already approved

From an interactive EnterpriseTrack session, re­open the timesheet. Updates can then be made from either an interactive session or using the Integration API.

ERR_AUTHENTICATION

Invalid login information.

Login failed

Specify valid (case sensitive) values for both of the following:

  • user_login_id=<login_id>
  • password=<pwd>

Login ID is required. Please provide a value.

Login ID required

Password is required. Please provide a value.

Password required

Specify valid (case sensitive) values for both of the following:

  • user_login_id=<login_id>
  • password=<pwd>

The login ID/password combination is not valid. Please try again.

Password expired

Reset or obtain a new password.

Unauthorized access to the integrate-dispatcher.

Not logged in

Verify that you are logged in successfully before executing the API.

ERR_AUTHORIZATION_POLICY

Authorization policy cannot be blank.

Authorization policy required

Specify one of the following values:

  • authorize_with_login_resource
  • authorize_with_record_locator_resource
  • authorize_with_authorization_policy_given_resource

The authorization policy code passed is invalid, it should have the value as "authorize_with_login_resource", "authorize_with_record_locator_resource", or "authorize_with_authorization_policy_given_resource".

Invalid authorization policy

The user credentials (provided in Authorization_Policy_User_Source) do not match to any existing user in the system.

Could not authorize user

Specify valid (case sensitive) values for both of the following:

  • user_login_id=<login_id>
  • password=<pwd>

The user credential provided does not have permission to Execute APIs as Proxy.

Insufficient permission for authorized user

Obtain the necessary permission(s).

In case of timesheet operation, the authorization resource should be same as resource whose effort is being updated.

Users did not match

Log in with the credentials of the resource whose effort is being updated.

ERR_BLANK_WORK_ASSIGNMENT_DESC

The activity name is missing.

Activity name required

Specify a value for activity name.

ERR_BLANK_WORK_ASSIGNMENT_ID

The external work assignment ID is missing.

External work assignment ID required

Specify a value for external work assignment ID.

ERR_BLANK_WORK_ASSIGNMENT_TYPE

The activity type is missing.

Activity type required

Specify a value for activity type.

ERR_CANNOT_ASSIGN_RESOURCE_AS_ACTIVITY_OWNER

Resource cannot be assigned as activity owner due to allowed role restriction for this activity.

Unable to assign given resource as activity owner.

Verify that the resource role has the necessary permission(s), or retry with a different role and resource.

ERR_INVALID_ACTIVITY_PERCENT_COMPLETION

The activity percent completion should have a valid numeric value between 0 and 100.

Invalid activity percent completion value

Verify that you specified an integer or floating point value between 0 and 100 (inclusive).

ERR_INVALID_ACTIVITY_STATUS

The activity status passed is not valid.

Invalid activity status

Determine what values are configured for your EnterpriseTrack application. Then, specify one of the configured values.

ERR_INVALID_AET_FOR_ACTIVITY

The activity AET should be one of Timesheet, Resource Level (Detail), or Resource Level (Summary).

Invalid activity effort type

Specify one of the following values:

  • Timesheet
  • Resource Level (Detail)
  • Resource Level (Summary)

ERR_INVALID_API

The Integration function name that you specified is not valid.

Invalid function name

  • If you have not successfully logged in, all function names (other than Login) are considered invalid.

Integration function name is required. Please provide a value.

API function name required.

ERR_INVALID_API_VERSION

The API version information you specified is not supported.

Invalid API version number

Specify the following value as et-integration-api-1.0.

API version is missing. Please provide valid API version.

API version required.

ERR_INVALID_CONFIG

The API '{api_name}' does not have any configured permission.

Invalid permission.

Obtain the necessary permissions.

ERR_INVALID_CONFIG_ACTIVITY_TYPE

The associated project initiative does not have the activity type configured as "EXTERNAL_WA."

No matching external work assignment.

Contact your EnterpriseTrack administrator and request that the application be configured to allow integration activities.

The work assignment type passed is invalid. It should have the value as INTERNAL or EXTERNAL.

Invalid work assignment type.

Contact your EnterpriseTrack administrator and request that the application be configured to allow integration activities.

ERR_INVALID_DATA

The format of your JSON data is not correct.

Invalid data format.

Verify that:

  • The format you specified corresponds to the format of the data you provided.
  • The format of the data you provided conforms to the standard for that format.
  • You have actually provided data, or included enough data to identify a unique result.

Input data is required. Please provide a value.

Input data required.

The information provided did not identify a unique category for timesheet data.

More category data required.

Invalid location for char-set. It should be first attribute in global-properties.

Invalid char-set location.

Invalid char_set. System supports the format: {encoding_format}

Unsupported char-set

The date cannot be blank.

Date required

Specify a value for the date.

ERR_INVALID_DATE_FORMAT

The format of the data you provided does not correspond to the format specified in the global_properties object.

Invalid date format

Verify that the format you specified corresponds to the format of the data you provided.

The date format cannot be blank.

Date format required

Specify a value for the date format.

ERR_INVALID_DATE_PERIOD

Data cannot be entered for the week earlier than project start week.

Date before project start date

Verify that the:

  • Date is not earlier than the project start date.
  • Date is not after the project realization date.

Data cannot be entered for the week later than project realization week.

Date after project realization date

ERR_INVALID_DIVISION

The values given for project {divisionUIName} field are not valid.

Invalid division

Specify a valid division.

ERR_INVALID_FUNCTIONAL_AREA

The values given for project {functionalAreaUIName} field are not valid.

Invalid functional area

Specify a valid functional area.

ERR_INVALID_INCLUDE_CLOSED_WA

The include closed work assignment (include_closed_wa) passed is invalid. It should have the value of TRUE or FALSE.

Invalid include closed work assignment

Specify one of the following values:

  • TRUE
  • FALSE

ERR_INVALID_INCLUDE_EXTERNAL_WA

The include external work assignment (include_external_wa) passed is invalid. It should have the value of TRUE or FALSE.

Invalid include external work assignment

Specify one of the following values:

  • TRUE
  • FALSE

ERR_INVALID_LANGUAGE

The language ID passed is not supported.

Invalid language ID

Specify a valid language ID.

ERR_INVALID_LOCATION

The values given for project {locationUIName} field are not valid.

Invalid location

Specify a valid location.

ERR_INVALID_MAX_ROWS

The data provided for input max rows is not a valid number.

Invalid max rows

Verify that the max rows value is a positive integer.

ERR_INVALID_OPERATION_TYPE

The Work Assignment type passed is invalid, it should have the value as INTERNAL or EXTERNAL.

Invalid work assignment type

Specify one of the following values:

  • INTERNAL
  • EXTERNAL

The work assignment type passed is invalid. It should have the value of INTERNAL, EXTERNAL, PROJECT_TIME_CATEG, NON_PROJECT_TIME_CATEG, or NON_WORKING_TIME_CATEG.

Invalid work assignment type

Specify one of the following values:

  • INTERNAL
  • EXTERNAL PROJECT_TIME_CATEG
  • NON_PROJECT_TIME_CATEG
  • NON_WORKING_TIME_CATEG

ERR_INVALID_OVERTIME_HOURS

Overtime hours is invalid. Please provide only positive numbers.

Invalid overtime hours format

Verify that:

  • The value for the number of hours is a positive integer.
  • Overtime hours do not exceed the total hours.

The number of overtime hours cannot exceed the number of total hours.

Overtime hours exceed total hours

ERR_INVALID_PCS

The values given for project "PCS" field are not valid.

Invalid PCS

Specify a valid PCS.

ERR_INVALID_PHASE

The values given for project {phaseUIName} field are not valid.

Invalid phase

Specify a valid phase.

ERR_INVALID_PROCESS

The values given for project {processUIName} field are not valid.

Invalid process

Specify a valid process.

ERR_INVALID_PRODUCTS

The values given for project {productUIName} field are not valid.

Invalid product(s)

Specify a valid product(s).

ERR_INVALID_PROJECT

The project information you specified does not match any existing project.

No matching project found

Verify that all information you specified corresponds to an existing project.

ERR_INVALID_PROJECT_ON_TIME_STATUS

The values given for project on time status field are not valid.

Invalid project on time status

Specify a valid project on time status.

ERR_INVALID_PROJECT_SOURCE

The values given for project {projectSourceUIName} field are not valid.

Invalid project source

Specify a valid project source.

ERR_INVALID_PROJECT_STATUS

The values given for project status field are not valid.

Invalid status

Determine what values are configured for your EnterpriseTrack application. Then, specify one of the configured values.

ERR_INVALID_PROJECT_TYPE

The values given for project type field are not valid.

Invalid project type

Specify a valid project type.

ERR_INVALID_REGION

The values given for project {regionUIName} field are not valid.

Invalid region

Specify a valid region.

ERR_INVALID_RESOURCE

The resource information you specified does not match any existing resource.

No matching resource found

Verify that all information you specified corresponds to an existing resource.

ERR_INVALID_ROADMAP

The values given for project {roadmapUIName} field are not valid.

Invalid roadmap

Specify a valid roadmap.

ERR_INVALID_ROLE

The role information you specified does not match any existing role.

No matching role found

Verify that all information you specified corresponds to an existing role.

ERR_INVALID_TEAM_MEMBER

The combination of role and resource information you specified cannot be matched.

No match found for this combination of role and resource

Verify that all information you specified exists for the resource you specified.

ERR_INVALID_TOTAL_HOURS

Total hours is invalid. Please provide only positive numbers.

Invalid total hours format

Verify that the value for the number of hours is a positive integer.

ERR_INVALID_TOTAL_OVERTIME_HOURS

The data provided for the total or overtime hours is not an integer

Invalid total overtime hours format

Verify that the value for the number of hours is a positive integer.

ERR_INVALID_UPDATE_ACTION_CODE

The update action code that you specified is not supported.

Invalid update action code

Specify one of the following values:

  • REPLACE
  • INCREMENT

ERR_NO_DATA_TO_UPDATE

Both percent completion and activity status cannot be blank.

No data to update

Specify values for the percent completion and activity status.

ERR_NON_EXISTING_ACTIVITY

The activity ID you specified does not exist

Activity ID not found

Verify that you have specified a valid activity ID.

ERR_PERMISSION

Your credentials do not include permission to perform revisions to one (or more) of the following : <permission_name>

Insufficient permission.

Obtain the necessary permissions from your EnterpriseTrack administrator.

ERR_PROJECT_CLOSED

The current project status does not allow this operation.

Project closed.

Verify that you specified an Open (or equivalent) project.

ERR_PROJECT_LOCKED

Updates are not allowed on this project since it has been locked for MS Project updates.

Project locked for MSP update

Once the synchronization is complete, you can try again.

ERR_RESOURCE_NOT_ACTIVITY_OWNER

The work assignment you specified is assigned to a different resource.

Resource not assigned to this activity

Verify that the activity you specified is assigned to the resource you specified.

ERR_TIMESHEET_ENTRY_NOT_ALLOWED

Timesheets are not enabled for this resource.

Timesheet disabled for this resource

Verify that timesheets are enabled for the resource.

A manager is not assigned to the resource, therefore timesheets cannot be created.

Manager not assigned to resource

From an interactive EnterpriseTrack session, assign a manager to the resource and then try again.

Timesheets are not enabled for this resource.

Resource cannot enter timesheet

From an interactive EnterpriseTrack session, enable the Can Enter Timesheet option for this resource or the project team.

The user does not have adequate permission to enter Non Project/Non Working Time.

The user does not have permission for Non Project/Non Working Time

Obtain the necessary permissions.

The resource does not have permission to enter project level time.

Insufficient permission

Obtain the necessary permissions.

Your credentials do not include permission to either create or edit timesheets for this resource.

Insufficient permission

Obtain the necessary permission.

The resource does not have permission to enter activity level time.

Insufficient permission

Obtain the necessary permission.

ERR_TIMESHEET_EXCESS_HOURS

The number of hours cannot exceed the daily limit configured in EnterpriseTrack.

Number of hours exceeds daily limit

Verify the:

  • Number of hours currently reported for the resource
  • Maximum number of hours configured for your EnterpriseTrack instance

ERR_UNSUPPORTED_INPUT_FORMAT

The input format that you specified is not supported.

Invalid input format

Specify a valid data format for the following: input_type=<in_type>

See the function documentation for supported formats.

Input type is required. Please provide a value.

Input format required

Specify a value for the input type.

ERR_UNSUPPORTED_OUTPUT_FORMAT

The output format that you specified is not supported.

Invalid output format

Specify a valid data format for the following:

output_type=<out_type>

See the function documentation for supported formats.

Output type is required. Please provide a value.

Output format required

Specify a value for the output type.

ERR_UPDATE_ACTIVITY

(Message corresponds to that found in the EnterpriseTrack UI.)

Failed to update activity

Follow the recommendation.

ERR_WORK_ASSIGNMENT_

LOCKED

Updates are permitted only to Open work assignments.

Closed work assignment

Verify that you have specified a work assignment that is open (or the equivalent).

SUCCESS

(Null)

Successful execution of Integration function.

No action required.

SYSTEM_ERROR

Operation has failed. Contact your administrator.

Unexpected system error

Please contact system administrator.



Legal Notices
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, May 03, 2018