Set several printers as output devices when scheduling a job

Hi experts,
I am working on ECC 6.0. I am scheduling background jobs through sm36 and I must configure 3 different printers as output devices, that is to say the output must go to 3 printers at the same time. I can not find how to do it. Could you please help me ?
many thanks,
Best regards,
Guislain Libessart

Hi,
I am really sorry, about those responses but it is possible. You will have to create a POOL printer for the same.
Goto SPAD
Create a New Printer with
Device type : It should be common for all those actual printer where the printing will happen.
Device Class : Device Pool
(When you set this Device Class It will open one more tab "Device Pool" and the tab "Acces Method" will no more be there)
Goto the "Device Pool" Tab Add the printers to which the print will redirected to. And choose the option "Send to All Devices in Pool".
Now assign this POOL printer to the background job from which you want to print the outout to all those printers.
Regards,
Sanujit

Similar Messages

  • TS3988 Why am i redirected to the page that says "set up icloud on this device" when i click the icloud sign in ? I am positive im signed up

    Why am i redirected to the page that says "set up icloud on this device" when i click the icloud sign in ? I am positive im signed up

    Because you are trying to go to icloud.com using Safari on your iPad.  You have to go to icloud.com from your computer browser.

  • Setting up audio input/output devices

    I'm running AA3 with an Alesis USB 2.0 mixer attached to my computer. I want the mixer to act as my audio input device, and the computer's soundcard to act as the output. Now, when using AA1.5, I could simply set the audio input device as the USB mixer, and the output device as the soundcard, and I could record and playback without any issue. However, when I go to set the mixer as my input device, AA3 also seems to want to make this my output device. I do not want the mixer to act as the output, I want all output to go through the soundcard. How can I make this distinction in AA3? Let me know if you need more information, I'll be happy to provide it.
    Cheers!
    Sean

    >So, while working in AA1.5, I'd arm a track for recording, hit record, and it would record the sound source I plugged into the mixer. Then I'd hit play, and it would play what I just recorded through my speakers, which are hooked into my soundcard. Then, I'd arm a different track for recording, and once I hit record, I would hear the track I'd just recorded playing through my speakers, while recording a new track, which was being brought in through the mixer. I'm still not entirely clear on why this isn't possible in AA3, or if it is, and I'm just missing something.
    That's a different issue. And it's perfectly possible in 3.0, assuming that you have your sound device set up correctly to use ASIO, and Audition's input and output assignments set to use what's available in it. In fact there are more options in 2.0 and 3.0, because if you use the ASIO driver directly, you can use real-time monitoring
    through Audition rather than through the mixer direct path (which is the usual way). The advantage is that you can add channel effects like reverb to the monitor mix, which often helps singers. This only applies to the monitor feed though - what's actually recorded is 'dry', so you still have all of the effects options available afterwards. To use this mode set the monitoring to 'Audition Mix'.
    But however you look at it, the overall monitoring situation works fine - or believe me, just about every user going would have complained about it by now!
    So, you can't really compare AA1.5 and 3.0 from a monitoring point of view - the ASIO situation makes them look somewhat different. 1.5 effectively ignores monitoring - it just uses the Windows APIs and DLLs to record, which is essentially what's provided by the operating system. And that's why it works with any sound device that the OS recognises. But with 2.0 and 3.0 you are entirely reliant on a system that bypasses most of the OS in order to work faster (lower latency).
    One of the snags with this is that a lot of sound device providers that aren't producing what might be described as 'pro' devices - in other words the providers of on-board sound chips, and a few more besides - don't always provide anything like an acceptable ASIO driver for their devices, and that's why ASIO4ALL was developed.

  • Is there a way to have Firefox respect the default audio output device when it has been changed while Firefox is open?

    I have been a Firefox user for many years and I still use it as my primary browser. One problem that has bothered me for years is the fact that when Firefox is open and I change my default audio output device, Firefox doesn't respect that change and continues playing audio through the device that was originally being used. Even if you stop the audio and continue playing, the output device doesn't change.
    Is there any way this can be configured in Firefox? Now if I listen to music online (e.g. Soundcloud) I always use Chrome since it's respects the default audio output device change even while in the middle of playing audio.
    Reproduce:
    1. Start playing audio (e.g. from a YouTube video; HTML5 and Flash are affected)
    2. Change your default audio output device
    3. Audio will continue to play from original output device
    Thanks!

    This is the same issue that has plagued me for years. I always thought that this was a Flash plugin issue, but it does occur on HTML5 as well. A friend of mine verified that this does not occur in Linux, but only on Windows. It would be great to have this fixed, as it's honestly the only thing that's making me use Chrome all the time, as I don't want to have multiple browsers open.

  • How to set input delay and output delay when source Synchronous

    ClkIN is the board clock which is connected to the FPGA. Clkif is the generated clock from ClkIN. The Device's clk come from Clkif. So, how to set input delay and output delay in this scene(within my understand, this is Source Synchronous)?
    The example in many document, the input delay and output delay setting all refer to board clock(within my understand, this is System Synchronous). In that scene, the input delay max = TDelay_max + Tco_max; input delay min = Tdelay_min + Tco_min; the output delay max = Tdelay_max + Tsu; output delay min = Tdelay_min - Th.
    So, I want to know how to set input/output delay in the Source Synchronous.
    In system synchronous, I set input/output delay such as:
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    create_generated_clock -name Clkif -source [get_pins cfg_if/clk_tmp_reg/C] -divide_by 2 [get_pins cfg_if/clk_tmp_reg/Q]
    create_clock -period 40.000 -name VIRTUAL_clkif //make virtual clock
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks VIRTUAL_clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks VIRTUAL_clkif] -max 1.800 [get_ports DOUT]
    *******************************************************************************************

    So, first. Architecturally, the clock that you forward to your external device should not come directly from the clock tree, but should be output via an ODDR with its D1 input tied to logic 1 and the D2 tied to logic 0. This guarantees minimal skew between the output data and the forwarded clock.
    ODDR #(
    .DDR_CLK_EDGE("OPPOSITE_EDGE"), // "OPPOSITE_EDGE" or "SAME_EDGE"
    .INIT(1'b0), // Initial value of Q: 1'b0 or 1'b1
    .SRTYPE("SYNC") // Set/Reset type: "SYNC" or "ASYNC"
    ) ODDR_inst (
    .Q (Clkif_ff), // 1-bit DDR output
    .C (ClkIN_BUFG), // 1-bit clock input
    .CE (1'b1), // 1-bit clock enable input
    .D1 (1'b1), // 1-bit data input (positive edge)
    .D2 (1'b0), // 1-bit data input (negative edge)
    .R (rst), // 1-bit reset
    .S (1'b0) // 1-bit set
    OBUF OBUF_inst (.I (Clkif_ff), .O (Clkif_out));
    This generates an output clock that is the same frequency as your input clock. This is consistent with your drawing, but inconsistent with your constraints - is the forwarded clock a 50MHz clock or a 25MHz clock?
    I will assume your ClkIN goes to a BUFG and generates ClkIN_BUFG.  Your first constraint generates a 50MHz clock on the ClkIN port which will propagate through the BUFG to (among other places) this ODDR.
    create_clock -period 20.000 -name ClkIN -waveform {0.000 10.000} [get_ports ClkIN]
    Assuming your forwarded clock is supposed to be 50MHz, then your 2nd command is close to correct
    create_generated_clock -name Clkif -source [get_pins cfg_if/ODDR_inst/C] -combinational  [get_pins cfg_if/ODDR_inst/Q]
    With this done, you have successfully described the forwarded clock from your design. This is the clock that goes to your device, and hence should be the clock which is used to specify your input and output constraints.
    set_input_delay -clock [get_clocks Clkif] -min 0.530 [get_ports DIN]
    set_input_delay -clock [get_clocks Clkif] -max 7.700 [get_ports DIN]
    set_output_delay -clock [get_clocks Clkif] -min -0.030 [get_ports DOUT]
    set_output_delay -clock [get_clocks Clkif] -max 1.800 [get_ports DOUT]
    If you want to get fancier, you could try adding a set_clock_latency to the forwarded clock to account for the board propagation of the clock
    set_clock_latency -source TDtrace2 [get_clocks Clkif]
    (But I haven't experimented with clock latency on a generated clock and I don't know for a fact that it works).
    Avrum

  • Error when scheduling backup job in OEM

    We have Oracle 11.2 RAC on Redhat Linux. I was creating an customized backup job and get the errorsORA-01476: divisor is equal to zero
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 7544
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 7699
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 8211
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 8342
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 8503
    ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 8570
    ORA-06512: at "SYSMAN.MGMT_JOBS", line 273
    ORA-06512: at "SYSMAN.MGMT_JOBS", line 86
    ORA-06512: at line 1  The backup command is created by OEM as backup incremental level 0 cumulative device type disk filesperset = 5 tag '%TAG' section size  500 M  database;
    backup device type disk filesperset = 500 tag '%TAG' section size  500 M  archivelog all not backed up;
    allocate channel for maintenance type disk;
    delete noprompt obsolete device type disk;
    release channel; Actually using other ommand also get the same error.
    What is wrong? I scheduled backup job before on this server and it worked.

    This may be due to that the schedule frequecy is not set. Make sure Frequency Type and Repeat Every boxes get filled properly.

  • DBA COCKPIT error when scheduling a job

    hi experts
    Iam trying to schedule some jobs in DB13 when i try to add the action i get this error:
    DBA Cockpit Error
    Acces to system SID failed
    Function Unit DB6_PLAN_DD_BATCH
    Reason job error
    iam able to run these jobs externally directly from DBM.
    I have checked some notes 1072066,1057855,927642 and they are all refering to MS SQL Server as the database.Iam running ERP6 on Maxdb 7.6
    Any help appreciated

    hi
    > dbmcli inst_enum
    OK
    7.6.00.35    /sapdb/BT1/db
    dbmcli db_enum
    OK
    BT1     /sapdb/BT1/db                           7.6.00.35       fast    running
    BT1     /sapdb/BT1/db                           7.6.00.35       quick   offline
    BT1     /sapdb/BT1/db                           7.6.00.35       slow    offline
    BT1     /sapdb/BT1/db                           7.6.00.35       test    offline
    xinstinfo BT1-MAXDB
    IndepData           : /sapdb/data
    IndepPrograms       : /sapdb/programs
    Installationpath of serverdb <BT1-MAXDB> not found!
    ERR 20010  RTE      Could not open file /sapdb/data/config/BT1-MAXDB for read, rc = 2
    sdbregview -l
    DB Analyzer         /sapdb/programs    7.6.00.35     32 bit    valid
    Server Utilities    /sapdb/programs    7.6.00.35     32 bit    valid
    PCR 7300            /sapdb/programs    7.3.00.55               valid
    PCR 7301            /sapdb/programs    7.3.01.18               valid
    PCR 7500            /sapdb/programs    7.5.00.37     32 bit    valid
    SAP Utilities       /sapdb/programs    7.6.00.35     32 bit    valid
    Base                /sapdb/programs    7.6.00.35     32 bit    valid
    Redist Python       /sapdb/programs    7.6.00.35     32 bit    valid
    JDBC                /sapdb/programs    7.6.00.30               valid
    Messages            /sapdb/programs    MSG 0.3951              valid
    ODBC                /sapdb/programs    7.6.00.35     32 bit    valid
    Database Kernel     /sapdb/BT1/db      7.6.00.35     32 bit    valid
    Loader              /sapdb/programs    7.6.00.35     32 bit    valid
    SQLDBC              /sapdb/programs    7.6.00.35     32 bit    valid
    SQLDBC 76           /sapdb/programs    7.6.00.35     32 bit    valid
    Fastload API        /sapdb/programs    7.6.00.35     32 bit    valid
    PCR 7403            /sapdb/programs    7.4.03.44     32 bit    valid
    SAP Basis component  SAPKB70011
    db59 there are no errors log says all 4 tests  successfull.

  • How to set dynamic value for field Month when running background job ?

    Dear guys,
    I have a Z* report in our company, in the selection screen there is a period field (Month and Year) and this report running in background job periodically. My Question is how i can set for Month field become dynamic follow month value of date when this report executed ?
    Example :
    When Z* report running in background on 16.04.2008, Month Value will be 04 and when running on 16.05.2008, Month Value will be 05.
    Please advice.
    Regards
    Gunawan

    Dear guys,
    I have a Z* report in our company, in the selection screen there is a period field (Month and Year) and this report running in background job periodically. My Question is how i can set for Month field become dynamic follow month value of date when this report executed ?
    Example :
    When Z* report running in background on 16.04.2008, Month Value will be 04 and when running on 16.05.2008, Month Value will be 05.
    Please advice.
    Regards
    Gunawan

  • FaceTime set Output Device

    Hi guys,
    this question is not specifically related to Yosemite or Handsoff, but I noticed it the first time trying to make phone calls via FaceTime.
    I got a iPhone 5s and a MacBook Pro Retina (Early 2013) – both updated to the latest OS version.
    I was trying to use the new feature of iOS 8 and OS X Yosemite to make a phone call via the iPhone.
    I've connected a 2.1 Soundsystem via Belkin Dock to my Mac and also a USB Headset.
    FaceTime has the possibility to set the audio input device only for this app, but not the output device.
    I would like to change the output device for any FaceTime calls (via iPhone or Internet) to the USB headset.
    Is there a chance to set the audio in/output device app specific?
    I think that it is a common problem, as I cannot imagine that anyone would use the build-in microphone and speakers in any office?!
    Of course I searched for the problem, but didn't find anything useful.
    Kind regards
    caldi

    You can get only a single document preview, I think. I have never tried, but I don´t think that is possible.
    What you see is not the second document preview, but the last document in the batch, is that right?
    You can experiment with the form bundling (bundling the forms when sending them to ADS improves performance), but I don´t think that will help.
    Why do you need to do this "mass preview" anyway? Maybe you should create a tool to help the user display these preview. I am close to HR and can imagine a tool, which is used for mass personal profile forms. I would create a simple report, where you click on the line and get the document preview/ profile of the selected person.
    Imho if you do the "mass" print/ generation, your task is to be fast and you target on the printer. If you work with a single form, then it is like "user-oriented".
    Regards, Otto

  • Output Device Proble,

    HI All,
    When i am generating account statement for 100 customers with method print spool was generating successfully, while printing from spool it is asking output device for each customer i have selected device for 100 times. where we need to change setting for to appear output device only once for all customers.

    Hi Naresh,
    Please try to schedule a job and try to extact the report. It may work.
    Warm regards,
    Murukan Arunachalam

  • 2012 Mac Mini - Using multi-output device?

    I'm trying to get my Mini to output sound over HDMI and the headphone jack. This question has been asked before, but the answer wrongly claimed OSX didn't support it. The Audio MIDI Setup program (in the Utilities folder) does in fact let you set up a multi-output device that uses the headphone and hdmi out. But when I try to output sound with that device, I don't get anything.
    Before I bought this computer, the Apple Store drone claimed this multi-output was possible. But this wouldn't be the first time I've talked to a complete idiot there.

    Some more updates:
    using multi-output and having the line out set as master prevents 5.1 surround from being output on HDMI, which is fine for my use. When I have something plugged into the headphone jack (in my case wireless outdoor speakers) the settings app won't even allow the settings app to choose HDMI as the audio output device, which is also likely why HDMI can't be master in the MIDI app.
    So to get 5.1 surround back for movies I need to unplug whatever's in the headphone jack and change the output device from the multi-output option to HDMI. It's sad my 6 year old PS3 handles this more elegantly and sensibly but at least I don't have to take back my Mini now

  • Cant found the output devices in my macbook

    i just update the new os, but now can't set the output devices on my macbook pro, just show me no output devices found.
    how i can set up?

    What output devices?
    For audio?
    Try resetting the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    BTW, this is the Mac Pro desktop forum

  • How to avoid the screen of selection output device

    Hi all,
    Who can tell me how to avoid the screen selection output device when running a smartform.
    Best regard.

    Hi,
          data: wa_SSFCTRLOP  type SSFCTRLOP.
           wa_SSFCTRLOP-DEVICE = 'PRINTER'.
           wa_SSFCTRLOP-NO_DIALOG =  'X'.
           wa_SSFCTRLOP-PREVIEW = 'X'.
        in the function module
       call function '....
       exporting
       CONTROL_PARAMETERS = wa_ssfctrlop
    regards,
    Santosh Thorat

  • Scheduling a job with multiple output formats.

    Urgent!!
    Basically while scheduling a job in BI Publisher we specify an output format. It can be PDF, CSV, HTML or so… Is there a way to specify more than one output format while scheduling a job.
    Thanks in advance.
    Ashok

    you have to re-publish them.
    for a run, you can have only one output .

  • Output device setting

    hii frnds
    can anybody tell me were can we do the output device setting in sap . i mean when i am trying to print my layout i am not able to print it . but i can c my print preview perfectly . i trying to display my print out with tcode iw32 for work order
    thanx
    rohit

    Hi Rohith,
    When u use Printer LOCL, what is the message you are getting, if you are getting this message 'Spool request (number 0000021635) created without immediate output', then goto Menu-><b>System->Own Spool Request</b>, select the spool and click on the Print Icon in the application tool bar.
    Cheers...
    Santosh.
    <i><b>Reward Points for All Usefull Answers.</b></i>

Maybe you are looking for

  • Completion workflow in extended classic scenario

    Hi gurus, We use extended classic scenario with SRM Server 5.5. In ppoma, each purch org and purch groups has the local and the backend. Vendors are replicated to backend purch org and then also to the local purch org. I have seen that in classic sce

  • IPad will not receive mail with my new email address

    I changed my email address and provider 4 days ago and now my iPad 2 will not receive mail.

  • AII Test Tool

    Hello,         PML messages sent from AutoID test tool do not reach AII. I am trying to send the PACK command. The logs slg1 and all the Queues donot show anything. I am not getting any error messages in the test tool. I have configured the RFC for A

  • Locking pages in Muse

    I am passing on my work to someone to maintain. But I only one them to be able to touch certain pages. Is this possible?

  • Can I switch an idvd 08 movie to idvd 06 format for better editing ?

    In 06 version I seemed to have greater flexibility with adding music where and when I wanted, to a slide show. I cannot seem to fade in and out with music/voice over etc in 08 version like a could in 06? Any suggestions? DId project in iDVD, is this