KR20040029616A - A system and management method have enterprise type program source analysis function - Google Patents

A system and management method have enterprise type program source analysis function Download PDF

Info

Publication number
KR20040029616A
KR20040029616A KR1020020059925A KR20020059925A KR20040029616A KR 20040029616 A KR20040029616 A KR 20040029616A KR 1020020059925 A KR1020020059925 A KR 1020020059925A KR 20020059925 A KR20020059925 A KR 20020059925A KR 20040029616 A KR20040029616 A KR 20040029616A
Authority
KR
South Korea
Prior art keywords
information
analysis
engine
source
data
Prior art date
Application number
KR1020020059925A
Other languages
Korean (ko)
Inventor
양기남
유규남
유지영
경재훈
김광중
이승훈
Original Assignee
주식회사 서진정보기술
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 주식회사 서진정보기술 filed Critical 주식회사 서진정보기술
Priority to KR1020020059925A priority Critical patent/KR20040029616A/en
Publication of KR20040029616A publication Critical patent/KR20040029616A/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/74Reverse engineering; Extracting design information from source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE: A system and a method having a function to maintain/analyze a source of an enterprise program are provided to reduce a personal/time expense for maintaining/analyzing the program by storing the source of the enterprise program in a database and offering a result of a desired form as analyzing/classifying the source into each type by using the database. CONSTITUTION: An analysis engine part(100) selectively receives the needed source information from an application server(400) and a database server(500), and analyzes the source data of the inputted program. An engine manager(200) collects the source data and a script of the enterprise and transfers it to each engine of the analysis engine part, and stores/manages the result data systematically by constructing the useful level information in an analysis data database(210) as receiving the result data analyzed by each engine. An inquiry part(300) provides the information to a user(700) by dividing the constructed data into a statistics part, an application part, a database part, a business system part, and an effect analysis part.

Description

기업형 프로그램 소스의 유지/보수 관리 및 분석 기능을 갖춘 시스템 및 방법{A SYSTEM AND MANAGEMENT METHOD HAVE ENTERPRISE TYPE PROGRAM SOURCE ANALYSIS FUNCTION }A SYSTEM AND MANAGEMENT METHOD HAVE ENTERPRISE TYPE PROGRAM SOURCE ANALYSIS FUNCTION}

본 발명은 기업형 프로그램의 소스를 분석처리하기 위한 시스템 및 방법에 관한 것으로서, 더욱 상세하게는 기업형 프로그램들에 대해 프로그램 소스를 데이터베이스로 구축한 후 비즈니스 모델에 따라 소스를 파싱(Parsing)하여 신속하게 레포팅할 수 있도록 하기 위한 시스템에 관한 것이다.The present invention relates to a system and method for analyzing and processing a source of an enterprise program. More specifically, the program source is built into a database for an enterprise program, and then the source is parsed according to a business model for rapid reporting. It's about a system for doing that.

일반적으로, 프로그램 소스를 분석하여 사용자에게 알려주는 방법으로는, 개발된 프로그램을 데이터베이스화 시킨 상태가 아닌 단순한 형태로서 입력받아 처리하는 형태로 이루어지게 되는데, 이러한 종래의 방법은 개발자들이 각자 프로그램 소스를 서치하여 구문해석을 해야 함으로 시간적인 소요 뿐만 아니라 많은 인력이 투입되어야 하는 문제점이 있었다.In general, as a method of analyzing a program source and informing a user, the developed program is inputted and processed as a simple form, rather than a database, which is developed by developers. There was a problem in that a large amount of manpower was required as well as time consuming due to the search and syntax analysis.

또한, 종래에는 프로그램 소스를 모델별로 나열하여 분석할 수 있는 것이 아닌 SQL(Structured Query Language)와 같은 특정형태로만 처리가 가능한 문제가 있었다.In addition, in the related art, there is a problem that only a specific form such as SQL (Structured Query Language) can be processed, rather than being able to analyze program sources by model.

