Release Notes for PeakPerformance™ Client Framework 1.12.1 Release Notes for FCM 1 Copyright@BISTel, Inc. by BISTel, Inc. All rights reserved. Printed in Korea No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose without the express written permission of BISTel, Inc. Information in this document is subjected to change without prior notice. Certain names of program products and company names used in this document might be registered trademarks or trademarks owned by other entities. PeakPerformance™ is the registered trademark of BISTel, Inc. BISTel, Inc. 2F, Jeongpung BLDG., 1341-3, Seocho-dong, Seocho-gu, Seoul, Republic of Korea 137-070 Release Notes for Client Framework 1.12.1 1 Copyright@BISTel, Inc. Release Notes for PeakPerformance™ Client Framework Version 1.12.1 이 문서는 PeakPerformance™ Client Framework 1.12.1 에 대한 내용과 제품에 대한 중요 정보를 담고 있습니다. 제품을 Deploy/Upgrade 하기 전에, 내용을 숙지해 주시길 바랍니다. 본 문서는 아래와 같은 구성으로 작성되었습니다. Overview 3 Requirements 3 List of Release Contents 3 Change Request Items & Fixed Items 7 Changed DB Schema 7 Changed Configurations 7 Known Limitations 8 Release Version History 9 Change History 12 Release Notes for Client Framework 1.12.1 2 Copyright@BISTel, Inc. Overview PeakPerformance™ Client Framework 1.12.1은 제품 내부 구조를 안전하고 효율적으로 개선하여 제품 안정화를 지원합니다. Windows Hooking을 통한 EES 자동 Logout 지원 Requirements Client Framework의 구동을 위한 Web Server의 OS 환경은 Windows 2003 Server Service Pack1 또는 그 이상의 Version을 사용할 수 있습니다. 아래 Table은 Client Framework의 구동을 위한 Software Program의 사양을 설명하고 있습니다. EES와 Client Framework을 설치하기 전에 사용하려는 Computer에 다음과 같은 Software가 설치되어 있어야 합니다. Category Software Operating System Windows 2003 Server with Service Pack1 or higher. .Net Microsoft .NET Framework 2.0 Database Database가 Oracle 10g 일 경우 Oracle Data Access Components 10.2.0.20 or higher. Database가 Oracle 11g 일 경우 Oracle Data Access Components 11.2.0.20 or higher. Other Softwares Internet Information Server 5.0 or higher. List of Release Contents Package Category Contents Size Description Client Setup_EES_Client_1.0.12 _win32_x86_64.exe 273,641KB Client Framework Web Server Machine상에 Client Framework를 Install하기 위한 Installation-kit입니다. Contained Applications 해당 Package 적용된 Client Framework Container Version은 1.12.1.8이며, 금번 Release를 통해 제공되는 각 Application별 Version 정보는 다음과 같습니다. Applications Version eDCP 2.4.2 eFDC 1.8.0 eSPC 1.3.0 Release Notes for Client Framework 1.12.1 3 Copyright@BISTel, Inc. Applications Version eMPA 2.6.2 ePPM 2.4.0 eR2R 2.2.3 Client Components File name Description BISTel.PeakPerformance.Client.ActiveMQ.dll ActiveMQ를 EES에서 활용할 수 있게 해주는 Dll. BISTel.PeakPerformance.Client.BaseUserCtrl.dll 각 화면을 제작할 때 필수적으로 상속받아야 할 User Control을 정의. BISTel.PeakPerformance.Client.BISTelControl.dll Framework에서 기본으로 제공하는 각종 Control. Control에 스킨 및 개발자 편의 Method들을 추가한 형태로 기본 Windows Control을 상속하여 기능을 확장. BISTel.PeakPerformance.Client.CommonLibExt.dll 공통 API Extension. BISTel.PeakPerformance.Client.CommonLibrary.dll 공통 API. BISTel.PeakPerformance.Client.CommonUtil.dll 공통 Utility. BISTel.PeakPerformance.Client.Customizing.dll Log In, Skin 처리(bss 적용). BISTel.PeakPerformance.Client.CustomizingDAO.dll Customizing에서 사용되는 DB 쿼리의 DAO 기능. Oracle, MS-SQL 지원. BISTel.PeakPerformance.Client.DAO EES DB 쿼리의 DAO 기능. Oracle, MS-SQL 지원. BISTel.PeakPerformance.Client.DataAsyncHandler.dll Data를 Async로 가져올 때 사용하는 Dll. BISTel.PeakPerformance.Client.DataHandler.dll Data를 가져올 때 사용하는 Dll. BISTel.PeakPerformance.Client.DBHandler.dll Client에서 SQL을 처리. BISTel.PeakPerformance.Client.EESInterface.dll EES WebService 접근을 미리 처리하여 Page 초기 실행 시 속도를 개선하기 위한 부분 중 Interface 관련 Dll. BISTel.PeakPerformance.Client.EESSQLDataType.dll DB Handler에서 사용할 Data 관련 정보들이 있는 Dll. Release Notes for Client Framework 1.12.1 4 Copyright@BISTel, Inc. File name Description BISTel.PeakPerformance.Client.FacadeCallWS.dll WebService 기능에 관한 Facade 부분으로 Main Container에서 사용. BISTel.PeakPerformance.Client.PlugIn.dll Container PlugIn에 관련한 Dll. BISTel.PeakPerformance.Client.SQLHandler.dll DAS 2.0을 이용한 Data 처리. BISTel.PeakPerformance.Client.TableExtension.dll Table 확장 기능에 관련된 Dll. BISTel.PeakPerformance.Client.UserAuthorityHandler.dll User 권한에 관련된 Dll. WinFormsUI.dll MainMDI에서 사용되는 Docking 관련 Dll. EESMainMDI.dll 2.0 Container. EESDataManager LocalDownLoad를 활용할 때 사용. EESMainContainer Main Container. BISTel.Common.Business.Server.dll 비즈니스적인 업무로직을 처리하는 로직을 구현. Web에서 실행되어지고, Webservice를 통해서 호출. BISTel.Common.Common.dll Application에서 공통으로 사용되는 API 모임. BISTel.Common.Data.Server.dll 각종 Data에 대한 Database 처리를 담당. BISTel.Common.DataManager.dll Data Manager. BISTel.PeakPerformance.Web.CommonWebService.dll EES Client Framework의 BISTel.Public Solution으로 사용되는 Web Service. (User Authority) BISTel.Condition.ConditionControl.eCOMMON.dll Condition Control이 있는 Dll. (eCommon 관련) BISTel.Condition.GlobalCondition.dll Condition 처리할 때 사용할 공용 함수들이 있는 Dll. BISTel.Condition.GlobalQueryControl.dll Condition 처리할 때 사용할 공용 Query Control들이 있는 Dll. BISTel.Condition.QueryControl.eCOMMON.dll Condition 에서 사용하는 Query 관련 컨트롤. (eCommon 관련) Release Notes for Client Framework 1.12.1 5 Copyright@BISTel, Inc. File name Description BISTel.Common.Page.dll Common Page 기능들이 들어 있는 Dll. BISTel.Common.GraphicalWorkflow.BaseLib.dll Graphical Workflow(GWF) Client에서 공용으로 사용하는 Library가 들어 있는 Dll. BISTel.Common.GraphicalWorkflow.CommonActivity.dll Graphical Workflow(GWF) Client의 Common Activity Dll. (FootPrint Activity, Note Activity...) BISTel.Common.GraphicalWorkflow.CustomActivityPropertyUI. dll Graphical Workflow(GWF) Client의 Custom Activity의 PropertyUI 관련 Dll. BISTel.Common.GraphicalWorkflow.CustomActivityRef.dll Graphical Workflow(GWF) Client의 Custom Activity 참조 Dll. BISTel.Common.GraphicalWorkflow.Engine.dll Graphical Workflow(GWF)의 .NET용 실행 엔진 Dll. (초기 VMS 요구로 만들어지고, Sequence Flow Control을 진행.) BISTel.Common.GraphicalWorkflow.FlowActivity.dll Graphical Workflow(GWF)의 Client의 Flow Activity Dll. (If-Else구문, Switch Case 구문, For 구문 등을 처리.) BISTel.Common.GraphicalWorkflow.GWFContainer.dll Main Container에서 Graphical Workflow(GWF) Designer 사용 시 Designer를 포함한 Container Dll. BISTel.Common.GraphicalWorkflow.GWFLocalClient.dll Main Container 없이 Graphical Workflow(GWF) Designer 사용하기 위한 Dll. BISTel.Common.GraphicalWorkflow.PropertyBox.dll Graphical Workflow(GWF) Designer에서 Property를 관리하기 위한 Dll. BISTel.Common.GraphicalWorkflow.Report.dll Graphical Workflow(GWF) Designer를 통해 그려진 Workflow를 HTML형태로 Reporting 하기 위한 Dll. BISTel.Common.GraphicalWorkflow.ToolBox.dll Graphical Workflow(GWF) Designer에서 Activity List를 보여주고, Drag & Drop 할 수 있도록 하기 위한 Dll. WeifenLuo.WinFormsUI.Docking.dll MainMDI에서 사용되는 Docking 관련 Dll. 3rd Party License Policy rd 아래의 항목은 Client Framework에 포함된 3 Party Component의 Runtime License Policy와 Development rd License Policy의 정보입니다. 이 정보는 3 Party의 정책에 따라 변경될 수 있습니다. Release Notes for Client Framework 1.12.1 6 Copyright@BISTel, Inc. Product Company Runtime License Development License FlowChart .NET 5.1.1 Professional Edition Component Source Royalty free. 한 개발자당 한 개의 License. TeeChart .NET 2009 Steema Royalty free (Web Server에서 구동되지 않는 경우 즉, SmartClient Application은 ROYALTY FREE). 한 개발자당 한 개의 License. Spread for Windows Forms 3.0 FarPoint Royalty free. 한 개발자당 한 개의 License. Change Request Items & Fixed Items Issue # Priority Changes & Fixed Issues COMMON1522 E3 Windows Hooking을 통한 EES 자동 로그아웃 COMMON1545 P3 My Monitoring > Condition에서 Period 를 키보드 단축 키로 선택 시, Error 발생. Changed DB Schema None Changed Configurations EES/Configuration/Configuration.xml <!-- Auto Log Out : logouttime = Minutes --> <autologout isuse="false" isonlyees="false" logouttime="15" isusebeforeaction="false" isuseafteraction="false" /> <!-- Auto Log Out--> • isuse: 사용 유무 • isonlyees: 사용 상태 검사를 EES만 할 것인지, 전부를 할 것인지 여부. 위의 예시와 같이, 15 분간(logouttime) 사용자가 다른 작업을 진행 중이며 키보드 및 마우스 입력이 있을 경우: false: Login 상태 유지. Release Notes for Client Framework 1.12.1 7 Copyright@BISTel, Inc. true: Logout 시행. 기본 값: false • logouttime: 사용자 입력이 해당 기간 동안 없을 경우, 자동 Logout: 분 단위 • isusebeforeaction: Logout Before Action이 있을 경우, 이를 실행할지 여부. • isuseafteraction: customizing Site 에서 구현된 Logout Before Action 이 있을 경우 이를 실행할지 여부 다음은 자동 Logout에 대한 설정 예입니다. Computer 동작 없을 경우: <autologout isuse="true" isonlyees="false" logouttime = "1" isusebeforeaction="false" isuseafteraction="false" /> EES은 사용 않고 다른 Program 사용 시: <autologout isuse="true" isonlyees="true" logouttime = "1" isusebeforeaction="false" isuseafteraction="false" /> isusealertmessage="false" Known Limitations Defect Priority P1 (Critical) 조치할 Workaround가 없을 때 생산 Line이 Down 되었을 때 생산에 상당한 제약이 발생하여, 우려할 정도로 불안정함. P2 (High) 효과적인 Workaround가 있으나, 생산을 잠시 중단해야 하는 상황 Workaround가 실패한다면 생산 진행에 큰 영향을 끼치는 경우 System이 설계된 대로 작동하지 않을 경우 P3 (Normal) 고객사에 미비한 영향을 끼치는 상황 생산에 미비한 영향을 끼치며, Workaround가 있을 경우 P4 (Low) 생산에 미비하거나, 어떤 영향도 끼치지 않는 경우 Enhancement Priority E1 (Critical) Enhancement에 Workaround가 존재하지 않는 경우 성공적인 Deployment를 위해 필요한 ECR 다음 Version Release에 필요한 ECR 제품의 방향을 변경하고자 할 때 Sales Manager 또는 Product Manager의 조력이 필요할 때 E2 (High) 주요 Workaround를 제거하고 기능을 보다 시장성 있게 Upgrade하고자 할 때 Release Notes for Client Framework 1.12.1 8 Copyright@BISTel, Inc. E3 (Normal) 제품의 Depth와 Breadth를 확정하고자 할 때 기능을 보다 다양하게 Upgrade하고자 할 때 E4 (Low) 특정 고객사와 틈새 시장을 위한 요구사항을 만족시키고자 할 때 Known Limitation QAR # Priority Description COMMON-1558 P4 Flow Design Page에 Add/ Import시 Updated By/ Updated Time이 Insert 되는 현상. Release Version History Setup-Kit Product & Component Current Version Previous Version EES Client Framework 1.12.1 1.12.0 File name Current Version Previous Version BISTel.PeakPerformance.Client.ActiveMQ.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.BaseUserCtrl.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.BISTelControl.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.CommonLibExt.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.CommonLibrary.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.CommonUtil.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.Customizing.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.CustomizingDAO.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.DAO 1.12.1 1.12.0 BISTel.PeakPerformance.Client.DataAsyncHandler.dll 1.12.1 1.12.0 Client Release Notes for Client Framework 1.12.1 9 Copyright@BISTel, Inc. File name Current Version Previous Version BISTel.PeakPerformance.Client.DataHandler.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.DBHandler.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.EESInterface.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.EESSQLDataType.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.FacadeCallWS.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.PlugIn.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.SQLHandler.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.TableExtension.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Client.UserAuthorityHandler.dll 1.12.1 1.12.0 WinFormsUI.dll 1.12.1 1.12.0 EESMainMDI.dll 1.12.1 1.12.0 EESDataManager 1.12.1 1.12.0 EESMainContainer 1.12.1 1.12.0 BISTel.Common.Business.Server.dll 1.12.1 1.12.0 BISTel.Common.Common.dll 1.12.1 1.12.0 BISTel.Common.Data.Server.dll 1.12.1 1.12.0 BISTel.Common.DataManager.dll 1.12.1 1.12.0 BISTel.PeakPerformance.Web.CommonWebService.dll 1.12.1 1.12.0 BISTel.Condition.ConditionControl.eCOMMON.dll 1.12.1 1.12.0 BISTel.Condition.GlobalCondition.dll 1.12.1 1.12.0 BISTel.Condition.GlobalQueryControl.dll 1.12.1 1.12.0 BISTel.Condition.QueryControl.eCOMMON.dll 1.12.1 1.12.0 Release Notes for Client Framework 1.12.1 10 Copyright@BISTel, Inc. File name Current Version Previous Version BISTel.Common.Page.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.BaseLib.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.CommonActivity.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.CustomActivityPropertyUI.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.CustomActivityRef.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.Engine.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.FlowActivity.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.GWFContainer.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.GWFLocalClient.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.PropertyBox.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.Report.dll 1.12.1 1.12.0 BISTel.Common.GraphicalWorkflow.ToolBox.dll 1.12.1 1.12.0 WeifenLuo.WinFormsUI.Docking.dll 1.12.1 1.12.0 Product & Component Current Version Previous Version Administration Guide(Korean) 1.0 N/A Addministration Guide(English) 1.0 N/A Installation Guide(Korean) 1.0 N/A Installation Guide(English) 1.0 N/A Development Guide(Korean) 1.0 N/A Development Guide (English) 1.0 N/A Documents Release Notes for Client Framework 1.12.1 11 Copyright@BISTel, Inc. Product & Component Current Version Previous Version Development Guide for Add-on(Korean) 1.0 N/A Development Guide for Add-on (English) 1.0 N/A Release Notes(Korean) 1.0 N/A Release Notes(English) 1.0 N/A Change History 아래는 Client Framework 1.12 에 대한 변경 이력입니다. Version Enhanced/Patched issue 1.12.1 COMMON-1522: Windows Hooking을 통한 EES 자동 로그아웃 COMMON-1545: My Monitoring > Condition에서 Period 를 키보드 단축 키로 선택 시, Error 발생. 1.12.0 Initial Release. Release Notes for Client Framework 1.12.1 12 Copyright@BISTel, Inc. Release Notes for Client Framework 1.12.1 13 Copyright@BISTel, Inc.
© Copyright 2025 ExpyDoc