Release Notes. StreamWeaver Contents

Size: px
Start display at page:

Download "Release Notes. StreamWeaver Contents"

Transcription

1 Release Notes StreamWeaver Technical Support This document contains information about the StreamWeaver release. Complete documentation and global contact numbers can be found on the technical support website at :30 AM to 8:00 PM EST Monday through Friday Knowledge Base Contents What s New Fixed Issues Blog ebs.pbbiblogs.com 1

2 What s New What s New This release contains new and changed Tags and Messages: Tags <ATTACH> <DATAMATRIX> <IMMATTACH> <PDF417> <ATTACH> This new tag in the <FIELD> tag group controls the retention of field values when performing PAGE level processing in the rule file. When a field value is not found on a page, StreamWeaver sets the value to the value on the previous page. To prevent field value retention, add an <ATTACH> tag to the <FIELD> tag group and set the value to No. For more information, see New Tag: <ATTACH> (CR ) and the StreamWeaver Language Reference. <DATAMATRIX> A new parameter was added to this tag to control EBCDIC-to-ASCII translation. The expanded syntax is: <DATAMATRIX> squareyn [errorcorrection encodemode translateyn] If set to Yes, then the contents of the DataMatrix barcode will be translated from EBCDIC to ASCII. If set to No, the contents will remain as is. This fix applies only to StreamWeaver running on the Z/OS platform. For more information, see Invalid PDF417 Barcodes (CR ) and the StreamWeaver Language Reference. <IMMATTACH> This new tag in the <ENVIRONMENT> tag group determines whether or not to keep track of which IMM is applicable to a particular AFP page on input, and ensure that it is applied to that page on output, even if reordered. For more information, see the StreamWeaver Language Reference. 2

3 What s New <PDF417> A new parameter was added to this tag to control EBCDIC-to-ASCII translation. The expanded syntax is: <PDF417> aspect [errorcorrection translateyn] If set to Yes, then the contents of the PDF417 barcode will be translated from EBCDIC to ASCII. If set to No, the contents will remain as is. For more information, see Invalid PDF417 Barcodes (CR ) and the StreamWeaver Language Reference. Messages PDR1505W PDR1506S PDR1507S PDR3211S PDR3232S PDR1505W <COLOR> ignored for MaxiCode. What happened: The <COLOR> tag is specified in a MaxiCode type (<ADDTYPE> X). MaxiCode barcodes are black-and-white only. The <COLOR> tag is ignored. What to do: Remove <COLOR> tag. PDR1506S Invalid <PDF417> parameter %%var1%%. Value must be YES or NO. What happened: You specified a value other than Yes or No for the <PDF417> tag. The invalid value is given. What to do: Specify the parameter for <PDF417> as either Yes (translate the contents of the PDF417 barcode from EBCDIC to ASCII) or No. PDR1507S Invalid <DATAMATRIX> parameter %%var1%%. Value must be YES or NO. 3

4 What s New What happened: You specified a value other than Yes or No for the <DATAMATRIX> tag. The invalid value is given. What to do: Specify the parameter for <DATAMATRIX> as either Yes (translate the contents of the DATAMATRIX barcode from EBCDIC to ASCII) or No. PDR3211S Invalid <IMMATTACH> parameter %%var1%%. Value must be YES or NO. What happened: You specified a value other than Yes or No for the <IMMATTACH> tag. The invalid value is given. What to do: Specify the parameter for <IMMATTACH> as either Yes (keep track of what IMM is applicable to a particular AFP page on input, and ensure that it is applied to that page on output, even if reordered) or No. PDR3232S Invalid <ATTACH> parameter. Value must be YES or NO. What happened: You specified an invalid value for <ATTACH>. What to do: Specify YES or NO. 4

5 Fixed Issues Fixed Issues This release contains fixed issues for the following: Missing Framing Characters (CR ) New Tag: <ATTACH> (CR ) Misplaced Barcode Symbols (CR ) Processing Error with PostScript (CR ) %%SEQUENCE_NO System Variable Error (CR ) Invalid PDF417 Barcodes (CR ) <COLOR> Tag Ignored (CR ) <RESOURCESCAN> Tag Processing Error (CR ) <POSITION> tag with variables not working at PAGE level (CR ) Message PDR2002S: Unable to acquire and copy bytes of memory for Page structure. (CR ) Missing Framing Characters (CR ) Reported Problem: StreamWeaver does not generate the PDR1451W message when POSTNET and PLANET barcodes with missing framing characters are encountered. Change in behavior: The message now correctly displays when missing framing characters are encountered. See the StreamWeaver Messages Reference for more information about this message. This fix applies only to AFP and Metacode print streams. NOTE: POSTNET is scheduled to be obsolete in May New Tag: <ATTACH> (CR ) Reported Problem: StreamWeaver retains previous field values if the value is NULL on a page. The problem occurs when using the field value in PAGE level processing and sorting the data. Change in behavior: To fix this problem, a new <ATTACH> tag is introduced to prevent field value retention when performing PAGE level processing. To prevent field value retention, add an <ATTACH> tag to the <FIELD> tag group and set the value to No. For more information about this tag, see the StreamWeaver Language Reference. 5

