Why does an app engine using one CI (component interface) fails (Error) saying some other random CI
Why does an app engine using one CI (component interface) fails (Error) saying some other random CI in the same instance is invalid ?
I have an application engine using a CI. The component beneath has 4 levels of scroll.
I developed this AE to load CSV data. I tested it and it works perfectly alright when I test run from application designer : the app engine loads/processes the input file across 4 levels.
Whereas, when I run the same AE from process request page (note: no input/run control parameters) I get strange CI names as being invalid.
I had the cache cleared.