×
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…
Migrating ver, enq & local routines
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3280
by Mikky
Migrating ver, enq & local routines was created by Mikky
Pls could anyone help me on how to migrate versions, enquiries and local programs from G10 to T24 R8. I hav tried data library but still complaining of some fields. Pls help me out. if u have a tool kindly forward to This email address is being protected from spambots. You need JavaScript enabled to view it..
Please Log in or Create an account to join the conversation.
- bala_gates
- Offline
- Premium Member
Less
More
- Posts: 152
- Thank you received: 0
15 years 5 months ago #3281
by bala_gates
Replied by bala_gates on topic Re:Migrating ver, enq & local routines
please be specify on your question to identify what actually the problem is
Please Log in or Create an account to join the conversation.
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3283
by Mikky
Replied by Mikky on topic Re:Migrating ver, enq & local routines
we are moving from g10 to t24r08, we need to move all our versions, enquiries and local routine from the legacy system to the new system. so i need a way i can do this or process of doing it
Please Log in or Create an account to join the conversation.
- bala_gates
- Offline
- Premium Member
Less
More
- Posts: 152
- Thank you received: 0
15 years 5 months ago #3288
by bala_gates
Replied by bala_gates on topic Re:Migrating ver, enq & local routines
r u using DL.DEFINE to take the version, enquiry and subroutines for migration or any other utility. If DL.DEFINE did you check is there any other mandatory field that are missing when you are importing to the latest version of globus. or it is giving some other error.
Please Log in or Create an account to join the conversation.
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3290
by Mikky
Replied by Mikky on topic Re:Migrating ver, enq & local routines
after importing, at the point of authorisation it was complaining of some missing fields. this is the error the field missing
PGM.NAME.VERSION.. TELLER,CASHDRAW1
35. 2 POPUP.CONTROL..
36. 2 CASE.CONV......
37. 2 HYPE
38. 2. 1 I.LINK......
39. 2 ASSOCIATION....
40. 2 DISPLAY.TYPE...
41. 2 I.DESC.........
42. 2. 1 ATTRIBS.....
13. 3 FIELD.NO....... ACCOUNT.1 VALUE FIELD MISSING
14. 3 COLUMN......... 1
15. 3 EXPANSION......
16. 3 TEXT.CHAR.MAX.. 19
17. 3. 1 TEXT........ NN Debit Account : ' XX' FOR VALUE FIELD MISSING
18. 3. 1 TXT.040..078
19. 3. 1 TXT.079..117
20. 3. 1 TXT.118..132
37. 3 HYPE
38. 3. 1 I.LINK......
39. 3 ASSOCIATION....
40. 3 DISPLAY.TYPE...
41. 3 I.DESC.........
42. 3. 1 ATTRIBS.....
13. 4 FIELD.NO....... AMOUNT.LOCAL.1 VALUE FIELD MISSING
14. 4 COLUMN......... 1
15. 4 EXPANSION......
16. 4 TEXT.CHAR.MAX.. 19
17. 4. 1 TEXT........ NN Amount : ' XX' FOR VALUE FIELD MISSING
18. 4. 1 TXT.040..078
19. 4. 1 TXT.079..117
20. 4. 1 TXT.118..132
21. 4 ENRICHM.CHAR...
22. 4 TABLE.COLUMN... 1ü40ü
pls help me out.
PGM.NAME.VERSION.. TELLER,CASHDRAW1
35. 2 POPUP.CONTROL..
36. 2 CASE.CONV......
37. 2 HYPE
38. 2. 1 I.LINK......
39. 2 ASSOCIATION....
40. 2 DISPLAY.TYPE...
41. 2 I.DESC.........
42. 2. 1 ATTRIBS.....
13. 3 FIELD.NO....... ACCOUNT.1 VALUE FIELD MISSING
14. 3 COLUMN......... 1
15. 3 EXPANSION......
16. 3 TEXT.CHAR.MAX.. 19
17. 3. 1 TEXT........ NN Debit Account : ' XX' FOR VALUE FIELD MISSING
18. 3. 1 TXT.040..078
19. 3. 1 TXT.079..117
20. 3. 1 TXT.118..132
37. 3 HYPE
38. 3. 1 I.LINK......
39. 3 ASSOCIATION....
40. 3 DISPLAY.TYPE...
41. 3 I.DESC.........
42. 3. 1 ATTRIBS.....
13. 4 FIELD.NO....... AMOUNT.LOCAL.1 VALUE FIELD MISSING
14. 4 COLUMN......... 1
15. 4 EXPANSION......
16. 4 TEXT.CHAR.MAX.. 19
17. 4. 1 TEXT........ NN Amount : ' XX' FOR VALUE FIELD MISSING
18. 4. 1 TXT.040..078
19. 4. 1 TXT.079..117
20. 4. 1 TXT.118..132
21. 4 ENRICHM.CHAR...
22. 4 TABLE.COLUMN... 1ü40ü
pls help me out.
Please Log in or Create an account to join the conversation.
- bala_gates
- Offline
- Premium Member
Less
More
- Posts: 152
- Thank you received: 0
15 years 5 months ago - 15 years 5 months ago #3291
by bala_gates
Replied by bala_gates on topic Re:Migrating ver, enq & local routines
This NN value represents the serial number of the field in the version.
if you remove this also , there will not be impact on this but
change NN Debit Account as NN XX Debit Account and check that
field alone and if it works you write a routine and update all the text field which is starting with NN.
1. For Single fields enter in this field N, NN or NNN
according to the size of the field i.e. N if field
number is between 1 and 9, NN if field number is between 10
and 99 and NNN if field number is between 100 and 999.
Example : N MNEMONIC
2. For Multivalue fields enter in this field N, NN, or NNN
as appropriate followed by a space and XX. Example :
N XX RELATION
3. For Sub-value fields enter in this field N, NN or NNN
(as appropriate) followed by a space, XX, a second
space and a second XX.Example : N XX XX FIELD
NAME
Hope this will solve your issue.
if you remove this also , there will not be impact on this but
change NN Debit Account as NN XX Debit Account and check that
field alone and if it works you write a routine and update all the text field which is starting with NN.
1. For Single fields enter in this field N, NN or NNN
according to the size of the field i.e. N if field
number is between 1 and 9, NN if field number is between 10
and 99 and NNN if field number is between 100 and 999.
Example : N MNEMONIC
2. For Multivalue fields enter in this field N, NN, or NNN
as appropriate followed by a space and XX. Example :
N XX RELATION
3. For Sub-value fields enter in this field N, NN or NNN
(as appropriate) followed by a space, XX, a second
space and a second XX.Example : N XX XX FIELD
NAME
Hope this will solve your issue.
Last edit: 15 years 5 months ago by bala_gates. Reason: fine tuning of the answer
Please Log in or Create an account to join the conversation.
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3304
by Mikky
Replied by Mikky on topic Re:Migrating ver, enq & local routines
thks for the brilliant advise. but still hav some issues. the below field complaining of sub field missing. pls help me out
PGM.NAME.VERSION.. TELLER,CASHDRAW1
41. 5 I.DESC.........
42. 5. 1 ATTRIBS.....
13. 6 FIELD.NO....... NARRATIVE.1-1 SUB FIELD MISSING
14. 6 COLUMN......... 1
15. 6 EXPANSION......
16. 6 TEXT.CHAR.MAX.. 19
17. 6. 1 TEXT........ NN XX XX Narrative
18. 6. 1 TXT.040..078
19. 6. 1 TXT.079..117
20. 6. 1 TXT.118..132
21. 6 ENRICHM.CHAR...
22. 6 TABLE.COLUMN... 1ü56ü
23. 6 TABLE.LINE..... 5
24. 6 ENRI.COL.......
25. 6 PROMPT.COL.....
26. 6 RESERVED05.....
PGM.NAME.VERSION.. TELLER,CASHDRAW1
41. 5 I.DESC.........
42. 5. 1 ATTRIBS.....
13. 6 FIELD.NO....... NARRATIVE.1-1 SUB FIELD MISSING
14. 6 COLUMN......... 1
15. 6 EXPANSION......
16. 6 TEXT.CHAR.MAX.. 19
17. 6. 1 TEXT........ NN XX XX Narrative
18. 6. 1 TXT.040..078
19. 6. 1 TXT.079..117
20. 6. 1 TXT.118..132
21. 6 ENRICHM.CHAR...
22. 6 TABLE.COLUMN... 1ü56ü
23. 6 TABLE.LINE..... 5
24. 6 ENRI.COL.......
25. 6 PROMPT.COL.....
26. 6 RESERVED05.....
Please Log in or Create an account to join the conversation.
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3311
by Mikky
Replied by Mikky on topic Re:Migrating ver, enq & local routines
After i have done all necessary things, i still have NARRATIVE field complaining of error below. I'll appreciate it if this resolved as soon as possible
PGM.NAME.VERSION.. TELLER,CASHDRAW1
41. 5 I.DESC.........
42. 5. 1 ATTRIBS.....
13. 6 FIELD.NO....... NARRATIVE.1-1.1 INVALID VALUE FIELD SEQUENCE
14. 6 COLUMN......... 1
15. 6 EXPANSION......
16. 6 TEXT.CHAR.MAX.. 19
17. 6. 1 TEXT........ NN XX XX Narrative
18. 6. 1 TXT.040..078
19. 6. 1 TXT.079..117
20. 6. 1 TXT.118..132
21. 6 ENRICHM.CHAR...
22. 6 TABLE.COLUMN... 1ü56ü
23. 6 TABLE.LINE..... 5
24. 6 ENRI.COL.......
25. 6 PROMPT.COL.....
26. 6 RESERVED05.....
PGM.NAME.VERSION.. TELLER,CASHDRAW1
41. 5 I.DESC.........
42. 5. 1 ATTRIBS.....
13. 6 FIELD.NO....... NARRATIVE.1-1.1 INVALID VALUE FIELD SEQUENCE
14. 6 COLUMN......... 1
15. 6 EXPANSION......
16. 6 TEXT.CHAR.MAX.. 19
17. 6. 1 TEXT........ NN XX XX Narrative
18. 6. 1 TXT.040..078
19. 6. 1 TXT.079..117
20. 6. 1 TXT.118..132
21. 6 ENRICHM.CHAR...
22. 6 TABLE.COLUMN... 1ü56ü
23. 6 TABLE.LINE..... 5
24. 6 ENRI.COL.......
25. 6 PROMPT.COL.....
26. 6 RESERVED05.....
Please Log in or Create an account to join the conversation.
- saranvelu
- Visitor
15 years 5 months ago #3315
by saranvelu
Replied by saranvelu on topic Re:Migrating ver, enq & local routines
Hi,
In the field 16.5 EXPANSION give NO. i hope your problem will be solved.
Regards,
Saravanan.
In the field 16.5 EXPANSION give NO. i hope your problem will be solved.
Regards,
Saravanan.
Please Log in or Create an account to join the conversation.
- bala_gates
- Offline
- Premium Member
Less
More
- Posts: 152
- Thank you received: 0
15 years 5 months ago #3321
by bala_gates
Replied by bala_gates on topic Re:Migrating ver, enq & local routines
DO YOU HAVE ANY FIELD LIKE NARRATIVE.1-1.1 in Teller Module
please check, is there any problem with the field
please check, is there any problem with the field
Please Log in or Create an account to join the conversation.
- Mikky
- Topic Author
- Visitor
15 years 5 months ago #3323
by Mikky
Replied by Mikky on topic Re:Migrating ver, enq & local routines
IF I'M CREATING VERSION AND I USE THE FIELD NO ON NARRATIVE TO CREATE IT INSTEAD OF GIVING THE NAME. IT WILL ENRICH NARRATIVE.1-1.1. I THINK THATS THE PROBLEM.
WE HAVE NARRATIVE.1 IN TELLER MODULE. BUT THATS THE ENRICHMENT THE SYSTEM GAVE IF I TYPE THE FIELD NUMBER
WE HAVE NARRATIVE.1 IN TELLER MODULE. BUT THATS THE ENRICHMENT THE SYSTEM GAVE IF I TYPE THE FIELD NUMBER
Please Log in or Create an account to join the conversation.
Time to create page: 0.100 seconds