6 Fixed Issues A new PDR3232S message has been added in support of this tag. Additional Information: When a field value is not found on a page, StreamWeaver sets the field value to the value on the previous page. In order to add a flexible method for controlling this behavior, a new <ATTACH> tag has been added. To prevent field retention, add an <ATTACH> tag to the <FIELD> tag group and set the value to No. The syntax is: <ATTACH> attachyn The possible values are: YES: If the field is not found on the page, it retains the value from the previous page. NO: If the field is not found on a page, the field value is set to Null. The default is Yes. NOTE: Fields that have the <ATTACH> tag set to No will have Null values if used in a <SIDEPART> or <ADDPART> tag. Misplaced Barcode Symbols (CR ) Reported Problem: PCL 2OF5 barcode symbol of ORIENT 2, 3, and 4 are all misplaced, but the HRI is correctly placed. The problem is that text and drawn barcode PCL command respond different to the Print Direction Command. This defect is not customer-reported, but is a long-standing defect on PCL and Postscript barcodes. Change in Behavior: All barcodes are now drawn correctly as documented. NOTE: If you have written control files that expect the barcode to be placed in the correct position, this version of StreamWeaver may require that you remove these workarounds. 6

7 Fixed Issues Processing Error with PostScript (CR ) Reported Problem: StreamWeaver is unable to process PostScript files with very long records. Change in Behavior: PostScript files with very long records now process successfully. %%SEQUENCE_NO System Variable Error (CR ) Reported Problem: %%SEQUENCE_NO and %%TOT_SEQUENCE_NO have a value 1 greater in the DOCUMENT and PRESORTED sections of the rule file. There will no longer be a discrepancy in these system variables with their values in the PAGE section. Change in Behavior: %%SEQUENCE_NO is now synchronized with PAGE section processing. Additional Information: This change may introduce other issues for rule files created in previous StreamWeaver versions. A discrepancy in %%SEQUENCE_NO between the PAGE section and the DOCUMENT section can still occur if the <PAGERANGE> tag is used. The <PAGERANGE> tag is obsolete so if you are still using this tag, consider removing it from your control files. If you are using %%SEQUENCE_NO or %%TOT_SEQUENCE_NO in the DOCUMENT and PRESORTED sections of the rule file with a previous version of StreamWeaver, you may have different output with version %%FILEMAX_BEGIN currently stays at 1 for each document in the reject file when performing pre-sort. It will be reset to 0 on the second document. Every call to an <OUTPUT> command will increment the sequence number by 1 during an execution of the DOCUMENT section. For example, if the sequence number is examined before a call to the <OUTPUT> command and then examined again immediately after the call, it will have a value 1 greater than the previous value. Previously, the value would remain the same until the next execution of the DOCUMENT section. When a file break occurs, the sequence number will be set to 1 in the DOCUMENT section. Previously, the sequence number equaled the incremented value from the previous file. Invalid PDF417 Barcodes (CR ) Problem Reported: PDF417 produces invalid barcodes when data to be encoded contains binary zeros X'00'. Change in Behavior: StreamWeaver now produces scannable PDF417 barcodes. 7

8 Fixed Issues <COLOR> Tag Ignored (CR ) Problem Reported: The <COLOR> tag on MaxiCode drawing is not supported on all platforms. Change in Behavior: The MaxiCode symbol is black. A <COLOR> tag in the same <ADD> tag group is now ignored. Error message PDR1505W now displays when a <COLOR> tag is encountered in the same <ADD> tag group. <RESOURCESCAN> Tag Processing Error (CR ) Problem Reported: <RESOURCESCAN> processing is not finding all resources. Change in Behavior: <RESOURCESCAN> tag processing now finds all specified resources for all PCL documents. <POSITION> tag with variables not working at PAGE level (CR ) Problem Reported: <POSITION> tag with variables is not working at the PAGE level. If variables were changed in the PAGE section, the new values were not used. Change in Behavior: <POSITION> variables now work as designed. Message PDR2002S: Unable to acquire and copy bytes of memory for Page structure. (CR ) Reported Problem: The input AFPDS file contained an in-line resource group, in addition to embedded resources found within the document structure. StreamWeaver encountered this error on the Z/OS platform when processing the file. Change in Behavior: StreamWeaver now accurately creates all resources files and lists them in the resource log file. NOTE: StreamWeaver issues message PDR3206S if any of the embedded resource names do not comply with Z/OS file naming standards. Z/OS files cannot contain special characters such as a - ). 8

9 2010 Pitney Bowes Software, Inc. CASS, CASS Certified, DPV, elot, FASTforward, NCOA Link, LACS Link, Postal Service, Post Office, POSTNET, RDI, United States Post Office, USPS, United States Postal Service, ZIP Code, and ZIP + 4 are registered trademarks of United States Postal Service (USPS ). This list is not exhaustive of the trademarks belonging to the Postal Service. Pitney Bowes Software is a non-exclusive licensee of USPS for NCOA Link processing. Prices for Pitney Bowes Software products, options and services are not established, controlled or approved by USPS or United States Government. When utilizing RDI data to determine parcel-shipping costs, the business decision on which parcel delivery company to use is not made by the USPS or United States Government. Pitney Bowes Software, Inc. holds a nonexclusive license to publish and sell ZIP + 4 databases on optical and magnetic media. Pitney Bowes Business Insight 4200 Parliament Pl Ste 600 Lanham, MD Main: +1 (301) Sales: +1 (888) Support: +1 (800)

