Hi,
This is the error I'm receiving when importing the product entity using DMF.
while transferring record from staging to target table.
Sol:
Just add following code in
Class: DMFEntityWriter,
method : Write,
line : 217
Note: inside the parent while loop in line 215.
if ( currentNode.ChildDataSource == 'RetailInventTable' )
{
continue;
}
Regards,
This is the error I'm receiving when importing the product entity using DMF.
while transferring record from staging to target table.
Sol:
Just add following code in
Class: DMFEntityWriter,
method : Write,
line : 217
Note: inside the parent while loop in line 215.
if ( currentNode.ChildDataSource == 'RetailInventTable' )
{
continue;
}
Regards,
No comments:
Post a Comment