cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BatchMode UPDATE IMPEX is failing

Sagar_Bh
Participant
0 Likes
667

Hi ,

When I try to Run this impex it works perfectly fine:

UPDATE configuration;code[unique=true];filterBarEnabled
;usMarketConfiguration;true

but when I execute the same Impex in batch Mode it starts failing:

$targetType= configuration
UPDATE $targetType[batchmode=true];itemtype(code)[unique=true];filterBarEnabled[default=True]
;$targetType

Error:

error finding existing item : column='itemtype' value='Configuration', | column 1: cannot resolve value 'Configuration' for attribute 'itemtype';Configuration


Does anyone have any idea for such behaviour?

Thank you in Advance!!

Accepted Solutions (0)

Answers (1)

Answers (1)

El-jaoujat
Active Participant
0 Likes

Hello,

I think that the default appended cause the error. try with this
$targetType= configuration

UPDATE$targetType[batchmode=true];itemtype(code)[unique=true];filterBarEnabled;$targetType;true;$targetType