Template: ListIpName

From Genesys Documentation
Revision as of 15:16, April 6, 2022 by WikiSysop (talk | contribs) (Created page with "{{#cargo_query: tables=RNElements,ComponentRN,Component |join on=RNElements.Version=ComponentRN.ReleaseNumber,ComponentRN.ComponentId HOLDS Component.Id |fields=Component.Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?

Query: SELECT `cargo__Component`.`Name` AS `Service`,`cargo__ComponentRN`.`ReleaseNumber` AS `ReleaseNumber`,DATE_FORMAT(MAX(PrivateEditionReleaseDate),'%M %d, %Y') AS `ReleaseDate`,`Containers` AS `Containers`,`ComponentId` AS `ComponentId` FROM `cargo__RNElements` LEFT OUTER JOIN `cargo__ComponentRN` ON ((`cargo__RNElements`.`Version`=`cargo__ComponentRN`.`ReleaseNumber`)) LEFT OUTER JOIN `cargo__Component` ON ((`cargo__ComponentRN`.`ComponentId` HOLDS `cargo__Component`.`Id`)) WHERE `cargo__RNElements`.`IpName`="" AND `cargo__ComponentRN`.`_pageNamespace`="0" AND PrivateEditionReleaseDate IS NOT NULL GROUP BY `cargo__ComponentRN`.`_pageName` ORDER BY `cargo__ComponentRN`.`ReleaseDate` DESC LIMIT 1 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__RNElements`.`IpName`="" AND `car' at line 1 (127.0.0.1)

Retrieved from "https://all.docs.genesys.com/Template:ListIpName (2026-05-16 01:08:03)"