Initial commit

This commit is contained in:
2021-04-20 07:59:36 +02:00
commit fb0247c874
21969 changed files with 11640044 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>

View File

@@ -0,0 +1,285 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
EDKB09
</name>
</assembly>
<members>
<member name="P:EDKB09.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member><member name="P:EDKB09.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member><member name="T:EDKB09.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>iVerantwortlich. May be SqlInt32.Null</LI>
<LI>iPostzustellung. May be SqlInt32.Null</LI>
<LI>daDokumentdatum. May be SqlDateTime.Null</LI>
<LI>iZustaendig. May be SqlInt32.Null</LI>
<LI>iUnterschriftlinks. May be SqlInt32.Null</LI>
<LI>iUnterschriftrechts. May be SqlInt32.Null</LI>
<LI>iTeam. May be SqlInt32.Null</LI>
<LI>daArchivdatum. May be SqlDateTime.Null</LI>
<LI>daTermin. May be SqlDateTime.Null</LI>
<LI>sBemerkung. May be SqlString.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>iStatus. May be SqlInt32.Null</LI>
<LI>iDokumenttypnr. May be SqlInt32.Null</LI>
<LI>iWindowwidth. May be SqlInt32.Null</LI>
<LI>iWindowheight. May be SqlInt32.Null</LI>
<LI>iTreewidth. May be SqlInt32.Null</LI>
<LI>iFehlerhaft. May be SqlInt32.Null</LI>
<LI>iInBearbeitung. May be SqlInt32.Null</LI>
<LI>iErstellt. May be SqlInt32.Null</LI>
<LI>iGedruckt. May be SqlInt32.Null</LI>
<LI>iBestaetigt. May be SqlInt32.Null</LI>
<LI>iAusgeloest. May be SqlInt32.Null</LI>
<LI>iBldossier. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iSerienbriefnr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.Update">
<summary>
Purpose: Update method. This method will Update one existing row in the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iSerienbriefnr</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>iVerantwortlich. May be SqlInt32.Null</LI>
<LI>iPostzustellung. May be SqlInt32.Null</LI>
<LI>daDokumentdatum. May be SqlDateTime.Null</LI>
<LI>iZustaendig. May be SqlInt32.Null</LI>
<LI>iUnterschriftlinks. May be SqlInt32.Null</LI>
<LI>iUnterschriftrechts. May be SqlInt32.Null</LI>
<LI>iTeam. May be SqlInt32.Null</LI>
<LI>daArchivdatum. May be SqlDateTime.Null</LI>
<LI>daTermin. May be SqlDateTime.Null</LI>
<LI>sBemerkung. May be SqlString.Null</LI>
<LI>daErstellt_am. May be SqlDateTime.Null</LI>
<LI>daMutiert_am. May be SqlDateTime.Null</LI>
<LI>iMutierer. May be SqlInt32.Null</LI>
<LI>bAktiv. May be SqlBoolean.Null</LI>
<LI>iStatus. May be SqlInt32.Null</LI>
<LI>iDokumenttypnr. May be SqlInt32.Null</LI>
<LI>iWindowwidth. May be SqlInt32.Null</LI>
<LI>iWindowheight. May be SqlInt32.Null</LI>
<LI>iTreewidth. May be SqlInt32.Null</LI>
<LI>iFehlerhaft. May be SqlInt32.Null</LI>
<LI>iInBearbeitung. May be SqlInt32.Null</LI>
<LI>iErstellt. May be SqlInt32.Null</LI>
<LI>iGedruckt. May be SqlInt32.Null</LI>
<LI>iBestaetigt. May be SqlInt32.Null</LI>
<LI>iAusgeloest. May be SqlInt32.Null</LI>
<LI>iBldossier. May be SqlInt32.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.Delete">
<summary>
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iSerienbriefnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.SelectOne">
<summary>
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iSerienbriefnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iSerienbriefnr</LI>
<LI>sBezeichnung</LI>
<LI>iVerantwortlich</LI>
<LI>iPostzustellung</LI>
<LI>daDokumentdatum</LI>
<LI>iZustaendig</LI>
<LI>iUnterschriftlinks</LI>
<LI>iUnterschriftrechts</LI>
<LI>iTeam</LI>
<LI>daArchivdatum</LI>
<LI>daTermin</LI>
<LI>sBemerkung</LI>
<LI>daErstellt_am</LI>
<LI>daMutiert_am</LI>
<LI>iMutierer</LI>
<LI>bAktiv</LI>
<LI>iStatus</LI>
<LI>iDokumenttypnr</LI>
<LI>iWindowwidth</LI>
<LI>iWindowheight</LI>
<LI>iTreewidth</LI>
<LI>iFehlerhaft</LI>
<LI>iInBearbeitung</LI>
<LI>iErstellt</LI>
<LI>iGedruckt</LI>
<LI>iBestaetigt</LI>
<LI>iAusgeloest</LI>
<LI>iBldossier</LI>
</UL>
Will fill all properties corresponding with a field in the table with the value of the row selected.
</remarks>
</member><member name="M:EDKB09.edokadb.clsEdex_sb_serienbrief.SelectAll">
<summary>
Purpose: SelectAll method. This method will Select all rows from the table.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="T:EDKB09.edokadb.clsEdex_sb_serienbrief">
<summary>
Purpose: Data Access class for the table 'edex_sb_serienbrief'.
</summary>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iSerienbriefnr. May be SqlInt32.Null</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sTGNumer_Ersteller. May be SqlString.Null</LI>
<LI>iPartnernr. May be SqlInt32.Null</LI>
<LI>sDokumentid. May be SqlString.Null</LI>
<LI>daTimestampe. May be SqlDateTime.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iEintragnr</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.Update">
<summary>
Purpose: Update method. This method will Update one existing row in the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iEintragnr</LI>
<LI>iSerienbriefnr. May be SqlInt32.Null</LI>
<LI>sBezeichnung. May be SqlString.Null</LI>
<LI>sTGNumer_Ersteller. May be SqlString.Null</LI>
<LI>iPartnernr. May be SqlInt32.Null</LI>
<LI>sDokumentid. May be SqlString.Null</LI>
<LI>daTimestampe. May be SqlDateTime.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.Delete">
<summary>
Purpose: Delete method. This method will Delete one existing row in the database, based on the Primary Key.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iEintragnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.SelectOne">
<summary>
Purpose: Select method. This method will Select one existing row from the database, based on the Primary Key.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>iEintragnr</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>iEintragnr</LI>
<LI>iSerienbriefnr</LI>
<LI>sBezeichnung</LI>
<LI>sTGNumer_Ersteller</LI>
<LI>iPartnernr</LI>
<LI>sDokumentid</LI>
<LI>daTimestampe</LI>
</UL>
Will fill all properties corresponding with a field in the table with the value of the row selected.
</remarks>
</member><member name="M:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage.SelectAll">
<summary>
Purpose: SelectAll method. This method will Select all rows from the table.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="T:EDKB09.edokadb.clsSerienbrief_BL_Physiche_Ablage">
<summary>
Purpose: Data Access class for the table 'Serienbrief_BL_Physiche_Ablage'.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
¹µÈ¦rȽ¹¿¸ª‰¿­Çx…½³»É·¥¹u¨­À¦¾·¼¥¾©¿È®¿ÀeÅ­¸ÉÆ®ÆÎn­»»´¦¾»ºË´ÄÀÁ¸®É®»ºe»¬Ä¦µÀ³¸mȮƱ†xŽŠºÅºÀd¶¹¿­€Â©ÈÇ˴ĹnÀ½º~…€

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8" ?>
<root>
<config>
<!-- The maximum duration a start job can take before a starter error occures -->
<MaximumStartDuration>1</MaximumStartDuration>
<!-- Check interval in minutes for starter -->
<StartJobInterval>2</StartJobInterval>
<!-- Check interval in minutes for watcher -->
<WatchJobInterval>2</WatchJobInterval>
<!-- The number of Starter-Errors notifications should be activated until the job runs successful next time -->
<MaxStarterNotifications>2</MaxStarterNotifications>
<!-- The number of Watch-Errors notifications should be activated until the job runs successful next time -->
<MaxWatcherNotifications>3</MaxWatcherNotifications>
<!-- Name of the system event log where service should write his entries -->
<EventLogName>BMS</EventLogName>
<!-- The target where messages should be written to.
Valid log targets are:
- 1: System EventLog
- 2: Database EventLog table
-->
<LogTarget>1</LogTarget>
<!-- Mail Server to send eMails from BMS -->
<MailServer>mrelayz.sharedres.ch</MailServer>
<!-- Mail sender name -->
<MailFrom>bms_int2@tkb.ch</MailFrom>
<!-- Mail Server authentication method.
Valid methods are:
- 0: Anonymous
- 1: Basic Authentication (clear text authentication!)
-->
<MailServerAuth>
<Method>0</Method>
<UserName>mailUser</UserName>
<Password>mailPassword</Password>
</MailServerAuth>
</config>
</root>

View File

@@ -0,0 +1 @@
data source=shu00;initial catalog=edoka;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29

View File

@@ -0,0 +1 @@
data source=shu00;initial catalog=edoka_journale;integrated security=SSPI;persist security info=false;workstation id=;packet size=4096;user id=sa;password=*shu29

View File

@@ -0,0 +1,16 @@
shApplikation-ID =9
Pfad für TempSB-Daten =d:\edoka\EDKB09\
Pfad für PS_Daten =d:\edoka\edkb09\pdf\
Pfad für PDF-Dokumente =d:\edoka\edkb09\pdf\
Anzahl Dokumente (Kleinauftrag) =3000
Anzahl Dokumente je Druckjob =100
Anzahl Dokumente zum Verarbeiten=3400
Pfad Import_Parameter EDKB08 =d:\edoka\edkb08\
Printer Driver =psprinter
Mailempfaenger =info@shub.ch
TimeOutKleinAuftrag =360000000
TimeOutGrossAuftrag =360000000
WordWait =100
MaxWaitbeforPrintj =5
Office2010 =True
PDFPfad =d:\edoka\edkb09\pdf\