Is there an issue in transporting views(readOnly tables) in 8.1.5?

Schema extension.XML inside TagTransport folder has only QBMViewADDon So the file is not getting transported to next ENV.

Parents
  • Please be more precise in the formulation of your question.

  • IN Version 8.1.5 i am trying to transport a view from Dev to UAT , But the transport file is failing in UAT. Getting below error. the transport file was created with a change label in Dev.

    "Import 'D:\Deployment\Tasks\920-Universal-data-importer\140-SchemaViews\142-SchemaView-CCC_Privi_Roles_New.zip' failed.
    Object referenced from table DialogTable not found (Key: <Key><Table Name="DialogTable" Display="CCC_Privi_Entmnt_Roles" Key="CCC-T-CCCPriviEntmntRoles"><Prop Name="UID_DialogTable"><Value>CCC-T-CCCPriviEntmntRoles</Value></Prop></Table></Key>).
     "

  • Hi Rakesh,

    The error is caused because the the DialogTable with the display value 'CCC_Privi_Entmnt_Roles' is missing in your change label. You can check the contents of your change label in Manager or in Designer. In Designer via the menu Database -> Change Management, click on the 'Edit change labels' icon to select the change label that most probably is closed. You can either re-open the change label and add the missing object or create a new change label.

  • HI Rodney,

    Yes I checked , I see all the objects in change label dialogtable,qbmviewAddOn,dialogobject,dialogcolumn,tablerights,columnrights entries. And moreover this change label was added in schema extension tool itself so it can not be manual error. 
    When i unzip file i see the Schemaextension.XML has issue in that zipfile. I see only QBMviewADDon object details . No details of other objects dialogtable and dialogcolumn.
    I see same Schemaextension.XML file has more details of objects like dialogtable then qbmviewaddon and then dialogcolumns  in 9.1.1 generated transport file. 

Reply
  • HI Rodney,

    Yes I checked , I see all the objects in change label dialogtable,qbmviewAddOn,dialogobject,dialogcolumn,tablerights,columnrights entries. And moreover this change label was added in schema extension tool itself so it can not be manual error. 
    When i unzip file i see the Schemaextension.XML has issue in that zipfile. I see only QBMviewADDon object details . No details of other objects dialogtable and dialogcolumn.
    I see same Schemaextension.XML file has more details of objects like dialogtable then qbmviewaddon and then dialogcolumns  in 9.1.1 generated transport file. 

Children