개정판 cdfb57ff
zoom control 이벤트 추가
mainmenu 수정
app 수정
Change-Id: I0d007c3a3c412b7fbe6e2a52bafb932e1a7b9f03
ConvertService/ServiceBase/ConvertionWebService/Conversion.asmx.cs | ||
---|---|---|
76 | 76 |
string _result = null; |
77 | 77 |
try |
78 | 78 |
{ |
79 |
logger.Info($"Conversion Web Service ConvertRun call rev_No :{rev_No} document_No : {document_No} document_Name : {document_Name} group_No : {group_No} prj_No : {prj_No} document_Id : {document_Id} document_Url : {document_Url}"); |
|
80 |
|
|
79 | 81 |
using (DeepView_Entity deepViewEntity = new DeepView_Entity(ConnectStringBuilder.DeepViewConnectionString().ToString())) |
80 | 82 |
{ |
81 | 83 |
//_result = ConnectStringBuilder.DeepViewConnectionString().ToString(); |
... | ... | |
95 | 97 |
} |
96 | 98 |
catch (Exception ex) |
97 | 99 |
{ |
98 |
logger.Error("Conversion Web Service ConvertRun Error", ex);
|
|
100 |
logger.Error($"Conversion Web Service ConvertRun Error rev_No :{rev_No} document_No : {document_No} document_Name : {document_Name} group_No : {group_No} prj_No : {prj_No} document_Id : {document_Id} document_Url : {document_Url}", ex);
|
|
99 | 101 |
_result = ex.Message.ToString(); |
100 | 102 |
SendNotice("Project NO : " + prj_No + "\r\n DocumentUrl : " + document_Url + "\r\n Error" + ex.ToString()); |
101 | 103 |
} |
... | ... | |
217 | 219 |
} |
218 | 220 |
catch (Exception ex) |
219 | 221 |
{ |
220 |
logger.Error("Conversion Web Service UpdateSlip Error", ex);
|
|
222 |
logger.Error($"Conversion Web Service UpdateSlip Error EnsembleId : {EnsembleId} SlipNo : {SlipNo} slipLink: {slipLink}", ex);
|
|
221 | 223 |
_result = ex.Message.ToString(); |
222 | 224 |
} |
223 | 225 |
return _result; |
내보내기 Unified diff