I’m working with IBM InfoSphere DataStage 11.7.
I exported several jobs as XML files using istool export. Then, using a Python script, I modified the XML to add another database stage in parallel to an existing one (essentially duplicating and renaming a stage node).
After saving the modified XML, I ran istool import to re-import it back into the project. The import completed without any errors, but when I open the job in the Designer, the new stage doesn’t appear.
My questions are: 1.Is this some kind of access or permission restriction in DataStage? 2. Or does DataStage simply not support adding new stages by editing the XML directly? 3. Is there any supported or reliable programmatic method to add new stages (e.g., through DSX, API, or another approach)?
Any clarification on whether this kind of XML modification is supported (or an alternative way to automate stage creation) would be really helpful.