Device Data (ttaad3100s000)

Use this session to define the various output devices that are used in an LN environment. The device types to which a print request can be sent in LN are:

  • 打印机
  • 逻辑打印机
  • 附加到文件
  • 改写文件
  • 直接
  • 屏幕
  • Windows 打印机
  • Windows Server 打印机
  • Infor Enterprise Report Printer
  • 外部报表服务
注意

This session contains various options for external reporting through Infor Reporting and Microsoft SQL Server Reporting Services. These options are not described in this help text. For details about the external reporting options in this session, see these guides:

  • Infor Enterprise Server Connector for Infor Reporting Administration Guide (U9750 US)
  • Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Administration Guide (U9656 US)

For every print request to a LN Printer device an intermediate print file "tmpxxxxx" is stored in directory $BSE/tmp.

For a Windows printer the intermediate print file "tmpxxxx.bpf" is not stored in directory $BSE/tmp, but the file will be transferred to the users PC and printed by the LN Windows print program BWPrint.

The session is divided into three parts. You can specify:

  • General device data: for each device you must enter basic properties such as the name, description, type, and character set.
  • Data related to (physical) printers
  • Data related to append and rewrite files

Depending on the device type, you must skip or fill certain fields. For example, if you define a physical printer, you can skip the file-related fields.

 

设备
The output device code.

This device code is a unique code that identifies a printer.

You can choose a unique name for a device, however the name SMTP is reserved for Microsoft Outlook to send the print file directly to e-mail and the name FAX is reserved to print directly to a FAX device.

This code is used by a user to send a report to an output device.

Examples:

  • ASCII (ASCII file)
  • NOTEPAD (NOTEPAD file)
  • D (Display Device)
  • D66 (Display Device 66 lines per page)
  • WINDOWS (Default Windows printer)
  • pnl0133L (Unix printer pnl0133 Landscape)
  • pnl0133P (Unix printer pnl0133 Portrait)
  • pnl0133D (Unix printer pnl0133 Direct)
  • pnl0133W (Windows printer pnl0133)
说明
The description of the output device.

It is a good manner to specify the location of the printer if possible.

Examples:

  • IBM Printer in building X
  • HP Laserjet in room Y
  • Default Windows printer
  • Rewrite to file ASCII format
  • Print to Excel sheet
  • Print to file HTML format
  • Print to Business Objects Enterprise
设备类型
The type of output device.
语言环境
Specifies the name of the Tools Super Set locale. A locale is a collection of the TSS character set definition, the NLS locale for the system and minimum and maximum values for form and database fields. Each locale uses a specific range of (multi-byte) characters of the Tools Super Set (TSS).

The user locale belonging to the user who makes a print request, must be equal to the print locale. If a user tries to select a print device with a locale different from the user locale, the LN system sends an error message and the report will not be printed.

Examples:

  • ISO-8859-1 (Western Europe - 8 bit)
  • GB-SUN (Simplified Chinese Sun)
  • HEBREW-AIX (Hebrew IBM AIX)
注意

If you have a Unicode installation, Infor advises you to leave the Locale field empty if you have chosen Windows Printer as the device type. In that case BWPrint automatically uses the locale of the Windows system.

中间文件使用 XML 格式
If this check box is selected, the intermediate print file in $BSE/tmp is stored in XML format. XML files can be reused by other applications, for example Business Objects Enterprise. See the Argument field for details about printing a LN Report via Business Objects Enterprise.
驱动程序
The printer driver's code.

A printer driver is a file that contains settings, such as control characters, escape sequences, and so on, for a specific printer.

The driver specification is only applicable for Unix printers, printer type "Printer" or "Direct".

For a Windows printer, the printer driver is stored on a local PC or on a Windows Printer Server.

The Unix printer drivers can be found on the Unix file system in directory $BSE/lib/printinf.

This directory contains several one-character sub-directories for each Printer Supplier, see example list below:

  • Directory c - Canon
  • Directory e - Epson
  • Directory h - HP (Hewlett Packard)
  • Directory i - IBM
  • Directory m - Mannesmann
  • Directory s - Siemens

Example printer drivers:

  • hp_lj4 ( HP Laserjet 4 Portrait printer)
  • hp_lj4_lndsc (HP Laserjet 4 Landscape printer)
设备队列
The name of the printer as used by the Unix printer spooler.

