Gordmans - Reclassification: Infovisionix

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

Infovisionix

Gordmans
Reclassification
Reclassification Process Document

Author:
Reviewer:
Creation Date:
Last Updated:
Version:

Approvals:
Approver 1
Approver 2

Harendra Singh
Abbas Rizvi
June 18, 2015
August 3, 2015

V 1.0

Syed Naqvi

Infovisionix, Inc.

Infovisionix, Inc.

Gordmans ETL Flow

Page | 0

Certain portions of this publication are Copyright 2009-2012 infovisionix, Inc.


and its Licensors. All Rights Reserved. Such portions are subject to a license by
infovisionix, Inc. and its Licensors, who retain all rights to reproduction,
transmission, translation or other dissemination in any form or by any means not
otherwise granted to Gordmans.

2 Peters Canyon Road, Suite 200


Irvine, California 92606-1798

Telephone:

714-665-6240

Fax:

714-669-0910

Copyright

The information contained in this document is the proprietary and exclusive


property of infovisionix, Inc. except as otherwise indicated. No part of this
document, in whole or in part, may be reproduced, stored, transmitted or used for
design purposes without the prior written permission of infovisionix.

This document contains trade secret data, and is the property of infovisionix, Inc.
This document is submitted to the recipient in confidence. Certain information
contained herein may not be otherwise used, copied or disclosed in whole or in part,
except as permitted by written agreement signed by an officer of infovisionix, Inc.
Certain materials contained herein are protected by copyright as an unpublished
work under Section 104 of Title 17, United States Code. Unauthorized use, copying
or other reproduction is prohibited by law and may give rise to civil and criminal
liabilities.

Infovisionix, Inc.

Gordmans ETL Flow

Page | 1

Introduction
This document gives the details on end to end ETL flows, operation and architecture
for loading of data for Reclassification activity.

Details on Each steps


This section lists down the steps for reclassification.
Tas
k
ID
1
2
3
4
5

6
7
8

Resource
Names

Task Name
Merchandise Hierarchy
Reclassification
Production Environment Activities
Production DB backup
Gordmans to provide new Div/
SubDiv/ Class/ SubCl/ Item files to
gVision (manual)
Block business users access to
application at 12:00 AM mid-night
Central time
Regular Daily ETL and ETL to apply
new Merchandise Hierarchy changes
on Business Day (Auto)

Gordmans IT
Gordmans
Business
Team
Gordmans IT

Gordmans IT
GVision QA
Gvision BI

10

Run daily flash sales iBots


Validate ETL
Verification of the RMS versus ORDM
hierarchy
Reaggregation

11

Reaggregate for first the Scheduled Set

GVision DB

12

Test reclassified data

GVision QA

13

Reaggregation As per the scheduled Plan


for next sets.

GVision DB

Infovisionix, Inc.

Gvision QA

Gordmans ETL Flow

Page | 2

Reaggregartion Process:
Database Team :
1. Update ETL Parameter to MAN with Set dates to be reaggregated as
from_date to to_date.
Query to Update Parameters :
updateDWC_ETL_PARAMETERSETETL_MODE='MAN',FROM_DATE_ETL='xxxxx
xx',TO_DATE_ETL='xxxxxxx';

Query to Find Dates :


selectmin(clndr_dt),max(clndr_dt)fromdwv_time_daywherebsns_WK_DESC
between'2013Wxx'and'2013Wxx';

2. Reaggregation Process:
Inorder to start the reaggregation process run the Procedure
INF_ORDM_INT_ETL_RECLASS.
begin
INF_ORDM_INT_ETL_RECLASS;
end;

3. Monitoring the Process :


Reaggregation process has to be monitored at every point of time in order to
minimize the time loss.
Prcoess Log Query:
select*fromdwc_intra_etl_processorderby1desc;

Activity Log Query:


select
ACTIVITY_KEY,PROCESS_KEY,ACTIVITY_NAME,ACTIVITY_START_TIME,ACTIVITY_END_
TIME,ACTIVITY_STATUS,ERROR_DTL
fromdwc_intra_etl_activitywhereprocess_key=Process_key
and(ACTIVITY_STATUS!='COMPLETEDSUCCESS'
orerror_dtlisnotnull)

Chain Log Query:


SELECT*FROMALL_SCHEDULER_RUNNING_CHAINS
wherestate='RUNNING'

Failed Job Query:

Infovisionix, Inc.

Gordmans ETL Flow

Page | 3

select*fromALL_SCHEDULER_JOB_RUN_DETAILs
wherestatus='FAILED'andtrunc(REQ_START_DATE)=TRUNC(SYSDATE)

4. Post completion of set Reaggregation, Notify OBIEE team to Verify the Sales
and Inventory data for the Set.

OBIEE Team :
5. OBIEE Team will verify the Data using sample dates.
Query for the Data collection:

Inv Query.txt

Sales Day Level query.txt

Sales WeekLevel query.txt

Template Data to be sent to Client:

Template.rar

6. Start the BI Server and Notify Client to verify.


7. Once the approval is received, Database team should start for the next set.

Infovisionix, Inc.

Gordmans ETL Flow

Page | 4

You might also like