Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Error Updating CoverageAreas,Code using TCC Script
Content
I am trying to update CoverageAreas,Code using TCC Script but i am getting the following error.
"Index","Identifier","Status","TransactionType","Result","Message"
"1","","error","unknown",,"Unknown version : http://www.taleo.com/ws/tee800/2009/01"
"Relation "CoverageAreas" not found for the entity "User" in the product pack"
Here is the script that i am trying to execute:
<load:load productCode="SO1005" model="http://www.taleo.com/ws/tee800/2009/01" root="User" operation="update" locale="en" header="true" delimiter="," quote=""" xmlns:load="http://www.taleo.com/ws/integration/load">
<load:columns>
<load:column parameter="1" path="Number" searchType="SEARCH" localeType="NONE" type="DATA"/>
0