Stack Trace Error On View Target Mapping Clicking in DMF

hiii

i added some customized fields in DmfEmployeeEntity Table . and made them show to Source as well as stagging Table .

but till validate Stage it is working fine … i have done source to stagging Table mapping … but after that while clicking on

“view Target mapping” i am getting these errore

SysDictField object not initialized.

Stack trace

(C)\Data Dictionary\Tables\DMFEntity\Methods\generateXML - line 183

(C)\Forms\DMFTargetMappingVisualization\Methods\init - line 26

(C)\Classes\SysSetupFormRun\init - line 3

(C)\Classes\FormFunctionButtonControl\Clicked

but i havenot done any changes in coding part just added some fields in DMF EmployeeEntity Table …

kindly help me to get out of this …

Hi,

Are you trying with the same target entity or created a new one ?

When there is a change in the mapping, target entity will not reflect the new mapping. instead a new target entity should be created.

i am working with “DMFEmployeeEntity” i havent created new one … i just added some fields into that table…

and my fields are coming into Generate source file & in Generate Source mapping too. till validate it is working fine … but when i am clicking on view target mapping i am getting this error…

Try creating a new Target entity . If there is change in mapping, your existing target entity would not work.

I guess you are exporting the file.

–Map the new target entity in your processing group, generate the source file ,

–Map the sample file which is generated from the above step to the “Sample File path”.

–Generate Source mapping

–Validate

I–f you are using the new target entity, the next step would also work.

Try this and let me know if you still face any issues.

hiii

yes it is working

thanx for help …