Initial commit
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgende
|
||||
' Attributgruppe gesteuert. Ändern Sie diese Attributwerte, um Informationen,
|
||||
' die mit einer Assembly verknüpft sind, zu bearbeiten.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: CLSCompliant(True)>
|
||||
|
||||
'Die folgende GUID ist für die ID der Typbibliothek, wenn dieses Projekt in COM angezeigt wird
|
||||
<Assembly: Guid("1BCE385F-E320-4109-9179-55EF8AC95150")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Haupversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revisionsnummer
|
||||
'
|
||||
' Sie können alle Werte angeben oder auf die standardmäßigen Build- und Revisionsnummern
|
||||
' zurückgreifen, indem Sie '*' wie unten angezeigt verwenden:
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.*")>
|
||||
@@ -0,0 +1,30 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 7.00
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDKB07Verarbeitung", "EDKB07Verarbeitung.vbproj", "{30A2EE47-D866-46EC-9B87-159C45629430}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SourceCodeControl) = preSolution
|
||||
SccNumberOfProjects = 2
|
||||
SccLocalPath0 = .
|
||||
CanCheckoutShared = false
|
||||
SolutionUniqueID = {4818FD73-F960-42FF-AA55-08E0BC716199}
|
||||
SccProjectUniqueName1 = EDKB07Verarbeitung.vbproj
|
||||
SccLocalPath1 = .
|
||||
CanCheckoutShared = false
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfiguration) = preSolution
|
||||
ConfigName.0 = Debug
|
||||
ConfigName.1 = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectDependencies) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfiguration) = postSolution
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug.ActiveCfg = Debug|.NET
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug.Build.0 = Debug|.NET
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release.ActiveCfg = Release|.NET
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release.Build.0 = Release|.NET
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
|
||||
Public Class EDKB07Verarbeitung
|
||||
'Schnittstelle für den Client
|
||||
Public Interface IEDKB07
|
||||
Sub GetDocBLPDF(ByVal DruckjobID As Integer)
|
||||
Sub PrintJobF(ByVal alnr As Integer, ByVal partno As Integer)
|
||||
Sub GetColdMehrfachDruck(ByVal sTGNummer As String, ByVal iJobID As Integer, ByVal colData As Object, ByRef binOutput As Object)
|
||||
End Interface
|
||||
|
||||
|
||||
End Class
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!-- VBdocman .NET config file for current project.-->
|
||||
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -0,0 +1,101 @@
|
||||
<VisualStudioProject>
|
||||
<VisualBasic
|
||||
ProjectType = "Local"
|
||||
ProductVersion = "7.0.9466"
|
||||
SchemaVersion = "1.0"
|
||||
ProjectGuid = "{30A2EE47-D866-46EC-9B87-159C45629430}"
|
||||
SccProjectName = "SAK"
|
||||
SccLocalPath = "SAK"
|
||||
SccAuxPath = "SAK"
|
||||
SccProvider = "SAK"
|
||||
>
|
||||
<Build>
|
||||
<Settings
|
||||
ApplicationIcon = ""
|
||||
AssemblyKeyContainerName = ""
|
||||
AssemblyName = "EDKB07Verarbeitung"
|
||||
AssemblyOriginatorKeyFile = ""
|
||||
AssemblyOriginatorKeyMode = "None"
|
||||
DefaultClientScript = "JScript"
|
||||
DefaultHTMLPageLayout = "Grid"
|
||||
DefaultTargetSchema = "IE50"
|
||||
DelaySign = "false"
|
||||
OutputType = "Library"
|
||||
OptionCompare = "Binary"
|
||||
OptionExplicit = "On"
|
||||
OptionStrict = "Off"
|
||||
RootNamespace = "EDKB07Verarbeitung"
|
||||
StartupObject = ""
|
||||
>
|
||||
<Config
|
||||
Name = "Debug"
|
||||
BaseAddress = "285212672"
|
||||
ConfigurationOverrideFile = ""
|
||||
DefineConstants = ""
|
||||
DefineDebug = "true"
|
||||
DefineTrace = "true"
|
||||
DebugSymbols = "true"
|
||||
IncrementalBuild = "true"
|
||||
Optimize = "false"
|
||||
OutputPath = "bin\"
|
||||
RegisterForComInterop = "false"
|
||||
RemoveIntegerChecks = "false"
|
||||
TreatWarningsAsErrors = "false"
|
||||
WarningLevel = "1"
|
||||
/>
|
||||
<Config
|
||||
Name = "Release"
|
||||
BaseAddress = "285212672"
|
||||
ConfigurationOverrideFile = ""
|
||||
DefineConstants = ""
|
||||
DefineDebug = "false"
|
||||
DefineTrace = "true"
|
||||
DebugSymbols = "false"
|
||||
IncrementalBuild = "false"
|
||||
Optimize = "true"
|
||||
OutputPath = "bin\"
|
||||
RegisterForComInterop = "false"
|
||||
RemoveIntegerChecks = "false"
|
||||
TreatWarningsAsErrors = "false"
|
||||
WarningLevel = "1"
|
||||
/>
|
||||
</Settings>
|
||||
<References>
|
||||
<Reference
|
||||
Name = "System"
|
||||
AssemblyName = "System"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.Data"
|
||||
AssemblyName = "System.Data"
|
||||
/>
|
||||
<Reference
|
||||
Name = "System.XML"
|
||||
AssemblyName = "System.Xml"
|
||||
/>
|
||||
</References>
|
||||
<Imports>
|
||||
<Import Namespace = "Microsoft.VisualBasic" />
|
||||
<Import Namespace = "System" />
|
||||
<Import Namespace = "System.Collections" />
|
||||
<Import Namespace = "System.Data" />
|
||||
<Import Namespace = "System.Diagnostics" />
|
||||
</Imports>
|
||||
</Build>
|
||||
<Files>
|
||||
<Include>
|
||||
<File
|
||||
RelPath = "AssemblyInfo.vb"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
<File
|
||||
RelPath = "EDKB07Verarbeitung.vb"
|
||||
SubType = "Code"
|
||||
BuildAction = "Compile"
|
||||
/>
|
||||
</Include>
|
||||
</Files>
|
||||
</VisualBasic>
|
||||
</VisualStudioProject>
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
<VisualStudioProject>
|
||||
<VisualBasic LastOpenVersion = "7.10.3077" >
|
||||
<Build>
|
||||
<Settings ReferencePath = "" >
|
||||
<Config
|
||||
Name = "Debug"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "false"
|
||||
/>
|
||||
<Config
|
||||
Name = "Release"
|
||||
EnableASPDebugging = "false"
|
||||
EnableASPXDebugging = "false"
|
||||
EnableUnmanagedDebugging = "false"
|
||||
EnableSQLServerDebugging = "false"
|
||||
RemoteDebugEnabled = "false"
|
||||
RemoteDebugMachine = ""
|
||||
StartAction = "Project"
|
||||
StartArguments = ""
|
||||
StartPage = ""
|
||||
StartProgram = ""
|
||||
StartURL = ""
|
||||
StartWorkingDirectory = ""
|
||||
StartWithIE = "false"
|
||||
/>
|
||||
</Settings>
|
||||
</Build>
|
||||
<OtherProjectSettings
|
||||
CopyProjectDestinationFolder = ""
|
||||
CopyProjectUncPath = ""
|
||||
CopyProjectOption = "0"
|
||||
ProjectView = "ProjectFiles"
|
||||
ProjectTrust = "0"
|
||||
/>
|
||||
</VisualBasic>
|
||||
</VisualStudioProject>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f TGKB EDOKA-Banklagernd] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>c:\cold\md\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>c:\cold\Deckblatt.pdf</BLDruckDeckblatt>
|
||||
<BLDruckSchlussblatt>c:\cold\Schlussblatt.pdf</BLDruckSchlussblatt>
|
||||
<TempFilePath>c:\cold\md</TempFilePath>
|
||||
<EDKB07OutputFolder>c:\cold\md</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>c:\cold\md</TestParamFilePath>
|
||||
<ParamFileOutputPath>c:\cold\md</ParamFileOutputPath>
|
||||
<CMDFilePath>c:\cold</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvmvs/dummy.txt -We" /usr/tngdts/bin/cmdtbldruckjob.cmd tgkb"</CMDFile2Content>
|
||||
<Vorlagenverzeichnis>c:\cold\blvorlagen\</Vorlagenverzeichnis>
|
||||
<Workverzeichnis>c:\cold\Temp\p</Workverzeichnis>
|
||||
<PSDir>c:\cold\md\</PSDir>
|
||||
<PDFDir>c:\cold\md\</PDFDir>
|
||||
<PSPrinter>PSDRV</PSPrinter>
|
||||
<DokPerPackage>200</DokPerPackage>
|
||||
<ProcessToKill>winword</ProcessToKill>
|
||||
<ProcessIdleTime>1</ProcessIdleTime>
|
||||
<OwnName>EDKB07WS</OwnName>
|
||||
<OtherBatch1>EDKB09</OtherBatch1>
|
||||
<OtherBatch2></OtherBatch2>
|
||||
<OtherBatch3></OtherBatch3>
|
||||
<NameDistiller>acrodist</NameDistiller>
|
||||
<PathDistiller>C:\Program Files\Adobe\Acrobat 5.0\Distillr\acrodist.exe</PathDistiller>
|
||||
<OpenModeDistiller>false</OpenModeDistiller>
|
||||
</Configuration>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f TGKB EDOKA-Banklagernd] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>c:\cold\md\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>c:\cold\Deckblatt.pdf</BLDruckDeckblatt>
|
||||
<BLDruckSchlussblatt>c:\cold\Schlussblatt.pdf</BLDruckSchlussblatt>
|
||||
<TempFilePath>c:\cold\md</TempFilePath>
|
||||
<EDKB07OutputFolder>c:\cold\md</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>c:\cold\md</TestParamFilePath>
|
||||
<ParamFileOutputPath>c:\cold\md</ParamFileOutputPath>
|
||||
<CMDFilePath>c:\cold</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvmvs/dummy.txt -We" /usr/tngdts/bin/cmdtbldruckjob.cmd tgkb"</CMDFile2Content>
|
||||
<Vorlagenverzeichnis>c:\cold\blvorlagen\</Vorlagenverzeichnis>
|
||||
<Workverzeichnis>c:\cold\Temp\p</Workverzeichnis>
|
||||
<PSDir>c:\cold\md\</PSDir>
|
||||
<PDFDir>c:\cold\md\</PDFDir>
|
||||
<PSPrinter>PSDRV</PSPrinter>
|
||||
<DokPerPackage>200</DokPerPackage>
|
||||
<ProcessToKill>winword.exe</ProcessToKill>
|
||||
<ProcessIdleTime>1</ProcessIdleTime>
|
||||
<OwnName>EDKB07WS.exe</OwnName>
|
||||
<OtherBatch1>EDKB09.exe</OtherBatch1>
|
||||
<OtherBatch2></OtherBatch2>
|
||||
<OtherBatch3></OtherBatch3>
|
||||
<NameDistiller>acrodist.exe</NameDistiller>
|
||||
<PathDistiller>C:\Program Files\Adobe\Acrobat 5.0\Distillr\acrodist.exe</PathDistiller>
|
||||
<OpenModeDistiller>false</OpenModeDistiller>
|
||||
</Configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
|
||||
<!-- Define the remotable object. -->
|
||||
<service>
|
||||
<wellknown
|
||||
mode = "SingleCall"
|
||||
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
|
||||
objectUri="RCEDKB07WS.rem" />
|
||||
</service>
|
||||
|
||||
<!-- Define the protocol used for network access.
|
||||
You can use tcp or http channels. -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="8000">
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
</configuration>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
|
||||
<!-- Define the remotable object. -->
|
||||
<service>
|
||||
<wellknown
|
||||
mode = "SingleCall"
|
||||
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
|
||||
objectUri="RCEDKB07WS.rem" />
|
||||
</service>
|
||||
|
||||
<!-- Define the protocol used for network access.
|
||||
You can use tcp or http channels. -->
|
||||
<channels>
|
||||
<channel ref="http" port="80">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
|
||||
<!-- Pfad wo Cold Dokumente Abliefern Muss / Ueberwachtes Verzeichnis inkl. "\" am Schluss -->
|
||||
<ColdMDOutputFolder>c:\cold\md\</ColdMDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Temporaeren Verzeichnis inkl. "\" am Schluss -->
|
||||
<TempFilePath>c:\cold\tmpmd\</TempFilePath>
|
||||
|
||||
<!-- Pfad zum Verzeichnis wo Transferdateien abgelegt werden inkl. "\" am Schluss -->
|
||||
<EDKB07_MDOutputFolder>c:\cold\md\</EDKB07_MDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Parameter-Ausgangsverzeichnis inkl. "\" am Schluss -->
|
||||
<ParamFileOutputPath>c:\cold\md\</ParamFileOutputPath>
|
||||
|
||||
<!-- Pfad zum CMD-Verzeichnis inkl. "\" am Schluss -->
|
||||
<CMDFilePath>c:\cold\md\</CMDFilePath>
|
||||
|
||||
<!-- DTO transfer Command 1 -->
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/mfdruckjob/xfilenamex</CMDFile1Content>
|
||||
|
||||
<!-- DTO transfer Command 2 -->
|
||||
<CMDFile2Content>1dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/mfdruckjob/xfilenamex</CMDFile2Content>
|
||||
|
||||
<!-- Parameter fue Anfragen
|
||||
##PartnerNR## = Partner Nummer
|
||||
##DokID## = Dokument ID
|
||||
##DokTyp## = Dokumenttyp
|
||||
##AuftragNr## = Auftrag-Nr
|
||||
##Paginator## = Paginator
|
||||
##FileName## = Dateiname -->
|
||||
<!-- Parameter EDOKA-Dokumente -->
|
||||
<ParamCfgEdoka>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0] [-i "where NRPAR00 = '##PartnerNR##' and NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgEdoka>
|
||||
|
||||
<!-- Parameter HOST-Dokumente -->
|
||||
<ParamCfgHost>[-f "TGKB Kundenoutput AGI-OMS ab 27.09.2001"] [-G TGKB-C35-10-OMS-Rel1.0] [-i "where NRDOK00 = '##DokID##' and NRPAR00 = '##PartnerNR##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgHost>
|
||||
|
||||
<!-- Parameter ZV-Dokumente -->
|
||||
<ParamCfgZv>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr## ' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgZv>
|
||||
|
||||
<!-- Max Wartezeit auf Cold Return in Minuten -->
|
||||
<MaxWaitTime>10</MaxWaitTime>
|
||||
|
||||
<!-- Testmodus True = Ja / False = Nein -->
|
||||
<UseTestMode>True</UseTestMode>
|
||||
|
||||
</Configuration>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Tempaaa</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=shunb1;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=shunb1;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Tempaaa</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
|
||||
<!-- Pfad wo Cold Dokumente Abliefern Muss / Ueberwachtes Verzeichnis inkl. "\" am Schluss -->
|
||||
<ColdMDOutputFolder>c:\cold\md\</ColdMDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Temporaeren Verzeichnis inkl. "\" am Schluss -->
|
||||
<TempFilePath>c:\cold\tmpmd\</TempFilePath>
|
||||
|
||||
<!-- Pfad zum Verzeichnis wo Transferdateien abgelegt werden inkl. "\" am Schluss -->
|
||||
<EDKB07_MDOutputFolder>c:\cold\md\</EDKB07_MDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Parameter-Ausgangsverzeichnis inkl. "\" am Schluss -->
|
||||
<ParamFileOutputPath>c:\cold\md\</ParamFileOutputPath>
|
||||
|
||||
<!-- Pfad zum CMD-Verzeichnis inkl. "\" am Schluss -->
|
||||
<CMDFilePath>c:\cold\md\</CMDFilePath>
|
||||
|
||||
<!-- DTO transfer Command 1 -->
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
|
||||
<!-- Parameter EDOKA-Dokumente -->
|
||||
<ParamCfgEdoka>[-f TGKB EDOKA-Partner] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgEdoka>
|
||||
|
||||
<!-- Parameter HOST-Dokumente -->
|
||||
<ParamCfgHost>[-f TGKB ZV-Scanning Belege] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgHost>
|
||||
|
||||
<!-- Parameter ZV-Dokumente -->
|
||||
<ParamCfgZv>[-f TGKB ZV-Scanning Belege] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgZv>
|
||||
|
||||
<!-- Max Wartezeit auf Cold Return in Minuten -->
|
||||
<MaxWaitTime>10</MaxWaitTime>
|
||||
|
||||
<!-- Testmodus True = Ja / False = Nein -->
|
||||
<UseTestMode>True</UseTestMode>
|
||||
|
||||
</Configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰¿ªÄ¾ºÆ„v¾¼Á¾¦¸l¨³¼¶Àì—›—ˆÅª¾¿®Å¼uǹ¨ÇÇ·¸Æu®º²´Ž¶ÀǪ̽¶¸È¹À®Á¶u½¸‚ů§¸º¹l¿®Ì’ˆ„~ˆÃ·²Çeµ°‚Ư·Áǀ¶Á·ÄÄ·°‰iƯ·ÁÇvƒ
|
||||
@@ -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>tkbdev01</MailServer>
|
||||
|
||||
<!-- Mail sender name -->
|
||||
<MailFrom>bms@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>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=shunb1;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=shunb1;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Temp</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,113 @@
|
||||
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<SOAP-ENV:Body>
|
||||
<a1:Hashtable id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-2"/>
|
||||
<Values href="#ref-3"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item id="ref-4" xsi:type="SOAP-ENC:string">_reserved_lastInstallerAttempted</item>
|
||||
<item id="ref-5" xsi:type="SOAP-ENC:string">_reserved_nestedSavedStates</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-3" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
<item href="#ref-6"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-7"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-7" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-8"/>
|
||||
<Values href="#ref-9"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-4"/>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-9" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item xsi:type="xsd:int">1</item>
|
||||
<item href="#ref-10"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="a1:IDictionary[2]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-11"/>
|
||||
<item href="#ref-12"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-11" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-13"/>
|
||||
<Values href="#ref-14"/>
|
||||
</a1:Hashtable>
|
||||
<a1:Hashtable id="ref-12" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-15"/>
|
||||
<Values href="#ref-16"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-13" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-17" xsi:type="SOAP-ENC:string">Account</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-14" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
<item xsi:type="a3:ServiceAccount" xmlns:a3="http://schemas.microsoft.com/clr/nsassem/System.ServiceProcess/System.ServiceProcess%2C%20Version%3D1.0.5000.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a">LocalService</item>
|
||||
<item href="#ref-19"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-15" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-20" xsi:type="SOAP-ENC:string">installed</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-16" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-21"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-19" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-21" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-22"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-22" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>5</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-23"/>
|
||||
<Values href="#ref-24"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-23" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-25" xsi:type="SOAP-ENC:string">baseInstalledAndPlatformOK</item>
|
||||
<item href="#ref-5"/>
|
||||
<item id="ref-26" xsi:type="SOAP-ENC:string">logExists</item>
|
||||
<item id="ref-27" xsi:type="SOAP-ENC:string">alreadyRegistered</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-24" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-28"/>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:boolean">false</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-28" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
@@ -0,0 +1,2 @@
|
||||
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installutil.exe C:\EDOKA\Batch\EDKB07WS\bin\EDKB07WS.exe
|
||||
pause
|
||||
@@ -0,0 +1,2 @@
|
||||
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installutil.exe C:\EDOKA\Batch\EDKB07WS\bin\EDKB07WS.exe /u
|
||||
pause
|
||||
@@ -0,0 +1,9 @@
|
||||
SCC = This is a Source Code Control file
|
||||
|
||||
[EDKB07Verarbeitung.sln]
|
||||
SCC_Aux_Path = "\\SERVER01\DATEN\SourceSave\EDOKA4.0"
|
||||
SCC_Project_Name = "$/EDKB07Verarbeitung", DYCAAAAA
|
||||
|
||||
[EDKB07Verarbeitung.vbproj]
|
||||
SCC_Aux_Path = "\\SERVER01\DATEN\SourceSave\EDOKA4.0"
|
||||
SCC_Project_Name = "$/EDKB07Verarbeitung", DYCAAAAA
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,31 @@
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgende
|
||||
' Attributgruppe gesteuert. Ändern Sie diese Attributwerte, um Informationen,
|
||||
' die mit einer Assembly verknüpft sind, zu bearbeiten.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: CLSCompliant(True)>
|
||||
|
||||
'Die folgende GUID ist für die ID der Typbibliothek, wenn dieses Projekt in COM angezeigt wird
|
||||
<Assembly: Guid("1BCE385F-E320-4109-9179-55EF8AC95150")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Haupversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revisionsnummer
|
||||
'
|
||||
' Sie können alle Werte angeben oder auf die standardmäßigen Build- und Revisionsnummern
|
||||
' zurückgreifen, indem Sie '*' wie unten angezeigt verwenden:
|
||||
|
||||
<Assembly: AssemblyVersion("2.0.*")>
|
||||
@@ -0,0 +1,31 @@
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgende
|
||||
' Attributgruppe gesteuert. Ändern Sie diese Attributwerte, um Informationen,
|
||||
' die mit einer Assembly verknüpft sind, zu bearbeiten.
|
||||
|
||||
' Die Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("")>
|
||||
<Assembly: AssemblyCopyright("")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
<Assembly: CLSCompliant(True)>
|
||||
|
||||
'Die folgende GUID ist für die ID der Typbibliothek, wenn dieses Projekt in COM angezeigt wird
|
||||
<Assembly: Guid("1BCE385F-E320-4109-9179-55EF8AC95150")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Haupversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revisionsnummer
|
||||
'
|
||||
' Sie können alle Werte angeben oder auf die standardmäßigen Build- und Revisionsnummern
|
||||
' zurückgreifen, indem Sie '*' wie unten angezeigt verwenden:
|
||||
|
||||
<Assembly: AssemblyVersion("2.0.*")>
|
||||
@@ -0,0 +1,27 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDKB07Verarbeitung", "EDKB07Verarbeitung.vbproj", "{30A2EE47-D866-46EC-9B87-159C45629430}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SourceCodeControl) = preSolution
|
||||
SccNumberOfProjects = 2
|
||||
SccLocalPath0 = .
|
||||
CanCheckoutShared = false
|
||||
SccProjectUniqueName1 = EDKB07Verarbeitung.vbproj
|
||||
SccLocalPath1 = .
|
||||
CanCheckoutShared = false
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
|
||||
Public Class EDKB07Verarbeitung
|
||||
'Schnittstelle für den Client
|
||||
Public Interface IEDKB07
|
||||
Sub GetDocBLPDF(ByVal DruckjobID As Integer)
|
||||
Sub PrintJobF(ByVal alnr As Integer, ByVal partno As Integer)
|
||||
Sub GetColdMehrfachDruck(ByVal sTGNummer As String, ByVal iJobID As Integer, ByVal colData As Object, ByRef binOutput As Object)
|
||||
End Interface
|
||||
|
||||
|
||||
End Class
|
||||
|
||||
|
||||
@@ -0,0 +1,105 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectType>Local</ProjectType>
|
||||
<ProductVersion>8.0.50727</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{30A2EE47-D866-46EC-9B87-159C45629430}</ProjectGuid>
|
||||
<SccProjectName>SAK</SccProjectName>
|
||||
<SccLocalPath>SAK</SccLocalPath>
|
||||
<SccAuxPath>SAK</SccAuxPath>
|
||||
<SccProvider>SAK</SccProvider>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
<AssemblyKeyContainerName>
|
||||
</AssemblyKeyContainerName>
|
||||
<AssemblyName>EDKB07Verarbeitung</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>
|
||||
</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
|
||||
<DefaultClientScript>JScript</DefaultClientScript>
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
<DelaySign>false</DelaySign>
|
||||
<OutputType>Library</OutputType>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
<RootNamespace>EDKB07Verarbeitung</RootNamespace>
|
||||
<StartupObject>
|
||||
</StartupObject>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<MyType>Windows</MyType>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>EDKB07Verarbeitung.xml</DocumentationFile>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<Optimize>false</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>EDKB07Verarbeitung.xml</DocumentationFile>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<Optimize>true</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
<NoWarn>42016,42017,42018,42019,42032</NoWarn>
|
||||
<DebugType>none</DebugType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<Name>System</Name>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.vb">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="EDKB07Verarbeitung.vb">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="My Project\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,57 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ReferencePath>
|
||||
</ReferencePath>
|
||||
<CopyProjectDestinationFolder>
|
||||
</CopyProjectDestinationFolder>
|
||||
<CopyProjectUncPath>
|
||||
</CopyProjectUncPath>
|
||||
<CopyProjectOption>0</CopyProjectOption>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<ProjectTrust>0</ProjectTrust>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<EnableASPDebugging>false</EnableASPDebugging>
|
||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
||||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>
|
||||
</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>
|
||||
</StartProgram>
|
||||
<StartURL>
|
||||
</StartURL>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<StartWithIE>false</StartWithIE>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<EnableASPDebugging>false</EnableASPDebugging>
|
||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
||||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>
|
||||
</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>
|
||||
</StartProgram>
|
||||
<StartURL>
|
||||
</StartURL>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<StartWithIE>false</StartWithIE>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DontShowAgainInSolution>false</DontShowAgainInSolution></Configuration>
|
||||
@@ -0,0 +1,21 @@
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.30723.0
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "EDKB07Verarbeitung", "EDKB07Verarbeitung.vbproj", "{30A2EE47-D866-46EC-9B87-159C45629430}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{30A2EE47-D866-46EC-9B87-159C45629430}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
|
||||
Public Class EDKB07Verarbeitung
|
||||
'Schnittstelle für den Client
|
||||
Public Interface IEDKB07
|
||||
Sub GetDocBLPDF(ByVal DruckjobID As Integer)
|
||||
Sub PrintJobF(ByVal alnr As Integer, ByVal partno As Integer)
|
||||
Sub GetColdMehrfachDruck(ByVal sTGNummer As String, ByVal iJobID As Integer, ByVal colData As Object, ByRef binOutput As Object)
|
||||
End Interface
|
||||
|
||||
|
||||
End Class
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<!-- VBdocman .NET config file for current project.-->
|
||||
<!-- Example: <add key="settingName" value="settingValue"/> -->
|
||||
</appSettings>
|
||||
</configuration>
|
||||
@@ -0,0 +1,112 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
||||
<PropertyGroup>
|
||||
<ProjectType>Local</ProjectType>
|
||||
<ProductVersion>8.0.50727</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{30A2EE47-D866-46EC-9B87-159C45629430}</ProjectGuid>
|
||||
<SccProjectName>
|
||||
</SccProjectName>
|
||||
<SccLocalPath>
|
||||
</SccLocalPath>
|
||||
<SccAuxPath>
|
||||
</SccAuxPath>
|
||||
<SccProvider>
|
||||
</SccProvider>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ApplicationIcon>
|
||||
</ApplicationIcon>
|
||||
<AssemblyKeyContainerName>
|
||||
</AssemblyKeyContainerName>
|
||||
<AssemblyName>EDKB07Verarbeitung</AssemblyName>
|
||||
<AssemblyOriginatorKeyFile>
|
||||
</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
|
||||
<DefaultClientScript>JScript</DefaultClientScript>
|
||||
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
||||
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
||||
<DelaySign>false</DelaySign>
|
||||
<OutputType>Library</OutputType>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
<RootNamespace>EDKB07Verarbeitung</RootNamespace>
|
||||
<StartupObject>
|
||||
</StartupObject>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<MyType>Windows</MyType>
|
||||
<UpgradeBackupLocation>
|
||||
</UpgradeBackupLocation>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<OldToolsVersion>2.0</OldToolsVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>EDKB07Verarbeitung.xml</DocumentationFile>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<Optimize>false</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
|
||||
<DebugType>full</DebugType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DocumentationFile>EDKB07Verarbeitung.xml</DocumentationFile>
|
||||
<BaseAddress>285212672</BaseAddress>
|
||||
<ConfigurationOverrideFile>
|
||||
</ConfigurationOverrideFile>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<DebugSymbols>false</DebugSymbols>
|
||||
<Optimize>true</Optimize>
|
||||
<RegisterForComInterop>false</RegisterForComInterop>
|
||||
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
||||
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
||||
<WarningLevel>1</WarningLevel>
|
||||
<NoWarn>42016,42017,42018,42019,42032,42353,42354,42355</NoWarn>
|
||||
<DebugType>none</DebugType>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System">
|
||||
<Name>System</Name>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AssemblyInfo.vb">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="EDKB07Verarbeitung.vb">
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="My Project\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
</PreBuildEvent>
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ReferencePath>
|
||||
</ReferencePath>
|
||||
<CopyProjectDestinationFolder>
|
||||
</CopyProjectDestinationFolder>
|
||||
<CopyProjectUncPath>
|
||||
</CopyProjectUncPath>
|
||||
<CopyProjectOption>0</CopyProjectOption>
|
||||
<ProjectView>ProjectFiles</ProjectView>
|
||||
<ProjectTrust>0</ProjectTrust>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<EnableASPDebugging>false</EnableASPDebugging>
|
||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
||||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>
|
||||
</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>
|
||||
</StartProgram>
|
||||
<StartURL>
|
||||
</StartURL>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<StartWithIE>false</StartWithIE>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<EnableASPDebugging>false</EnableASPDebugging>
|
||||
<EnableASPXDebugging>false</EnableASPXDebugging>
|
||||
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
|
||||
<EnableSQLServerDebugging>false</EnableSQLServerDebugging>
|
||||
<RemoteDebugEnabled>false</RemoteDebugEnabled>
|
||||
<RemoteDebugMachine>
|
||||
</RemoteDebugMachine>
|
||||
<StartAction>Project</StartAction>
|
||||
<StartArguments>
|
||||
</StartArguments>
|
||||
<StartPage>
|
||||
</StartPage>
|
||||
<StartProgram>
|
||||
</StartProgram>
|
||||
<StartURL>
|
||||
</StartURL>
|
||||
<StartWorkingDirectory>
|
||||
</StartWorkingDirectory>
|
||||
<StartWithIE>false</StartWithIE>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,10 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
""
|
||||
{
|
||||
"FILE_VERSION" = "9237"
|
||||
"ENLISTMENT_CHOICE" = "NEVER"
|
||||
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROJECT"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
|
||||
<Properties><Property Name="Solution" Value="EDKB07Verarbeitung">
|
||||
</Property><Property Name="Projektmappendatei" Value="C:\DATA\EDKB07Verarbeitung\EDKB07Verarbeitung.sln">
|
||||
</Property><Property Name="Date" Value="Montag, 22. Oktober 2007">
|
||||
</Property><Property Name="Time" Value="08:38">
|
||||
</Property></Properties><Event ErrorLevel="0" Project="" Source="EDKB07Verarbeitung.sln" Description="Datei wurde erfolgreich als "C:\DATA\EDKB07Verarbeitung_sik\Backup\EDKB07Verarbeitung.sln" gesichert">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vbproj" Description="Projektdatei erfolgreich gesichert als C:\DATA\EDKB07Verarbeitung_sik\Backup\EDKB07Verarbeitung.vbproj">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vbproj.user" Description="Die Projektbenutzerdatei wurde erfolgreich als "C:\DATA\EDKB07Verarbeitung_sik\Backup\EDKB07Verarbeitung.vbproj.user" gesichert.">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="AssemblyInfo.vb" Description="Datei erfolgreich gesichert als C:\DATA\EDKB07Verarbeitung_sik\Backup\AssemblyInfo.vb">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vb" Description="Datei erfolgreich gesichert als C:\DATA\EDKB07Verarbeitung_sik\Backup\EDKB07Verarbeitung.vb">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vbproj" Description="Projekt erfolgreich konvertiert">
|
||||
</Event><Event ErrorLevel="3" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vbproj" Description="Converted">
|
||||
</Event><Event ErrorLevel="0" Project="" Source="EDKB07Verarbeitung.sln" Description="Die Projektmappe wurde erfolgreich konvertiert.">
|
||||
</Event><Event ErrorLevel="3" Project="" Source="EDKB07Verarbeitung.sln" Description="Converted">
|
||||
</Event><Event ErrorLevel="0" Project="EDKB07Verarbeitung" Source="EDKB07Verarbeitung.vbproj" Description="Überprüfung abgeschlossen: Aktualisierung von Projektdateien nicht erforderlich.">
|
||||
</Event></UpgradeLog>
|
||||
Binary file not shown.
@@ -0,0 +1,207 @@
|
||||
BODY
|
||||
{
|
||||
BACKGROUND-COLOR: white;
|
||||
FONT-FAMILY: "Verdana", sans-serif;
|
||||
FONT-SIZE: 100%;
|
||||
MARGIN-LEFT: 0px;
|
||||
MARGIN-TOP: 0px
|
||||
}
|
||||
P
|
||||
{
|
||||
FONT-FAMILY: "Verdana", sans-serif;
|
||||
FONT-SIZE: 70%;
|
||||
LINE-HEIGHT: 12pt;
|
||||
MARGIN-BOTTOM: 0px;
|
||||
MARGIN-LEFT: 10px;
|
||||
MARGIN-TOP: 10px
|
||||
}
|
||||
.note
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
COLOR: #336699;
|
||||
FONT-FAMILY: "Verdana", sans-serif;
|
||||
FONT-SIZE: 100%;
|
||||
MARGIN-BOTTOM: 0px;
|
||||
MARGIN-LEFT: 0px;
|
||||
MARGIN-TOP: 0px;
|
||||
PADDING-RIGHT: 10px
|
||||
}
|
||||
.infotable
|
||||
{
|
||||
BACKGROUND-COLOR: #f0f0e0;
|
||||
BORDER-BOTTOM: #ffffff 0px solid;
|
||||
BORDER-COLLAPSE: collapse;
|
||||
BORDER-LEFT: #ffffff 0px solid;
|
||||
BORDER-RIGHT: #ffffff 0px solid;
|
||||
BORDER-TOP: #ffffff 0px solid;
|
||||
FONT-SIZE: 70%;
|
||||
MARGIN-LEFT: 10px
|
||||
}
|
||||
.issuetable
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffe8;
|
||||
BORDER-COLLAPSE: collapse;
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 100%;
|
||||
MARGIN-BOTTOM: 10px;
|
||||
MARGIN-LEFT: 13px;
|
||||
MARGIN-TOP: 0px
|
||||
}
|
||||
.issuetitle
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #dcdcdc 1px solid;
|
||||
BORDER-TOP: #dcdcdc 1px;
|
||||
COLOR: #003366;
|
||||
FONT-WEIGHT: normal
|
||||
}
|
||||
.header
|
||||
{
|
||||
BACKGROUND-COLOR: #cecf9c;
|
||||
BORDER-BOTTOM: #ffffff 1px solid;
|
||||
BORDER-LEFT: #ffffff 1px solid;
|
||||
BORDER-RIGHT: #ffffff 1px solid;
|
||||
BORDER-TOP: #ffffff 1px solid;
|
||||
COLOR: #000000;
|
||||
FONT-WEIGHT: bold
|
||||
}
|
||||
.issuehdr
|
||||
{
|
||||
BACKGROUND-COLOR: #E0EBF5;
|
||||
BORDER-BOTTOM: #dcdcdc 1px solid;
|
||||
BORDER-TOP: #dcdcdc 1px solid;
|
||||
COLOR: #000000;
|
||||
FONT-WEIGHT: normal
|
||||
}
|
||||
.issuenone
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: 0px;
|
||||
BORDER-LEFT: 0px;
|
||||
BORDER-RIGHT: 0px;
|
||||
BORDER-TOP: 0px;
|
||||
COLOR: #000000;
|
||||
FONT-WEIGHT: normal
|
||||
}
|
||||
.content
|
||||
{
|
||||
BACKGROUND-COLOR: #e7e7ce;
|
||||
BORDER-BOTTOM: #ffffff 1px solid;
|
||||
BORDER-LEFT: #ffffff 1px solid;
|
||||
BORDER-RIGHT: #ffffff 1px solid;
|
||||
BORDER-TOP: #ffffff 1px solid;
|
||||
PADDING-LEFT: 3px
|
||||
}
|
||||
.issuecontent
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #dcdcdc 1px solid;
|
||||
BORDER-TOP: #dcdcdc 1px solid;
|
||||
PADDING-LEFT: 3px
|
||||
}
|
||||
A:link
|
||||
{
|
||||
COLOR: #cc6633;
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
A:visited
|
||||
{
|
||||
COLOR: #cc6633;
|
||||
}
|
||||
A:active
|
||||
{
|
||||
COLOR: #cc6633;
|
||||
}
|
||||
A:hover
|
||||
{
|
||||
COLOR: #cc3300;
|
||||
TEXT-DECORATION: underline
|
||||
}
|
||||
H1
|
||||
{
|
||||
BACKGROUND-COLOR: #003366;
|
||||
BORDER-BOTTOM: #336699 6px solid;
|
||||
COLOR: #ffffff;
|
||||
FONT-SIZE: 130%;
|
||||
FONT-WEIGHT: normal;
|
||||
MARGIN: 0em 0em 0em -20px;
|
||||
PADDING-BOTTOM: 8px;
|
||||
PADDING-LEFT: 30px;
|
||||
PADDING-TOP: 16px
|
||||
}
|
||||
H2
|
||||
{
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 80%;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: 3px;
|
||||
MARGIN-LEFT: 10px;
|
||||
MARGIN-TOP: 20px;
|
||||
PADDING-LEFT: 0px
|
||||
}
|
||||
H3
|
||||
{
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 80%;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: -5px;
|
||||
MARGIN-LEFT: 10px;
|
||||
MARGIN-TOP: 20px
|
||||
}
|
||||
H4
|
||||
{
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 70%;
|
||||
FONT-WEIGHT: bold;
|
||||
MARGIN-BOTTOM: 0px;
|
||||
MARGIN-TOP: 15px;
|
||||
PADDING-BOTTOM: 0px
|
||||
}
|
||||
UL
|
||||
{
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 70%;
|
||||
LIST-STYLE: square;
|
||||
MARGIN-BOTTOM: 0pt;
|
||||
MARGIN-TOP: 0pt
|
||||
}
|
||||
OL
|
||||
{
|
||||
COLOR: #000000;
|
||||
FONT-SIZE: 70%;
|
||||
LIST-STYLE: square;
|
||||
MARGIN-BOTTOM: 0pt;
|
||||
MARGIN-TOP: 0pt
|
||||
}
|
||||
LI
|
||||
{
|
||||
LIST-STYLE: square;
|
||||
MARGIN-LEFT: 0px
|
||||
}
|
||||
.expandable
|
||||
{
|
||||
CURSOR: hand
|
||||
}
|
||||
.expanded
|
||||
{
|
||||
color: black
|
||||
}
|
||||
.collapsed
|
||||
{
|
||||
DISPLAY: none
|
||||
}
|
||||
.foot
|
||||
{
|
||||
BACKGROUND-COLOR: #ffffff;
|
||||
BORDER-BOTTOM: #cecf9c 1px solid;
|
||||
BORDER-TOP: #cecf9c 2px solid
|
||||
}
|
||||
.settings
|
||||
{
|
||||
MARGIN-LEFT: 25PX;
|
||||
}
|
||||
.help
|
||||
{
|
||||
TEXT-ALIGN: right;
|
||||
margin-right: 10px;
|
||||
}
|
||||
@@ -0,0 +1,232 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
|
||||
|
||||
<xsl:key name="ProjectKey" match="Event" use="@Project"/>
|
||||
|
||||
<xsl:template match="Events" mode="createProjects">
|
||||
<projects>
|
||||
<xsl:for-each select="Event">
|
||||
<!--xsl:sort select="@Project" order="descending"/-->
|
||||
<xsl:if test="(1=position()) or (preceding-sibling::*[1]/@Project != @Project)">
|
||||
|
||||
<xsl:variable name="ProjectName" select="@Project"/>
|
||||
|
||||
<project>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="@Project"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:if test="@Project=''">
|
||||
<xsl:attribute name="solution">
|
||||
<xsl:value-of select="@Solution"/>
|
||||
</xsl:attribute>
|
||||
</xsl:if>
|
||||
|
||||
<xsl:for-each select="key('ProjectKey', $ProjectName)">
|
||||
<!--xsl:sort select="@Source" /-->
|
||||
<xsl:if test="(1=position()) or (preceding-sibling::*[1]/@Source != @Source)">
|
||||
|
||||
<source>
|
||||
<xsl:attribute name="name">
|
||||
<xsl:value-of select="@Source"/>
|
||||
</xsl:attribute>
|
||||
|
||||
<xsl:variable name="Source">
|
||||
<xsl:value-of select="@Source"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:for-each select="key('ProjectKey', $ProjectName)[ @Source = $Source ]">
|
||||
|
||||
<event>
|
||||
<xsl:attribute name="error-level">
|
||||
<xsl:value-of select="@ErrorLevel"/>
|
||||
</xsl:attribute>
|
||||
<xsl:attribute name="description">
|
||||
<xsl:value-of select="@Description"/>
|
||||
</xsl:attribute>
|
||||
</event>
|
||||
</xsl:for-each>
|
||||
</source>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
|
||||
</project>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</projects>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="projects">
|
||||
<xsl:for-each select="project">
|
||||
<xsl:sort select="@Name" order="ascending"/>
|
||||
<h2>
|
||||
<xsl:if test="@solution">Projektmappe: <xsl:value-of select="@solution"/></xsl:if>
|
||||
<xsl:if test="not(@solution)">Projekt: <xsl:value-of select="@name"/>
|
||||
<xsl:for-each select="source">
|
||||
<xsl:variable name="Hyperlink" select="@name"/>
|
||||
<xsl:for-each select="event[@error-level='4']">
|
||||
<A class="note"><xsl:attribute name="HREF"><xsl:value-of select="$Hyperlink"/></xsl:attribute><xsl:value-of select="@description"/></A>
|
||||
</xsl:for-each>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
</h2>
|
||||
|
||||
<table cellpadding="2" cellspacing="0" width="98%" border="1" bordercolor="white" class="infotable">
|
||||
<tr>
|
||||
<td nowrap="1" class="header" _locID="Filename">Dateiname</td>
|
||||
<td nowrap="1" class="header" _locID="Status">Status</td>
|
||||
<td nowrap="1" class="header" _locID="Errors">Fehler</td>
|
||||
<td nowrap="1" class="header" _locID="Warnings">Warnungen</td>
|
||||
</tr>
|
||||
|
||||
<xsl:for-each select="source">
|
||||
<xsl:sort select="@name" order="ascending"/>
|
||||
<xsl:variable name="source-id" select="generate-id(.)"/>
|
||||
|
||||
<xsl:if test="count(event)!=count(event[@error-level='4'])">
|
||||
|
||||
<tr class="row">
|
||||
<td class="content">
|
||||
<A HREF="javascript:"><xsl:attribute name="onClick">javascript:document.images['<xsl:value-of select="$source-id"/>'].click()</xsl:attribute><IMG border="0" alt="expand/collapse section" class="expandable" height="11" onclick="changepic()" src="_UpgradeReport_Files/UpgradeReport_Plus.gif" width="9"><xsl:attribute name="name"><xsl:value-of select="$source-id"/></xsl:attribute><xsl:attribute name="child">src<xsl:value-of select="$source-id"/></xsl:attribute></IMG></A> <xsl:value-of select="@name"/>
|
||||
</td>
|
||||
<td class="content">
|
||||
<xsl:if test="count(event[@error-level='3'])=1">
|
||||
<xsl:for-each select="event[@error-level='3']">
|
||||
<xsl:if test="@description='Converted'">Konvertiert</xsl:if>
|
||||
<xsl:if test="@description!='Converted'"><xsl:value-of select="@description"/></xsl:if>
|
||||
</xsl:for-each>
|
||||
</xsl:if>
|
||||
<xsl:if test="count(event[@error-level='3'])!=1 and count(event[@error-level='3' and @description='Converted'])!=0">Konvertiert
|
||||
</xsl:if>
|
||||
</td>
|
||||
<td class="content"><xsl:value-of select="count(event[@error-level='2'])"/></td>
|
||||
<td class="content"><xsl:value-of select="count(event[@error-level='1'])"/></td>
|
||||
</tr>
|
||||
|
||||
<tr class="collapsed" bgcolor="#ffffff">
|
||||
<xsl:attribute name="id">src<xsl:value-of select="$source-id"/></xsl:attribute>
|
||||
|
||||
<td colspan="7">
|
||||
<table width="97%" border="1" bordercolor="#dcdcdc" rules="cols" class="issuetable">
|
||||
<tr>
|
||||
<td colspan="7" class="issuetitle" _locID="ConversionIssues">Konvertierungsprobleme - <xsl:value-of select="@name"/>:</td>
|
||||
</tr>
|
||||
|
||||
<xsl:for-each select="event[@error-level!='3']">
|
||||
<xsl:if test="@error-level!='4'">
|
||||
<tr>
|
||||
<td class="issuenone" style="border-bottom:solid 1 lightgray">
|
||||
<xsl:value-of select="@description"/>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</xsl:if>
|
||||
</xsl:for-each>
|
||||
|
||||
<tr valign="top">
|
||||
<td class="foot">
|
||||
<xsl:if test="count(source)!=1">
|
||||
<xsl:value-of select="count(source)"/> Dateien
|
||||
</xsl:if>
|
||||
<xsl:if test="count(source)=1">
|
||||
1 Datei
|
||||
</xsl:if>
|
||||
</td>
|
||||
<td class="foot">
|
||||
Konvertiert: <xsl:value-of select="count(source/event[@error-level='3' and @description='Converted'])"/><BR/>
|
||||
Nicht konvertiert <xsl:value-of select="count(source) - count(source/event[@error-level='3' and @description='Converted'])"/>
|
||||
</td>
|
||||
<td class="foot"><xsl:value-of select="count(source/event[@error-level='2'])"/></td>
|
||||
<td class="foot"><xsl:value-of select="count(source/event[@error-level='1'])"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</xsl:for-each>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="Property">
|
||||
<xsl:if test="@Name!='Date' and @Name!='Time' and @Name!='LogNumber' and @Name!='Solution'">
|
||||
<tr><td nowrap="1"><b><xsl:value-of select="@Name"/>: </b><xsl:value-of select="@Value"/></td></tr>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="UpgradeLog">
|
||||
<html>
|
||||
<head>
|
||||
<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<link rel="stylesheet" href="_UpgradeReport_Files\UpgradeReport.css"/>
|
||||
<title>Konvertierungsbericht
|
||||
<xsl:if test="Properties/Property[@Name='LogNumber']">
|
||||
<xsl:value-of select="Properties/Property[@Name='LogNumber']/@Value"/>
|
||||
</xsl:if>
|
||||
</title>
|
||||
<script language="javascript">
|
||||
function outliner () {
|
||||
oMe = window.event.srcElement
|
||||
//get child element
|
||||
var child = document.all[event.srcElement.getAttribute("child",false)];
|
||||
//if child element exists, expand or collapse it.
|
||||
if (null != child)
|
||||
child.className = child.className == "collapsed" ? "expanded" : "collapsed";
|
||||
}
|
||||
|
||||
function changepic() {
|
||||
uMe = window.event.srcElement;
|
||||
var check = uMe.src.toLowerCase();
|
||||
if (check.lastIndexOf("upgradereport_plus.gif") != -1)
|
||||
{
|
||||
uMe.src = "_UpgradeReport_Files/UpgradeReport_Minus.gif"
|
||||
}
|
||||
else
|
||||
{
|
||||
uMe.src = "_UpgradeReport_Files/UpgradeReport_Plus.gif"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body topmargin="0" leftmargin="0" rightmargin="0" onclick="outliner();">
|
||||
<h1 _locID="ConversionReport">Konvertierungsbericht - <xsl:value-of select="Properties/Property[@Name='Solution']/@Value"/></h1>
|
||||
|
||||
<p><span class="note">
|
||||
<b>Konvertierungsdauer:</b> <xsl:value-of select="Properties/Property[@Name='Date']/@Value"/> <xsl:value-of select="Properties/Property[@Name='Time']/@Value"/><br/>
|
||||
</span></p>
|
||||
|
||||
<xsl:variable name="SortedEvents">
|
||||
<Events>
|
||||
<xsl:for-each select="Event">
|
||||
<xsl:sort select="@Project" order="ascending"/>
|
||||
<xsl:sort select="@Source" order="ascending"/>
|
||||
<xsl:sort select="@ErrorLevel" order="ascending"/>
|
||||
<Event>
|
||||
<xsl:attribute name="Project"><xsl:value-of select="@Project"/> </xsl:attribute>
|
||||
<xsl:attribute name="Solution"><xsl:value-of select="/UpgradeLog/Properties/Property[@Name='Solution']/@Value"/> </xsl:attribute>
|
||||
<xsl:attribute name="Source"><xsl:value-of select="@Source"/> </xsl:attribute>
|
||||
<xsl:attribute name="ErrorLevel"><xsl:value-of select="@ErrorLevel"/> </xsl:attribute>
|
||||
<xsl:attribute name="Description"><xsl:value-of select="@Description"/> </xsl:attribute>
|
||||
</Event>
|
||||
</xsl:for-each>
|
||||
</Events>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:variable name="Projects">
|
||||
<xsl:apply-templates select="msxsl:node-set($SortedEvents)/*" mode="createProjects"/>
|
||||
</xsl:variable>
|
||||
|
||||
<xsl:apply-templates select="msxsl:node-set($Projects)/*"/>
|
||||
|
||||
<p></p><p>
|
||||
<table class="note">
|
||||
<tr>
|
||||
<td nowrap="1">
|
||||
<b>Konvertierungseinstellungen</b>
|
||||
</td>
|
||||
</tr>
|
||||
<xsl:apply-templates select="Properties"/>
|
||||
</table></p>
|
||||
</body>
|
||||
</html>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
||||
BIN
Binary file not shown.
|
After Width: | Height: | Size: 69 B |
Binary file not shown.
|
After Width: | Height: | Size: 71 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f TGKB EDOKA-Banklagernd] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>c:\cold\md\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>c:\cold\Deckblatt.pdf</BLDruckDeckblatt>
|
||||
<BLDruckSchlussblatt>c:\cold\Schlussblatt.pdf</BLDruckSchlussblatt>
|
||||
<TempFilePath>c:\cold\md</TempFilePath>
|
||||
<EDKB07OutputFolder>c:\cold\md</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>c:\cold\md</TestParamFilePath>
|
||||
<ParamFileOutputPath>c:\cold\md</ParamFileOutputPath>
|
||||
<CMDFilePath>c:\cold</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvmvs/dummy.txt -We" /usr/tngdts/bin/cmdtbldruckjob.cmd tgkb"</CMDFile2Content>
|
||||
<Vorlagenverzeichnis>c:\cold\blvorlagen\</Vorlagenverzeichnis>
|
||||
<Workverzeichnis>c:\cold\Temp\p</Workverzeichnis>
|
||||
<PSDir>c:\cold\md\</PSDir>
|
||||
<PDFDir>c:\cold\md\</PDFDir>
|
||||
<PSPrinter>PSDRV</PSPrinter>
|
||||
<DokPerPackage>200</DokPerPackage>
|
||||
<ProcessToKill>winword</ProcessToKill>
|
||||
<ProcessIdleTime>1</ProcessIdleTime>
|
||||
<OwnName>EDKB07WS</OwnName>
|
||||
<OtherBatch1>EDKB09</OtherBatch1>
|
||||
<OtherBatch2></OtherBatch2>
|
||||
<OtherBatch3></OtherBatch3>
|
||||
<NameDistiller>acrodist</NameDistiller>
|
||||
<PathDistiller>C:\Program Files\Adobe\Acrobat 5.0\Distillr\acrodist.exe</PathDistiller>
|
||||
<OpenModeDistiller>false</OpenModeDistiller>
|
||||
</Configuration>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=tgedoka;password=$tgedoka11;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f TGKB EDOKA-Banklagernd] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>c:\cold\md\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>c:\cold\Deckblatt.pdf</BLDruckDeckblatt>
|
||||
<BLDruckSchlussblatt>c:\cold\Schlussblatt.pdf</BLDruckSchlussblatt>
|
||||
<TempFilePath>c:\cold\md</TempFilePath>
|
||||
<EDKB07OutputFolder>c:\cold\md</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>c:\cold\md</TestParamFilePath>
|
||||
<ParamFileOutputPath>c:\cold\md</ParamFileOutputPath>
|
||||
<CMDFilePath>c:\cold</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvmvs/dummy.txt -We" /usr/tngdts/bin/cmdtbldruckjob.cmd tgkb"</CMDFile2Content>
|
||||
<Vorlagenverzeichnis>c:\cold\blvorlagen\</Vorlagenverzeichnis>
|
||||
<Workverzeichnis>c:\cold\Temp\p</Workverzeichnis>
|
||||
<PSDir>c:\cold\md\</PSDir>
|
||||
<PDFDir>c:\cold\md\</PDFDir>
|
||||
<PSPrinter>PSDRV</PSPrinter>
|
||||
<DokPerPackage>200</DokPerPackage>
|
||||
<ProcessToKill>winword.exe</ProcessToKill>
|
||||
<ProcessIdleTime>1</ProcessIdleTime>
|
||||
<OwnName>EDKB07WS.exe</OwnName>
|
||||
<OtherBatch1>EDKB09.exe</OtherBatch1>
|
||||
<OtherBatch2></OtherBatch2>
|
||||
<OtherBatch3></OtherBatch3>
|
||||
<NameDistiller>acrodist.exe</NameDistiller>
|
||||
<PathDistiller>C:\Program Files\Adobe\Acrobat 5.0\Distillr\acrodist.exe</PathDistiller>
|
||||
<OpenModeDistiller>false</OpenModeDistiller>
|
||||
</Configuration>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
EDKB07Verarbeitung
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
|
||||
<!-- Define the remotable object. -->
|
||||
<service>
|
||||
<wellknown
|
||||
mode = "SingleCall"
|
||||
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
|
||||
objectUri="RCEDKB07WS.rem" />
|
||||
</service>
|
||||
|
||||
<!-- Define the protocol used for network access.
|
||||
You can use tcp or http channels. -->
|
||||
<channels>
|
||||
<channel ref="tcp" port="8000">
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
</configuration>
|
||||
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<system.runtime.remoting>
|
||||
<application>
|
||||
|
||||
<!-- Define the remotable object. -->
|
||||
<service>
|
||||
<wellknown
|
||||
mode = "SingleCall"
|
||||
type="EDKB07WS.RCVerarbeitung, EDKB07WS"
|
||||
objectUri="RCEDKB07WS.rem" />
|
||||
</service>
|
||||
|
||||
<!-- Define the protocol used for network access.
|
||||
You can use tcp or http channels. -->
|
||||
<channels>
|
||||
<channel ref="http" port="80">
|
||||
<serverProviders>
|
||||
<formatter ref="binary" typeFilterLevel="Full" />
|
||||
</serverProviders>
|
||||
</channel>
|
||||
</channels>
|
||||
|
||||
</application>
|
||||
</system.runtime.remoting>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
|
||||
<!-- Pfad wo Cold Dokumente Abliefern Muss / Ueberwachtes Verzeichnis inkl. "\" am Schluss -->
|
||||
<ColdMDOutputFolder>c:\cold\md\</ColdMDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Temporaeren Verzeichnis inkl. "\" am Schluss -->
|
||||
<TempFilePath>c:\cold\tmpmd\</TempFilePath>
|
||||
|
||||
<!-- Pfad zum Verzeichnis wo Transferdateien abgelegt werden inkl. "\" am Schluss -->
|
||||
<EDKB07_MDOutputFolder>c:\cold\md\</EDKB07_MDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Parameter-Ausgangsverzeichnis inkl. "\" am Schluss -->
|
||||
<ParamFileOutputPath>c:\cold\md\</ParamFileOutputPath>
|
||||
|
||||
<!-- Pfad zum CMD-Verzeichnis inkl. "\" am Schluss -->
|
||||
<CMDFilePath>c:\cold\md\</CMDFilePath>
|
||||
|
||||
<!-- DTO transfer Command 1 -->
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/mfdruckjob/xfilenamex</CMDFile1Content>
|
||||
|
||||
<!-- DTO transfer Command 2 -->
|
||||
<CMDFile2Content>1dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/mfdruckjob/xfilenamex</CMDFile2Content>
|
||||
|
||||
<!-- Parameter fue Anfragen
|
||||
##PartnerNR## = Partner Nummer
|
||||
##DokID## = Dokument ID
|
||||
##DokTyp## = Dokumenttyp
|
||||
##AuftragNr## = Auftrag-Nr
|
||||
##Paginator## = Paginator
|
||||
##FileName## = Dateiname -->
|
||||
<!-- Parameter EDOKA-Dokumente -->
|
||||
<ParamCfgEdoka>[-f "TGKB EDOKA-Partner"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0] [-i "where NRPAR00 = '##PartnerNR##' and NRDOC00 = '##DokID##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgEdoka>
|
||||
|
||||
<!-- Parameter HOST-Dokumente -->
|
||||
<ParamCfgHost>[-f "TGKB Kundenoutput AGI-OMS ab 27.09.2001"] [-G TGKB-C35-10-OMS-Rel1.0] [-i "where NRDOK00 = '##DokID##' and NRPAR00 = '##PartnerNR##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgHost>
|
||||
|
||||
<!-- Parameter ZV-Dokumente -->
|
||||
<ParamCfgZv>[-f "TGKB ZV-Scanning Belege"] [-i "where NRDOT00 = '##DokTyp##' and NRAUF00 = '##AuftragNr## ' and NRDOC00 = '##Paginator##'"] [-o ##FileName##] [-a] [-c] [-N]</ParamCfgZv>
|
||||
|
||||
<!-- Max Wartezeit auf Cold Return in Minuten -->
|
||||
<MaxWaitTime>10</MaxWaitTime>
|
||||
|
||||
<!-- Testmodus True = Ja / False = Nein -->
|
||||
<UseTestMode>True</UseTestMode>
|
||||
|
||||
</Configuration>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=server02;initial catalog=edoka_37;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=server02;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Tempaaa</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=shunb1;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=shunb1;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Tempaaa</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
|
||||
<!-- Pfad wo Cold Dokumente Abliefern Muss / Ueberwachtes Verzeichnis inkl. "\" am Schluss -->
|
||||
<ColdMDOutputFolder>c:\cold\md\</ColdMDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Temporaeren Verzeichnis inkl. "\" am Schluss -->
|
||||
<TempFilePath>c:\cold\tmpmd\</TempFilePath>
|
||||
|
||||
<!-- Pfad zum Verzeichnis wo Transferdateien abgelegt werden inkl. "\" am Schluss -->
|
||||
<EDKB07_MDOutputFolder>c:\cold\md\</EDKB07_MDOutputFolder>
|
||||
|
||||
<!-- Pfad zum Parameter-Ausgangsverzeichnis inkl. "\" am Schluss -->
|
||||
<ParamFileOutputPath>c:\cold\md\</ParamFileOutputPath>
|
||||
|
||||
<!-- Pfad zum CMD-Verzeichnis inkl. "\" am Schluss -->
|
||||
<CMDFilePath>c:\cold\md\</CMDFilePath>
|
||||
|
||||
<!-- DTO transfer Command 1 -->
|
||||
<CMDFile1Content>dtacli -Udtoak1::dtoak1 -utgentwicklung2::tg2entwi -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\xfilenamex -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/bldruckjob/xfilenamex</CMDFile1Content>
|
||||
|
||||
<!-- Parameter EDOKA-Dokumente -->
|
||||
<ParamCfgEdoka>[-f TGKB EDOKA-Partner] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgEdoka>
|
||||
|
||||
<!-- Parameter HOST-Dokumente -->
|
||||
<ParamCfgHost>[-f TGKB ZV-Scanning Belege] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgHost>
|
||||
|
||||
<!-- Parameter ZV-Dokumente -->
|
||||
<ParamCfgZv>[-f TGKB ZV-Scanning Belege] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</ParamCfgZv>
|
||||
|
||||
<!-- Max Wartezeit auf Cold Return in Minuten -->
|
||||
<MaxWaitTime>10</MaxWaitTime>
|
||||
|
||||
<!-- Testmodus True = Ja / False = Nein -->
|
||||
<UseTestMode>True</UseTestMode>
|
||||
|
||||
</Configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
¹µÈ¦rȽ¹¿¸ª‰¿ªÄ¾ºÆ„v¾¼Á¾¦¸l¨³¼¶Àì—›—ˆÅª¾¿®Å¼uǹ¨ÇÇ·¸Æu®º²´Ž¶ÀǪ̽¶¸È¹À®Á¶u½¸‚ů§¸º¹l¿®Ì’ˆ„~ˆÃ·²Çeµ°‚Ư·Áǀ¶Á·ÄÄ·°‰iƯ·ÁÇvƒ
|
||||
@@ -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>tkbdev01</MailServer>
|
||||
|
||||
<!-- Mail sender name -->
|
||||
<MailFrom>bms@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>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" standalone="yes"?>
|
||||
<Configuration>
|
||||
<SQLConnectionString>data source=shunb1;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionString>
|
||||
<SQLConnectionStringJournale>data source=shunb1;initial catalog=edoka_journale;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it;</SQLConnectionStringJournale>
|
||||
<bldruckjobParam>[-f "TGKB EDOKA-Banklagernd"] [-G TGKB-C35-EW-EDOKA-BL-Put1.0]</bldruckjobParam>
|
||||
<ColdOutputFolder>e:\edoka\</ColdOutputFolder>
|
||||
<BLDruckDeckblatt>e:\edoka\BanklagerndOutput.pdf</BLDruckDeckblatt>
|
||||
<TempFilePath>e:\edoka\Temp</TempFilePath>
|
||||
<EDKB07OutputFolder>e:\edoka</EDKB07OutputFolder>
|
||||
<UseTestMode>True</UseTestMode>
|
||||
<TestParamFilePath>e:\edoka\ColdGen</TestParamFilePath>
|
||||
<ParamFileOutputPath>e:\edoka\Temp</ParamFileOutputPath>
|
||||
<CMDFilePath>e:\edoka\Temp</CMDFilePath>
|
||||
<CMDFile1Content>dtacli -U[userid1]::[passwort1] -u[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\[filename] -otgcond01.tgkb.agi.ch::/ars/ftvmvs/tgkb/office/[filename]</CMDFile1Content>
|
||||
<CMDFile2Content>dtacli -U[userid1]::[passwort1] -[userid2]::[passwort2] -t1 -p64000 -T20 -L1 -I10 -fbinary -mp2p -itg602636::c:\cold\dummy.txt -otgcond01.tgkb.agi.ch::/ars/ftvms/dummy.txt -We/usr/tngdts/bin/cmdsbant.cmd::"OUTPUT=YES PARMS=/ars/tgkb/scripts/tgkb_office_file_move [filename]""</CMDFile2Content>
|
||||
</Configuration>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,113 @@
|
||||
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:clr="http://schemas.microsoft.com/soap/encoding/clr/1.0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
|
||||
<SOAP-ENV:Body>
|
||||
<a1:Hashtable id="ref-1" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-2"/>
|
||||
<Values href="#ref-3"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-2" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item id="ref-4" xsi:type="SOAP-ENC:string">_reserved_lastInstallerAttempted</item>
|
||||
<item id="ref-5" xsi:type="SOAP-ENC:string">_reserved_nestedSavedStates</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-3" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
<item href="#ref-6"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-6" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-7"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-7" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>2</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-8"/>
|
||||
<Values href="#ref-9"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-8" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item href="#ref-4"/>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-9" SOAP-ENC:arrayType="xsd:anyType[2]">
|
||||
<item xsi:type="xsd:int">1</item>
|
||||
<item href="#ref-10"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-10" SOAP-ENC:arrayType="a1:IDictionary[2]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-11"/>
|
||||
<item href="#ref-12"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-11" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-13"/>
|
||||
<Values href="#ref-14"/>
|
||||
</a1:Hashtable>
|
||||
<a1:Hashtable id="ref-12" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>3</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-15"/>
|
||||
<Values href="#ref-16"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-13" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-17" xsi:type="SOAP-ENC:string">Account</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-14" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
<item xsi:type="a3:ServiceAccount" xmlns:a3="http://schemas.microsoft.com/clr/nsassem/System.ServiceProcess/System.ServiceProcess%2C%20Version%3D1.0.5000.0%2C%20Culture%3Dneutral%2C%20PublicKeyToken%3Db03f5f7f11d50a3a">LocalService</item>
|
||||
<item href="#ref-19"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-15" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-20" xsi:type="SOAP-ENC:string">installed</item>
|
||||
<item href="#ref-5"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-16" SOAP-ENC:arrayType="xsd:anyType[3]">
|
||||
<item xsi:type="xsd:int">0</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-21"/>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-19" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-21" SOAP-ENC:arrayType="a1:IDictionary[1]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<item href="#ref-22"/>
|
||||
</SOAP-ENC:Array>
|
||||
<a1:Hashtable id="ref-22" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
<LoadFactor>0.72</LoadFactor>
|
||||
<Version>5</Version>
|
||||
<Comparer xsi:null="1"/>
|
||||
<HashCodeProvider xsi:null="1"/>
|
||||
<HashSize>11</HashSize>
|
||||
<Keys href="#ref-23"/>
|
||||
<Values href="#ref-24"/>
|
||||
</a1:Hashtable>
|
||||
<SOAP-ENC:Array id="ref-23" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item href="#ref-4"/>
|
||||
<item id="ref-25" xsi:type="SOAP-ENC:string">baseInstalledAndPlatformOK</item>
|
||||
<item href="#ref-5"/>
|
||||
<item id="ref-26" xsi:type="SOAP-ENC:string">logExists</item>
|
||||
<item id="ref-27" xsi:type="SOAP-ENC:string">alreadyRegistered</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-24" SOAP-ENC:arrayType="xsd:anyType[5]">
|
||||
<item xsi:type="xsd:int">-1</item>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item href="#ref-28"/>
|
||||
<item xsi:type="xsd:boolean">true</item>
|
||||
<item xsi:type="xsd:boolean">false</item>
|
||||
</SOAP-ENC:Array>
|
||||
<SOAP-ENC:Array id="ref-28" SOAP-ENC:arrayType="a1:IDictionary[0]" xmlns:a1="http://schemas.microsoft.com/clr/ns/System.Collections">
|
||||
</SOAP-ENC:Array>
|
||||
</SOAP-ENV:Body>
|
||||
</SOAP-ENV:Envelope>
|
||||
@@ -0,0 +1,2 @@
|
||||
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\installutil.exe C:\EDOKA\Batch\EDKB07WS\bin\EDKB07WS.exe
|
||||
pause
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user