본 발명은 상기와 같은 종래 기술에서의 문제점을 개선하기 위해 제안된 것으로서, 기업형 프로그램의 소스(Source)를 데이터베이스화 하여 분석함과 함께 이를 유형별로 소스를 그룹화시켜 제공되는 툴(Tool)에 따라서 사용자가 원하는 양식으로 결과치를 제공토록 함으로서 관리자가 프로그램의 관리 및 유지, 보수, 분석을 실시하는데 있어 인적/시간적인 비용을 절감시킬 수 있도록 하는데 목적이 있다.The present invention is proposed to improve the problems in the prior art as described above, and the user according to the tool (Tool) provided by grouping the source by type and analyzing the database (Source) of the enterprise type program (Source) The goal is to reduce the human and time costs of managing, maintaining, maintaining, and analyzing the program by providing the results in the form desired by the administrator.

도 1은 본 발명 프로그램 소소 관리 및 분석시스템의 정보처리를 위한 개략적인 구성도.1 is a schematic configuration diagram for information processing of the program source management and analysis system of the present invention.

도 2는 본 발명 시스템의 동작에 따른 데이터의 처리과정 및 순서를 나타낸 흐름도.2 is a flowchart illustrating a process and sequence of data according to an operation of the system of the present invention.

<도면의 주요 부분에 대한 부호의 설명><Explanation of symbols for the main parts of the drawings>

100 : 분석 엔진부110 : AP분석엔진100: analysis engine unit 110: AP analysis engine

120 : DB정보 입력엔진130 : 비즈니스 매핑엔진120: DB information input engine 130: business mapping engine

200 : 엔진관리부210 : 분석자료 DB200: engine management unit 210: analysis data DB

220 : AP엔진 관리자230 : DB엔진 관리자220: AP engine manager 230: DB engine manager

240 : 비즈니스엔진 관리자300 : 조회부240: business engine manager 300: inquiry

400 : AP서버500 : DB서버400: AP server 500: DB server

700 : 사용자700: user

상기 목적은, 어플리케이션 서버 및 데이터베이스 서버로 부터 수집된 정보로 부터 프로그램소스를 분석하기 위한 분석엔진부와; 상기 분석엔진부에서 분석된 데이터를 데이터베이스에 유용한 정보로 구축하기 위한 엔진관리부; 그리고 상기에서 구축된 데이터를 사용자 요구에 맞추어 제공하게 되는 조회부;를 포함하는 기업형 프로그램 소스의 유지/보수 관리 및 분석 기능을 갖춘 시스템을 통해 이룰 수 있게된다.The object includes: an analysis engine unit for analyzing a program source from information collected from an application server and a database server; An engine manager for building data analyzed by the analysis engine as useful information in a database; And it is possible to achieve through the system with the maintenance / maintenance management and analysis function of the enterprise program source, including; lookup unit to provide the data constructed in accordance with the user's requirements.

이하, 본 발명의 구체적인 실시예를 첨부도면을 참조하여 보다 상세하게 살펴보기로 한다.Hereinafter, specific embodiments of the present invention will be described in detail with reference to the accompanying drawings.

먼저, 본 실시예에 따른 시스템의 구성을 살펴보면 도 1에 다이어그램화 하여 나타내어진 바와같이 서버형/미들웨어형/클라이언트형의 개발된 프로그램의 원 소스를 어플리케이션(이하 "AP"라 약칭함) 서버(400) 및 데이터베이스(이하 "DB"라 약칭함) 서버(500)로 부터 입수하여 분석하기 위한 분석엔진부(100)와, 상기 분석엔진부(100)에서 분석되어진 데이터를 유용한 정보로 구축하여 분석자료 DB(210)상에 저장 및 관리하게 되는 엔진관리부(200), 그리고 구축된 분석자료 데이터를 크게 통계 부문과 AP 부문, DB 부문, 업무체계 부문, 그리고 영향분석 부문 등으로 분류하여 사용자(700)에게 제공하기 위한 조회부(300)로 이루어진다.First, referring to the configuration of the system according to the present embodiment, as illustrated in FIG. 1, the original source of the developed program of the server type / middleware type / client type is referred to as an application (hereinafter referred to as “AP”) server ( 400) and an analysis engine unit 100 for obtaining and analyzing data from a database (hereinafter abbreviated as “DB”) server 500 and analyzing the data analyzed by the analysis engine unit 100 with useful information. The engine management unit 200, which is stored and managed on the data DB 210, and the constructed analysis data data are largely classified into statistics, AP, DB, business system, and impact analysis. ) Consists of an inquiry unit 300 for providing.