Local Update of Census Addresses (LUCA)

Local Update of Census Addresses (LUCA) Local Update of Census Addresses (LUCA) Version 1.0 GeoEnrichment Table of Contents 1 - Introduction Local Update of Census Addresses (LUCA) 4 Installation 4 2 - Data Layouts Record Format 6 1 - Introduction

More information

Spectrum Miner. Version 8.0. Release Notes

Spectrum Miner. Version 8.0. Release Notes Spectrum Miner Version 8.0 Copyright 2017 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property

More information

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions

Integrated Address Management Solutions. Release Notes. United States United States. Simply Powerful Data Simply Quality Powerful Solutions Integrated Address Management Solutions MailRoom Architect for ToolKit Job Files Architect Release Notes United States United States Simply Powerful Data Simply Quality Powerful Solutions Satori Architect

More information

Spectrum Miner. Version 8.0. Quadstone Metadata Markup Language

Spectrum Miner. Version 8.0. Quadstone Metadata Markup Language Spectrum Miner Version 8.0 Copyright 2017 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are property

More information

MAILERS+4 Quick Start Guide

MAILERS+4 Quick Start Guide Quick Start Guide MAILERS+4 Quick Start Guide Contents System Requirements... 1 Where To Find Help... 2 Online Help User s Guide Online Tutorials Melissa Data Web Site Call Us Toll Free The MAILERS+4 Interface...

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c January Simply Powerful

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c January Simply Powerful Scalable Production Mailing Solutions Satori Presort Satori Presort Release Notes 8.00c.17.01 - January 2015 Simply Powerful COPYRIGHT 2015 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200 Seattle, WA 98101-2676

More information

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil)

How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) How to Download Software or Data Updates from the Pitney Bowes Software estore locations (US/Canada, Latin America and Brasil) Dear valued Pitney Bowes Software customer: Last year we embarked on a new

More information

StreamWeaver What s New? John Lynch StreamWeaver Director of Development

StreamWeaver What s New? John Lynch StreamWeaver Director of Development StreamWeaver What s New? John Lynch StreamWeaver Director of Development 6.4.0 New Features! StreamWeaver Resource Management Doc1 PCE functionality matching Unicode / Double byte support USPS IMB barcode

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 12.0 SP2 Notices Copyright 2018 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other

More information

Match and Location Codes

Match and Location Codes Centrus GeoStan Match and Location Codes Version 28.00 For Windows, UNIX/Linux, z/os April 2015 2015 Pitney Bowes Software Inc. All rights reserved. Pitney Bowes Software Inc. is a wholly-owned subsidiary

More information

INTELLIGENT MAIL IMPLEMENTATION. Lloyd Moss, Senior Product Manager Communications Intelligence

INTELLIGENT MAIL IMPLEMENTATION. Lloyd Moss, Senior Product Manager Communications Intelligence INTELLIGENT MAIL IMPLEMENTATION Lloyd Moss, Senior Product Manager Communications Intelligence Agenda IMB Rules Basic vs. Full Service Implementation with Pitney Bowes Software Products E-Documentation

More information

Data Quality Web Service. Quick Start Guide

Data Quality Web Service. Quick Start Guide Data Quality Web Service Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 31. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 31 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

ADDRESS CHANGE SERVICE

ADDRESS CHANGE SERVICE INTRODUCTION Mailers who claim presort or automation rates for First-Class Mail must demonstrate that they have updated the addresses in their mailing lists within 180 days, or six months, prior to the

More information

Customer Engagement. StreamWeaver. Version Installation Guide

Customer Engagement. StreamWeaver. Version Installation Guide Customer Engagement StreamWeaver Version 7.0.0 Installation Guide US English Edition May 2, 2016 2016 Pitney Bowes Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes

More information

Technology Platform. Spectrum. Version 11.0 SP1. Communications Suite Database Guide

Technology Platform. Spectrum. Version 11.0 SP1. Communications Suite Database Guide Spectrum Version 11.0 SP1 Technology Platform Table of Contents 1 - Introduction Communications Suite 4 Communications Suite Lookup 5 Master Location Data Address Fabric Version Compatibility 5 2 - Data

More information

UNDELIVERABLE AS ADDRESSED MAIL PROCESS FLOW

UNDELIVERABLE AS ADDRESSED MAIL PROCESS FLOW SAN ANTONIO 2018 UNDELIVERABLE AS ADDRESSED MAIL PROCESS FLOW Kai Fisher / May 7 th 2018 The Mailer: Pre-Mailing Activities Mail owners and mail service providers may use Address Management products and

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Release Notes Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Release Notes Information in this document is subject to change without notice and does not represent a commitment on the

More information

BCOCA Frequently Asked Questions. Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture

BCOCA Frequently Asked Questions. Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture AFP Color Consortium BCOCA Frequently Asked Questions Implementation Tips for Producing Bar Codes with the Bar Code Object Content Architecture Version 1.0 Page 1 of 11 Editor: David E. Stone, IBM Corporation

