HSMS 로그파일 갱신오류
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
<NuGetPackageImportStamp>
|
<NuGetPackageImportStamp>
|
||||||
</NuGetPackageImportStamp>
|
</NuGetPackageImportStamp>
|
||||||
<PublishUrl>ftp://192.168.100.11/eqview/Provider/</PublishUrl>
|
<PublishUrl>ftp://pms.e1soft.co.kr/eqview/Provider/</PublishUrl>
|
||||||
<Install>true</Install>
|
<Install>true</Install>
|
||||||
<InstallFrom>Web</InstallFrom>
|
<InstallFrom>Web</InstallFrom>
|
||||||
<UpdateEnabled>true</UpdateEnabled>
|
<UpdateEnabled>true</UpdateEnabled>
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
<WebPage>index.htm</WebPage>
|
<WebPage>index.htm</WebPage>
|
||||||
<TrustUrlParameters>true</TrustUrlParameters>
|
<TrustUrlParameters>true</TrustUrlParameters>
|
||||||
<ApplicationRevision>0</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>2025.01.07.0</ApplicationVersion>
|
<ApplicationVersion>2025.03.14.0</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ namespace DDUtilityApp.LOGPARSER
|
|||||||
{
|
{
|
||||||
if (this.tabControl1.SelectedTab == this.tabHSMS)
|
if (this.tabControl1.SelectedTab == this.tabHSMS)
|
||||||
{
|
{
|
||||||
if (this.gridHsms.DataSource == null) return;
|
if (this.gridHsms.DataSource != null) return;
|
||||||
|
|
||||||
string remotePath = $"/{this.Account.DefaultPath}/{this.Equipment.EquipmentID}/THiRA_SECSGEM/HSMS";
|
string remotePath = $"/{this.Account.DefaultPath}/{this.Equipment.EquipmentID}/THiRA_SECSGEM/HSMS";
|
||||||
switch (this.Account.Access)
|
switch (this.Account.Access)
|
||||||
@@ -911,7 +911,7 @@ namespace DDUtilityApp.LOGPARSER
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MessageBox.Show($"{grid.SelectedRows.Count}개의 파일을 저장하였습니다.");
|
//MessageBox.Show($"{grid.SelectedRows.Count}개의 파일을 저장하였습니다.");
|
||||||
foreach (string file in downfiles)
|
foreach (string file in downfiles)
|
||||||
System.Diagnostics.Process.Start(file);
|
System.Diagnostics.Process.Start(file);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -378,7 +378,7 @@ namespace DDUtilityApp.LOGPARSER.PARSER
|
|||||||
|
|
||||||
dlg = new FrmEqSelector();
|
dlg = new FrmEqSelector();
|
||||||
dlg.Owner = sender;
|
dlg.Owner = sender;
|
||||||
dlg.Size = new System.Drawing.Size(sender.Width - 60, sender.Height - 60);
|
dlg.Size = new System.Drawing.Size(sender.Width - 10, sender.Height - 60);
|
||||||
dlg.StartPosition = FormStartPosition.CenterParent;
|
dlg.StartPosition = FormStartPosition.CenterParent;
|
||||||
dlg.ServerName = this.ServerName;
|
dlg.ServerName = this.ServerName;
|
||||||
dlg.Equipment = sender.Equipment == null ? new EisEquipment() { EquipmentID = this.EquipmentID, Server = new LogServer(this.ServerName)} : sender.Equipment;
|
dlg.Equipment = sender.Equipment == null ? new EisEquipment() { EquipmentID = this.EquipmentID, Server = new LogServer(this.ServerName)} : sender.Equipment;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Viewer>
|
<Viewer>
|
||||||
<Server name="MES">
|
<Server name="MES">
|
||||||
<Item name="AP01" url="192.168.8.223" dir="/MESLog" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
<Item name="AP01" url="192.168.8.223" dir="/MESLog/Service/EIS/PRC" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
||||||
<Item name="AP02" url="192.168.8.224" dir="/MESLog" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
<Item name="AP02" url="192.168.8.224" dir="/MESLog/Service/EIS/PRC" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
||||||
</Server>
|
</Server>
|
||||||
<Server name="MES(Backup)">
|
<Server name="MES(Backup)">
|
||||||
<Item name="AP01" url="192.168.8.223" dir="/MESLogBU" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
<Item name="AP01" url="192.168.8.223" dir="/MESLogBU" conkey="bG9ndXNlcjpEYWVkdWNrITE="/>
|
||||||
|
|||||||
Reference in New Issue
Block a user