operation_webui.part_information
Error in query number 7
We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
In "dwui/table/operation_webui.part_information.sql": Failed to set variable records_count: In "dwui/table/operation_webui.part_information.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42501, Native error: 1, Message: ERROR: permission denied for view part_information;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM operation_webui.part_information WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'uuid' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'uuid')::UUID = uuid) AND ((CAST(? AS TEXT)::JSONB) ->> 'partcode' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'partcode')::INT8 = partcode) AND ((CAST(? AS TEXT)::JSONB) ->> 'title' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'title')::"varchar" = title) AND ((CAST(? AS TEXT)::JSONB) ->> 'item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'item_count')::"numeric" = item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'package_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'package_count')::INT8 = package_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'in_standard_crate_item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'in_standard_crate_item_count')::"numeric" = in_standard_crate_item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_package_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_package_count')::INT8 = standard_package_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_title' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_title')::"varchar" = standard_crate_title) AND ((CAST(? AS TEXT)::JSONB) ->> 'optimal_standard_crate_item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'optimal_standard_crate_item_count')::INT8 = optimal_standard_crate_item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_uuid' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_uuid')::UUID = standard_crate_uuid) AND ((CAST(? AS TEXT)::JSONB) ->> 'key' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'key')::"varchar" = key)))
dwui/table/operation_webui.part_information.sql: line 48
dwui/table/operation_webui.part_information.sql: line 48 Backtrace
Failed to set variable records_countIn "dwui/table/operation_webui.part_information.sql": The following error occurred while executing an SQL statement:
error returned from database: ODBC emitted an error calling 'SQLExecDirect':
State: 42501, Native error: 1, Message: ERROR: permission denied for view part_information;
Error while executing the query
The SQL statement sent by SQLPage was:
SELECT COUNT(*) FROM operation_webui.part_information WHERE (CAST(? AS TEXT) IS NULL OR (((CAST(? AS TEXT)::JSONB) ->> 'uuid' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'uuid')::UUID = uuid) AND ((CAST(? AS TEXT)::JSONB) ->> 'partcode' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'partcode')::INT8 = partcode) AND ((CAST(? AS TEXT)::JSONB) ->> 'title' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'title')::"varchar" = title) AND ((CAST(? AS TEXT)::JSONB) ->> 'item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'item_count')::"numeric" = item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'package_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'package_count')::INT8 = package_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'in_standard_crate_item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'in_standard_crate_item_count')::"numeric" = in_standard_crate_item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_package_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_package_count')::INT8 = standard_package_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_title' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_title')::"varchar" = standard_crate_title) AND ((CAST(? AS TEXT)::JSONB) ->> 'optimal_standard_crate_item_count' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'optimal_standard_crate_item_count')::INT8 = optimal_standard_crate_item_count) AND ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_uuid' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'standard_crate_uuid')::UUID = standard_crate_uuid) AND ((CAST(? AS TEXT)::JSONB) ->> 'key' IS NULL OR ((CAST(? AS TEXT)::JSONB) ->> 'key')::"varchar" = key)))
dwui/table/operation_webui.part_information.sql: line 48Note: You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.