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.

Reply
  • 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.

Children