The value in the 设备队列 field depends on the value in the 设备类型 field:

  • If Device Type is 打印机 then the Device Queue is the name of the printer as used by the Unix printer spooler (for example, pnl0133)
  • If Device Type is 直接 the print request is not handled by the printer daemon. Therefore the Device Queue is a Unix print command with parameters to carry out the print directly (for example, lp -dpnl0133 -n%d -s %s).
  • If Device Type is Windows 打印机 then the Device Queue is the name of the Windows printer (for example: \\SRV_NLD_DEV2\PNL0133) . If this field is <empty> the default Windows printer of the user is used.
  • For all other Device Types the 设备类型 field is disabled
纸张类型
The paper type loaded in the printer's paper tray.

The Paper Type specification is only applicable for these 设备类型:

  • Printer
  • Logical printer
  • Windows printer
左边距
The left margin for reports sent to a printer.

The Left Margin specification is only applicable for these Device Types:

  • Printer
  • Windows printer
注意

When you print a report, the 选择设备 (ttstpsplopen ) session suggests a left margin. This suggested margin is calculated as follows:

suggested margin = the device margin specified in this field + the report's left margin specified in the Reports (ttadv3130s000) session

自动换页
Specify whether a form feed is sent after each report page.

The Form Feed Every Page check box is only applicable for Device Type: Printer.

If this check box is selected, a form feed is sent to the printer at the end of each report page.

If this check box is cleared, no form feed is sent at the end of the report page. If the page length of the report does not correspond with the page length of the paper type, the report page will be printed over several printer pages.

驱动程序
The Unix printer driver that must be used for device types Rewrite file and File append.

See for details: 驱动程序.

Shell 命令
The program, at operating system level, which is executed before the output is (re) written to a file. For example, this program can be a conversion program to filter the input data.
转换程序
The 4GL Program field is used to define the name of a LN 4GL program, that is used to convert the output of an LN Report to another format. For example to HTML format.

This 4GL Program field is only applicable for the Device Types: Rewrite file and Append to file.

The most important available LN 4GL program to mention here is the conversion program: ttstpconv.

This program is able to convert a LN Report to several formats, for example HTML, RTF, Postscript, etc.

To specify the type of conversion to be done, the program uses Program Arguments, that can be specified in the Argument field.

Another available LN 4GL Program is the CMF (Common Messaging Facility) Print Utility: ttcmfprint.

The ttcmfprint utility is able to send a LN Report to an E-mail address, Fax etc.

The ttcmfprint utility always converts the report to RTF format.

See the Argument field for details about the Conversion Programs.

转换程序的变量
The arguments you can specify here are dependent on the LN 4GL Program, that is specified in the 4GL Program field.

See this table for the possible arguments:

4GL programArgumentDescription
ttstpconvasciiASCII (American Standard Code for Information Interchange) format
ttstpconvhtmlHTML (HyperText Markup Language) format
ttstpconvrtfRTF (Rich Text Format) format (Portrait)
ttstpconvrtf_landscapeRTF (Rich Text Format) format (Landscape)
ttcmfprintoutlook

The report is sent to E-mail recipients using MS Outlook

If using argument outlook then it is mandatory to specify the Device code as SMTP (Simple Mail Transfer Protocol)

The E-mail addresses must be specified in the Path field

ttcmfprintfax

The report is sent to FAX numbers

If using argument fax then it is mandatory to specify the Device code as FAX

Fax numbers must be specified in the Path field

<empty>XML

XML (Extensible Markup Language) used for Business Objects Enterprise

If using argument XML then it is mandatory to select the check box Intermediate File in XML Format

<empty>XML -PRS

The report is sent to Production Reporting Services (PRS).

If using argument XML then it is mandatory to select the check box Intermediate File in XML Format

On a PRS device, you can only print reports that are enabled for Production Reporting, and that are ready for data processing.

For details on PRS, and on the setup of a PRS device, refer to the Business Intelligence 1.3 for ERP LN Production Reporting Services User’s Guide.

<empty>XML -PDF

The report will be converted to PDF format.

If using argument XML then it is mandatory to select the check box Intermediate File in XML Format

You can add the font size: “PFS=9.0”, “PFS=9.5”, “PFS=10“, or “PFS=11”. Specify the font sizes known from Microsoft Word. This functionality is not available when printing to PDF Landscape.

Example of the Argument field:

XML -PDF:acroRd32.exe PFS=11 %s

To display the current number out of the total number of pages on each page, use this argument:

XML -PDF:acroRD32.exe -TP %s
<empty>server=<printer server name> port=<port number for ES Reporting Service>

The report is sent to a Windows Server Printer. For details, refer to Windows printer devices.

