Inti Commit
This commit is contained in:
BIN
bin/save/2429_vorlage.doc
Normal file
BIN
bin/save/2429_vorlage.doc
Normal file
Binary file not shown.
BIN
bin/save/2524_vorlage.doc
Normal file
BIN
bin/save/2524_vorlage.doc
Normal file
Binary file not shown.
5795
bin/save/2527_empfaenger.xml
Normal file
5795
bin/save/2527_empfaenger.xml
Normal file
File diff suppressed because one or more lines are too long
BIN
bin/save/2527_vorlage.doc
Normal file
BIN
bin/save/2527_vorlage.doc
Normal file
Binary file not shown.
BIN
bin/save/BMS.dll
Normal file
BIN
bin/save/BMS.dll
Normal file
Binary file not shown.
BIN
bin/save/Common.dll
Normal file
BIN
bin/save/Common.dll
Normal file
Binary file not shown.
BIN
bin/save/DataAccess.dll
Normal file
BIN
bin/save/DataAccess.dll
Normal file
Binary file not shown.
50
bin/save/EDKB08Struktur.xml
Normal file
50
bin/save/EDKB08Struktur.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<NewDataSet>
|
||||
<Import>
|
||||
<FUNKTION />
|
||||
<PARTNERNR />
|
||||
<VVNR />
|
||||
<BARCODEID />
|
||||
<KST />
|
||||
<PARTNER_KURZBEZEICHNUNG />
|
||||
<NAME />
|
||||
<VORNAME />
|
||||
<STRASSE />
|
||||
<PLZ />
|
||||
<ORT />
|
||||
<DOKUMENTTYPNR />
|
||||
<DATEINAME />
|
||||
<DATEIFORMAT />
|
||||
<ERSTELLER />
|
||||
<KST_ERSTELLER />
|
||||
<ARCHIVDATUM />
|
||||
<HERKUNFTSAPPLIKATION />
|
||||
<GESCHAEFTSFALLNR />
|
||||
<VVNR_INDEX />
|
||||
<DOKUMENTSTATUS />
|
||||
<ZUERSETZENDESDOKUMENT />
|
||||
<LIETEMPFAENGERMA />
|
||||
<LSITEMPFAENGERKST />
|
||||
<LISTEMPFAENGERNL />
|
||||
<DOKUMENTWERT1 />
|
||||
<DOKUMENTWERT2 />
|
||||
<DOKUMENTWERT3 />
|
||||
<DOKUMENTWERT4 />
|
||||
<DOKUMENTWERT5 />
|
||||
<DOKUMENTWERT6 />
|
||||
<DOKUMENTWERT7 />
|
||||
<DOKUMENTWERT8 />
|
||||
<DOKUMENTWERT9 />
|
||||
<DOKUMENTWERT10 />
|
||||
<DOKUMENTWERT11 />
|
||||
<DOKUMENTWERT12 />
|
||||
<DOKUMENTWERT13 />
|
||||
<DOKUMENTWERT14 />
|
||||
<DOKUMENTWERT15 />
|
||||
<DOKUMENTWERT16 />
|
||||
<DOKUMENTWERT17 />
|
||||
<DOKUMENTWERT18 />
|
||||
<DOKUMENTWERT19 />
|
||||
<DOKUMENTWERT20 />
|
||||
</Import>
|
||||
</NewDataSet>
|
||||
BIN
bin/save/EDKB09.exe
Normal file
BIN
bin/save/EDKB09.exe
Normal file
Binary file not shown.
BIN
bin/save/EDKB09.pdb
Normal file
BIN
bin/save/EDKB09.pdb
Normal file
Binary file not shown.
BIN
bin/save/EDKB09.vshost.exe
Normal file
BIN
bin/save/EDKB09.vshost.exe
Normal file
Binary file not shown.
11
bin/save/EDKB09.vshost.exe.manifest
Normal file
11
bin/save/EDKB09.vshost.exe.manifest
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
272
bin/save/EDKB09.xml
Normal file
272
bin/save/EDKB09.xml
Normal file
@@ -0,0 +1,272 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB09
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<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><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>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
bin/save/Interop.Acrobat.dll
Normal file
BIN
bin/save/Interop.Acrobat.dll
Normal file
Binary file not shown.
BIN
bin/save/Interop.Microsoft.Office.Core.dll
Normal file
BIN
bin/save/Interop.Microsoft.Office.Core.dll
Normal file
Binary file not shown.
BIN
bin/save/Interop.Office.dll
Normal file
BIN
bin/save/Interop.Office.dll
Normal file
Binary file not shown.
BIN
bin/save/Interop.Word.dll
Normal file
BIN
bin/save/Interop.Word.dll
Normal file
Binary file not shown.
BIN
bin/save/Microsoft.Office.Interop.Word.dll
Normal file
BIN
bin/save/Microsoft.Office.Interop.Word.dll
Normal file
Binary file not shown.
38899
bin/save/Microsoft.Office.Interop.Word.xml
Normal file
38899
bin/save/Microsoft.Office.Interop.Word.xml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
bin/save/Microsoft.Vbe.Interop.dll
Normal file
BIN
bin/save/Microsoft.Vbe.Interop.dll
Normal file
Binary file not shown.
BIN
bin/save/OFFEDK0002008003653731.pdf
Normal file
BIN
bin/save/OFFEDK0002008003653731.pdf
Normal file
Binary file not shown.
BIN
bin/save/OFFEDK0002008003654320.pdf
Normal file
BIN
bin/save/OFFEDK0002008003654320.pdf
Normal file
Binary file not shown.
BIN
bin/save/OFFEDK0002008003654958.pdf
Normal file
BIN
bin/save/OFFEDK0002008003654958.pdf
Normal file
Binary file not shown.
BIN
bin/save/OFFEDK0002008003655154.pdf
Normal file
BIN
bin/save/OFFEDK0002008003655154.pdf
Normal file
Binary file not shown.
BIN
bin/save/Office.dll
Normal file
BIN
bin/save/Office.dll
Normal file
Binary file not shown.
17885
bin/save/Office.xml
Normal file
17885
bin/save/Office.xml
Normal file
File diff suppressed because it is too large
Load Diff
1
bin/save/bms_conn.cfg
Normal file
1
bin/save/bms_conn.cfg
Normal file
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰¿Çx…½³»É·¥¹u¨À¦¾·¼‘–’¥¾©¿È®¿Àeŏɯ®ÆÎn»»´‰’¦¾»ºË´ÄÀÁ¸®É®»ºe»¬’ĦµÀ³¸mȮƱ‚†xŽŠºÅºÀd¶¹‚¿€Â©ÈÇ˴Ĺ‹nÀ½º~…€
|
||||
46
bin/save/bms_settings.xml
Normal file
46
bin/save/bms_settings.xml
Normal 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>
|
||||
BIN
bin/save/c$ an sb1198p.lnk
Normal file
BIN
bin/save/c$ an sb1198p.lnk
Normal file
Binary file not shown.
BIN
bin/save/edkb09.zip
Normal file
BIN
bin/save/edkb09.zip
Normal file
Binary file not shown.
1
bin/save/edokaconn.cfg
Normal file
1
bin/save/edokaconn.cfg
Normal file
@@ -0,0 +1 @@
|
||||
Data Source=shu00;Initial Catalog=edoka;Persist Security Info=True;User ID=sa;Password=*shu29;
|
||||
1
bin/save/edokaconn_INT.cfg
Normal file
1
bin/save/edokaconn_INT.cfg
Normal file
@@ -0,0 +1 @@
|
||||
Data Source=tgcedokadb01.tgcorp.ch;Initial Catalog=edoka;Persist Security Info=True;User ID=tgedoka;Password=$tgedoka22p
|
||||
1
bin/save/edokaconn_INT.cfg.bak
Normal file
1
bin/save/edokaconn_INT.cfg.bak
Normal file
@@ -0,0 +1 @@
|
||||
Data Source=TGPEDOKADB01.TGCORP.CH\NM01,1434;Initial Catalog=edoka;Persist Security Info=True;User ID=tgedoka;Password=$tgedoka22p
|
||||
1
bin/save/edokaconn_PRD.cfg
Normal file
1
bin/save/edokaconn_PRD.cfg
Normal file
@@ -0,0 +1 @@
|
||||
Data Source=TGPEDOKADB01.TGCORP.CH\NM01,1434;Initial Catalog=edoka;Persist Security Info=True;User ID=tgedoka;Password=$tgedoka22p
|
||||
1
bin/save/journaleconn.cfg
Normal file
1
bin/save/journaleconn.cfg
Normal file
@@ -0,0 +1 @@
|
||||
Data Source=shu00;Initial Catalog=edoka_journale;Persist Security Info=True;User ID=sa;Password=*shu29
|
||||
16
bin/save/parameters.cfg
Normal file
16
bin/save/parameters.cfg
Normal 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\
|
||||
16
bin/save/parameters.cfg.bak
Normal file
16
bin/save/parameters.cfg.bak
Normal 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 =5
|
||||
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\
|
||||
Reference in New Issue
Block a user