Jump to: navigation, search

Reference List

A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT IF( (`cargo__PDMTable`.`tableName` IS NOT NULL),CONCAT('',REPLACE(`cargo__PDMTable`.`tableName`,"_","_"),''), CONCAT('',REPLACE(`cargo__PDMView`.`viewName`,"_","_"),'')) AS `ChildTable/ChildView`,`cargo__PDMRef`.`foreignKey` AS `ChildTable/ChildView Column`,IF( (`cargo__PDMRef`.`parentTable` IS NOT NULL),`cargo__PDMRef`.`parentTable`,`cargo__PDMRef`.`parentView`) AS `ParentTable/ParentView`,IF( (`cargo__PDMRef`.`parentColumn` IS NOT NULL),`cargo__PDMRef`.`parentColumn`,) AS `ParentTable/ParentView Column` FROM `cargo__PDMRef` LEFT OUTER JOIN `cargo__PDMTable` ON ((`cargo__PDMRef`.`_pageName`=`cargo__PDMTable`.`_pageName`)) LEFT OUTER JOIN `cargo__PDMView` ON ((`cargo__PDMRef`.`_pageName`=`cargo__PDMView`.`_pageName`)) WHERE `cargo__PDMRef`.`_pageName` LIKE "Documentation:GIM:Library:%%:8.5PDMSource" AND `cargo__PDMRef`.`_pageName` NOT LIKE "%View-CDR%" ORDER BY `ChildTable/ChildView` LIMIT 5000 Function: CargoSQLQuery::run Error: 1 Can't create/write to file '/tmp/MYwdxjYK' (OS errno 28 - No space left on device) (127.0.0.1)

This page was last edited on January 10, 2020, at 20:48.
Comments or questions about this documentation? Contact us for support!