그중, 상기 분석엔진부(100)에는 AP소스 파일을 관리하고 있는 AP서버(400)로 부터 분석대상의 소스를 분석하기 위한 AP분석엔진(110)과, 수집된 정보를 분석하여 그 결과를 분석자료 DB(210)에 입력하기 위한 DB정보 입력엔진(120), 그리고결정된 비즈니스 정보와 AP/DB의 정보를 매핑(mapping)하는 비즈니스 매핑엔진(130)이 구비되어지게 된다.Among them, the analysis engine 100 analyzes the AP analysis engine 110 for analyzing the source of the analysis target from the AP server 400 managing the AP source file, and the collected information, and analyzes the result. The DB information input engine 120 for inputting the data DB 210 and the business mapping engine 130 for mapping the determined business information and the information of the AP / DB are provided.

그리고 상기 엔진관리부(200)는 상기 엔진부(100)의 요소를 이루는 각 엔진(110,120,130)을 관리하기 위한 AP엔진 관리자(220)와 DB엔진 관리자(230), 그리고 비즈니스엔진 관리자(240)로 이루어진다.In addition, the engine manager 200 includes an AP engine manager 220, a DB engine manager 230, and a business engine manager 240 for managing each engine 110, 120, and 130 constituting elements of the engine unit 100. .

상기 조회부(300)에는 프로그램 개발자 또는 분석 프로젝트를 수행하게 되는 사용자(700)가 사내 통신망 또는 근거리 통신망(LAN)등을 통한 접속이 이루어지게 된다.In the inquiry unit 300, a program developer or a user 700 who performs an analysis project is connected through an in-house communication network or a local area network (LAN).

한편, AP서버(400)의 Application 분석대상으로는 C/C++, Delphi로 개발된 것을 주 대상으로 한다.On the other hand, the application analysis target of the AP server 400 is mainly developed in C / C + +, Delphi.

그리고 DB서버(500)의 분석대상으로는 오라클 데이터베이스를 우선으로 하며, 해당 DB의 Table 정보, Index, View, 분류정보(Synonym), DB-Link 과 그외 Shell Script, Stored Procedure Script등을 수집하고 유용한 정보를 구축토록 하였다.Oracle database is the first analysis target of DB server 500. It collects table information, index, view, classification information (Synonym), DB-Link and other Shell Script, Stored Procedure Script, etc. To build information.

상기 개략적인 하드웨어 구성을 이루고 있는 본 발명 솔루션 시스템에 의한 프로그램 소스의 유지/보수 관리 및 분석 과정을 도 2를 참조하여 살펴보기로 한다.The maintenance / maintenance management and analysis of the program source by the solution system of the present invention constituting the above-described hardware configuration will be described with reference to FIG. 2.

