Accenture / sfmc-devtools-copado

SFMC DevTools made easy using Copado Multi-Cloud's webinterface
MIT License
8 stars 2 forks source link

[BUG] Error on deploy ImportFile #222

Closed DannyCastroVentura closed 2 years ago

DannyCastroVentura commented 2 years ago

Current Behavior

If deploying a importFile alone, it work:

https://copadonull71743980.lightning.force.com/lightning/r/copado__Promotion__c/a0t09000000llXIAAY/view image

if deploying an importFile with other things, it dont work:

Tried to deploy dataExtension, automation, filetrasnfer, script, dataExtract and importFile -> didn't work:

https://copadonull71743980.lightning.force.com/lightning/r/copado__Result__c/a0z09000003FajXAAS/view image

DannyCastroVentura commented 2 years ago

Tried to do it with only a dataExtension and the importFile and still didnt work:

https://copadonull71743980.lightning.force.com/lightning/r/copado__Result__c/a0z09000003FajmAAC/view image

JoernBerkefeld commented 2 years ago

The line from the logs reading ... skipping... is the important one.

The import file definition is incomplete- it does not have a dataextension as target set it seems - based on the logs

JoernBerkefeld commented 2 years ago

Potentially invalid bug? Need to confirm this in SFMC

JoernBerkefeld commented 2 years ago

duplicate of #244