Data Integration

 View Only
Expand all | Collapse all

DataStage Flow Designer - Hierarchical Stage XML Schemas Not Showing

  • 1.  DataStage Flow Designer - Hierarchical Stage XML Schemas Not Showing

    Posted Mon December 20, 2021 02:42 PM

    Since the Adobe Flash decommission, we've been moved to now use DataStage Flow Designer 11.7 for editing jobs that contain Hierarchical Stage. An issue I'm running into is that I can import XSD files just fine into "Libraries", but on the Assembly Editor the drop-down for selecting an "XML Schema Definition" is empty. I don't see any XSD validation errors and in fact these are XSD's that imported and worked just fine in regular Designer Hierarchical Stage.

    Anyone else experience this and have troubleshooting tips?

    I also have a support case opened with IBM






    #DataIntegration
    #DataStage
    #Support
    #SupportMigration


  • 2.  RE: DataStage Flow Designer - Hierarchical Stage XML Schemas Not Showing

    Posted Tue March 08, 2022 10:56 AM

    Hello, I have the same problem, has a solution been found for this one?






    #DataIntegration
    #DataStage
    #Support
    #SupportMigration


  • 3.  RE: DataStage Flow Designer - Hierarchical Stage XML Schemas Not Showing

    Posted Tue March 08, 2022 03:04 PM

    Yes, discovered that the XSD has to have a namespace declared in 11.7 where it wasn't needed in 11.5. Like in this example provided by IBM it'll show up in the dropdown as "Employee"

    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://ibm.com/infosphere/xml/Employee" xmlns:tns="http://ibm.com/infosphere/xml/Employee" xmlns:org="http://ibm.com/infosphere/xml/Organization"

    elementFormDefault="unqualified">






    #DataIntegration
    #DataStage
    #Support
    #SupportMigration