× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

TAFJ EB.READLIST

  • Risteard
  • Topic Author
  • Visitor
  • Visitor
9 years 9 months ago #18149 by Risteard
TAFJ EB.READLIST was created by Risteard
Getting error when i attempt to call EB.READLIST from a Mainline Program.

running on R15 TAFJ, is the an alternative way of selecting file in TAFJ from routine

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #18172 by A.bishlawy
Replied by A.bishlawy on topic TAFJ EB.READLIST
it's working with R13 & R14 could you provide the error msg please.

Please Log in or Create an account to join the conversation.

  • Moe_T24
  • Offline
  • Senior Member
  • Senior Member
  • T24 Technical
More
8 years 1 month ago #21159 by Moe_T24
Replied by Moe_T24 on topic TAFJ EB.READLIST
I have the same problem when running service in Debug :

Cannot find file /source/r15/TAFJR15SP2/EB.READLIST

is there an Insert file for this routine?

Best Regards

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
8 years 1 month ago #21160 by VK
Replied by VK on topic TAFJ EB.READLIST
HI
what's wrong with:
EXECUTE 'SELECT MY.TABLE' CAPTURING output RTNLIST ret_list RETURNING ret_code

Or it doesn't work anymore in TAFJ?

Cheers
VK

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
8 years 1 month ago #21163 by jpb
Replied by jpb on topic TAFJ EB.READLIST
Looks more like an istallation/setup problem.
EB.READLIST isn't banned in R15 or above, also not with TAFJ as far as I know.

Have you checked if the routine is correctly 'cataloged'?

Please Log in or Create an account to join the conversation.

  • Moe_T24
  • Offline
  • Senior Member
  • Senior Member
  • T24 Technical
More
8 years 1 month ago #21164 by Moe_T24
Replied by Moe_T24 on topic TAFJ EB.READLIST

HI
what's wrong with:
EXECUTE 'SELECT MY.TABLE' CAPTURING output RTNLIST ret_list RETURNING ret_code

Or it doesn't work anymore in TAFJ?



Nothing wrong with the EXECUTE, but I'm modifying an existing routine which I didn't write and it will be a pain to change all the existing EB.READLIST to EXECUTE SELECT .

Best Regards

Please Log in or Create an account to join the conversation.

  • Moe_T24
  • Offline
  • Senior Member
  • Senior Member
  • T24 Technical
More
8 years 1 month ago #21165 by Moe_T24
Replied by Moe_T24 on topic TAFJ EB.READLIST

Looks more like an istallation/setup problem.
EB.READLIST isn't banned in R15 or above, also not with TAFJ as far as I know.

Have you checked if the routine is correctly 'cataloged'?



There is no catalog in TAFJ , but it is compiled (tCompile) and it when I run it in DEBUG mode ,it goes through all the routine until it reaches the EB.READLIST command then throws the exception.

What could be missed in Setup/Installation?

Best Regards

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
8 years 1 month ago #21166 by jpb
Replied by jpb on topic TAFJ EB.READLIST
I meant checking EB.READLIST as it's stating

Cannot find file /source/r15/TAFJR15SP2/EB.READLIST

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
8 years 1 month ago #21167 by VK
Replied by VK on topic TAFJ EB.READLIST
I wonder why it asks for a source? Or it's mandatory in DEBUG mode to have all sources?

Try to skip "diving" into it (s instead of S), who knows maybe it helps?

Cheers
VK

Please Log in or Create an account to join the conversation.

  • Moe_T24
  • Offline
  • Senior Member
  • Senior Member
  • T24 Technical
More
8 years 1 month ago #21168 by Moe_T24
Replied by Moe_T24 on topic TAFJ EB.READLIST

I wonder why it asks for a source? Or it's mandatory in DEBUG mode to have all sources?

Try to skip "diving" into it (s instead of S), who knows maybe it helps?



It won't continue until I type 'I' Ignore ,but then it skips code and do nothing.
I can't find the source for it. Seems it has to have all sources when in DEBUG mode.
I'm stuck !!

Best Regards

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
8 years 1 month ago - 8 years 1 month ago #21169 by VK
Replied by VK on topic TAFJ EB.READLIST
Hi
Try to put your DEBUG statement right after EB.READLIST.

Generally, I would rather send my complaints to Temenos.
Another thought - maybe it's time to get rid of EB.,READLIST.. :))) I know that there's many of them but it might be faster...

Cheers
VK
Last edit: 8 years 1 month ago by VK.

Please Log in or Create an account to join the conversation.

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
8 years 1 month ago #21170 by jpb
Replied by jpb on topic TAFJ EB.READLIST
Just to have a clear picture :
Do you get the error only in DEBUG mode?


B.t.w.: To check the "catalog" use
tShow EB.READLIST

Please Log in or Create an account to join the conversation.

  • manoj@1993
  • manoj@1993's Avatar
  • Offline
  • New Member
  • New Member
  • t24 CONSULTANT
More
8 years 1 month ago - 8 years 1 month ago #21217 by manoj@1993
Replied by manoj@1993 on topic TAFJ EB.READLIST
Hi,

Execute with RTNLIST will not work in TAFJ because of absence of shell prompt.

Hope this will help.

BR,
Manoj J
Last edit: 8 years 1 month ago by manoj@1993.

Please Log in or Create an account to join the conversation.

  • VK
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
8 years 1 month ago #21218 by VK
Replied by VK on topic TAFJ EB.READLIST
Is there anything that still works in TAFJ?
My colleagues were complaining a lot about I-descriptors with a routine that stopped working...

Cheers
VK

Please Log in or Create an account to join the conversation.

More
5 years 11 months ago #22227 by jafar
Replied by jafar on topic TAFJ EB.READLIST
We are upgrading from R16 TAFC to TAFJ..
tShow give result source and class.
and EB.READLIST works on test mainline routine.
The following user(s) said Thank You: VK

Please Log in or Create an account to join the conversation.

Time to create page: 0.063 seconds