먼저, AP소스 파일들이 관리되어지고 있는 AP서버(400)에는 프로시(Pro*C), 미들웨어는 턱시도(Tuxydo), 클라이언트 툴로서는 델파이(Delphi) 및 파워빌더(Power Builder) 등의 제품으로 작성된 프로그램 소스가 수집(Import) 되어지면(ST 1), 서버의 파일 저장부 내에 수집한 파일을 분석엔진이 설치된 서버에 저장하게 되며(ST 2), 이와같이 하여 파일의 저장이 이루어지면 AP엔진 관리자(220)에서는 상기 저장된 파일의 경로정보를 분석자료 DB(21)에 구축한다.(ST 3),First, the AP server 400, in which the AP source files are managed, is written in products such as Pro * C, middleware in Tuxdo, and client tools in Delphi and Power Builder. When the program source is imported (ST 1) , the file collected in the file storage of the server is stored in the server where the analysis engine is installed (ST 2) .In this way, when the file is saved, the AP engine manager ( In 220, path information of the stored file is constructed in the analysis data DB 21. (ST 3) ,

이후, 상기 구축된 파일경로 정보 및 DDL(Data Definition Language) 스크립트(Script) 정보를 해당 AP분석엔진(110)에 전달함과 함께, AP분석엔진(110)에게서 전달받은 분석결과를 분석자료 DB(210)에 구축하게 된다.(ST 4) Subsequently, the generated file path information and DDL (Data Definition Language) script information are transmitted to the AP analysis engine 110, and the analysis results received from the AP analysis engine 110 are analyzed. 210). (ST 4)

이때, AP 분석엔진(110)에서는 전달받은 파일들의 경로정보를 통해 기업시스템을 구축하는 프로그램들의 AP소스들을 읽고 분석함으로서 해당 프로그램과 다른 프로그램들간의 상호 연관관계, 의존관계, 테이블 사용관계 등을 추출, 정보화하여 AP엔진 관리자(220)로 전달하게 되는 것이다.(ST 5) At this time, the AP analysis engine 110 extracts the interrelationships, dependencies, and table use relations between the corresponding program and other programs by reading and analyzing the AP sources of the programs constructing the enterprise system through the path information of the received files. In this case, the information is delivered to the AP engine manager 220. (ST 5)

한편, DB엔진 관리자(230)는 해당 기업의 DB서버(500)로 부터 해당 DB의 Table정보, Index, View, Synonym, 트리거(Trigger) 등의 DB정보와 DDL 스크립트를 수집하고(ST 6), DB정보 입력엔진(120)은 해당 기업의 데이터베이스에서 수집되어져 있는 다양한 정보들을 조회하여 분석한 후 시스템 엔진의 분석자료 DB(210)에 구축하게 된다.(ST 7) Meanwhile, the DB engine manager 230 collects DB information such as Table information, Index, View, Synonym, Trigger, and DDL script from the DB server 500 of the corresponding company (ST 6) , DB information input engine 120 is to look up and analyze a variety of information collected in the database of the company and then to build in the analysis data DB 210 of the system engine. (ST 7)

그리고, 비즈니스 매핑엔진(130)에서는 분석된 AP정보와 DB정보를 바탕으로 해당 기업의 명명규칙을 추출 단계별로 그룹핑하여 그 체계와 프로그램 및 데이터베이스와의 관계를 구축하게 된다.(ST 8) In addition, the business mapping engine 130 establishes a relationship between the system, the program, and the database by grouping the naming conventions of the corresponding companies based on the analyzed AP information and the DB information. (ST 8)

특히, 본 시스템의 비즈니스 매핑엔진(130)에서는 프로그램 설계시에 사용되는 명명규칙을 근거로 하여 매핑이 이루어지며, 이를 통하여 명명규칙에 벗어나는 프로그램이나 데이터베이스 정보들을 파악할 수 있다. 또한, 파악된 정보들을 바탕으로 수정/보완하여 기업 시스템의 품질을 향상시킬 수 있게된다.In particular, in the business mapping engine 130 of the present system, the mapping is performed based on a naming convention used at the time of designing a program. Through this, it is possible to grasp program or database information that deviates from the naming convention. In addition, it is possible to improve the quality of the corporate system by modifying / supplementing based on the identified information.