More information

CASS and MASS NCOALink only

CASS and MASS NCOALink only 1 CASS and MASS Address Matching Guidelines and a list of CASS and MASS Certified vendors are available at http://postalpro.usps.com/certifications/cass For assistance, the CASS Department is available

More information

MapMarker Plus 14.2 Release Notes

MapMarker Plus 14.2 Release Notes MapMarker Plus 14.2 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2009 Pitney Bowes Software

More information

Keeping Track of Your Customers

Keeping Track of Your Customers New Move Update Standards Keeping Track of Your Customers 1 Agenda What are the Changes to Move Update? Making the Case for Move Update How to Qualify for Move Update Which Method is Right for You? Questions

More information

Spectrum Optimizer. Version 7.2. Spectrum Optimizer User Guide

Spectrum Optimizer. Version 7.2. Spectrum Optimizer User Guide Spectrum Optimizer Version 7.2 Copyright 2016 Pitney Bowes Software Inc. All rights reserved. MapInfo and Group 1 Software are trademarks of Pitney Bowes Software Inc. All other marks and trademarks are

More information

Optimizing the Intelligent Mail Barcode

Optimizing the Intelligent Mail Barcode Optimizing the Intelligent Mail Barcode Turn a postal mandate into a business-enhancing resource. NOTICE: In the Federal Register dated January 7, 2008, the USPS issued an Advance Notice of Proposed Rulemaking

More information

Experience extraordinary merge/purge power

Experience extraordinary merge/purge power 2017 Experience extraordinary merge/purge power MatchUp Quick Start Guide COPYRIGHT Information in this document is subject to change without notice. Companies, names, and data used in examples herein

More information

Suite Link INTERFACE DEVELOPER LICENSEE PERFORMANCE REQUIREMENTS

Suite Link INTERFACE DEVELOPER LICENSEE PERFORMANCE REQUIREMENTS 1. Purpose 1.1 The purpose of these performance requirements is to establish standard criteria of performance with which USPS requires Suite Link Developer Licensees ( Licensees ) to comply. 1.2 The purpose

More information

How to Reduce mailing Costs: Best Practices for U.S. Businesses

How to Reduce mailing Costs: Best Practices for U.S. Businesses How to Reduce mailing Costs: Best Practices for U.S. Businesses For more information please vist: http://www.pb.com/equipment/ CONTENTS 1.0 Understanding the True Cost of Mailings 1.1 Manual Labor 1.2

More information

433 Prices and Eligibility. 1.0 Prices and Fees for First-Class Mail

433 Prices and Eligibility. 1.0 Prices and Fees for First-Class Mail 433433.1.7 433 Prices and Eligibility Overview 1.0 Prices and Fees for First-Class Mail 2.0 Content Standards for First-Class Mail Parcels 3.0 Basic Standards for First-Class Mail Parcels 4.0 Price Eligibility

More information

MapMarker Plus Desktop Installation Guide

MapMarker Plus Desktop Installation Guide MapMarker Plus 11.0 Desktop Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing.

Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing. Experian Marketing Services is a non-exclusive Licensee of the USPS (United States PostalService ) to provide Full Service NCOA Link processing. It is important to note that not all Service Providers can

More information

MapMarker Plus 14.0 Release Notes

MapMarker Plus 14.0 Release Notes MapMarker Plus 14.0 Release Notes Americas: Phone: 518 285 6000 Fax: 518 285 6070 Sales: 800 327 8627 Government Sales: 800 619 2333 Technical Support: 518 285 7283 www.mapinfo.com 2008 Pitney Bowes Software

More information

MAILCOM Las Vegas GM115. October 2-4, 2017 CRS#: Session: Government Mail: Issues & Solu6ons

MAILCOM Las Vegas GM115. October 2-4, 2017 CRS#: Session: Government Mail: Issues & Solu6ons CRS#: GM115 Session: Government Mail: Issues & Solu6ons Day/Date: Monday, October 2, 2017 Round/Time: Round One, 2:15-3:15pm Presented By: Tina Dickens, EMCM, COR Centers for Medicare & Medicaid Please

More information

MapMarker Plus Developer Installation Guide

MapMarker Plus Developer Installation Guide MapMarker Plus 11.1 Developer Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives. No

More information

The Essential Guide to Intelligent Mail

The Essential Guide to Intelligent Mail The Essential Guide to Intelligent Mail What you really need to know to get up and running quickly www.satorisoftware.com Contents Introduction... 1 What Is Intelligent Mail... 1 Using the Intelligent

More information

Meeting the Move Update Standard Mailstream Matters November 16, 2009 article. TOPIC: Meeting the Move Update Standard

Meeting the Move Update Standard Mailstream Matters November 16, 2009 article. TOPIC: Meeting the Move Update Standard Meeting the Move Update Standard Mailstream Matters November 16, 2009 article TOPIC: Meeting the Move Update Standard CHANGES: Effective November 23, 2008, mailers who claim First-Class Mail commercial

More information

ADVANCED DATA QUALITY DATA DICTIONARY

