Testversion dbh / Maersk Versand 7.8.0.0
This commit is contained in:
parent
bf80cb5fed
commit
bfb5fd2f60
@ -36,8 +36,8 @@
|
||||
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||
<WebPage>publish.html</WebPage>
|
||||
<ApplicationRevision>6</ApplicationRevision>
|
||||
<ApplicationVersion>7.7.0.%2a</ApplicationVersion>
|
||||
<ApplicationRevision>1</ApplicationRevision>
|
||||
<ApplicationVersion>7.8.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
||||
@ -31,7 +31,7 @@ namespace ENI2.EditControls
|
||||
{
|
||||
new KeyValuePair<bsmd.database.Message.NSWProvider, string>( Message.NSWProvider.DUDR, "HIS-Nord" ),
|
||||
new KeyValuePair<bsmd.database.Message.NSWProvider, string>( Message.NSWProvider.DBH, "DBH" ),
|
||||
new KeyValuePair<Message.NSWProvider, string>(Message.NSWProvider.DBH_MAERSK, "DBH / Naersk")
|
||||
new KeyValuePair<Message.NSWProvider, string>(Message.NSWProvider.DBH_MAERSK, "DBH / Maersk")
|
||||
};
|
||||
|
||||
this.comboBoxInitialHIS.ItemsSource = comboDataSource;
|
||||
|
||||
@ -7,14 +7,8 @@
|
||||
//
|
||||
// Copyright (c) 2015 Informatikbüro Daniel Schick. All rights reserved.
|
||||
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Xml;
|
||||
using System.Xml.XPath;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using log4net;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace bsmd.dakosy
|
||||
{
|
||||
@ -59,7 +53,7 @@ namespace bsmd.dakosy
|
||||
|
||||
// Collect all output
|
||||
string output = winscp.StandardOutput.ReadToEnd();
|
||||
_log.Info(output);
|
||||
_log.Debug(output);
|
||||
output = winscp.StandardError.ReadToEnd();
|
||||
_log.Warn(output);
|
||||
|
||||
@ -132,7 +126,7 @@ namespace bsmd.dakosy
|
||||
|
||||
// Collect all output
|
||||
string output = winscp.StandardOutput.ReadToEnd();
|
||||
_log.Info(output);
|
||||
_log.Debug(output);
|
||||
output = winscp.StandardError.ReadToEnd();
|
||||
_log.Warn(output);
|
||||
|
||||
@ -171,7 +165,7 @@ namespace bsmd.dakosy
|
||||
|
||||
// Collect all output
|
||||
string output = winscp.StandardOutput.ReadToEnd();
|
||||
_log.Info(output);
|
||||
_log.Debug(output);
|
||||
output = winscp.StandardError.ReadToEnd();
|
||||
_log.Warn(output);
|
||||
|
||||
|
||||
@ -37,6 +37,7 @@ namespace bsmd.dbh
|
||||
root.Sender = Properties.Settings.Default.Sender;
|
||||
}
|
||||
root.SenderReference = message.Id.Value.ToString("N");
|
||||
_log.InfoFormat("DBH: setting sender to {0}", root.Sender);
|
||||
|
||||
bsmd.database.ReportingParty reportingParty = DBManager.Instance.GetReportingPartyDict()[core.DefaultReportingPartyId.Value];
|
||||
Request.ReportingParty rp = new Request.ReportingParty();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user