×
Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…
error message
- altefish2000
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 0
11 years 1 month ago #15035
by altefish2000
error message was created by altefish2000
what you mean this message "error message - NO records matched the selection criteria"
Please Log in or Create an account to join the conversation.
- richard
- Offline
- Premium Member
Less
More
- Posts: 134
- Thank you received: 1
11 years 1 month ago #15037
by richard
Best Regards,
Think green – keep this on the screen
Replied by richard on topic error message
"error message - NO records matched the selection criteria"
If its from Enquiry- Data inputting for selection is improper or records not available with the specified data(inputted)
If any routines attached check the coding once,within IF ELSE,LOOP conditions.
If its from Enquiry- Data inputting for selection is improper or records not available with the specified data(inputted)
If any routines attached check the coding once,within IF ELSE,LOOP conditions.
Best Regards,
Think green – keep this on the screen
Please Log in or Create an account to join the conversation.
- zzmalik20
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
11 years 1 month ago #15040
by zzmalik20
Replied by zzmalik20 on topic error message
This error message (No records matched the selection criteria)appears if no records matched for Single File enquiry, however no-file enquiry (source code based), if no records fetched the system will show "NO RECORDS RETURNED BY ROUTINE BASED SELECTION"
Please Log in or Create an account to join the conversation.
- altefish2000
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 0
11 years 4 weeks ago #15131
by altefish2000
Replied by altefish2000 on topic error message
also error in jsh "SSELECT: No such file or directory"
Please Log in or Create an account to join the conversation.
- altefish2000
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 71
- Thank you received: 0
11 years 3 weeks ago #15133
by altefish2000
Replied by altefish2000 on topic error message t24 application
If i want choose any application like 'customer' or 'account' in t24 application
show messagae 'error message - NO records matched the selection criteria'
automatic also show messagae in jsh "No such file or directory"
Please i need solve for this problem
thnk
show messagae 'error message - NO records matched the selection criteria'
automatic also show messagae in jsh "No such file or directory"
Please i need solve for this problem
thnk
Please Log in or Create an account to join the conversation.
- Risteard
- Visitor
11 years 3 weeks ago #15134
by Risteard
Replied by Risteard on topic error message t24 application
Altefish2000, copy output or attach screenprint of what you're attempting to perform and error message returned.
Please Log in or Create an account to join the conversation.
- Vinoth
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
2 years 11 months ago #23606
by Vinoth
Replied by Vinoth on topic No Records returned by routine based selection error
Hi I am having a nofile enquiry for Cash Balance Report, I also created an Enquiry Report record and attached that enquiry there.
When I run that Enquiry report directly through browser I am getting proper input but when the same is executed through EOD Batch process, a flat file is being created but it shows " No records returned from Routine based selection".
I understand that we get this error when the selection values are not passed properly but in my case, I am not sure where it goes wrong.
Please help with some ideas for me to pass through this error and to see actual enquiry report output data.
Thanks in Advance!
When I run that Enquiry report directly through browser I am getting proper input but when the same is executed through EOD Batch process, a flat file is being created but it shows " No records returned from Routine based selection".
I understand that we get this error when the selection values are not passed properly but in my case, I am not sure where it goes wrong.
Please help with some ideas for me to pass through this error and to see actual enquiry report output data.
Thanks in Advance!
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1183
- Thank you received: 157
2 years 11 months ago #23607
by VK
Cheers
VK
Replied by VK on topic No Records returned by routine based selection error
Hi
post here all relevant records: ENQUIRY.REPORT, ENQUIRY (first page); BATCH. Also - is it possible that at the time of COB the selection of your table is empty?
VK
P.S. Probably it was better to create a new topic than proceed with necroposting... :))
post here all relevant records: ENQUIRY.REPORT, ENQUIRY (first page); BATCH. Also - is it possible that at the time of COB the selection of your table is empty?
VK
P.S. Probably it was better to create a new topic than proceed with necroposting... :))
Cheers
VK
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
Less
More
- Posts: 267
- Thank you received: 21
2 years 10 months ago - 2 years 10 months ago #23617
by silvergem
1. Date was already changed
2. File was already cleared
There are live file (E.g TELLER and FUNDS.TRANSFER) that was being cleared during cob in various stages.
Solution
1. Change the Batch stage of your report to A005
2. Change the source to ACCT.ENT.LWORK.DAY which contains entries from ACCT.ENT.TODAY and filter the application based on STMT Entries (E.g TT)
COB Stages:
A - Application
S - System Wide
R - Reporting
D - End of Day
O - Online
Ref: t24ALL - ACCT.ENT.TODAY and ACCT.ENT.LWORK.DAY - Discussions
t24ALL - Clarify all stages in COB.MONITOR - Discussions
Replied by silvergem on topic No Records returned by routine based selection error
Possible cause wasHi I am having a nofile enquiry for Cash Balance Report, I also created an Enquiry Report record and attached that enquiry there.
When I run that Enquiry report directly through browser I am getting proper input but when the same is executed through EOD Batch process, a flat file is being created but it shows " No records returned from Routine based selection".
I understand that we get this error when the selection values are not passed properly but in my case, I am not sure where it goes wrong.
Please help with some ideas for me to pass through this error and to see actual enquiry report output data.
Thanks in Advance!
1. Date was already changed
2. File was already cleared
There are live file (E.g TELLER and FUNDS.TRANSFER) that was being cleared during cob in various stages.
Solution
1. Change the Batch stage of your report to A005
2. Change the source to ACCT.ENT.LWORK.DAY which contains entries from ACCT.ENT.TODAY and filter the application based on STMT Entries (E.g TT)
COB Stages:
A - Application
S - System Wide
R - Reporting
D - End of Day
O - Online
Ref: t24ALL - ACCT.ENT.TODAY and ACCT.ENT.LWORK.DAY - Discussions
t24ALL - Clarify all stages in COB.MONITOR - Discussions
Last edit: 2 years 10 months ago by silvergem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.132 seconds