ADVANCED DATA QUALITY DATA DICTIONARY ADVANCED DATA QUALITY DATA DICTIONARY TABLE OF CONTENTS ADVANCED DATA QUALITY OVERVIEW... 3 ADDRESSMAX... 3 NCOA Link... 3 LACS LINK... 3 DPV TM... 4 DSF 2... 7 ADQ REFERENCE DATABASE.8 HARTE-HANKS CHANGE

More information

SUMMARY: The Postal Service is proposing an amendment of the Mailing. Standards of the United States Postal Service, Domestic Mail Manual, (DMM ) to

SUMMARY: The Postal Service is proposing an amendment of the Mailing. Standards of the United States Postal Service, Domestic Mail Manual, (DMM ) to This document is scheduled to be published in the Federal Register on 07/23/2018 and available online at https://federalregister.gov/d/2018-15549, and on govinfo.gov 7710-12 POSTAL SERVICE 39 CFR Part

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. 8.00c September 2014.

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. 8.00c September 2014. Scalable Production Mailing Solutions Satori Presort Satori Presort Directory Update Release Notes 8.00c.15.00 September 2014 Simply Powerful COPYRIGHT 2014 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200

More information

MailStream Plus. Pre-Release Notes. Release In this release...

MailStream Plus. Pre-Release Notes. Release In this release... MailStream Plus Release 8.3.0 Pre-Release Notes What is included in Release 8.3.0? Is this release required? This release includes enhancements for the April 26, 2015 price changes, fixes to customerreported

More information

Attacking Return-to- Sender Mail from All Directions

Attacking Return-to- Sender Mail from All Directions Attacking Return-to- Sender Mail from All Directions JEFF STANGLE DIRECTOR OF SOLUTIONS POSTAL CONSULTING PITNEY BOWES MANAGEMENT SERVICES ADAM COLLINSON ENGAGEMENT MANAGER POSTAL CONSULTING PITNEY BOWES

More information

Technology Platform. Spectrum. Version Spectrum Visual Insights. Guide

Technology Platform. Spectrum. Version Spectrum Visual Insights. Guide Spectrum Version 12.0 Technology Platform Spectrum Visual Insights Guide Table of Contents 1 - Introduction What is Spectrum Visual Insights? 4 Architecture 5 Key Features 6 2 - Installation Installing

More information

MapMarker Plus 13.2 Release Notes

MapMarker Plus 13.2 Release Notes MapMarker Plus 13.2 Release Notes These Release Notes accompany the MapMarker Plus 13.2 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c March Simply Powerful

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c March Simply Powerful Scalable Production Mailing Solutions Satori Presort Satori Presort Release Notes 8.00c.21.00 - March 2016 Simply Powerful Updated document releases available online. This document is maintained regularly.

More information

February 1, 2011 USPS MAILING SERVICES

February 1, 2011 USPS MAILING SERVICES February 1, 2011 USPS MAILING SERVICES BACKGROUND INFORMATION: Upon the Postal Regulatory Commission s approval, new USPS Mailing Services prices take effect April 17, 2011. Mailing Services include First-Class

More information

Software Vendor Certification for Full Service Unique IMb

Software Vendor Certification for Full Service Unique IMb Software Vendor Certification for Full Service Unique IMb Postal Wizard Guide Version 1.2 Mail Entry & Payment Technology August 2, 2013 The following trademarks are among the many trademarks owned by

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. January 2015.

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Directory Update Release Notes. January 2015. Scalable Production Mailing Solutions Satori Presort Satori Presort Directory Update Release Notes January 2015 Simply Powerful COPYRIGHT 2015 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200 Seattle, WA

More information

Undeliverable As Addressed Mail Best Practices & Solutions

Undeliverable As Addressed Mail Best Practices & Solutions SAN ANTONIO 2018 Undeliverable As Addressed Mail Best Practices & Solutions Kai Fisher May 7 th, 2018 Topics Best Practices in Address Quality It s All About That Data Base That s a Lot of Data Know Your

More information

Pitney Bowes Software

Pitney Bowes Software PITNEY BOWES INC. Pitney Bowes Software Communications Intelligence Products Supported Platforms 04.01.2013 This document contains information about the platforms on which the Communications Intelligence

More information

Undeliverable As Addressed Mail. Process Flow

Undeliverable As Addressed Mail. Process Flow Undeliverable As Addressed Mail Process Flow The Mailer: Pre-Mailing Activities Mail owners and mail service providers may use Address Management and Address Information premailing products and services

More information

InfoPrint ProcessDirector V1.3.1 helps you manage print workflow with flexible control for efficiency and cost-savings

InfoPrint ProcessDirector V1.3.1 helps you manage print workflow with flexible control for efficiency and cost-savings Announcement ZP07-0472, dated November 13, 2007 InfoPrint ProcessDirector V1.3.1 helps you manage print workflow with flexible control for efficiency and cost-savings Key prerequisites...2 Description...2

More information

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c August Simply Powerful

Scalable Production Mailing Solutions. Satori. Presort. Satori Presort. Release Notes. 8.00c August Simply Powerful Scalable Production Mailing Solutions Satori Presort Satori Presort Release Notes 8.00c.15.00 - August 2014 Simply Powerful COPYRIGHT 2014 SATORI SOFTWARE INC. 1301 5th Ave, Suite 2200 Seattle, WA 98101-2676

