×
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…
EBS TO MOVE LOANS FROM IHLD TO INAU
- SADDOM
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 4 months ago #11912
by SADDOM
EBS TO MOVE LOANS FROM IHLD TO INAU was created by SADDOM
HI GUYS WE HAVE LOADED LOANS TO IHLD AND WE NEED TO MOVE IT INAU WHAT WOULD BE THE BEST WAY TO DO THAT SINCE WE CANNOT LOAD TO INAU DIRECT.
Please Log in or Create an account to join the conversation.
- DUBLIN
- Offline
- Elite Member
Less
More
- Posts: 202
- Thank you received: 29
12 years 4 months ago #11936
by DUBLIN
Replied by DUBLIN on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
Hi,
EBS.AUTO.FUNCTION will do the job .
EBS.AUTO.FUNCTION will do the job .
The following user(s) said Thank You: SADDOM
Please Log in or Create an account to join the conversation.
- SADDOM
- Topic Author
- Offline
- New Member
Less
More
- Posts: 6
- Thank you received: 0
12 years 4 months ago #11938
by SADDOM
Replied by SADDOM on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
Thanks.
We used that but seems not to work. it does not loop back to pick up the next LD hence we end up doing everything one by one.
We used that but seems not to work. it does not loop back to pick up the next LD hence we end up doing everything one by one.
Please Log in or Create an account to join the conversation.
- DUBLIN
- Offline
- Elite Member
Less
More
- Posts: 202
- Thank you received: 29
12 years 4 months ago #11947
by DUBLIN
Replied by DUBLIN on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
You just need to be carefull when you defining a record in EAF. LDs could generate a lot of overrides and you have to have response to all of them.
You EAF record should be something like :
1. 1 SELECTION...... WITH RECORD.STATUS EQ IHLD
2 FUNCTION.......... I
3 SAMPLE.SIZE....... 1
4. 1 INPUT.BUFFER... ID
5. 1 KEYSTROKES..... Y
5. 2 KEYSTROKES..... Y
.
. WHO KNOW HOW MANY "Y"eses should be here !
.
5. 3 KEYSTROKES..... F5
You EAF record should be something like :
1. 1 SELECTION...... WITH RECORD.STATUS EQ IHLD
2 FUNCTION.......... I
3 SAMPLE.SIZE....... 1
4. 1 INPUT.BUFFER... ID
5. 1 KEYSTROKES..... Y
5. 2 KEYSTROKES..... Y
.
. WHO KNOW HOW MANY "Y"eses should be here !
.
5. 3 KEYSTROKES..... F5
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 4 months ago #11955
by jpb
Replied by jpb on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
The number of Y depends on the USER you work with (for bringing it from IHLD to INAU).
First Y is for "record on IHLD", second for "overtaking work of another user" if applicable.
I use only INPUT.BUFFER, works also with more than SAMPLE.SIZE = 1 (quicker).
If you need input after "F5" you must use KEYSTROKES (and SAMPLE.SIZE = 1)
First Y is for "record on IHLD", second for "overtaking work of another user" if applicable.
I use only INPUT.BUFFER, works also with more than SAMPLE.SIZE = 1 (quicker).
If you need input after "F5" you must use KEYSTROKES (and SAMPLE.SIZE = 1)
Please Log in or Create an account to join the conversation.
- praveenb.chennai
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 4
12 years 4 months ago #11965
by praveenb.chennai
Replied by praveenb.chennai on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
EBS should do the job. Can you share the EBS record?
If not, try writing a small routine which selects all the IHLD records of LD and concatenate it with a OFS string with I function and single authoriser version.
Pass the OFS string using OFS.GLOBUS.MANAGER or OFS.POST.MESSAGE method.
If not, try writing a small routine which selects all the IHLD records of LD and concatenate it with a OFS string with I function and single authoriser version.
Pass the OFS string using OFS.GLOBUS.MANAGER or OFS.POST.MESSAGE method.
Please Log in or Create an account to join the conversation.
- durai611
- Offline
- Elite Member
Less
More
- Posts: 300
- Thank you received: 51
12 years 4 months ago - 12 years 4 months ago #11967
by durai611
Replied by durai611 on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
Will Zero authoriser can be used for LD?
Last edit: 12 years 4 months ago by durai611. Reason: reviewed
Please Log in or Create an account to join the conversation.
- Valleyman1
- Visitor
12 years 4 months ago #11979
by Valleyman1
Replied by Valleyman1 on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
i have tried to use zero authorize on LD and i get something like VERSIONS WITH NO AUTHORISERS NOT ALLOWED
Please Log in or Create an account to join the conversation.
- saliht
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 years 4 months ago #11987
by saliht
Replied by saliht on topic Re: EBS TO MOVE LOANS FROM IHLD TO INAU
Zero authoriser version is not allowed in LD from the base release itself.
You can pass 2 separate OFS strings ( One for amending LD and one for authorising).
You can pass 2 separate OFS strings ( One for amending LD and one for authorising).
Please Log in or Create an account to join the conversation.
Time to create page: 0.094 seconds