Check if a generated document can have a unique bar code for tracking.

Is it possible to check if a generated document can have a unique bar code for tracking?......We r using the Adobe Central Output Server 5.5 version on windows xp........

I know of nothing built into the software that is specifically for the purpose of generating a unique value.
External of the server there are a couple things that might work.
1) The source of the data file could create a field in the file that contains a unique value that would be the value for the bar code field. For example, the source program could access a database (Access, SQL, whatever) and grab a numeric field for the value while incrementing the field for the next time. If it isn't practical for the source program to do this, then a "custom agent" could be written that would run prior to printing the form that would do this database access and add the field to the data file before passing it on to the print agent.
2) You could reference the built-in date & time variables (see the Print Agent manual for $date & $time) to use as the value for the variable to be the value for the bar code field. Depending on how long your print job takes to process you could use the time variable that includes the hundredths of a second or not. For example, having the following in the data file:
b ^field UniqueBarcode
b @$date1.@$time3.
would result in a value of
b 05021506511429
for the year (05), month (02), day (15), hour (06), minute (51), second (14), and hundredths (29) of the date & time I typed this in. If you wanted the millenium & century you could just hard-code it by placing "20" in front of the @$date1. reference. Of course, depending on the particular bar code you use, a 14 or 16 digit bar code could be too long for what you want.
One caution with this method, though. If your Central server is set up for processing multiple instances of Central, it would be possible to get duplicates since two (or more) jobs, running in different instances, could start at the same time.

