Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hbcixml3(1) [debian man page]

HBCIXML3(1)															       HBCIXML3(1)

NAME
hbcixml3 - Command line tool to work on data in a HBCI XML file. SYNOPSIS
hbcixml3 <command> [options] DESCRIPTION
The aqhbci-tool3(1) command can be used to inspect and work on data in HBCI XML files. See section FILES for an example file used by AqBanking. COMMANDS
COMMAND may be one of these: show shows the variables used by a given Job (the job name must be given by "-j"). list lists all available jobs analyze analyze a log file. You can use this to anonymize the log file before sending it as a bug report. OPTIONS
General Options -f FILE the HBCI description file to load (xml-file) repeat this option for each file to load If this option is omitted the default XML files are loaded -t TYPE the type of node inside the XML file use "job" to inspect jobs, "seg" to inspect segments -hv VER HBCI version to use (defaults to 210) This effects which XML files will be loaded upons startup (only if no -f option is given) -m MODE security mode to use with "show": o DDV (chipcard mode with DDV cards) o RDH (keyfile mode) Special Options for show"" -j JOB name of the job/segment you are interested in -p shows even those variables which are automatically preset by the message engine. -P - shows even those variables which are marked as being hidden -mv VER message/job/segment version to show (0 uses the first available) Special Options for analyze"" --trustlevel L the higher this level the more you trust the recipient of the output logfile. --analyze F name of the file to analyze -ol F name of anonymized output logfile -od F name of anonymized parsed logfile -os F name of SWIFT MT940/942 file to export --logfile FILE use given FILE as log file --logtype TYPE use given TYPE as log type These are the valid types: stderr (log to standard error channel) file (log to the file given by --logfile) Default is stderr --loglevel LEVEL set the loglevel Valid levels are: emergency, alert, critical, error, warning, notice, info and debug Default is "warning". EXAMPLES
The simplest usage of this program is: hbcixml2 show -j JobDialogInit This shows the properties used by the job "JobInit". Other example: hbcixml2 show -t seg -j Balance shows the response segment of a JobGetBalance. FILES
/usr/share/aqbanking/backends/aqhbci/hbci.xml This file is used by AqBanking to construct HBCI messages. BUGS
Probably lots, please post them to the mailing list (see Resources below) when you find them. RESOURCES
On the AqBanking mailing lists[1] you can give kudos to the developers or get answered your questions. COPYING
Copyright (C) Martin PreuB. Free use of this software is granted under the terms of the GNU General Public License (GPL). The manpage was composed by Micha Lenk and converted by the nifty tool AsciiDoc into a manpage. AUTHOR
Micha Lenk <micha@lenk.info> Author. NOTES
1. AqBanking mailing lists http://lists.aqbanking.de/cgi-bin/mailman/listinfo/aqbanking-user 12/09/2012 HBCIXML3(1)

Check Out this Related Man Page

SEIVOTS-SUMMARY(1)					      General Commands Manual						SEIVOTS-SUMMARY(1)

NAME
seivots-summary - summarize seivot output files SYNOPSIS
seivots-summary [--config=FILE] [--dump-config] [--dump-memory-profile=METHOD] [--dump-setting-names] [--generate-manpage=TEMPLATE] [-h] [--help] [--list-config-files] [--log=FILE] [--log-keep=N] [--log-level=LEVEL] [--log-max=SIZE] [--log-mode=MODE] [--no-default-configs] [--output=FILE] [--version] [FILE]... DESCRIPTION
seivots-summary reads some benchmark result files created by summain(1), and produces summaries of them in tabular form, making it easy to compare results from different benchmark runs. OPTIONS
--config=FILE add FILE to config files --dump-config write out the entire current configuration --dump-memory-profile=METHOD make memory profiling dumps using METHOD, which is one of: none, simple, meliae, or heapy (default: simple) --dump-setting-names write out all names of settings and quit --generate-manpage=TEMPLATE fill in manual page TEMPLATE -h, --help show this help message and exit --list-config-files list all possible config files --log=FILE write log entries to FILE (default is to not write log files at all); use "syslog" to log to system log, or "none" to disable log- ging --log-keep=N keep last N logs (10) --log-level=LEVEL log at LEVEL, one of debug, info, warning, error, critical, fatal (default: debug) --log-max=SIZE rotate logs larger than SIZE, zero for never (default: 0) --log-mode=MODE set permissions of new log files to MODE (octal; default 0600) --no-default-configs clear list of configuration files to read --output=FILE write output to FILE, instead of standard output --version show program's version number and exit EXAMPLE
To summarize all benchmark files: seivots-summary $HOME/obnam/benchmarks/*/*.seivot | less -S SEE ALSO
seivot(1), obnam(1). SEIVOTS-SUMMARY(1)
Man Page