Insert Files in TAFJ
- MasterL
- Topic Author
- Visitor
How does one generate an insert file from a TEMPLATE.FIELDS in TAFJ? I created a table using EB.DEV.HELPER but the insert file wasn't created in the T24.BP folder.
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: 1183
- Thank you received: 157
don't know for TAFJ but in TAFC it's created in bnk.run/BP folder.
Cheers
VK
Please Log in or Create an account to join the conversation.
- MasterL
- Topic Author
- Visitor
And the EB.DEV.HELPER wasn't throwing errors so it was a bit hard to know that was the problem.
Anyway, the solution is to make sure the BP folder exists in the UD folder. (UD is TAFJ's equivalent of TAFC's bnk.run)
If the folder doesn't exist:
Go to
DBTOOLS -> JQL -> CREATE-FILE BP TYPE=UD
You may need to call
DELETE-FILE BP
Someone suggested a thread entirely for TAFJ. I think a good mapping of TAFC - TAFJ equivalents would go a long way
Please Log in or Create an account to join the conversation.
- darthadhi
- Offline
- New Member
- Temenos Transact(R10 - R22)
- Posts: 16
- Thank you received: 2
In TAFJ when ever u are verifying a template using EB.DEV.HELPER then the inserts should be and will be created in ..\bnk\UD\BP folder.If from browser its not getting generating then try from classic.
Kindly check the file and pls let me know.
Regards,
Adithyan...
Valar Dohaeris
Please Log in or Create an account to join the conversation.
- Nash21979
- Offline
- Premium Member
- Posts: 106
- Thank you received: 3
The TAFJ/doc folder has the T24-Componentisation.pdf with more info.public table TblCurrencyRate
{
t24: CURRENCY.RATE
fields: {
Currency = 1
Rate = 2
}
}
regards,
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
From R12 to R20
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: 1183
- Thank you received: 157
I see TAFC in your user info.. We successfully upgraded R13 to R19 under TAFC last year... All templates were just recompiled; that's all what was needed for them.
Cheers
VK
Please Log in or Create an account to join the conversation.
- Nash21979
- Offline
- Premium Member
- Posts: 106
- Thank you received: 3
Also kindly note that from R18 TAFJ onward, the insert files generated from EB.DEV.HELPER are not automatically stored on the filesystem under ..\bnk\UD\BP but rather in the database under the Table BP.
This behavior can be altered through tafj.properties file.
Regards,
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
We are using componentization and successfully compiled the termplate routines. The insert file was already placed in T24/Libs/XXXInserts/ST_XXXInserts.jarIf you are not using compenentisation, the old templates routines should work fine. If you want to go for componnentipation then it requires a small amount of work.
Also kindly note that from R18 TAFJ onward, the insert files generated from EB.DEV.HELPER are not automatically stored on the filesystem under ..\bnk\UD\BP but rather in the database under the Table BP.
This behavior can be altered through tafj.properties file.
Regards,
My basis was the user guide from PACS AC DATA EXTRACT from Temenos Store which use Template routines that compatible on TAFC/TAFJ
Please Log in or Create an account to join the conversation.
- silvergem
- Offline
- Elite Member
- TAFC|R12/R13, TAFJ|R20
- Posts: 267
- Thank you received: 21
This is so much simpler, Is it possible to add check file and field type?In higher releases of TAFJ, the insert file is no longer needed when using Componentisation as the fields are defined at the component level :
The TAFJ/doc folder has the T24-Componentisation.pdf with more info.public table TblCurrencyRate
{
t24: CURRENCY.RATE
fields: {
Currency = 1
Rate = 2
}
}
regards,
Please Log in or Create an account to join the conversation.