Note: You can leave the Argument field blank for a Windows Server Printer, if LN runs on a Windows server. When you send a report, BWPrint is started on the LN server.

<empty>XML -RPT

The report is sent to the LN Report Viewer.

如需更多信息,请参见 To create a Report Viewer device for session-based reports.

Note: You can only use the Report Viewer device to print reports with an XML report design.

<empty>-excel The report is sent to a Microsoft Excel device. You can specify additional parameters.

This functionality is only available for devices of type 外部报表服务.

如需更多信息,请参见 Microsoft Excel devices in the Infor Enterprise Server Administration Guide (U8854 US).

 

The arguments ascii, html and rtf can be appended with :<Client program> to start a program on the client PC for editing the LN Report and can be appended with \<Unix shell script> to filter or modify the Report output file, see the examples in the table below:

ExampleExplanation
asciiCreate ASCII file
ascii:Create ASCII file and start notepad (default)
ascii:notepadCreate ASCII file and activate notepad
ascii\mfax %sCreate ASCII file and send file to mfax
ascii\mfax %s:notepadCreate ASCII file, send file to mfax and activate notepad
ascii:excelCreate ASCII file and activate MS excel
ascii:winwordCreate ASCII file and activate MS Word
rtf:winwordCreate RTF file and activate MS Word
html:winwordCreate HTML file and activate MS Word
html:iexploreCreate HTML file and activate Internet Explorer
postscriptCreate PostScript file. Use a PostScript printer to print the file

 

For some arguments you can specify Parameters behind the argument, see this table:

ArgumentParameterMandatoryExplanation
ascii-uNoLSB UNICODE (16 bit) format
ascii-umsbNoMSB UNICODE (16 bit) format
ascii-win32NoWindows 3.2 format
html-c <company>NoDisplay company name on each HTML page
html-g <logo.gif>No

Display company logo on each HTML page.

The company logo must be in the same directory as the HTML report produced in order for the logo to be displayed with the report.

html-f <fontsize>NoFontsize
XMLserver <server name>YesThe name of the Business Objects Enterprise server
XMLport <port number>YesThe port number on the Business Objects Enterprise server

 

In this table some examples of the arguments and their parameters are shown:

ExampleExplanation
ascii -uCreate ASCII file in LSB UNICODE (16 bit) format
ascii -umsbCreate ASCII file in MSB UNICODE (16 bit) format
ascii -win32:notepadCreate ASCII file in Windows 3.2 format and activate notepad
html -c "MPC Global" -g "CMP.gif" -f 12Create HTML file with company name and logo, fontsize 12
html -c "MPC Global" -g "CMP.gif" -f 12:iexploreCreate HTML file with company name and logo, fontsize 12 and activate Internet Explorer
XML server=cnl01234 port=8999Create XML file and send the file to Business Objects Enterprise server cnl01234 on port number 8999

 

路径
The content of this field depends on the 设备类型. See this table:
Device TypeContent of 路径 field

改写文件

附加到文件

The (default) path of the file you want to create.

If the 转换程序 field contains ttcmfprint then the 路径 field contains the address where the file should be sent. For example, an email address or a fax number. In case of multiple recipients, the field contains multiple addresses separated by semicolons ";".

For example:

设备转换程序转换程序的变量路径
SMTPttcmfprintoutlookjsmith@company-x.com; gbush@president.gov
FAXttcmfprintfax+31 342123456; +40 98765432

 

Printing redesign based on RTF specification 1.9.1 (Used by Microsoft Word 2007/Word 12)

设备转换程序转换程序的变量路径
RTFttstpconvRTF:Winword.exe %s ${HOME}/rtf
RTFA4 ttstpconvRTFL:Winword.exe %s A4 L9 R3 ${HOME}/rtf
RTFLTCttstpconvRTF:Winword.exe %s LTC L3 R3 ${HOME}/rtf
RTFLT ttstpconvRTF:Winword.exe %s LT L3 R3 ${HOME}/rtf

 

Infor Enterprise Report Printer

The URL to connect to the report renderer on the Infor Reporting Services server.

The URL has this format:

http://<Infor Reporting Services server>:<port>/IRServices/reportRenderer.vrf

For details, see the Infor Reporting Designer User Guide.

 

允许更改输出文件
If this check box is selected, you can change the default path and file at run time when you print to a file.
页长
If you send the output to a file, you can enter the page length for the output.
注意
  • You must also define the height of your screen display.

 

Papertype by device
Systems
Starts the 系统 (ttaad0550m000) session.
选择报表服务器
选择设备
Starts the 设备数据 (ttaad3500m000) session.