Hi Experts,
I have created a Master Data table and created an object which point to this Master Data table. I don't need to link to any child table because i just need the header rows. hence never created a child table.
I want to load the data using DTW.
Now i tried to customize the template to create one single template
Code | Name | U_SSAB_HIMD_BPCODE | U_SSAB_HIMD_BPNAME | U_SSAB_HIMD_BPREM | |
Code | Name | U_SSAB_HIMD_BPCODE | U_SSAB_HIMD_BPNAME | U_SSAB_HIMD_BPREM |
I tried to Load the data as Tab Delimited Text
Code | Name | U_SSAB_HIMD_BPCODE | U_SSAB_HIMD_BPNAME | U_SSAB_HIMD_BPREM |
Code | Name | U_SSAB_HIMD_BPCODE | U_SSAB_HIMD_BPNAME | U_SSAB_HIMD_BPREM |
1 | 1 | C101 | TestBPNAME1. INC. | BPTESTREMARKS1 |
2 | 2 | C102 | TesBPNAMEt2 INC. | BPTESTREMARKS2 |
i click on the run simulation and i get this error
Error Description : Unknown Error - 1005!65171
i go to the detailed log and i see this .
Code | Name | U_SSAB_HIMD_BPCODE | U_SSAB_HIMD_BPNAME | U_SSAB_HIMD_BPREM |
<-----Do not fill this row------->
1 | 1 | C101 | TestBPNAME1. INC. | BPTESTREMARKS1 |
I have No Clue
how to fix this error.
Please help me.
Thanks,
John