Remote printer printing wrongly- problem.

Hi experts,
  I was given a problem as :
We have a nightly job RBUS_SD9400V to print the RA lables in other country's printer.
This runs every night and prints the Ras  which were created that day. From there these are sent to the customer the next day.
We have examples of some Ras which got printed by this job on the day when these were created and again on 08/0/2008. When we print these again we have REPRINT line on these labels. So can you please investigate why the program picked these RA s again. The programs are question is: RSNAST00 and ZADI_SPOOL_REQUEST_TO_PRINTER.
I don't understand from the above description. Can anybody who understood can guide me which program to where to check ?
RSNAST00 is the program for printing ?

Sam  Kumar wrote:>
> Can anybody tell what is the relation between
> RSNAST00 program and
>     NAST     Table ?
output types are configured in NACE trsnaction. So while configuring you will mention the program name form name etc.
So The program which is you mentioned is configured in NACE.
Now coming to RSNAST00
your program will be called dynamically based on the Output type and appliction type.
The below code will call your zprogram dynamically.
PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE
                                                         US_SCREEN
                                                         IF FOUND.

Similar Messages

  • PDF printer has a problem with Safari in "Reader" mode in Windows7

    As shown in the image above. When I try to use the PDF printer to print out a web page in Safari "Reader" mode, the lines near the bottom of each page get squeezed like this. There is no problem with XPS printer. I guess this problem is because of some incorrect settings in Safari or the PDF printer?
    My system is Windows 7 Pro. I am using Acrobat X Pro. The page I am trying to print is http://en.wikipedia.org/wiki/Electronic_band_structure. This problem only happens when the webpage is adjusted into "Reader" mode in Safari.

    Many thanks for your reply!
    I am sorry, I did not make my question clear. I would like to save some web pages only in "Reader" mode, because in this mode all the advertisements are filtered out and the pages look much nicer than the origional layout.
    I first let Safari to active "Reader" by clicking "Reader" button.
    Then I click "Print" button and select Adobe PDF as the printer.
    The problem is the PDF file has something wrong (shown above), and I would like to know how to avoid this problem.

  • Printer prints off the wrong pages - HP Deskjet 3050 all-in-one J610 series

    I have a HP Desket 3050 all-in-one J610 and I am running Windows 7 64-bit.
    I'm trying to print off some pages, first through google chrome and then through adobe reader, and the printer prints off the wrong pages. Eg, I told it to print of pages 41-64 odd only and I got all of the even pages. Now, if I try to print anything off, I get the odd page below and the settings are set to 'print all pages'. It was working fine a week ago and nothing's changed since then.
    I tend to use fast draft paper quality as these are lectures notes and not particularly important, but I have tried the normal quality paper and it does the same thing.
    Could anybody help?

    I am having the same problem as Daviemj with HP Desktop D110.  Really tired of the time it takes to use this printer. Solution?   Does anyone know of a good 3 in 1 printer?

  • Downloaded acrobat reader 11 onto my Mac Book Pro, it can open the file but will not print. Get a message that says PDF cannot be printed, however, I forwarded it to someone else and they could print it, no problem. I called HP and spent an 1hour with the

    downloaded acrobat reader 11 onto my Mac Book Pro, it can open the file but will not print. Get a message that says PDF cannot be printed, however, I forwarded it to someone else and they could print it, no problem. I called HP and spent an 1hour with them and then called Apple support and worked with them for 3 hours. No one can figure it out. Is there something wrong with this version? the pdf was created in 2004. Do I have to pay to get Acrobat?

    Let me give you a slightly different perspective than everyone else here.  You are using an unsecured wireless network, which means that all your network traffic is easily available for viewing by anyone else using that network.  That's bad.  Very bad, for you, unless you absolutely trust everyone who lives within range of this network.  So stop doing it.
    As to the Mac not connecting, wireless networking is simply too complex for any reasonable answer without more information.  There are many possible error points, and as often as not it's the Mac that can connect and the Windows PC that cannot.  Since you can't give us any information about the configuration of the neighbor's network, and can't make any changes to it, we can't do much to help you troubleshoot it.

  • solved Setting up Arch to print to remote cups printer?

    Any useful info on setting up Arch to print to remote cups printer? I did'nt succeed using the Cups Setup guide:
    http://wiki.archlinux.org/index.php/CUPS_Setup
    I have tried the localhost:631 admin interface and kprint. I get  /usr/lib/cups/backend/ipp failure and "stopped with status 22!" errors.
    I will set the cupsd.conf LogLevel to debug2 and post anything needed from those results.
    Brother hl1240 laser on a remote Suse system.
    lynch
    Last edited by lynch (2007-01-28 15:30:17)

    After a bit of searching I have managed to get remote printing to my cups server to work.
    I reference 2 documents that helped me resolve this issue.
    My searches were specific to my Brother hl1240 laser printer, Arch and cups but I think the resolution is general enough to help others who may have a different model of printer.
    http://linuxprinting.org/cups-doc.html
    4.   Install the Foomatic scripts.
    (If you are using a native CUPS Raster driver, or are using a PostScript printer with a PPD from your printer vendor, you probably do not need Foomatic and should skip this step). Download foomatic-rip and foomatic-gswrapper:
    cd /usr/bin
    wget http://www.linuxprinting.org/foomatic-rip
    wget http://www.linuxprinting.org/foomatic-gswrapper
    chmod 755 foomatic-rip foomatic-gswrapper
    ln -s /usr/bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip
    The location of the CUPS filter directory may differ on other installations; look around for it. Also, be sure that your Perl interpreter is in /usr/bin (if not, edit the first line of the scripts).
    http://www.archlinux.org/pipermail/arch … 03203.html
    Here's what solved this for me. I browsed
    http://linuxprinting.org/cups-doc.html and notice the following:
    "Download foomatic-rip and foomatic-gswrapper."
    Well, Arch only seems to supply foomatic-gswrapper, not foomatic-rip. When I
    attempted to install the Arch foomatic-filters package, it complained,
    saying foomatic-gswrapper is already contained in filesystem, with no
    mention at all of foomatic-rip. The foomatic package also failed to install
    foomatic-rip.
    So I downloaded foomatic-rip from the above web site, copied it to /usr/bin,
    where foomatic-gswrapper lives. Then I followed the next set of
    instructions in the above mentioned document:
    chmod 755 foomatic-rip foomatic-gswrapper
    ln -s /usr/bin/foomatic-rip /usr/lib/cups/filter/foomatic-rip
    I was never able to use the http://localhost:631 interface to get printing to work even after:
    [1] installing foomatic-rip and foomatic-gswrapper in the proper directory
    [2] running chmod to make them executable
    [3] creating the link as in the above quote
    [4] running /etc/rc.d/cups restart
    Setting up remote printing with kprint in administrative mode works very well, though.
    This seems to be somthing that needs to be addressed in future releases ( I'm running 0.7.2) or maybe it was fixed in 0.8, though I have not seen mention of it.
    Hopefully this will help someone else with a similar problem.
    lynch

  • Hp laserjet pro m1217nfw and remote desktop printing

    hp laserjet pro m1217nfw and remote desktop printing, is there any issues with said function?

    whats the problerm you are having??

  • MacBook 2006 w/Snow Leopard; HP B210 printer; print problem; error message: One or more components of the HP printing software are corrupted or missing. Reinstalled software but Mac will not cause printer to print.

    ? MacBook 2006 w/Snow Leopard; HP B210 printer; print problem; error message: "One or more components of the HP printing software are corrupted or missing..." Reinstalled software but Mac will not cause printer to print.  My MacBook Pro works fine with same wireless printer.

    Hi ArielAce , thanks for getting back to me!
    I would recommend downloading and running the HP Print and Scan Doctor.
    Please keep me posted!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Unable to communicate with printer; ad hoc problem: Photosmart 6510

    I'm running windows 7 pro and I recently installed the aforementioned printer. Please help. 'HP-setup-73 Photosmart 6510,' the name of the printer, is recognized and able to be connected to in my network wireless connections. Firewalls have been disabled and Installation and network config is already set - at least to my knowledge. But when trying to print something, an error window pops up saying: "Unable to communicate with printer...If you installed this printer by IP address, please update the IP address..." That error message could be irrelavant; Perhaps it's a setting adjustment on the printer side. I don't know, that's why I'm asking.   what should I do to fix this problem?

    Print a Wireless Network Test from the front of the printer (probably the Network or Wireless menu).  Does it indicate that your printer is connected to your network?
    If so, go to Start > All Programs > Hewlett-Packard > [your printer model] > Update IP address.
    If you want a more permanent solution after doing this (so you will not have to do it again), set a static IP address for the printer:
    - Print a Network Config Page from the front of the printer. Note the printer's IP address.
    - Type that IP address into a browser to reveal the printer's internal settings.
    - Choose the Networking tab, then Wireless along the left side, then the IPv4 tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you do not know the range, change the last set of numbers (those after the last '.') to 250
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Enter your router's IP (on the Network Config Page) for the gateway.
    - Enter 8.8.8.8 for the first DNS and 8.8.4.4 for the second DNS.
    - Click 'Apply'.
    Now, shut down the router and printer, start the router, wait, then start the printer.
    After this you may need to redo 'Add a Printer' using the new IP address.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Remote Desktop Printer Redirection Stops Working Randomly on Server 2008 R2

    We have a MS Windows Server 2008 R2 that is used SOLELY as a Terminal Services remote desktop server onto our network. It is used for employees who are off site and need to use the networked company software. VPN works, but is extremely slow for this software.
    Over the past week, the redirected printers function has repeatedly stopped on this server. The employees need this to print to their own local printers. It will eventually restart itself, but after several hours. To get it started faster, I have to restart
    the server.
    I've done this maybe 6 time since last Monday. This has never been an issue before, and I cannot think of any change that may have occurred that could cause this.
    The Event Viewer says this:
    The Remote Desktop license server cannot update the license attributes for user "DrewR" in the Active Directory Domain "XXXX.main". Ensure that the computer account for the license server is a member of Terminal Server License Servers group
    in Active Directory domain "XXXX.main".
    If the license server is installed on a domain controller, the Network Service account also needs to be a member of the Terminal Server License Servers group.
    If the license server is installed on a domain controller, after you have added the appropriate accounts to the Terminal Server License Servers group, you must restart the Remote Desktop Licensing service to track or report the usage of RDS Per User CALs.
    Win32 error code: 0x80070005
    (I inserted the Xs)
    I've never looked at the Event Viewer on this server, but it is littered with messages such as this, and has been for months and months, so if this IS the issue, then it sure took its sweet time affecting anything.

    Hi,
    Initially try to update with the latest rollup for fixing remote desktop printing issue. You can check below link and verify result.
    https://support.microsoft.com/en-us/kb/2647753
    And for the error you can check the related information from beneath article.
    TerminalServices-Licensing 4105 – The Terminal Services license server cannot update the license attributes for user “<UserName>” in Active Directory Domain “<DomainName>”
    https://support.microsoft.com/en-us/kb/2030310
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and d

    I am having trouble printing a PDF document. Whenever I click print nothing happens but when I am printing documents from Word, Excel etc they print without a problem. I've tried printing as image but that did not work. I uninstalled Adobe Reader XI and downloaded Adobe Reader X instead and that still doesn't work. I have Windows 7.

    Hello,
    Please follow the link to troubleshoot the printing issues with Adobe Reader:- Troubleshoot PDF printing | Acrobat, Reader.
    Regards,
    Nakul

  • When I tried to print I had problems.

    I got a new Macbook pro yesterday.  Brilliant!
    I used Time machine to transfer everything.  I'm getting used to most things but
    when I try to print I had problems.
    I downloaded new driver but still no go.
    Help  please!!!
    Kathy

    If you haven't done so already, try resetting the printing system.
    OS X Mavericks: Reset the printing system  also Yosemite

  • Printer shows wrong cartidge for my hp allin one

    Printer shows wrong cartidge for my hp allin one printer.It was working 4 /5 days ago?if noone can help me is there a toll free number i canc all hp without having to pay for it,I posred this 4 times now and nobody has helped me,,,,,,,,I have windows vista and a DX series gateway computer about 7 nonths old now...Well i cant do anything with my printer now??????????

    call 1-800-474-6836.

  • Print Color Management Problem ?

    I have a print color management problem I cannot solve. It reminds me of the print color management problem I had over a year ago when the compatibility conflict between LR and MAC Leopard produced horrible prints. I have Snow Leopard now and been out of the country for some months and yesterday when I tried to make some prints the same problem reemerged. So I downloaded current drivers (and ICCsfor Premium Luster) from Epson and LR 2.6 and spent a good part of the day with Martin Evening's book. I followed (I think) his instructions to make the basic print step by step but the prints still were terrible. My problem is with the color management pop up in the print settings dialog -- it says "color matching" not color management and I cannot check either "no color management " if I want LR to control the process (Kelby)  or check "color sync" if I want my Epson R800 take over. I have no idea where the "color management" pop up went. I'm clueless as usual and probably omitting a step because of frustration or brain numbness. Any help would be appreciated. WJS

    The settings in Lightroom are simple. and contain in the Print Job panel in the Print module. You either select manage in printer (and then select the profile in the printer drivers) or select the profile here and then turn of all colour management in the printer drivers. The second option will usually produce the best results. What you don't want is to have the profile selected in both LR and the printer drivers, so if the driver doesn't have an option to turn of colour management then you may be forced down the first route. However it would be an unusual decision for a printer manufacturer to make drivers that can't turn off colour management, so you may wish to ask how to do it to your printer manufacturer or check the printers handbook.

  • Mac Remote Desktop Printing not working

    I have the following:
    TS 2k3
    Mac 10.5.6 with a AIO 6410 connected via USB
    RDP 2.0 client for the Mac
    I have installed the printer drivers on the server
    The RDP client has the printer associated with it.
    Printing fails. I'm thinking it has to do with the ports associated with the printer driver on the server
    HELP

    Printing on MAC osx never worked for me until i found this tool.
    http://terminalworks.com/remote-desktop-printing/

  • I used to print my photos in my hp psc 2210 printer without any problem. Now it gets stuck towards

    I used to print photos in my HP psc 2210 printer without any problem including the 8X11 enlarged photos, but now it gets caught at the end of the printing resulting in shortened images. Does it have to do with the thickness of the photo paper? It was able to do it before. Are there any adjustments to be made?
    HMC

    Hi,
    It looks like you've tried some of the troubleshooting steps listed in this document, but there are a few more to try first.  Click on the + besides the XP section and follow the steps in order.  See if this helps, if it doesn't I'll look for some more.
    Printer Prints Blank Sheets
    Say Thanks by clicking the Kudos Star in the post that helped you. Please mark the post that solves your problem as Accepted Solution.
    I am employed by HP

  • Multipass F30 has error message "check printer" then "wrong cartridge".

    Multipass F30 has error message "check printer" then "wrong cartridge".  When I open the lid the printhead does not move to center.  Manually moved and replaced cart with 2 new black carts. No change. removed power for 15 minutes. No change. What do I do next?

    Hi DSCkeith,
    It looks like you've already gone through the normal troubleshooting we would do to try and fix this issue.  If what you have tried has not resolved the issue, service would be required.  I recommend using the Contact Us link to get in touch with our support staff.  They can provide any applicable service options.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

Maybe you are looking for

  • Open ODS view in BW 7.4 SP 6

    I have the following doubts regarding Open ODS view in BW 7.4 What is the benefit of Open ODS view over Transient Provider (how they are different from each other) ? Can we use Open ODS view in Composite Provider and Multiprovider ? According to belo

  • Calling a stored procedure with the DI API in 6.5

    Hi, Is it possible to do this? I have the following lines of code...     sSQL = "EXEC sp_AgedDebtForCustomerStatement"     oRecordset.DoQuery sSQL This procedure runs fine in SQL Query Analyzer and the query generator in B1. When I use it in my VB ap

  • I update my ipad and not give me the option to take panoramic photos

    i update my  iPad with th iOS 6 and i cant take panoramic photos, the option no appears. if somebody can helpme i will appreciate. thanks

  • Compressing Audio Files-Help please.

    Will compressing the audio files held on my hard drive in itunes meen that they can still be played as normal and will it have an effect on the synchronization with my ipod.

  • Triggering ERMS work items for SOFM docuemnts

    we have upgraded to SP08 in CRM and when system was up ERMS event linkage in 'CRM_ERMS_WF_CUST' , ERMSSUPRT2MAILRECEIVED was deactivated. and we manually activated later after couple of hours. Now we need to process those 200 emails received to CRM f