Similar Messages

  • Why can't I download OS X Mavericks? The download option is malfunctioning. I already checked that my mac version can have free upgrade. I click download, but it just doesnt do anything.

    Why can't I download OS X Mavericks? The download option is malfunctioning. I already checked that my mac version can have free upgrade. I click download, but it just doesnt do anything. I went to purchase tab, clicked "download" next to the app but still nothing happens. It's not internet problem because everything else on the app store works. The only thing not working is Mavericks downloading and I don't know why. Please help.

    To install Mavericks, you need one of these Macs:
    iMac (Mid-2007 or later)
    MacBook (13-inch Aluminum, Late 2008), (13-inch, Early 2009 or later)
    MacBook Pro (13-inch, Mid-2009 or later),
    MacBook Pro (15-inch or 17-inch, Mid/Late 2007 or later)
    MacBook Air (Late 2008 or later)
    Mac mini (Early 2009 or later)
    Mac Pro (Early 2008 or later)
    Xserve (Early 2009)
    Your Mac also needs:
    OS X Mountain Lion, Lion, or Snow Leopard v10.6.8 already installed
    2 GB or more of memory
    8 GB or more of available space
    Since Mavericks requires 8GB's or more of free disk space, control click the MacintoshHD icon on your desktop or open the Finder, right or control click startup disk in the Sidebar on the left then click Get Info.
    You'll see Available and Capacity. Make sure there's at least 15% available disk space.
    If installed, disable anti virus software before downloading Mavericks.

  • How i can have only one Apple ID for everything my computer and tab and iphone?

    How I can have only one Apple ID for evrything, my computer Iphone

    Thats how the majority of people use iCloud. All you need to do is sign into the same account on all of your devices.

  • TS1292 The itune car I have has a bar code and numbers underneath, however some of the numbers are missing is there anyway I can use this card

    The itune card I have has a bar code and numbers underneath, however some of the numbers are missing is there anyway I can use this card?

    Hi,
    Here is a Support Article that will help:
    http://support.apple.com/kb/HT6021
    Cheers,
    GB

  • Hello, I'm having trouble getting to the page where I can put in my activation code for my One to One. I keep getting ID or Password error. Have already reset twice- HELP Plz.

    Hello, I'm having trouble getting to the page where I can put in my activation code for my One to One. I keep getting ID or Password error. Have already reset twice… HELP Plz.

    sashaburg wrote:
    Unfortunately Netgear's support isn't very supportive.
    Without Airport set-up, and without wireless connection, I can't talk between macs either.
    Ok, this is a mac question: With the order changed so that the ethernet comes first, why is it still showing my connection to the neighbor's wireless? Am I reading that wrong? OR am I connected to both at the same time? If so, why would it connect twice to the internet?
    Probably because you neighbor has no security on his network. Does his network show a lock like
    If it does he's got security turned on, if there is no lock showing he hasn't turned it on.

  • How to setup 9ias so that we can have different profile to cater for 2 DADs

    Dear Sir,
    How to setup 9ias so that we can have different profile to cater for 2 DADs with the same name pointing to different database.
    For example:
    /pls/users --> pointing to database 1
    /pls/users --> pointing to database 2
    I would like to know, how possible is it.
    Reason being we would like to deploy both our live and demo plsql application on same application server without the need to change all the dad path to:
    /pls/users -- pointing to database 1
    /pls/usersdb2 -- pointing to database 2
    In other words, we would like to preserve the same DAD name in both live and demo application to minimise unnecessary changes to application.
    Please advise.
    Thanks.

    Follow the directions here:
    http://support.apple.com/kb/ht2534

  • ) how can we print the bar code in SAP_SCRIPTS?

    ) how can we print the bar code in SAP_SCRIPTS?

    hi Pavan,
    barcodes wil be generated in the printer itself, if you give <BC>&HD_GEN-MATERIAL_NUMBER&<> then you have a value for "Barcode" .
    Adding Your Own Bar Code:-
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94fc51ea11d189570000e829fbbd/content.htm
    barcodes in SAP
    http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm
    Print Unique Indicator as a Barcode
    The printing of unique indicators of elements (reference numbers of records, case indicators, or document numbers) as barcodes is controlled by SAPscript forms.
    SAP delivers a common SAPscript form based on the SAP barcode type AUFNR for records, cases, documents and incoming post items.
    To create another SAP barcode type, you can copy the SAPscript form RMPS_BARCODE and then adjust it to your own requirements. Then you have to define the new form using the following attribute names in the table SCMGPARAM:
    From within a SAPscript form, a subroutine GET_BARCODE in the ABAP program QCJPERFO is called. Then the simple barcode contained there (‘First page’, ‘Next page’, ‘Last page’) is printed as local variable symbol.
    Definition in the SAPscript form:
    /: PERFORM GET_BARCODE IN PROGRAM QCJPERFO
    /: USING &PAGE&
    /: USING &NEXTPAGE&
    /: CHANGING &BARCODE&
    /: ENDPERFORM
    / &BARCODE&
    Coding of the calling ABAP program:
    REPORT QCJPERFO.
    FORM GET_BARCODE TABLES IN_PAR STUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA: PAGNUM LIKE SY-TABIX, "page number
    NEXTPAGE LIKE SY-TABIX. "number of next page
    READ TABLE IN_PAR WITH KEY ‘PAGE’.
    CHECK SY-SUBRC = 0.
    PAGNUM = IN_PAR-VALUE.
    READ TABLE IN_PAR WITH KEY ‘NEXTPAGE’.
    CHECK SY-SUBRC = 0.
    NEXTPAGE = IN_PAR-VALUE.
    READ TABLE OUT_PAR WITH KEY ‘BARCODE’.
    CHECK SY-SUBRC = 0.
    IF PAGNUM = 1.
    OUT_PAR-VALUE = ‘|’. "First page
    ELSE.
    OUT_PAR-VALUE = ‘||’. "Next page
    ENDIF.
    IF NEXTPAGE = 0.
    OUT_PAR-VALUE+2 = ‘L’. "Flag: last page
    ENDIF.
    MODIFY OUT_PAR INDEX SY-TABIX.
    ENDFORM.
    hope this helps you
    Regards,
    Jayant

  • Can you share the source code for Customer ToughDay stress test tool?

    Hello,
    I would like to try Customer ToughDay tool (http://dev.day.com/docs/en/cq/current/testing/tough-day.html) for load testing of our author instances of CQ5. While I am able to execute the application, the logging with log4j seems to be configured incorrectly.
    Can you share the source code for toughday-5.5.jar?  I think it can be a very good starting point for those of us who are new to CQ5 and need to load test it.
    Thank you!

    Hi,
    I don't believe there are any differences between the two versions. But you can check the source code for the Numeric Limit Test in TestStand\Components\NI\StepTypes\CommonSubsteps. But the main part of the step is the Code Module and this bit the users supplies this.
    What has prompted this question?
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • How can I get a verification code for Photoshop Elements 7 ?

    I CAN NOT GET A VERIFICATION CODE FOR PHOTOSHOP ELEMENTS 7
    SO I CAN SEND EMAIL WITH PHOTO.  WOULD SOMEONE TELL ME HOW
    TO GET THE VERIFICATION CODE. I HAVE TRIED REPEATABLY TO
    ADOBE WITH NO RESPONSE.
    CHARLES TODD
    Email:   [email protected]

    I am talking about that when I try to share a Photo from the Organizer of Photoshop Elements 7
    thru the use of Email attachment, It will not transmit.  I get a message that tells me to enter
    a "Verification Code".  I do not have a verification code and have been unable to get one from adobe.
    This is Photoshop Elements 7 which I bought from Adobe. It was a packet of Photoshop Elements 7
    and Photoshop Premiere Elements 7. Any advice would be appreciate.
    Charles Todd....Email:   [email protected]

  • Select  all and dselect all can any body provide a code for these buttons

    hi
    i have taken 4 buttons for select  all and dselect all  and sort up and sort down can any body provide a code for these buttons.
    thanks

    hi,
    Refer this link...
    code for select_all and deselect_all in modulepool

  • Can i use ms office code for mac air on my macpro instead of purchasing the CD

    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?

    Bibi234 wrote:
    can i use ms office code for mac air on my macpro instead of purchasing the CD?
    Because i just got a new macbook pro and my sister has the macair she purchased ms office for her mac air so i was wondering if i could just use her code or do i have to buy a specific Ms office CD for my kind of mac?
    Office for Mac comes with a single or (for extra cost) a 3 license pack. Unless your sister has multiple user licenses you may not use her code.

  • Can we maintain diff tax codes for one tax condition type in creating CRs

    Hi Gurus,
    Can we maintain diff tax codes for one tax condition type during maintaining of Condition Records. (Taxes)
    For example in VK11 screen for different combination of tax classification for customer and tax classification for material and
    tax codes like P0, P1, P2 etc. If so which tax code will be picked during creation of sales order? Pls help me........
    Regards.......Divakaran

    Hi Karan,
    Yes we can.
    For example you have three tax code
    P0 -- 0% (Fully exempt)
    P1-- 5% (Half tax)
    P2 -- 10% (Full tax)
    Now when you create the condition record then you have to create the three condition record for one condition type
    MWST
    Country -- tax classification of customer -- tax classification of material -- Tax % -- Tax code
    IN  -
    >  0 (Tax exempt) -
    > 1 (Full tax) -
    > 0 -
    >  P0
    IN  -
    > 1 (half Tax ) -
    >1  (Full tax) -
    > 5% -
    >  P1
    IN  -
    > 2 (Full Tax ) -
    > 1 (Full tax) -
    > 10% -
    >  P2
    Hope it helps,
    Regards,
    MT
    Edited by: M T on Mar 23, 2010 4:19 PM
    Edited by: M T on Mar 23, 2010 7:27 PM

  • How can i restore the account code for Hotspot shield?

    I bought the Hotspot shield vpn from iTunes to use it on my iPhone using my credit card . i cant find the email sent to me when i did the purchase, so i dont have the account number to activate my version. also i cant see the settings for application in iphone. how can i restore the account code for Hotspot shield?

    Try this:
    https://www.hsselite.com/support.php#section17
    Regards.

  • My ipod wont let me buy any apps because it says i have an invalid security code for my moms credit card but its the right one. and it also says i owe money for upgrading an app does anyone know how to remove my moms credit card cause i cant figure itout

    my ipod wont let me buy any appps because it says i have an invalid security code for my moms credit card but its the right one. and it also says i owe money for upgrading an app does anyone know how to remove my moms credit card cause i cant figure itout

    To change asccount information see:
    Changing Account Information
    For the code issue this may help.
    iTunes Store: My credit card's security code or zip code does not match my bank's records
    For a standard iTunes account you need a valid payment method even for free apps and app updates.
    What is making it think that you own money for an app upgrade?

  • Where can I find the original code for class in Java API

    I am learning Java programming and wanted to see how professionals handel all cases. Can anyone tell me where I can find the original implementation code for classes in Java API? It would be a great help for me.

    the basic source is where you installed java in a file called java.src, its either in the main dir of one of the sub dirs ( mmm ), contains all the source code for all the classes in the api.

Maybe you are looking for

  • CC apps for PS and Bridge

    CC apps indicated updates for PS CC - PS CC (2014) and Bridge CC.  I activated the updates and everything seemed normal with CC Apps indicating that all three apps were/are up to date. However the three apps do not appear to have been updated.  An in

  • How do I get Itunes to automatically delete nonexistant songs???

    How do I get Itunes to automatically delete nonexistant songs??? I am referring to the songs that remain on itunes after you change their name or directory or whatever. It takes too long to delete individual songs. Is there some sort of plug-in avail

  • Intersecting Layers with alpha problem

    Hi, I have a problem with Motion when two layers intersect. On layer is totally opaque, and the second layer has transparent areas. The problem occurs in areas when the transparent areas intersect with opaque areas. In those regions I get a dark gray

  • Dealing with old AVI files - what is best format for 'master' storage.

    I kept a lot of original AVI footage from the original DV Tapes. I see these as the MASTER material. I also have the same footage on MPG. My new Smart TV will link to ny network and can see the AVI files but not play them. It seems i need to convert

  • JavaServer Faces or Struts - New insights anyone?

    Hello Everyone: JSP or Struts???!! I'm really lost. I've read almost every posting on the subject (on this and other forums), yet, I couldn't come with a solid conclusion (may be only inclinations). I've started developing my very first real-world we