Modifiche a import x nuovo metodo inserimento ticket
nuova gestione timeout singoli comandi (x ora solo x ticket list)
This commit is contained in:
@@ -127,7 +127,6 @@
|
||||
</div>
|
||||
<div class="row" style="min-height: 3.3em;">
|
||||
<div class="col-sm-12">
|
||||
Tabella dettaglio log x ogni richiesta
|
||||
<asp:GridView ID="grViewLog" runat="server" AutoGenerateColumns="False" BackColor="LightGoldenrodYellow" BorderColor="Tan" BorderWidth="1px" CellPadding="2" DataKeyNames="NumLog" DataSourceID="odsLog" ForeColor="Black" GridLines="None">
|
||||
<AlternatingRowStyle BackColor="PaleGoldenrod" />
|
||||
<Columns>
|
||||
|
||||
+1
-1
@@ -124,7 +124,7 @@ namespace C2P
|
||||
/// <param name="stepCode"></param>
|
||||
private void insertStepTicket(string stepCode)
|
||||
{
|
||||
DtProxy.man.taImpTL.InsertQuery(memLayer.ML.confReadString(stepCode + "_stp"), memLayer.ML.confReadString(stepCode + "_par"));
|
||||
DtProxy.man.taImpTL.InsertQuery(memLayer.ML.confReadString(stepCode + "_stp"), memLayer.ML.confReadString(stepCode + "_par"), DateTime.Now);
|
||||
grViewTicket.SelectedIndex = -1;
|
||||
grViewTicket.DataBind();
|
||||
}
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
<add key="urlGestUtenti" value="UserAdmin"/>
|
||||
<add key="adminEmail" value="samuele@steamware.net"/>
|
||||
<add key="PageNoIndex" value="UserAdmin#Test" />
|
||||
<!--gestione timeout "esteso" x chiamate SQL critiche, in secondi -->
|
||||
<add key="sqlLongCommandTimeout" value="600" />
|
||||
<!--area import dati-->
|
||||
<add key="step01_stp" value="[tmp].[stp_All_ImportFile_Process]"/>
|
||||
<add key="step01_par" value="@filePath='e:\test\',@ProcDiesGroup=1"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user