Difference between revisions of "Template: ListRNs"

From Genesys Documentation
Jump to: navigation, search
(Created page with "<h2>{{{Component}}}</h2> {{#cargo_query: tables=ComponentRN,Component |join on=ComponentRN.ComponentId HOLDS Component.Id |fields=ComponentRN._pageName=URL,ReleaseNumber,Rele...")
 
Line 7: Line 7:
 
|where=ComponentRN.ComponentId HOLDS "{{{ComponentId|}}}"
 
|where=ComponentRN.ComponentId HOLDS "{{{ComponentId|}}}"
 
|limit=10000
 
|limit=10000
 +
|default=No RNs - yet!
 
}}
 
}}

Revision as of 19:48, August 24, 2021

{{{Component}}}

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

Query: SELECT `cargo__ComponentRN`.`_pageName` AS `URL`,`ReleaseNumber` AS `ReleaseNumber`,`ReleaseDate` AS `ReleaseDate` FROM `cargo__ComponentRN` LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`ComponentId` HOLDS "" ORDER BY `cargo__ComponentRN`.`_pageName`,`ReleaseNumber`,`ReleaseDate` LIMIT 5000 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'HOLDS `cargo__Component`.`Id`)) WHERE `cargo__ComponentRN`.`ComponentId` HOLDS' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/Template:ListRNs (2024-10-07 00:24:09)"