Procedure Switch off PM application
- msurii
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 89
- Thank you received: 1
15 years 9 months ago #2530
by msurii
Procedure Switch off PM application was created by msurii
As a performance measure if you are not using the PM Module you can Swift off the PM module by using the below procedure:
1. Through PM.UPDATE.APPL application we need to delete the all applications, which are mentioned in the field APPLN.INC of PM.PARAMETER.
For Example:
In PM.UPDATE.APPL application with ID as 'DELETE'
BNK MODEL BANK 13207 CHANGE Application in PM. SEE
PM CHANGE KEY..... DELETE
1. 1 APPLICATION.... DC DATA CAPTURE
1. 2 APPLICATION.... FR FRA DEALS
1. 3 APPLICATION.... FT FUNDS TRANSFER
1. 4 APPLICATION.... FX FOREIGN EXCHANGE
1. 5 APPLICATION.... LD LOANS AND DEPOSITS
1. 6 APPLICATION.... MM MONEY MARKET
1. 7 APPLICATION.... SC SECURITIES
1. 8 APPLICATION.... TT TELLER
1. 9 APPLICATION.... SW SWAPS
7 CURR.NO........... 1
2. After doing the above procedure, run an EOD. Then check the field APPLN.INC (Field.No:3) in PM.PARAMETER record,
to confirm whether field values are blanked out.
3. Then the following Batch records needs to be made ADHOC
EOD.PM.REPORTS
PM.BATCH.START
PM.CYCLE.DATA
PM.EOD2
PM.SET.ONITE.ACTION
4. Clear the NEXT.RUN.DATE field for all the above-mentioned batch records.
5. Below mentioned files needs to be cleared
FXXX.PM.TRAN.ACTIVITY
FXXX.PM.DLY.POSN.CLASS
FXXX.PM.POSN.REAL.TIME
FXXX.PM.NIGHT.POSN.CLASS
F.PM.UPDATE.APPL.ONITE.LIST
F.PM.CLEAR.UNAUTH.REC.LIST
F.PM.AC.PARAM.DLY
F.PM.POSN.REFERENCE.DLY
F.PM.NIGHT.POSN.CLASS.WORK
F.PM.MERGE.AL.POS.WRK
Replace XXX with company mnemonic
1. Through PM.UPDATE.APPL application we need to delete the all applications, which are mentioned in the field APPLN.INC of PM.PARAMETER.
For Example:
In PM.UPDATE.APPL application with ID as 'DELETE'
BNK MODEL BANK 13207 CHANGE Application in PM. SEE
PM CHANGE KEY..... DELETE
1. 1 APPLICATION.... DC DATA CAPTURE
1. 2 APPLICATION.... FR FRA DEALS
1. 3 APPLICATION.... FT FUNDS TRANSFER
1. 4 APPLICATION.... FX FOREIGN EXCHANGE
1. 5 APPLICATION.... LD LOANS AND DEPOSITS
1. 6 APPLICATION.... MM MONEY MARKET
1. 7 APPLICATION.... SC SECURITIES
1. 8 APPLICATION.... TT TELLER
1. 9 APPLICATION.... SW SWAPS
7 CURR.NO........... 1
2. After doing the above procedure, run an EOD. Then check the field APPLN.INC (Field.No:3) in PM.PARAMETER record,
to confirm whether field values are blanked out.
3. Then the following Batch records needs to be made ADHOC
EOD.PM.REPORTS
PM.BATCH.START
PM.CYCLE.DATA
PM.EOD2
PM.SET.ONITE.ACTION
4. Clear the NEXT.RUN.DATE field for all the above-mentioned batch records.
5. Below mentioned files needs to be cleared
FXXX.PM.TRAN.ACTIVITY
FXXX.PM.DLY.POSN.CLASS
FXXX.PM.POSN.REAL.TIME
FXXX.PM.NIGHT.POSN.CLASS
F.PM.UPDATE.APPL.ONITE.LIST
F.PM.CLEAR.UNAUTH.REC.LIST
F.PM.AC.PARAM.DLY
F.PM.POSN.REFERENCE.DLY
F.PM.NIGHT.POSN.CLASS.WORK
F.PM.MERGE.AL.POS.WRK
Replace XXX with company mnemonic
Please Log in or Create an account to join the conversation.
Time to create page: 0.066 seconds