상기 과정에 의해 구축된 시스템 구성정보들은 조회부(300)에서 사용자(700)의 용도에 맞게 다양한 형식으로 그 정보를 제공해주게 되며,(ST 9)사용자는 이를 통하여 이후 해당기업 시스템의 수정, 변경시에 발생할 수 있는 사고를 미연에 방지할 수 있게된다.The system configuration information constructed by the above process provides the information in various formats according to the use of the user 700 in the inquiry unit 300, and (ST 9) the user can later modify or change the corresponding company system. It is possible to prevent accidents that may occur in the city.

한편, 조회부(300)에서 보여주는 정보에 있어, 통계부문(Ⅰ)은 시스템분석에 의해 추출된 정보를 바탕으로 해당 시스템이 보유하고 있는 프로그램 및 DB에 대한 부분별, 전체별 자원보유량에 대한 정보를 제공하며, 이 정보는 해당 비즈니스 그룹별/형식별로 다양하게 제공된다.On the other hand, in the information shown by the query unit 300, the statistics section (I) is based on the information extracted by the system analysis, the information on the resource reserves for each part and the whole of the program and DB possessed by the system This information is provided by the business group and type.

즉, AP부문(Ⅱ)은 프로그램들의 상호 호출관계, 의존관계, DB 사용정보 등을 제공하며 업무체계를 시작으로 마지막 DB까지의 전체적인 구조정보 및 체계정보를 시각적으로 제공한다.In other words, the AP section (II) provides mutual calling relations, dependencies, DB usage information, etc. of programs, and visually provides overall structure information and system information from the work system to the last DB.

그리고, DB부문(Ⅲ)은 시스템이 보유하고 있는 다양한 형태의 DB정보 및 연관정보, 프로그램에 의한 사용정보 등을 제공한다.In addition, the DB section III provides various types of DB information, related information, and usage information by the program.

업무체계 부문(Ⅳ)은 해당기업의 업무별 사용 AP/DB자원정보를 제공할 수 있게된다.The business system sector (Ⅳ) can provide the AP / DB resource information for each company's work.

마지막으로 영향분석 부문(Ⅴ)은 특정 프로그램이나 DB정보가 다른 대상에 미치는 영향을 분석하여 그 관계정보를 제공하며, 이를 통하여 사용자는 수정하고자 하는 대상에 대한 사전 영향정보를 파악하여 안정적인 개발작업을 수행할 수 있다.Lastly, the impact analysis section (Ⅴ) analyzes the impact of a specific program or DB information on other objects and provides the relational information. Through this, the user grasps the pre-impact information on the object to be modified and performs stable development work. Can be done.

이 외에 엔진이 분석할 대상 프로그램소스를 다운로드하는 파일전송기능 및 DB의 스크립트 추출기능, 프로그램 소스를 조회하는 기능, 해당 프로그램의 이미지를 조회하는 기능, 연관된 문서파일을 조회하는 기능들이 추가되어 있으며, 문서작업을 위한 인쇄기능과 조회결과를 마이크로 소프트의 액셀파일(csv 형식)로 저장하여 사용자 PC로 다운로드하는 기능들이 포함되어 있다.In addition, the file transfer function for downloading the target program source to be analyzed by the engine, the script extraction function of the DB, the function for querying the program source, the function for querying the image of the corresponding program, and the function for querying related document files are added. It includes the printing function for document processing and the function to save the search result in Microsoft Excel file (csv format) and download it to the user's PC.

또한, 본 시스템의 조회부(300)에는 시스템 자원통계 및 전체 시스템 체계를 그래픽기능으로 제공하는 부문이 포함되어지게 된다.In addition, the inquiry unit 300 of the present system includes a section for providing system resource statistics and the entire system system as a graphic function.

