How the FormTrap Server Works

Slides:



Advertisements
Similar presentations
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
Advertisements

1. What is Fax Forwarding? What is Fax Forwarding? Why use it? Why use it?  It will save paper and toner.  It can be distributed electronically. How.
MS Exchange and MS SharePoint Connectors Version
VPS® V1 R8.0 Migration Issues
UIC Data Conversion and Submission via CDX Node Client UIC Database V2 6/16/
FlareCo Ltd ALTER DATABASE AdventureWorks SET PARTNER FORCE_SERVICE_ALLOW_DATA_LOSS Slide 1.
The Internet. Telnet Telnet means using your computer as a terminal. All commands you type are sent to the host computer you are connected to and executed.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
6 th Annual Focus Users’ Conference 6 th Annual Focus Users’ Conference Letterhead Templates, Print Letters/Send s and Workflow Triggers Presented.
Make your messaging reliable use it Messaging. A single and global solution Send, receive and process any type of message through the appropriate channel.
How XSL Formatter works Operation System Requirements How to format GUI for operating on Windows screen Application Integration Interface.
Bring it all together via Automation What is Automation? What is Automation? Why should we Automate? Why should we Automate? How do we enable Automation?
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
Thrive Installation.
L2000 Technical Training 7. I-Functions. Objective  After completion of this module you will be able to demonstrate an understanding of the I-Functions.
Module 14: Configuring Print Resources and Printing Pools.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
GDT V5 Web Services. GDT V5 Web Services Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13  Lake Las Vegas, Nevada GDT.
Create your first presentation Proof, print, and prep for the show You’ve learned the essentials for creating a slide show. Now imagine that your presentation.
Integration with Enterprise Database Systems Tim Sullivan activePDF, Inc.
GDT V5 – New Tools of the Trade. Doug Evans and Detlef Lexut GDT 2008 International User Conference August 10 – 13  Lake Las Vegas, Nevada GDT V5 – New.
An Introduction to CCP4i The CCP4 Graphical User Interface Peter Briggs CCP4.
Allows you to send Baan and ERP Ln Reports by to anyone at anytime, to print and archive, including in nightly jobs B2 Standard 6.5.
Using EBSCOhost databases Access via MyAthens Click on the EBSCOhost link.
Faculty Center for Instructors Roles and Access Faculty Center Features Grade Changes and Approval.
Integrating Crystal Reports with SIGNZ (V3.59, July 2008) Integrating Crystal Reports with SIGNZ (V3.59, July 2008)
Authored by Frank Hamelly, Microsoft MVP Regional Chapters.
Lab 03: Outputs and File Management Soran Bilbas soranbilbas.epu.edu.krd Technical Business Management 4 February 2016.
The Business Source Databases Basic Searching
How to search and how to upload files into sentry file
SI Ad hoc report builder overview
Creating Oracle Business Intelligence Interactive Dashboards
From Baan and ERP Ln to Excel, Word, PDF, HTML, XML & Notepad in one click! B2Win 7.
Operating System.
InterLaser Basic requirements.
Express Customer s in seconds that read like a Reasonable Effort went into generating them.
Online Bill of Lading Printing User Guide
Application Vendor Tool Kit
Licensing Overview.
Outstanding ROI that keeps on growing
Bulk Loading Documents* into Windchill
A Text-Based Application runs your company very successfully, BUT
Spooler Version of QDE (Quick Data Entry)
Please DO View the product PowerPoints
Deploying and Configuring SSIS Packages
barcodes Make these simply, in the same always-running system
Once you are finished, DELETE THIS SLIDE and save your presentation.
QAD Data?? We’ve been dealing with it since 1998, have more than 100 sites and handle it BRILLIANTLY.
Exporting Output Reports to Excel
Printer Admin Print Job Manager
Once you are finished, DELETE THIS SLIDE and save your presentation.
This is the cover slide..
Report Design Windows Innovations 2017
Exploring the Power of EPDM Tasks - Working with and Developing Tasks in EPDM By: Marc Young XLM Solutions
Time Gathering Systems Secure Data Collection for IBM System i Server
for Instructors and Roster Contacts
FormTrap Letter Writing.
QAD Data?? We’ve been dealing with it since 1998, have more than 100 sites and handle it BRILLIANTLY.
8 6 MySQL Special Topics A Guide to MySQL.
Application Vendor Tool Kit
Exploring the Power of EPDM Tasks Working with and Developing Tasks in SolidWorks Enterprise PDM (EPDM) By: Marc Young xLM Solutions
Once you are finished, DELETE THIS SLIDE and save your presentation.
Licensing Overview January 2019.
FormTrap Invoice (Original for Mayne Pharma) Made generic and available where you approve of / like this format invoice.
Enterprise vs Small Business Editions
Licensing Overview May 2019.
Stand-Alone Quick Data Entry QDE
FTForm Plus QDE Form Designer
Presentation transcript:

How the FormTrap Server Works

FormTrap Server Structure FireBird DB Service FormTrap Service Application input via any or all of: LP/LPR Shared Folder Named Pipe Output to: Printer Email (including HTML) Fax or e-Fax File structure (no-charge archive) FormTrap Archive (SQL FireBird DB) Your own process (your unmodied batch programs as services) FTQueue 1 FTQueue 2 FTQueue 3 FTQueue .. FTQueue n

FormTrap Server Structure

FormTrap Server Structure FireBird DB Server FormTrap Server Once a file FINISHES being written to a Queue, Windows alerts FTServer (which is inactive without data). FTServer then: Renames the file Saves it to FireBird Processes the file FTQueue 1 FTQueue 2 FTQueue 3 FTQueue .. FTQueue n

FormTrap File Processing FireBird DB Server FormTrap Server I wrote Sent Name to FTQueue 1 Windows alerts FTServer (when the file is closed). Sent Name FTQueue 1 Please press Enter slowly for the next slide

FormTrap File Processing FireBird DB Server FormTrap Server Windows alerts FTServer (when the file is closed). I wrote Sent Name to FTQueue 1 … and saved to DB File is renamed … FTQueue 1 Sent Name FTNumber

FormTrap File Processing FireBird DB Server FormTrap Server This happens AHEAD of every process FTServer initiates. The recovery file is saved, THEN the process is initiated. The last process saves the last resulting file. Files in transition through processes are recoverable.

The original input is received at one of the iSeries Printer Queues The original input is received at one of the iSeries Printer Queues. The file runs through several Processes before being Replicated to the iSeriesProcessing Queue, where it is output to Print, File (long term archive) and to Email. Recovery pre-process files are saved in the DB.

The file is received (User interface) Converted to UTF-8 format (Western) Run through a filter to add Printer Name (Add-Printer-10)

The file is received (Replication) Extracted to XML (text extract), ready for Format Formatted as PostScript and printed (formtrap ps) Formatted as PDF and filed (formtrap pdf) Formatted as PDF and emailed (formtrap pdf)

Eight individual files are saved to Archive for this one transaction, which enters FormTrap at an equivalent Printer queue, then is output to print, file archive and to email.

Key Features FormTrap Server runs 24/7, it’s always READY Pre-process backup to FireBird DB for ALL PROCESSES Processes are requested, then FormTrap Server EXPECTS a reply from Process, if not, it errors Time until a reply is received defaults to 10 minutes (SMTP Server standards), and can be user-set higher FormTrap Server multi-threads, normally 8 or 16 or 32 processes in parallel (user-set number) Data loss is extraordinary and you need to be doing something unusual – like printing directly for huge jobs – where Process Output overlaps Printing and Printer fails Request the PDF article on FormTrap Server for additional details and commentary

Sales@FormTrap.com Support@FormTrap.com +61 2 8303 2400