#43 closed defect (invalid)
strange error in gui_wms table
Reported by: | christoph | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.2 and older releases |
Component: | administration | Version: | 2.4.1 |
Keywords: | None | Cc: | None |
Description
on our development server we have a strange occurence of GUIs without WMS at position 0. To check which GUIs were involved, I have written a (probably too complex) SQL
SELECT b FROM (
SELECT * FROM (
SELECT DISTINCT fkey_gui_id AS a FROM gui_wms WHERE gui_wms_position = 0) AS sql_a
RIGHT JOIN (
SELECT DISTINCT fkey_gui_id AS b FROM gui_wms WHERE gui_wms_position <> 0) AS sql_b
ON a = b) as sql_c
WHERE a IS NULL
Most are gui1 clones.
I wonder where this error comes from.
Change History (4)
comment:1 by , 18 years ago
Cc: | added |
---|---|
Component: | administration → installation |
Keywords: | None added |
Priority: | major → trivial |
Summary: | strange error in gui_wms table → None |
Type: | defect → refactoring |
Version: | 2.4.1 |
Unstructured information management architecture Architecture enterprise sap
comment:2 by , 18 years ago
Component: | installation → administration |
---|---|
Priority: | trivial → major |
Summary: | None → strange error in gui_wms table |
Type: | refactoring → defect |
Version: | → 2.4.1 |
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 by , 17 years ago
Milestone: | → 2.4.2 and older releases |
---|
Note:
See TracTickets
for help on using tickets.