따라서, 본 발명의 솔루션 시스템을 통하여 서버형/미들웨어형/클라이언트형의 일반언어로 개발된 프로그램의 원 소스를 분석하여 프로그램에 포함되어 있는 구성내용을 추출하고, 추출된 내용의 상관관계를 분석하여 그 내용을 새로운 형태로 데이터베이스화 할 수 있게됨을 알 수 있다.Therefore, by analyzing the original source of the program developed in the general language of server type, middleware type, and client type through the solution system of the present invention, extract the contents of the components included in the program, and analyze the correlation of the extracted contents You can see that the contents can be databased in a new form.

그리고, 상기에서 본 발명의 특정한 실시예(구성 및 작용효과)가 설명 및 도시되었지만 본 발명의 솔루션을 이루는 시스템의 국부적인 구성 및 그를 이용한 분석과정 그리고 절차가 당업자에 의해 다양하게 변형되어 실시될 가능성이 있는 것은 자명한 일이다.In addition, although specific embodiments (configurations and effects) of the present invention have been described and illustrated above, the local configuration of the system constituting the solution of the present invention and the analysis process and procedures using the same may be variously modified and implemented by those skilled in the art. It is self-evident.

그러나, 이와 같은 변형된 실시예들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안되며, 이와 같은 변형된 실시예들은 본 발명의 첨부된 특허청구범위 안에 속한다 해야 할 것이다.However, such modified embodiments should not be individually understood from the technical spirit or the prospect of the present invention, and such modified embodiments shall fall within the appended claims of the present invention.

이상에서 살펴본 바와같은 본 발명은 일반적으로 대규모 프로젝트인 경우 오랜 개발기간과 많은 인원의 프로그램 소스로 인해 프로그램간의 연관성 및 일관성을 유지하는 것이 쉽지 않은 단점을 보완할 수 있는 것으로서, 기업형 프로그램의 현재 시점까지 개발되어진 현황을 한눈에 파악할 수 있도록 해주기 때문에 기업형 프로젝트를 유지/보수 및 전반적인 분석개발을 용이하게 이룰 수 있도록 하여주는 이점이 있다.As described above, the present invention can compensate for the disadvantages that it is not easy to maintain the association and consistency between programs due to a long development period and a large number of program sources in the case of large-scale projects. Since the developed status can be grasped at a glance, there is an advantage of making it easy to maintain and maintain the enterprise-type project and overall analysis and development.

따라서, 향후 본 발명의 시스템을 프로젝트에 적용시 프로젝트에 유지/보수/분석에 소요되는 시간 및 투입인원을 상당부문 감축시킬 수 있게 됨으로서, 유휴인력의 효율적 운영으로 인한 비용절감측면에서 또한 많은 효과를 누릴 수 있게되는 것이다.Therefore, when the system of the present invention is applied to the project in the future, it is possible to significantly reduce the time and input required for maintenance, repair, and analysis in the project, and also have many effects in terms of cost reduction due to the efficient operation of idle personnel. It will be enjoyed.

Claims (3)

