- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Build Routine : Basic routine input not allowed
Build Routine : Basic routine input not allowed
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
i'm trying to attach a build routine to an enquiry, i'm getting this error :
Build Routine.1 : Basic routine input is not allowed
i've compiled the subroutine and put it in t24/lib/locallib
i've added a PGM.FILE record having the same name of the subroutine with type S and product EB
did i miss something ?
thx
Please Log in or Create an account to join the conversation.
- ridhame
-
- Offline
- Senior Member
-
- Posts: 53
- Thank you received: 0
check routine name.
Regards.
Please Log in or Create an account to join the conversation.
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
the name is ok
PGM.FILE and EB.API records are mandatory ?
is there an other configuration to add
Please Log in or Create an account to join the conversation.
- ridhame
-
- Offline
- Senior Member
-
- Posts: 53
- Thank you received: 0
Please send me the headers of the routine.
Please Log in or Create an account to join the conversation.
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
SUBROUTINE LO.FILTER.CRDDEC(ENQ.DATA)
$INSERT I_COMMON
$INSERT I_EQUATE
$INSERT I_ENQUIRY.COMMON
LOCATE '@ID' IN ENQ.DATA<2,1> SETTING LOID.POS ELSE NULL
LO.ID = ENQ.DATA<4,LOID.POS>
.......
Many thanks
Please Log in or Create an account to join the conversation.
- ridhame
-
- Offline
- Senior Member
-
- Posts: 53
- Thank you received: 0
please decatalog the routine then resume the compilation in the routine use ESC then FiBC a compilation to check the subject line of the error message.
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
- Posts: 1209
- Thank you received: 158
looks like you have Java-dev-only environment... Temenos tries (with efforts worth be spending for better purpose) to phase out Basic programming... IIRC the "JD" is the value you'll find in SPF field PRODUCTS in this case (not 100% sure).
I remember that another forum member negotiated with Temenos some time ago and they reverted this setting to normal.
Cheers
VK
Please Log in or Create an account to join the conversation.
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
Yes we have JD in SPF product field
But i've found an other enquiry that uses a tafc build routine...
BR
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
- Posts: 1209
- Thank you received: 158
that might be an enquiry that was created before "JD" mode stipulation. Try to amend that enquiry (set build routine to yours for example) and you'll probably get the same error.
I'd suggest to ask Temenos to allow Basic development for you.
Cheers
VK
Please Log in or Create an account to join the conversation.
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
does this mean that i have to develop tafj routine to have build routine working in the enquiry?
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
- Posts: 1209
- Thank you received: 158
not "tafj" but Java routine. As I said before, you can try to negotiate with Temenos to get back the possibility of using Basic routines - this will also allow to use Java so you can train in it (if you wish).
Cheers
VK
Please Log in or Create an account to join the conversation.
- Ennius
- Topic Author
- Offline
- New Member
-
- Posts: 7
- Thank you received: 0
many thanks VK
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
In my system, EB.API is not coming
It displaying like Application missing
What shall I do ?
Thanks
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
- Posts: 1209
- Thank you received: 158
what' is exactly "your system"? T24 release / TAFC/J / Server OS? Client program?
Cheers
VK
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
TAFJ
R22
Windows
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
- Posts: 1209
- Thank you received: 158
Model Bank EB.API - Default List
ID PROTECTION.LEVEL SOURCE.TYPE FUNCT.
------------------------------------------------------------------------------
1 AA.ADJUST.BILL.VALIDATE FULL BASIC
2 AA.AMS.DATA.REFRESH.METHOD NONE BASIC
3 AA.AMS.RETRIEVER.METHOD NONE BASIC
4 AA.API.CLASS.POST.ACTIVITY.HOOK FULL HOOK
5 AA.API.CLASS.POST.ROUTINE.HOOK FULL HOOK
6 AA.API.CLASS.PRE.ACTIVITY.HOOK FULL HOOK
7 AA.API.CLASS.PRE.ROUTINE.HOOK FULL HOOK
8 AA.API.CLASS.PRE.VALIDATE.RTN.HOOK FULL HOOK
9 AA.API.CLASS.RECORD.RTN.HOOK FULL HOOK
10 AA.API.CLASS.VALIDATE.RTN.HOOK FULL HOOK
11 AA.APPLY.BILL.TYPE NONE BASIC
12 AA.ARRANGEMENT.EMIT NONE BASIC
13 AA.ARRANGEMENT.INTEGRITY.CHECK NONE BASIC
14 AA.BP.VALUE.RULE.COMP FULL BASIC
15 AA.CALCULATE.APR.RATE NONE BASIC
16 AA.CALCULATE.BREAK.COST NONE BASIC
------------------------------------------------------------------------------
30 NOV 2022 10:39:03 USER (19 APR) BASEUSER [29269,]PAGE 1 >>>3>>>
ACTION
AWAITING PAGE INSTRUCTIONS
Cheers
VK
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
My APPLICATION.VET value is COUNTRY.
Thanks
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
- Posts: 1209
- Thank you received: 158
Anything you want to see in enrichment in your screens.. Usually it's description.
Please create a new topic for new issues - otherwise the topic header would be misleading...
Cheers
VK
Please Log in or Create an account to join the conversation.
- vikasm
- Offline
- New Member
-
- Posts: 16
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- Forum
- T24 Technical Discussions
- T24 Development & Customization
- Build Routine : Basic routine input not allowed