mig28mx
9th May 2023, 21:28
Hi board,
I created a simple query using easy sql query functionality.
When I run the query, it throws the following error:
"Value dsnrows=1003 out of range" then "DS_REQERRMESS process terminated by display server".
I´m suspecting DS stands for Display Server.
Anybody have faced similar problem? Where I can set those variables to acceptable values in order avoid this problem?
Here is my query:
select
whwmd210.cwar, | Warehouse
whwmd210.item, | Item
tcibd001.citg, | Item Group
tcibd001.dsca, | Descripción
tcmcs023.dsca | Description
from
tcibd001, | Artículos generales
tcmcs023, | Item Groups
whwmd210 | Item Data by Warehouse
where
whwmd210.cwar >= whwmd210.cwar.f and
whwmd210.cwar <= whwmd210.cwar.t and
whwmd210.item >= whwmd210.item.f and
whwmd210.item <= whwmd210.item.t and
tcibd001.citg >= tcibd001.citg.f and
tcibd001.citg <= tcibd001.citg.t and
tcibd001.citg = tcmcs023.citg and
whwmd210.item = tcibd001.item
order by whwmd210.item
I created a simple query using easy sql query functionality.
When I run the query, it throws the following error:
"Value dsnrows=1003 out of range" then "DS_REQERRMESS process terminated by display server".
I´m suspecting DS stands for Display Server.
Anybody have faced similar problem? Where I can set those variables to acceptable values in order avoid this problem?
Here is my query:
select
whwmd210.cwar, | Warehouse
whwmd210.item, | Item
tcibd001.citg, | Item Group
tcibd001.dsca, | Descripción
tcmcs023.dsca | Description
from
tcibd001, | Artículos generales
tcmcs023, | Item Groups
whwmd210 | Item Data by Warehouse
where
whwmd210.cwar >= whwmd210.cwar.f and
whwmd210.cwar <= whwmd210.cwar.t and
whwmd210.item >= whwmd210.item.f and
whwmd210.item <= whwmd210.item.t and
tcibd001.citg >= tcibd001.citg.f and
tcibd001.citg <= tcibd001.citg.t and
tcibd001.citg = tcmcs023.citg and
whwmd210.item = tcibd001.item
order by whwmd210.item