More information

LACS Link Product Developer Licensee Performance Requirements

LACS Link Product Developer Licensee Performance Requirements 1 General 1.1 The LACS Link data product is provided by USPS to give mailers a tool to obtain converted addresses that are changed from rural-style to city-style addresses or existing city-style addresses

More information

IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage

IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage Software Announcement June 4, 2002 IBM Infoprint Server for iseries V5.2 Transforms Your Output into an e-business Advantage Overview In the old days before e-business it was sufficient to print documents

More information

Nonprofits and Working with the Postal Service

Nonprofits and Working with the Postal Service Nonprofits and Working with the Postal Service CASE Online Speaker Series June 9, 2011 Presented by: Lynne Becker Founding Member National Association of College and University Mail Services Today s s

More information

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically you the list owner.

When a list is provided to APi-Marketing for processing, we will generate the PAF form which will automatically  you the list owner. The USPS is requiring mail list owners to electronically sign a NCOA Processing Acknowledgment Form before Mail Service Providers can run the required National Change of Address software. When a list is

More information

Appendix B Frequently Asked Questions ACS. July 28, 2013 V 1.1

Appendix B Frequently Asked Questions ACS. July 28, 2013 V 1.1 Appendix B Frequently Asked Questions ACS July 28, 2013 V 1.1 The following trademarks are among the many trademarks owned by the United States Postal Service: ACS, CASS, CASS Certified, Certified Mail,

More information

Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities

Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities Software Announcement August 19, 2003 Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities Overview Infoprint Server for iseries

More information

Automated Package Verification (APV) Frequently Asked Questions (FAQs)

Automated Package Verification (APV) Frequently Asked Questions (FAQs) Table of Contents What is APV?... 2 Customer Questions... 2 Disputes/Appeals... 4 How to Pay Postage Correctly... 5 1 What is APV? Automated Package Verification (APV) Automated Package Verification or

More information

Introducing Bulk Mailer 5. Powerfully advanced mailing software. Modern, state-of-the-art interface.

Introducing Bulk Mailer 5. Powerfully advanced mailing software. Modern, state-of-the-art interface. Introducing Bulk Mailer 5 Powerfully advanced mailing software. Bulk Mailer 5 breaks new ground in mail list management software. It is a full-featured, powerfully advanced system that will make your mailing

More information

January 2017 Proposed Structural Changes

January 2017 Proposed Structural Changes January 2017 Proposed Structural Changes Pre Release Document This document describes potential changes under review for the next structural implementation. This document is prepared and based on the knowledge

More information

363 Prices and Eligibility

363 Prices and Eligibility 363 363.1.1.5 363 Prices and Eligibility Overview 1.0 Prices and Fees for Bound Printed Matter 2.0 Basic Eligibility Standards for Bound Printed Matter 3.0 Content Standards for Bound Printed Matter Flats

More information

AMS API Modifications

AMS API Modifications This Modifications document lists the changes to the current Address Matching System Application Program Interface (AMS API) Product. July 30, 2018 The license agreement was updated and current Licensees

More information

PostalOne! System Release Release Notes

PostalOne! System Release Release Notes PostalOne! System Release 45.3.2.0 Release Notes CHANGE 1.1 DEPLOYMENT DATE: SEPTEMBER 24, 2017 PUBLISH DATE: SEPTEMBER 18, 2017 The following trademarks are owned by the United States Postal Service:

More information

MapMarker Plus 13.1 Release Notes

MapMarker Plus 13.1 Release Notes MapMarker Plus 13.1 Release Notes These Release Notes accompany the MapMarker Plus 13.1 release. This provides information on new features, behavioral changes in the software, fixes for customer-reported

More information

Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities

Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities Software Announcement August 19, 2003 Infoprint Server for iseries V5R2 and Infoprint Designer for iseries V1R1 enhancements extend business communications capabilities Overview Infoprint Server for iseries

More information

CFX_BASE64. A Base64 Solution for ColdFusion Users. For Windows, Linux & Solaris. Software Version 3.0. Published 02/12/2003

CFX_BASE64. A Base64 Solution for ColdFusion Users. For Windows, Linux & Solaris. Software Version 3.0. Published 02/12/2003 CFX_BASE64 A Base64 Solution for ColdFusion Users Installation & User Guide For Windows, Linux & Solaris Software Version 3.0 Document cfxbase64.pdf Published 02/12/2003 CFXWorks, Inc. 303 Arbor Green

More information

January 27, 2019 Releases. Release Notes

January 27, 2019 Releases. Release Notes January 27, 2019 Releases PostalOne! System Release 48.0.1.0 January Price Change 2019 Enterprise Payment System Release 3.6.1.0 Package Platform Release 1.6.2.0 Release Notes CHANGE 3.0 DEPLOYMENT DATE:

More information

Delivering Assessment Notices. Electronic Notices & Paper Mail

Delivering Assessment Notices. Electronic Notices & Paper Mail Delivering Assessment Notices Electronic Notices & Paper Mail HOW TO GET ASSESSMENT TO YOUR TAXPAYER? Option A : US Postal Service Option B: Electronic Delivery COST OF EACH Traditional Mail: 50 60 cents

