0% found this document useful (0 votes)
80 views3 pages

HDL Notes

This document discusses loading new hire and employee data into various tables using the HCM Data Loader. It provides troubleshooting information for errors that may occur during the loading process. Key tables for analyzing errors are listed along with examples of SQL queries to search for specific error records. Hierarchical data loading is also discussed, with examples of how department and position hierarchies are structured in separate data files.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views3 pages

HDL Notes

This document discusses loading new hire and employee data into various tables using the HCM Data Loader. It provides troubleshooting information for errors that may occur during the loading process. Key tables for analyzing errors are listed along with examples of SQL queries to search for specific error records. Hierarchical data loading is also discussed, with examples of how department and position hierarchies are structured in separate data files.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

kxaPHOGO7

New Hire data Lading


====================

worker.dat

Employee attachment
Employee Photos

Images/Attachments HDL Data Loading:

BlobFiles-->you have to copy all images


Worker.dat-->

Content ID UCMFA02300961

HDL Error debugging:


======================

Content Id: UCMFA02300961

Content Id: UCMFA02300181 -->Error records

UCMFA02078502

HCM Data Loader Error Analysis Report-->Navigator-->Right Hand Side click on-->Run
Diagnostics-->Left hand side -->search HCM Data Loader Error Analysis Report
Add to run -->edit parameter-->Pass UCM Content Id-->run Results-->To view
diagnostic result

HDL error tables:


=================

HRC_DL_DATA_SETS
HRC_DL_DATA_SET_BUS_OBJS
HRC_DL_MESSAGE_LINES-->Error table
HRC_DL_FILE_LINES

select *from HRC_DL_DATA_SETS where ucm_content_id='UCMFA02300961' --data set id=


300000182226077

select *from HRC_DL_DATA_SET_BUS_OBJS where DATA_SET_ID=300000182226077


--DATA_SET_BUS_OBJ_ID=300000163962553

select *from HRC_DL_MESSAGE_LINES where DATA_SET_BUS_OBJ_ID=300000182226099 -->no


data

select text from HRC_DL_FILE_LINES where DATA_SET_BUS_OBJ_ID=300000182226099


select *from HRC_DL_DATA_SETS where ucm_content_id='UCMFA02300181' --data set id=
300000182199722

select *from HRC_DL_DATA_SET_BUS_OBJS where DATA_SET_ID=300000182199722


--DATA_SET_BUS_OBJ_ID=300000163962553

select *from HRC_DL_MESSAGE_LINES where DATA_SET_BUS_OBJ_ID=300000182199744

select text from HRC_DL_FILE_LINES where DATA_SET_BUS_OBJ_ID=300000182226099

Worker.dat:
10000 records -->

8000 loaded-->
2000 --Error

HCM Data Loader Error Analysis Report

Hierarchical Data Conversion :

Geography Hierarchy
Position Hierarchy
Organization Hierarchy
Department Hierarchy -->

===================

Example: department Hierarchy/Tree

Hirearical Data Loading-->Department Tree

CReate Tree-->DepartmentTree.dat
Create Tree Version-->DepartmentTree.dat
Create Department-->Organization.dat
Create Department Tree Node-->DepartmentTreeNode.dat

Position Hierarchy

CReate Tree
Create Tree Version-
Create Positions
Create Position Trees

Profile Management :

Employee Data Loading


Location
Grade
Department

You might also like