Email conc program output file by using printer driver

Hi ,
we have one interface program which has been scheduled every week.
My req is that after completing successfully/error the interface program i need to send an email to the given email address with output file as attachment.
This should be happened through priter driver.
Could anyone please help me on this.
Thanks,
Malla

Hi Bhaskar,
I appreciate for your reply.
What I am looking for is that without writing any shell script is there any possible solution.
Now I am getting an email without writing shell script but attachment is not coming with the email.
My current process is that
I am registering a printer and when create a driver for this i am giving parametes for command mode as
$ uuencode $PROFILES$.FILENAME $PROFILES$.FILENAME_out|mailx -s $ $PROFILES$.FILENAME [email protected]
I am able to get the email but no attachment.
So Could you please tell me how to do that.
Thanks,
Malla

Similar Messages

  • How to send concurrent program output file as an attachment in the notification mail

    Hi All,
    We are on Oracle apps version - 11.5.10.2
    We have a requirement wherein we need to send the concurrent program output file as an attachment while sending the notification mail to the user.
    Currently we have tried the approach wherein we are specifying the user id in the OPTIONS tab (Notifying the following people) while submitting the concurrent program.
    But using this approach, the user gets only the URL of the output file in the notification mail and not the output file as an attachment.
    Kindly let us know if anyone has incorporated the logic to send the output file as attachment in the notification mail.
    Please Note - We do not want any custom code to be written to send the attachment.
    Any pointers to this will be helpful.
    Regards,
    Shruti

    Hi All,
    We are on Oracle apps version - 11.5.10.2
    We have a requirement wherein we need to send the concurrent program output file as an attachment while sending the notification mail to the user.
    Currently we have tried the approach wherein we are specifying the user id in the OPTIONS tab (Notifying the following people) while submitting the concurrent program.
    But using this approach, the user gets only the URL of the output file in the notification mail and not the output file as an attachment.
    Kindly let us know if anyone has incorporated the logic to send the output file as attachment in the notification mail.
    Please Note - We do not want any custom code to be written to send the attachment.
    Any pointers to this will be helpful.
    Regards,
    Shruti

  • Saving a Text data to a PDF file without using print option

    Hi,
    I want to save a Text to a PDF file. I want to assign the path of the PDF file as a default one.
    If I use Print options, then it ask for the file path at the run time.
    Is there any method to save to a PDF file without using print option in Labview 8.2.
    Regards,
    Raja

    This question comes up a lot. Did you try searching? It depends on the PDF printer driver that you're using. See here, here, here, ...

  • Excuting OS Commands using Printer Driver

    Hello, everyone. I recall reading awhile ago about how one could execute OS commands as a printer driver, for post-processing of Concurrent Program output files, for example.
    Can anyone direct me to some documentation along those lines?
    Thanks,
    --Dave                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I ended up reinstalling the drivers for the Canon from the original CD and that took care of it. Normally I can just copy the PPDs for our particular printers to the PPD folder in the Library/Printers/PPDs folder and it works fine, but for some reason this machine decided it needed everything reinstalled. It's working now.

  • How to Email Concurrent Program Output to Email using Shell Script

    Hi All,
    Have a Nice Day,
    I have a tricky requirement and i was not able to achieve, let me explain my requirement
    I have created a PLSQL Concurrent Program named "Approval Update". This will do update and it display the number of rows updated.
    Now i need to take this concurrent program output and it needs to be send it to the person who submits this program as an email using shell scripts.
    I have referred meta link note as well as some OTN posts but I was not able to achieve this.
    Please help me to complete this As soon as possible, Thanks in advance for your help.
    Let me know if you need more clarifications.
    Regards,
    CSK

    I don't have much idea in shell scripts all i want is, in my shell script i need to get the parent concurrent program output and that needs to be emailed to the intended person.
    Please help to to get the shell script commands for this.I do not have any shell script to share, sorry! If you want the query to get the parent request_id so you can get the log/out file name/location from then please refer to:
    REQUESTS.sql Script for Parent/Child Request IDs and Trace File IDs [ID 280295.1]
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONC_REQ_SUMMARY_V&c_owner=APPS&c_type=VIEW
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_CONCURRENT_REQUESTS&c_owner=APPLSYS&c_type=TABLE -- LOGFILE_NAME & OUTFILE_NAME
    Thanks,
    Hussein

  • Specify the output file path and print name when printing pages

    hi,
    how can i Specify the output pdf file path and print name when i am using the function PrintPagesSilent from AcroAVDoc Object.
    My Code :-
    Acrobat.AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp");

    Dear Irosenth,
    i try with different format (doc, docx,  xls, jpg, bmp and txt) and it working successfully, but it give an random name for the file which saved in default folder for Adobe PDF print.
    you can use the following function:
    private void PrintPDF(string[] inputfilepath){
    foreach (string path in inputfilepath){
    Acrobat.
    AcroAVDoc doc = new Acrobat.AcroAVDoc();doc.Open(path,
    "temp"); 
    Boolean v = doc.PrintPagesSilent(0, ((Acrobat.AcroPDDoc)(doc.GetPDDoc())).GetNumPages() - 1, 0, 0, 1);doc.Close(1);
    and calling it by the following code:
    PrintPDF(System.IO.Directory.GetFiles("c:\\t\\printjob"));
    copy all files that you want to convert in side the mentioned path and run it program, then check the defualt print path for Adobe PDF printer.
    test it and reply me. thanks again

  • Reader wont use print driver on print server

    I recently posted this question on the user forum, my mistake, I know all the really smart people are over here!
    I have developed a print-driver with a very special purpose - it launches an application on the machine on which it is installed - and which also has an electronic signature pad connected to it - and captures a handwritten signature and embeds that into the pdf file just printed, keeping the document in electronic form.
    This means that if someone using computer A wants the person using computer B to sign a document, they just print that document to computer B's shared instance of this print driver. For this to happen, the print driver on the server computer must be used.
    There is an issue of "client-side" rendering implemented by MS since sometime after windows 2000. This can be disabled (at least turned off) and I have done everything I can do to force "server-side" rendering for this print driver.
    However, Reader and Acrobat simply won't honor these settings - in all cases these 2 insist on using the local copy of the driver (which must exist on the local computer too - windows now copies that driver from the server each time the server driver is updated).
    ALL other applications that I've tested faithfully send the document to the server's driver (though they also "exercise" the local driver for some reason, I can see this through logging when it is activated - but I cannot see where/why the printing subsystem is making the decision to forward it on).
    To recap - other applications faithfully "render" using the server's driver on the server machine, Acrobat and Reader render using the client driver on the client machine.
    I am more than willing to develop a print provider, print processor, or port monitor for my print driver - if I knew enough about which one of these is best targeted for this particular problem. It was hair pulling enough to figure out how to do the driver to begin with, this time I'd really appreciate any advice about which one of these I need to tackle rather than spend days developing one realizing I should have developed the other.
    Or ... if there is something I need to set in Reader/Acrobat properties OR something in the print driver itself (which is, BTW, based on MS pscript5, i.e., not monolithic) that I might need to do ?
    Thanks very much for the help
    Nate Clark

    Hi,
    Have you tried the following steps:
    1. Delete the printer from control panel -> printers
    2. Open Services.msc and stop and start the Print Spooler service
    3. Open Print Management(Open command prompt, type in printmanagement.msc or type print management in to the start menu search box)
    4. In Custom Filters -> All Drivers right click the printer driver you want to remove and select Remove Driver Package
    Thanks.

  • Can't see iTunes files after using usb drive for time machine

    I have a usb 1TB drive with my iTunes files on it from my old MacBook, I now have a MacBook Pro OSx 10.9.4 and I set it to be used for TimeMachine. I no longer can see my folders/files. Why and how do I get access to them again? I know they are there just can't get to them.

    Never mind found out that files were never there.

  • File Adapter using Mapped Drive

    Hi Experts
    we are working on a scenario in which we have mapped a drive in our XI system.Now we want to user this drive as our source for file adapter but the file adapter is not able to pick the file and in adapter log error "directory not found" is seen for that file adapter.
    can anyone please help us out.
    Thanks
    Mitesh

    Hi JayaKrishnan
    we tried the way you suggested but it is not working
    we configured the directory in transaction AL11 but when we double click on it it say 'no content inside directory'
    and a doubt more as our file adapter is placed on java stack why do we need a configuration on ABAP stack.
    can you please explain somthing about this.
    Thanks
    Mitesh

  • Files Uploaded using Mapped Drive (UNC) to SharePoint Document library Putting a copy in Recycle Bin , odd SharePoint Behaviour

    Hello All,
    One of my client reported a strange behaviour.
    Client mapped SharePoint document library to local share(UNC, NetWork Map Drive). Opened MS Word on local machine ,saved it to the share on his local machine. The document is saved successfully to SharePoint document library. But at the same time he can
    see a file with same name in Recycle bin and the size of the document in Recycle bin is <1k.
    Does any one know whether it is expected behaviour, why SharePoint putting this 1k file in Recycle bin?
    I tried the same thing on my Dev Environment for both SharePoint 2010 and 2013, in both environments the behaviour is same as my client experience.
    I have seen in forums some other people also experiencing this odd behaviour, but no one knows why.
    any info on this much appreciated.
    Regards,
    Andrew

    Hi Andrew,
    i tried in my environment for 2010 and 2013. The issue doesn't occur.
    Here is what i did.
    1, Create a new mapped drive(\\servername\DavWWWRoot\Shared Documents) for document library
    2, New a Word doc and input some string, save in the mapped drive.
    3, The doc exists in the document library, but no file in Recycle Bin.
    Did i miss something?
    Regards,
    Tom
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to
    other community members reading the thread.

  • Print to Output File

    Hi hope someone can help me,
    Just bought a hp wireless officejet 6500a plus printer.  I cannot get it to print as it goes as far as the final print then a small box comes up saying OUTPUT FILE and wants the output file.  The 'print to file' box in the File print menu is unticked so I am a bit at a loss how to fix it!
    Thanks
    ChristineK

    http://msdn.microsoft.com/en-us/library/cc280502.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • I use iMac desktop. I can't save web pages as PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.

    I solved it for myself: it was my HP smart-web printer crap that was a plug in and add on for firefox that somehow automatically got installed when I upgraded to 5. I disabled both in the add-ons manager, and voila, printing is working.
    It seems there are many things, like this and the Google toolbar, that were screwed by the oddly fast update to 5. Looks like Mozilla didn't give anybody any notice! Must've been some really bad security hole.

  • I use iMac desktop. I can't save web pages to PDF file by using Firefox, but by Safari is fine.

    I'm using Mac OS X 10.6.4. Today, I tried to save my email content as a PDF file. However, I only got a PDF file that have partial content of email. Then I adjust the printer setting and did it again, then I only got a blank PDF file. There was nothing inside. Then I tried to save email as a PDF file by using Safari browser. And I got a complete and sucessful PDF file. I usually save web pages or web mail, online receipt as PDF file by use Firefox. But since I have updated to the new version, there were many problems with my Firefox. I tried to restore all my application and made Firefox in the old 3.6.3 version which I used to have no problem. But now still not working.
    ''Duplicate post, continue [https://support.mozilla.com/en-US/questions/746583 here]''

    hello jlzibell, please go through the troubleshooting steps described at [[Websites say cookies are blocked - Unblock them]].

  • How to find out the BI Publisher Version from the Excel output file

    Hi,
    Can any one tell me How to find out the BI Publisher Version from the Excel output file generated using BI publisher.

    Take a look at it in notepad or a text viewer... it's just a MIME/HTML file...
    Example:
    From: "Created by Oracle BI Publisher 10.1.3.4.0" <>
    Subject: Created by Oracle BI Publisher 10.1.3.4.

  • How to convert concurrent program out files .out file to .txt files in

    Hi
    Trying to know if there is a way to convert the concurrent programs' output files witn '.out' extension to files with extension '.txt'
    thanks
    kp

    Why you want to change the file extension to txt instead of out?
    I believe you cannot do and you are not supposed to change it. Controlling the report output to different types can be done as explained in these docs.
    How to Setup The Report Output to Different Viewer Types in Oracle Applications 11i [ID 184375.1]
    How to Control the Name and the Application that Opens the Concurrent Request Output File on the Client? [ID 316752.1]
    Thanks,
    Hussein

Maybe you are looking for

  • Mid 2011 rebooting by itself

    I have a mid-2011 iMac (2.8GHz i7, 8GB RAM) with a recent installation of Yosemite. I have now had two occurrences where the machine has spontaneously rebooted - both seem to be sleep/hibernate related, though a search of the literature hasn't turned

  • OSB 10.3.1 Outbound File Adapter

    Hi, We have a requirement like, the service will receive an attachment (excel sheet and pdf files) file and store that file in the server. We have created a business service of Messaging service with input as binary and out as none, and we are invoki

  • Run an ABAP program using Data Services/Integrator

    Hi, Its it possible to run an ABAP program from Data serives There is an aBAP program already created , what it does is to move file from working dir to another directrory Can i execute the ABAP prgram from Data Integrator. If it;s possible Any sugge

  • Updated to 9.5.5 version

    A while back I updated to the Reader 9.5.5 and recently, when viewing pdf files and wanting to print, the print screen remains empty ergo I am unable to print the pdf file I'm wanting. This has happened in several areas, different sites, so there is

  • How come every time I try to buy an HD movie, it will only let me purchase SD?

    Just as the title says, every time I try to purchase an HD movie from the iTunes Store, it pops up a window that says I can only purchase SD. It's strange because if I plug an HDMI cord into my computer (when it feels like working), and change my scr