Sei sulla pagina 1di 4

It appears we have a timing issue here at least.

When these KUNNRs were first run the coverage was still
protected. Epic 1762270 wasn't run until about 4.5hrs ago. So when these were staged the KUNNRs were still
protected. But it's also strange what GAA is saying when it processed the request even while the KUNNR was
protected. Per the screen capture I attached it's saying the assignment received was the same as current - which at
the time it was not - the assignment was protected which is another message. We do at least see ODM assigning
A0002741 as base coverage. I don't know if GAA is having a problem with the delegated coverage be type A vs type
T.

I'm going to end-date the active coverage for all the ones in this list and restage them again. Ran below SQL for all
252 kUNNRs.
UPDATE SAPR3.KNA1EXT SET COV_ENDDATE = '2019-02-11', CHG_TS = CURRENT TIMESTAMP, CHG_USER
= 'jfmurray RTC1762311' WHERE MANDT = '100' and KUNNR = '0010002831' and COV_ENDDATE = '9999-12-31';
update sapr3.kna1 set shad_update_ts = current timestamp where kunnr = '0010002831' ;

Per checking with DI team, we found that the DI job read SAPR3.V_EVENT_NAME_ADDR table and update the
name in SC DB with SAPR3.V_EVENT_NAME_ADDR.LEGAL_NAME.
Vimalan only updated the SAPR3.KUNNR_EXT.BUS_CMR_NAME by RDC GUI. This was the root cause that the
business name was not updated in SC.

( SAPR3.V_EVENT_NAME_ADDR.LEGAL_NAME comes from SAPR3.KNA1.NAME1+NAME2.


SAPR3.V_EVENT_NAME_ADDR.BUS_NAME comes from SAPR3.KUNNR_EXT.BUS_CMR_NAME )
GM
FYI.. whenever you asked SSM team to make callout 12:07:01 PM
to VCS you need to provide this information :
Incident number: ( fill it out with valid sev1 ticket
number related production environment )
Customer name: GI
Squad: GI_IBMIT_Chiefdata
FLL: Viktor Kajtar

SC use this red zone url to connect https://connect.ibm.com/CMRCMRServices/cmrs/prospects

Tell SC to use this red zone url to connect


https://ibmccmp3.portsmouth.uk.ibm.com/CMRServices/cmrs/ping
without ANY port
or if a port is a requirement 443 instead of 9448. 3:43:24 PM

Under G00 server --> /transition_rpcg0/SMB//smb_wait15Minutes.ksh

when you get Kunner_ext for MPP process we should process below stpes
=====================================================================
first login to d0 server(production)

sudo su - rdcrpcd0
cd mppmasschg/files
ls -ltr
cd KUNNR_EXT
ls -ltr
after that you need to create a file with following structure

like vi epic1539479.txt(rtc number)

copy the attachemt in vi editor


then save the file
if not copy proper then take help of WINSCP

first save the file(attachmentfile)in desktop(epic1539479.txt)

open WINSCP then select (text) then drag to home folder

after give the permission to the file/user(inavn6mp)


/auto/home/inavn6mp$ chmod 755 epic1539470.txt(filename)
cd ..(because of you need to give the permission to your user name)
chmod 755 inavn6mp

Then
sudo su - rdcrpcd0
cd mppmasschg/files
ls -ltr
cd KUNNR_TXT
cp /auto/home/inavn6mp/epic1539470.txt .(current folder)
ls -ltr
it shows our latest file

after that
ls *.sh(it shows some scripts)

run_MPP_KUNNR_EXT.sh(select this script)

./run_MPP_KUNNR_EXT.sh epic153940.txt(file name) next enter

next it will start

when you get Kunner_ext for MPP process we should process below stpes
=====================================================================
first login to d0 server(production)

sudo su - rdcrpcd0
cd mppmasschg/files
ls -ltr
cd KUNNR_EXT
ls -ltr
after that you need to create a file with following structure

like vi epic1539479.txt(rtc number)

copy the attachemt in vi editor


then save the file
if not copy proper then take help of WINSCP

first save the file(attachmentfile)in desktop(epic1539479.txt)

open WINSCP then select (text) then drag to home folder

after give the permission to the file/user(inavn6mp)


/auto/home/inavn6mp$ chmod 755 epic1539470.txt(filename)
cd ..(because of you need to give the permission to your user name)
chmod 755 inavn6mp

Then
sudo su - rdcrpcd0
cd mppmasschg/files
ls -ltr
cd KUNNR_TXT
cp /auto/home/inavn6mp/epic1539470.txt .(current folder)
ls -ltr
it shows our latest file

after that
ls *.sh(it shows some scripts)

run_MPP_KUNNR_EXT.sh(select this script)

./run_MPP_KUNNR_EXT.sh epic153940.txt(file name) next enter

next it will start

since that is what we added to Plan B script the other day


6:24:45 PM
--Check PREVIEW.ECRS_INPUT_QUEUE
select 178 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'ECRS INPUT Tot C'
as tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE where
PARTY_ID_TYPE = 'C' union
select 180 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'Num DCs' as
tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE WHERE
left(DOM_CLIENT_ID,2) = 'DC' and PARTY_ID_TYPE = 'C' union
select 181 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'Num GCs' as
tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE WHERE
left(GBL_CLIENT_ID,2) = 'GC' and PARTY_ID_TYPE = 'C' union
select 182 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'Num GUCs' as
tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE WHERE
left(GBL_ULT_CLIENT_ID,2) = 'GU' and PARTY_ID_TYPE = 'C' union
select 183 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'Num BGs' as
tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE WHERE
left(DOM_BUY_GRP_ID,2) = 'DB' and PARTY_ID_TYPE = 'C' union
select 184 as row, date(current timestamp) as rundt, 'PREVIEW' as schemaname, 'Num GBGs' as
tablename, '590' as MANDT, count(*) as numrecords from PREVIEW.ECRS_INPUT_QUEUE WHERE
left(GBL_BUY_GRP_ID,2) = 'GB' and PARTY_ID_TYPE = 'C'
order by ROW with UR;

Potrebbero piacerti anche