×
Discuss on porting data from legacy systems to T24. Data mapping, Data Migration tool, Extract Statergy, Writing runbook, Cut-over, Migrate static and Financial data, Balance transfer, Technical and Functional reconciliation, etc…
creating a DLL.DEFINE
- nbetty
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 26
- Thank you received: 0
9 years 3 months ago #17942
by nbetty
creating a DLL.DEFINE was created by nbetty
Hello All,
can any one help to take me through steps of creating a DLL to move a project from one environment to another and how to deploy it.
thank you
Betty
can any one help to take me through steps of creating a DLL to move a project from one environment to another and how to deploy it.
thank you
Betty
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
9 years 2 months ago - 9 years 2 months ago #17948
by jpb
Replied by jpb on topic creating a DLL.DEFINE
Last edit: 9 years 2 months ago by jpb.
Please Log in or Create an account to join the conversation.
- claudiaanton
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
9 years 1 month ago #18228
by claudiaanton
Replied by claudiaanton on topic creating a DLL.DEFINE
Hi All,
Hope you are well. I was wondering if you could help me as well, I'm looking into specific data integrity checks to be planned for in a T24 migration, would you happen to have any documentation on that? could you also share with me please this User Guide you mentioned here?
My email is: This email address is being protected from spambots. You need JavaScript enabled to view it.
Thank you for your prompt help.
Kind regards
Claudia
Hope you are well. I was wondering if you could help me as well, I'm looking into specific data integrity checks to be planned for in a T24 migration, would you happen to have any documentation on that? could you also share with me please this User Guide you mentioned here?
My email is: This email address is being protected from spambots. You need JavaScript enabled to view it.
Thank you for your prompt help.
Kind regards
Claudia
If you don't have this User Guide (or can't access it on TCSP) let me know your email.
Can't post it here due to size restrictions.
Please Log in or Create an account to join the conversation.
- Adugna
- Visitor
2 years 3 months ago #23764
by Adugna
Replied by Adugna on topic creating a DLL.DEFINE
Dear All,
can any one help to take me through steps of creating a DLL to move a project from one environment to another and how to deploy it. I have no access to the TCSP and also need the said data library user guide. this is my email address: This email address is being protected from spambots. You need JavaScript enabled to view it.
thank you
can any one help to take me through steps of creating a DLL to move a project from one environment to another and how to deploy it. I have no access to the TCSP and also need the said data library user guide. this is my email address: This email address is being protected from spambots. You need JavaScript enabled to view it.
thank you
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: 1181
- Thank you received: 157
2 years 3 months ago #23766
by VK
Cheers
VK
Replied by VK on topic DL.DEFINE is not a DLL-related things
Hi
DL.DEFINE has nothing to do with DLLs :))) I amended the subject
Please specify what you mean by "project".
DL.DEFINE has nothing to do with DLLs :))) I amended the subject
Please specify what you mean by "project".
Cheers
VK
Please Log in or Create an account to join the conversation.
- Adugna
- Visitor
2 years 3 months ago #23767
by Adugna
Replied by Adugna on topic DL.DEFINE is not a DLL-related things
thank for your fast response; and
i was just asking for support on how to prepare the BCON and move it from one t24 environment to another. again looking for this temenos t24 data library user guide.
thank you again
i was just asking for support on how to prepare the BCON and move it from one t24 environment to another. again looking for this temenos t24 data library user guide.
thank you again
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: 1181
- Thank you received: 157
2 years 3 months ago - 2 years 3 months ago #23768
by VK
Cheers
VK
Replied by VK on topic DL.DEFINE is not a DLL-related thing
Hi
I no more have that older pdf manual (and web-based new ones aren't easy to save to one file for sending)..
I haven't used BCON but DL.DEFINE can do the task.
in brief:
1) On source environment create a DL.DEFINE record. put your records data to fields FILE.NAME and RECORD.NAME. Expand this association to set more data. For source code you can specify BP folder name (e.g. LOCAL.BP) in the field FILE.NAME and routine name in RECORD.NAME. commit the record.
2) Use V (Verify) function on this record to save data. Commit record. It will be saved to bnk\F.DL.DATA folder as a folder with the name same as your DL.DEFINE record @ID.
3) Copy this folder to your target environment. Log in there.
4) Use DL.PARAMETER record SYSTEM to specify this folder location in the field FROM.FILE (e.g. ../F.DL.DATA/DL.RESTORE) and folder name in RESTORE.UNITS. OPERATION shall be R. Commit record.
5) Go to DL.DEFINE and you'll see your record there. Use V function to release the data. Commit record.
6) Authorise data records, copy source code from folder bnk\DL.BP to your BP folder and compile it.
Last but not least: do all that in Classic (terminal session) and not in Desktop/Browser.
I no more have that older pdf manual (and web-based new ones aren't easy to save to one file for sending)..
I haven't used BCON but DL.DEFINE can do the task.
in brief:
1) On source environment create a DL.DEFINE record. put your records data to fields FILE.NAME and RECORD.NAME. Expand this association to set more data. For source code you can specify BP folder name (e.g. LOCAL.BP) in the field FILE.NAME and routine name in RECORD.NAME. commit the record.
2) Use V (Verify) function on this record to save data. Commit record. It will be saved to bnk\F.DL.DATA folder as a folder with the name same as your DL.DEFINE record @ID.
3) Copy this folder to your target environment. Log in there.
4) Use DL.PARAMETER record SYSTEM to specify this folder location in the field FROM.FILE (e.g. ../F.DL.DATA/DL.RESTORE) and folder name in RESTORE.UNITS. OPERATION shall be R. Commit record.
5) Go to DL.DEFINE and you'll see your record there. Use V function to release the data. Commit record.
6) Authorise data records, copy source code from folder bnk\DL.BP to your BP folder and compile it.
Last but not least: do all that in Classic (terminal session) and not in Desktop/Browser.
Cheers
VK
Last edit: 2 years 3 months ago by 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 3 months ago #23774
by silvergem
Replied by silvergem on topic DL.DEFINE is not a DLL-related things
If you search "bcon t24" using google search engine, there is already available pdf on the results
Please Log in or Create an account to join the conversation.
- Adugna
- Visitor
2 years 3 months ago #23775
by Adugna
Replied by Adugna on topic DL.DEFINE is not a DLL-related things
thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.096 seconds