Search found 56 matches
- Mon Nov 04, 2013 8:16 am
- Forum: AccuMUV NCOALink Unlimited Access and ANKLink
- Topic: Reupload to NCOA without Revalidating
- Replies: 0
- Views: 10021
Reupload to NCOA without Revalidating
If NCOALink gets stuck or freezes at RETRY when attempting to upload a database after validation, follow the steps below to manually reupload the file to NCOALink without having to revalidate: 1) Browse to the \AccuZIP6 5.0\iNCOALink directory 2) Rename the .upl file to .ckd 3) Launch AccuZIP6 5.0 a...
- Tue Mar 12, 2013 2:36 pm
- Forum: Printing
- Topic: Default Width for Lines in Label Template
- Replies: 0
- Views: 11759
Default Width for Lines in Label Template
The default width for all lines/field boxes in the Label Designer is set to 5.5" and the fields will expand to this but ONLY IF the "Left Indent" is set to 0.00. If the left indent is not set to 0.00, then the field boxes will not expand.
- Fri Apr 27, 2012 8:11 am
- Forum: AccuMUV NCOALink Unlimited Access and ANKLink
- Topic: Monitor Window Getting Stuck
- Replies: 0
- Views: 11578
Monitor Window Getting Stuck
If the Monitor iNCOALink window is getting stuck and not closing, try the following: -Close out of AccuZIP6 5.0 (you may have to force quit through the Windows Task Manager) -Browse to your Program Files\AccuZIP6 5.0\iNCOALink folder -Delete ALL of the FILES out of that folder (do NOT delete any of ...
- Tue Apr 17, 2012 10:27 am
- Forum: Intelligent Mail Barcode
- Topic: USPS moves IMB Requirement to January 2013
- Replies: 0
- Views: 12529
USPS moves IMB Requirement to January 2013
POSTNET Barcode Discontinuation Proposed On March 2, 2012 the POSTNET™ Barcode Discontinuation proposed rule was posted on the Federal Register website. The proposed rule includes the basis for discontinuing use of POSTNET™ barcodes and allowing only Intelligent Mail® barcodes (IMb™) for automation ...
- Mon Mar 05, 2012 12:00 pm
- Forum: Printing
- Topic: Printer Not Ready Error
- Replies: 0
- Views: 13074
Printer Not Ready Error
If you received the following error message: Printer Not Ready when printing container tags or postal reports, make sure that the Windows Default printer is not the AccuZIP PDF Converter printer driver and that the Default Printer driver is attached to an active port. For example, if the default pri...
- Thu Feb 16, 2012 11:05 am
- Forum: AccuZIP6 Commands
- Topic: Count Characters in a Field
- Replies: 0
- Views: 11790
Count Characters in a Field
If you want to count the number of characters in a particular field, you can run the following command: replace all last with padl(allt(str(len(allt(address)))),3,"0") index on last descending tag mytag *In the above command example, the number of characters in the field ADDRESS will be put into the...
- Thu Jan 19, 2012 3:29 pm
- Forum: AccuTrace Tracking System
- Topic: Out for Delivery Scans - Sunday and Holidays
- Replies: 0
- Views: 10566
Out for Delivery Scans - Sunday and Holidays
If you are questioning why AccuTRACE shows Out For Delivery scans on Sundays and Holidays, this is because the USPS works around the clock, scanning mail and organizing for the carriers. The Stop Scan (Out for Delivery) indicator means that the mail piece is being placed in the carriers box/route to...
- Thu Jan 12, 2012 1:11 pm
- Forum: AccuZIP6 Commands
- Topic: Export from Command window With Certain Fields
- Replies: 1
- Views: 14650
Export from Command window With Certain Fields
To Export from the command window to a TXT Tab Delimited File, create a new Command in AccuZIP by pulling the Edit menu down to Command. Give the command a name in the Save As box and in the Command Statement Syntax box put the following: COPY TO "c:\output.txt" TYPE DELIMITED WITH TAB If you want c...
- Wed Aug 03, 2011 3:45 pm
- Forum: AccuTrace Tracking System
- Topic: Add User ID Info and Redirect URLs to AccuTRACE
- Replies: 0
- Views: 11506
Add User ID Info and Redirect URLs to AccuTRACE
If you would like to add User ID information from your uploaded files to AccuTRACE, in your AccuZIP database put that contact information into a field that you have created called USERPCID . Make sure this field is set to a width of 50 - this is required. To do this, pull the Edit menu down to Field...
- Tue Jun 07, 2011 8:25 am
- Forum: Import/Export
- Topic: Export Presort Sequence Number without Leading Zeros
- Replies: 0
- Views: 11899
Export Presort Sequence Number without Leading Zeros
If you want to export the Sequence number field when exporting a file in Presorted order and you don't want the leading zeros, use the expression below next to the Sequence field in your export setup screen:
Code: Select all
ALLT(PADL(TRANSFORM(VAL(sequence)),7," "))
- Wed Apr 20, 2011 12:31 pm
- Forum: Import/Export
- Topic: Reverse Sequence Number when Presorting in Reverse Order
- Replies: 0
- Views: 11210
Reverse Sequence Number when Presorting in Reverse Order
When presorting your database in Reverse Order, the Sequence number is now reversed as well (the first piece in reverse presorted order will be the last record number in your database, reflecting the actual record number of the piece). Example: If you have 2000 records in your database and you preso...
- Tue Oct 19, 2010 10:42 am
- Forum: Intelligent Mail Barcode
- Topic: PostalOne Help Desk
- Replies: 0
- Views: 11734
PostalOne Help Desk
If you are experiencing issues with PostalOne! or submitting Mail.dat files to the USPS using the batch mode, please use the contact information below: Mail.dat and User Access – Customers that experience issues using Mail.dat to send files to USPS using the batch mode need to contact the desk at 1-...
- Thu Oct 14, 2010 11:32 am
- Forum: Printing
- Topic: 8125 Sections not being completed
- Replies: 0
- Views: 13573
8125 Sections not being completed
The gray areas of the drop ship forms, which used to be filled in automatically by AccuZIP6, are now left blank, per USPS regulations. Post offices were complaining and rejecting mail because the gray areas were being filled in. We checked with the department at the USPS who rules on this matter, an...
- Thu Sep 23, 2010 9:28 am
- Forum: Import/Export
- Topic: Adding "AUTO" to Endorsement Line
- Replies: 0
- Views: 12025
Adding "AUTO" to Endorsement Line
When exporting a Presorted database, if you want to add the word "AUTO" to the endorsement line for Automation pieces, place the following line in the Expression area of the ENDORSE field in th Export Setup Screen:
Code: Select all
IIF("V" $ status_,PADL("AUTO**"+ALLT(Endorse),40,"*"),PADL(ALLT(Endorse),40,"*"))
- Thu Jun 17, 2010 9:41 am
- Forum: AccuZIP6 Commands
- Topic: Running a .bat File
- Replies: 0
- Views: 11779
Running a .bat File
If you would like to run a .bat command in AccuZIP to call an external program, use the syntax below in your Command Statement Syntax:
Replacing the directory, path and .bat file name with your specific details
Code: Select all
RUN /N "C:\DoThis.bat"