More information

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide

Location Intelligence Geographic Information Systems. MapMarker Plus. Version 30. Installation Guide Location Intelligence Geographic Information Systems MapMarker Plus Version 30 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on

More information

MAILCOM Las Vegas. October 2-4, Session: Everything You Need to Know About Postage

MAILCOM Las Vegas. October 2-4, Session: Everything You Need to Know About Postage MAILCOM Las Vegas October 2-4, 2017 CRS#: PM413 Session: Everything You Need to Know About Postage Day/Date: Wednesday, October 4, 2017 Round/Time: Round Eleven: 1:30-2:30 PM Presented By: Christine Erna,

More information

Weighing Your Options

Weighing Your Options Postage Optimization Position Paper Weighing Your Options Business Mailers Require a Mix of Flexible Postage Evidencing Options The United States Postal Service (USPS ) mandated Digital Meter Migration

More information

Why Use OSU Printing & Mailing Services?

Why Use OSU Printing & Mailing Services? Why Use OSU Printing & Mailing Services? Printing & Mailing Numbers Bulk Mail Pieces Reducing Costs For Our Clients Without proper mail preparation, you could be paying a significant amount more in production

More information

APPENDIX C NCOA Link SOFTWARE DEVELOPER SOFTWARE PERFORMANCE REQUIREMENTS END USER MAILER SOFTWARE

APPENDIX C NCOA Link SOFTWARE DEVELOPER SOFTWARE PERFORMANCE REQUIREMENTS END USER MAILER SOFTWARE NCOA Link SOFTWARE DEVELOPER 1.0 GENERAL The NCOA Link Product is a product that provides mailers with a tool to update and correct mailing lists used for the preparation of mail that will be submitted

More information

USPS Postal Rates 2017

USPS Postal Rates 2017 USPS Postal Rates 2017 Postal Rates Quick Reference...3 Mailing Products First-Class Letters...5 First-Class Large Envelopes (Flats)...6 First-Class Postcards...7 Presorted (First-Class & Standard)...8

More information

PostalOne! System. Release Pre-Release Notes

PostalOne! System. Release Pre-Release Notes PostalOne! System Release 47.2.0.0 Pre-Release Notes CHANGE 4.0 SCHEDULED DEPLOYMENT DATE: MAY 20, 2018 SCHEDULED PRE-RELEASE NOTES PUBLISH DATE: MAY 18, 2018 The following trademarks are owned by the

More information

More Than 44 Million Americans Change Their Addresses Each Year

More Than 44 Million Americans Change Their Addresses Each Year More Than 44 Million Americans Change Their Addresses Each Year Many of them are good customers of yours customers you value and who are important enough for you to use First-Class Mail service. But not

More information

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service

Addressing: Issues & Opportunities for Government Agencies. Jim Wilson Manager, Address Management United States Postal Service Addressing: Issues & Opportunities for Government Agencies Jim Wilson Manager, Address Management United States Postal Service 1 Overview What is a quality address How address validation tools can help

More information

Installing and Running a Data Quality Loqate CASS Address Application

Installing and Running a Data Quality Loqate CASS Address Application Installing and Running a Data Quality Loqate CASS Address Application This use case describes how to install and run a Data Quality (DQ) Loqate address application that supports the Coding Accuracy Support

More information

PostalOne! System. Release Release Notes

PostalOne! System. Release Release Notes PostalOne! System Release 47.2.0.0 Release Notes CHANGE 5.0 DEPLOYMENT DATE: MAY 20, 2018 RELEASE NOTES PUBLISH DATE: MAY 21, 2018 The following trademarks are owned by the United States Postal Service:

More information

Address Correction DPV, NCOA* and Beyond

Address Correction DPV, NCOA* and Beyond Address Correction DPV, NCOA* and Beyond MAILCOM 2002 US 102 MAY 19, 2002 ATLANTIC CITY Buddy Spiegel VP, Anchor Computer Anchor Computer is a non-exclusive licensee of the United States Postal Service

More information

Nonprofits and Working with the Postal Service

Nonprofits and Working with the Postal Service Nonprofits and Working with the Postal Service CASE Online Speaker Series June 9, 2011 Presented by: Lynne Becker Founding Member National Association of College and University Mail Services In collaboration

More information

Stand out from the stack to get your message opened.

Stand out from the stack to get your message opened. Shipping & Mailing Address Management DA80F and DA95F Addressing Printers Stand out from the stack to get your message opened. Professionally print return address and delivery address for all types of

More information

Math for Liberal Studies

Math for Liberal Studies Math for Liberal Studies Many of the ID numbers we have studied need to be represented in a way that is readable by machines While computers can recognize standard numbers, it is much faster and cheaper

More information

If you are familiar with the RDS CASS Certification process, you know that you

If you are familiar with the RDS CASS Certification process, you know that you NCOALINK PROCESSING According to the United States Postal Service (USPS), over 40 million United States residents change their address annually. Probably several of those residents are listed in your database.

More information

Appendix D. Glossary of ACS Acronyms and Terminology. July 28, 2013 V 1.1

