× 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...

Build Routine : Basic routine input not allowed

  • Ennius
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #23875 by Ennius
Hi all
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.

More
2 years 7 months ago #23876 by ridhame
Hi,
check routine name.

Regards.

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

  • Ennius
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #23877 by Ennius
Hi
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.

More
2 years 7 months ago #23878 by ridhame
Hi,

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
  • New Member
More
2 years 7 months ago #23879 by Ennius
Hi,
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.

More
2 years 7 months ago #23880 by ridhame
Hi,
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
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
2 years 7 months ago #23881 by VK
Hi
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
  • New Member
More
2 years 7 months ago #23890 by Ennius
Hello VK
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
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
2 years 7 months ago - 2 years 7 months ago #23891 by VK
Hi
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
Last edit: 2 years 7 months ago by VK.

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

  • Ennius
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #23893 by Ennius
that's right, i get the same error when appending the already existing build routine to my new enquiry.
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
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
2 years 7 months ago #23897 by VK
Hi
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
The following user(s) said Thank You: Ennius

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

  • Ennius
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 years 7 months ago #23898 by Ennius
It's clear
many thanks VK

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

More
2 years 7 months ago #23926 by vikasm
Hi VK

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
  • VK's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
More
2 years 7 months ago #23927 by VK
Hi
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.

More
2 years 7 months ago #23928 by vikasm
Model Bank
TAFJ
R22
Windows

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
2 years 7 months ago #23929 by VK
Same system (command EB.API L):
 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.

More
2 years 7 months ago #23930 by vikasm
Thank you so much brother.

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

More
2 years 6 months ago #23941 by vikasm
Hi in my system for LOCAL.TABLE, if I input for APPLICATION.VET it is also asking for APPL.ENRICHM.FIELD, what shall I give there ??

My APPLICATION.VET value is COUNTRY.

Thanks

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
2 years 6 months ago #23944 by VK
Hi
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.

More
2 years 6 months ago #23945 by vikasm
Thanks and sorry the mistake.

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

Time to create page: 0.068 seconds