해당기업 시스템을 구축하고 있는 프로그램들중 분석대상의 어플리케이션 소스(AP Source)가 관리되어지는 어플리케이션 서버(400) 및 기업의 다양한 DB정보가 구축되어져 있는 데이타베이스 서버(500)로 부터 필요한 소스정보를 선택적으로 입수하여 입력된 프로그램의 소스자료를 분석하는 분석엔진부(100);Among the programs constructing the corresponding company system, the source information required from the application server 400 in which the analysis target application source (AP Source) is managed and the database server 500 in which various DB information of the company is constructed are obtained. An analysis engine unit 100 which selectively obtains and analyzes source data of an input program; 상기 분석엔진부(100)의 각 엔진으로 해당기업의 소스자료 및 스크립트를 수집하여 전달함과 함께 각 엔진에서 분석된 결과데이터를 전달받아 분석자료 데이터베이스(210)에 유용한 레벨정보로 구축하여 쳬계적으로 저장하고 관리하는 엔진관리부(200);Collect and deliver the source data and scripts of the company to each engine of the analysis engine unit 100, and receive the result data analyzed in each engine to build useful level information in the analysis data database 210 systematically Engine management unit 200 to store and manage the; 상기 구축된 데이터를 통계부문과 어플리케이션 부문, 데이터베이스 부문, 업무체계 부문, 그리고 영향분석 부문으로 나누어 각각의 해당정보를 사용자(700)에게 원하는 형태로 조회할 수 있도록 제공하는 조회부(300);An inquiry unit 300 for dividing the constructed data into a statistic section, an application section, a database section, a business system section, and an impact analysis section so as to inquire each corresponding information to the user 700 in a desired form; 를 포함하여 구성되어짐을 특징으로 하는 기업형 프로그램 소스의 유지/보수 관리 및 분석 기능을 갖춘 시스템.System with maintenance and management of enterprise program source, characterized in that the configuration, including. 청구항 1에 있어서,The method according to claim 1, 상기 분석엔진부(100)는, 해당 프로그램과 다른 프로그램들 간의 상호 연관관계와 테이블 사용관계 등을 추출하는 어플리케이션 분석엔진(110)과, 해당 기업의 다양한 정보들을 조회하여 입력하는 데이터베이스정보 입력엔진(120), 그리고해당 기업의 명명규칙을 추출 단계별로 그룹핑화 하는 비즈니스 매핑엔진(130)을 구비하고 있는 것을 특징으로 하는 기업형 프로그램 소스의 유지/보수 관리 및 분석 기능을 갖춘 시스템.The analysis engine 100 may include an application analysis engine 110 for extracting a correlation between a corresponding program and other programs, a table use relationship, and the like, and a database information input engine for searching and inputting various types of information of a corresponding company ( And a business mapping engine (130) for grouping the naming conventions of the companies in stages of extraction. 기업 시스템을 구축하는 어플리케이션(AP) 소스파일이 있는 해당 AP서버를 지정하여 서버로 부터 소스파일을 수집하고 이를 분석엔진이 설치된 서버에 1차적으로 저장하는 저장단계;A storage step of designating a corresponding AP server having an application (AP) source file for building an enterprise system, collecting the source file from the server, and storing the source file primarily in a server on which an analysis engine is installed; 상기 저장된 파일의 경로정보를 분석자료 DB에 구축하되, 구축된 파일 경로를 해당 AP분석엔진에 전달하여 분석을 수행토록 하고, 수행된 분석결과를 다시 전달받아 분석자료 DB에 구축하는 AP정보 구축단계;Constructing the path information of the stored file in the analysis data DB, but delivers the built file path to the AP analysis engine to perform the analysis, and receives the analysis result again to build the AP information to build in the analysis data DB ; 해당기업의 DB서버로 부터 기업의 DB정보를 수집하여 이를 분석자료 DB에 구축하는 DB정보 구축단계;DB information construction step of collecting the DB information of the company from the DB server of the company and building it in the analysis data DB; 상기 구축된 AP/DB 정보를 분석하여 해당 프로그램과 다른 프로그램들간의 상호 관계들을 추출, 정보화 하고, 해당기업의 명명규칙을 추출 단계별로 그룹핑화 하여 비즈니스 그룹과 레벨정보를 구축함과 함께 구축된 정보를 사용자가 지정한 레벨로 가공하는 가공단계;Analyze the constructed AP / DB information to extract and inform the interrelationships between the program and other programs, and group the naming conventions of the company in the extraction stage to build business group and level information A processing step of processing to a level specified by the user; 상기 가공된 정보를 통계부문과 어플리케이션 부문, 데이터베이스 부문, 업무체계 부문, 영향분석 부문으로 나누어 각각의 해당정보를 시각적인 방식으로 사용자에게 제공하는 조회단계;An inquiry step of dividing the processed information into a statistics section, an application section, a database section, a business system section, and an impact analysis section to provide each user with a corresponding visual information; 로 이루어짐을 특징으로 하는 기업형 프로그램 소스의 유지/보수 관리 및 분석 방법.Maintenance and maintenance of the enterprise program source, characterized in that consisting of.
KR1020020059925A 2002-10-01 2002-10-01 A system and management method have enterprise type program source analysis function KR20040029616A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020020059925A KR20040029616A (en) 2002-10-01 2002-10-01 A system and management method have enterprise type program source analysis function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020020059925A KR20040029616A (en) 2002-10-01 2002-10-01 A system and management method have enterprise type program source analysis function

Publications (1)

Publication Number Publication Date
KR20040029616A true KR20040029616A (en) 2004-04-08

Family

ID=37330983

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020020059925A KR20040029616A (en) 2002-10-01 2002-10-01 A system and management method have enterprise type program source analysis function

Country Status (1)

Country Link
KR (1) KR20040029616A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010011836A (en) * 1999-07-30 2001-02-15 정선종 Method of analyzing OLTP data sources using mart mapping technique
JP2001142688A (en) * 1999-11-16 2001-05-25 Fujitsu Ltd Program analyzer and recording medium
KR20010063805A (en) * 1999-12-24 2001-07-09 오길록 Method for lexical analysis for c program
KR20020048282A (en) * 2000-12-15 2002-06-22 포만 제프리 엘 Strategy for dynamically modeling asn.1 data to an object model
KR20030018722A (en) * 2001-08-31 2003-03-06 (주) 소프트4소프트 Method for automatic generating data flow graph for software maintenance

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010011836A (en) * 1999-07-30 2001-02-15 정선종 Method of analyzing OLTP data sources using mart mapping technique
JP2001142688A (en) * 1999-11-16 2001-05-25 Fujitsu Ltd Program analyzer and recording medium
KR20010063805A (en) * 1999-12-24 2001-07-09 오길록 Method for lexical analysis for c program
KR20020048282A (en) * 2000-12-15 2002-06-22 포만 제프리 엘 Strategy for dynamically modeling asn.1 data to an object model
KR20030018722A (en) * 2001-08-31 2003-03-06 (주) 소프트4소프트 Method for automatic generating data flow graph for software maintenance

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
카다로그, 중앙일보, (2002.02.01), 머니투데이, (2002.01.31) *

Similar Documents

Publication Publication Date Title
CN109101652B (en) Label creating and managing system
CN112163724A (en) Environment information data resource integration system
US7024431B1 (en) Data transformation to maintain detailed user information in a data warehouse
CN110717319A (en) Self-service report generation method and device, computing equipment and system
CN107506383B (en) Audit data processing method and computer equipment
CN106933837A (en) A kind of database table model and creation method
CN109213826A (en) Data processing method and equipment
CN112364223A (en) Digital archive system
CN110427298A (en) A kind of Automatic Feature Extraction method of distributed information log
CN110019308A (en) Data query method, apparatus, equipment and storage medium
CN113642299A (en) One-key generation method based on power grid statistical form
US20080177720A1 (en) System and method for query planning for execution using conditional operators
CN109783137A (en) Inspection method, the device and system of fine arts resource
Canfora et al. Decomposing legacy systems into objects: an eclectic approach
WO2019079799A1 (en) System and method for data management
KR101552216B1 (en) Integrated system for research productivity and operation managment based on big date technology, and method thereof
CN113282599A (en) Data synchronization method and system
CN115221337A (en) Data weaving processing method and device, electronic equipment and readable storage medium
Radeschütz et al. Business impact analysis—a framework for a comprehensive analysis and optimization of business processes
CN116975116A (en) Data condition screening method of big data analysis system
Canfora et al. A case study of applying an eclectic approach to identify objects in code
KR20100132752A (en) Distributed data processing system
KR20040029616A (en) A system and management method have enterprise type program source analysis function
CN109857809A (en) A kind of raw data base data are synchronized to the synchronous method and system of target database
CN115510139A (en) Data query method and device

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application