Appendix D. Glossary of ACS Acronyms and Terminology. July 28, 2013 V 1.1 Appendix D Glossary of ACS Acronyms and Terminology July 28, 2013 V 1.1 The following trademarks are among the many trademarks owned by the United States Postal Service: ACS, CASS, CASS Certified, Certified

More information

Program Registration Release Release Notes

Program Registration Release Release Notes Program Registration Release 19.1.0.0 Release Notes CHANGE 1.0 SCHEDULED DEPLOYMENT DATE: FEBRUARY 11, 2018 SCHEDULED RELEASE NOTES PUBLISH DATE: FEBRUARY 15, 2018 The following trademarks are owned by

More information

The form must be legible all information except signatures must be printed or typed.

The form must be legible all information except signatures must be printed or typed. 1900 New Highway, Farmingdale NY 11735-1509 Phone: 631.293.6100 Fax: 631.293.4113 As licensees of USPS National Change Of Address (NCOA LinkTM ) service, we are required to provide all NCOA LInkTM customers

More information

Smart Barcoder User Guide

Smart Barcoder User Guide Smart Barcoder User Guide Updated June, 2018 Copyright 2018 Intelligent Mail Barcode Setup Software Table of Contents General User Information... 4 What Smart Barcoder does... 4 Postal Wizard certification...

More information

Getting Smart About Intelligent Mail

Getting Smart About Intelligent Mail Getting Smart About Intelligent Mail Prepare yourself for the most significant postal change in years. NOTICE: The USPS has advised customers that effective January 1, 2009 they will no longer allow mailings

More information

PowerChurch Mailroom Walkthrough

PowerChurch Mailroom Walkthrough View all Knowledge Base articles online at www.powerchurch.com PowerChurch Mailroom Walkthrough The PowerChurch Mailroom is an add-on product which allows you to process Postal address certification and

More information

Mailroom Policies and Procedures

Mailroom Policies and Procedures Contents I. Purpose... 2 II. Scope... 2 III. Policy... 2 III.A. General Procedures... 2 III.A.1. Mail Sorting (Incoming)... 2 III.A.2. Outgoing Mail... 2 III.B. Mailroom Services... 3 III.B.1. Express

More information

Enterprise Payment System (EPS) Release Pre-Release Notes

Enterprise Payment System (EPS) Release Pre-Release Notes Enterprise Payment System (EPS) Release 3.5.0.0 Pre-Release Notes CHANGE 2.0 SCHEDULED DEPLOYMENT DATE: SEPTEMBER 23, 2018 SCHEDULED PRE-RELEASE NOTES PUBLISH DATE: SEPTEMBER 20, 2018 The following trademarks

More information

DesignPro Tools Professional Transformation Suite PageMiner

DesignPro Tools Professional Transformation Suite PageMiner DesignPro Tools Professional 4.00.05 Transformation Suite 9.00.05 PageMiner 5.00.05 Contents DesignPro Tools 4.00.05/Transformation Suite 9.00.05/PageMiner 5.00.05... 4 New Feature... 4 Operating System

More information

ShipRite 2019 Rate Update This is a Critical Update that must be installed by 01/27/2018.

ShipRite 2019 Rate Update This is a Critical Update that must be installed by 01/27/2018. ShipRite 2019 Rate Update 10.19.1 This is a Critical Update that must be installed by 01/27/2018. Overview Time to Download: 25-40 Seconds. Time to apply update: 15-25 minutes. It is recommended you download

More information

Address Information System Products Technical Guide

Address Information System Products Technical Guide Address Information System Products Technical Guide June 2002 NATIONAL CUSTOMER SUPPORT CENTER UNITED STATES POSTAL SERVICE 6060 PRIMACY PKWY STE 201 MEMPHIS TN 38188-0001 (800) 238-3150 122 Address Information

More information

1.0 GENERAL 1.1 PURPOSE

1.0 GENERAL 1.1 PURPOSE 1.0 GENERAL The NCOA Link Product is a product that provides mailers with a tool to update and correct mailing lists used for the preparation of mail that will be submitted to the USPS for acceptance and

More information

Getting Smart About Intelligent Mail

Getting Smart About Intelligent Mail Getting Smart About Intelligent Mail Prepare yourself for one of the most significant postal changes in years. NOTICE: The USPS has advised customers that effective January 2009 they will no longer allow

More information

MapMarker Plus. for Windows v Installation Guide

MapMarker Plus. for Windows v Installation Guide MapMarker Plus for Windows v. 10.2 Installation Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or its representatives.

More information

Customer Information Management. Spectrum Version 12.0 SP1. Technology Platform. Microsoft Dynamics CRM Guide

Customer Information Management. Spectrum Version 12.0 SP1. Technology Platform. Microsoft Dynamics CRM Guide Customer Information Management Spectrum Version 12.0 SP1 Technology Platform Table of Contents 1 - Introduction Microsoft Dynamics CRM Module 4 2 - Integrating Microsoft Dynamics CRM with Spectrum Integrating

More information

Mercateo Catalogue Management for Suppliers

Mercateo Catalogue Management for Suppliers The procurement platform for your business Quick Reference Guide Mercateo Catalogue Management for Suppliers Table of contents Login to the Mercateo Catalogue Management 2 Overview of the Catalogue Update

More information