You are on page 1of 2

1.

Log into your VM and get the latest DB and DF Comparison Excel file from G:\FINT-
BKP\Conversion\Analysis

2. Run the MappingExtract Sql query for a particular Insurity table in below DB :
HFDWPSQLV3\DAILYBUILDS01.SLDevClaims
Credential : RDETL/RDETL
SELECT
a.customertablenm,a.customercolumnnm,a.customerdatatype,a.customerdatalength,a.insurityta
blenm,a.insuritycolumnnm,a.insuritydatatype,
a.insuritydatalength,a.ruletx,a.customernotetx,b.adddt,b.changedt, a.linkdirectiontx,
a.LinkDirection
FROM CmViewMappingDefined a
join CmMappinglink b on a.MappingLinkRowGuid = b.MappingLinkRowGuid
WHERE CustomerUsageCd = 'F' and CustomerIsWCOnly <> 'Y'
and CustomerScreenList not like '%WC%' and b.insuritytablenm = 'CRCLAIM'--and
LinkDirectionTx='Unknown'
--and a.InsurityTableNm NOT IN ('NA','TBD','NEW')
--and a.InsurityColumnNm NOT IN ('NA','TBD','NEW')
ORDER BY a.insuritytablenm,a.insuritycolumnnm

3. Create Rev-Analysis Excel sheet for the above Insurity table(Please refer to “CD_TO_MCS-
Claims(Reverse).xlsx” in G:\RINT).

4. Copy the result set from MappingExtract query into the excel you will create as per the above
step.
5. Update the Target Filter condition column by looking at the Source Sql query for the respective
table from “G:\FINT-BKP\Conversion\Analysis\Source Sql” location.
Below are the DB details for MCS(Customer): Password is same as the username.
Sql Server DB Details:

HFDWPMPSELSQL01\SQL2012
Credentials : RDETL/RDETL

You might also like