Open PDFfile being generated from a process ran, directly from a BTN press

Greetings!
Based on some requirements, I designed a process as explained...
User enter some values on the screen, Hit on "SUBMIT & PRINT" a push button. I'm creating a process instance and calling Prcess monitor page then users go thier current isntance gets the output file.
Is there anyway, we could open a window with the actual output PDF file directly after hitting the push button? I dont want to users go throug process monitor screen and etc...
We are on 8.47 Tools. (HRMS).
Can anyone pls give me some hints , if it is possible.
Thanks in advance

James,
The thread you have directed, I tried the function ViewContentURL, it worked. Thanks for your help.
We are thinking the down side of this... in terms of Load on App Server/Process Scheduler Servers.
We are trying to implment this feature for Employee Self Serice to get thier PAY ADVICE. for this we want to use the delivered DDP003.sqr with little customization. We were worried abt once we implment this, there would be atleast 5000 users try to get thier advice in one day especially on the Pay day. We are afraid that would consume whole server resources ultimately may be servers would die.
Do you have any idea to over come this?
Can anyone post some view about Server Load issues?
Thanks in advance.

Similar Messages

  • How to modify the SQL being generated from BC, to fix the issue

    Hi,
    We have seen a strange issue in our implementation.The issue is also reproducible in Vanilla environment.
    In Contact List Applet, if we Query in First Name or Last Name fields in UI, the Query being generated is,showing that, Siebel is Querying for first name in S_POSTN_CON.CON_FST_NAME. This is a normalized column for S_CONTACT.FST_NAME.
    This is causing the performance issue.
    When I check the configuration in Tools for Contact BC's First Name field, it is configured as follows.
    Join = S_CONTACT
    Column = FST_NAME.
    I do not understand, Why it is still querying in S_POSTN_CON.
    Any suggestions on how to fix this issue to make the Query to be performed on S_CONTACT.FST_NAME?
    Regards
    Vamshi

    Hi Vamshi,
    As Robert mentioned, there just happens to be a number of things that need to be analyzed prior to changing the shape of the buscomp that triggers that sql.
    If this siebel performance issue occurs on a production environment, you should certainly look at the performance trend/characteristics of that sql over time and assess its the impact on your business community (...), then carefully identify its -true- root-cause, implement a fix and validate it against a production-like environment in order to verify there is no regression associated with it; once the fix is deployed on your production system, you want to monitor its benefit overtime and on a 24x7 basis…all this may sound very generic yet good practices.
    If you are looking at -effectively- solving this siebel peformance issue (and others...) in a timely manner, best is to have your Siebel Teams 1)use a Siebel-specific performance monitoring software technology built by Siebel Architects (like GMT v1.8.5, more info @ www.germainsoftware.com) that is able to collect 24x7 all the data needed for root-cause analysis(and more..), and 2)have senior siebel architects (like Robert's team) that have successfully solved tones and severe performance and scalability issues for many years, provide technical guidance to your team throughout the resolution process.
    Siebel CRM is a great CRM software solution that is very complex. Every "switch you turn on/off", every customization you built into it may generate performance issues if it is not carefully implemented, optimized, tested...and monitored 24x7 once it is deployed onto your production system.
    Good luck w/ this..
    Regards,
    Yannick Germain
    CEO & Founder
    GERMAIN SOFTWARE llc
    Complete Siebel Performance Monitoring Tool
    21 Columbus Avenue, Suite 221
    San Francisco, CA 94111, USA
    Cell: +1-415-606-3420
    Fax: +1-415-651-9683
    [email protected]
    http://www.germainsoftware.com

  • Open report file generated from AfterReport trigger fails

    Hi,
    I generate reports files using rwrun.exe.
    In order to know if my report file has been generated without error, I call TEXT_IO.FOpen(..., 'r') into my afterreport to see if any file has been generated.
    It works fine under win2000 but not under Solaris 5.8.
    The report file is generated but for some strange reason TEXT_IO.FOpen( ) generates a non oracle exception -302000.
    Any idea about what happens and how to fix that?
    Thanks,
    Manu

    Hi Sripathy,
    Thanks for your answer.
    In the afterreport trigger, I just open my file as read only to see if it's there.
    The process has just created the file, so, it should be able to open it just to read.
    Anyway, I checked the rights on the file and they are Ok.
    Actually, I think it's a problem with the OS because sometimes, it works fine and the next report, it fails.
    Maybe the file is still "locked" by some other process as I try to read it.
    That's a pain to not be able to check if the report went fine from the afterreport trigger.
    Manu

  • Accounting document not being generated from SD

    I have been trying to create billing documents from SD but I am getting this message that says that Accounting document can not be generated. Even when I release to accounting it just says no accounting document generated.

    Could be an issue with account determination (VKOA).  You can analyze via Environment -> Account Determination Analysis -> Revenue Accounts to see what is missing.  Please also search the forum with keywords from your subject line.  There are several messages.  Here is one example.
    No accounting document generated during billing

  • The CG$ASK_COMMIT alert is being generated from designer but from where??

    I am generating oracle forms from designer and the generated form contains an ALERT called CG$ASK_COMMIT. My question is, which generator property, specifies this ALERT?? I have looked everywhere? I am trying to change the alert type, style, wording without modifying the form after generation.
    Any help would be great.
    Thanks in advance,
    Terry

    I don't know if there is preference for it. What we do is put this in the when-new-form-instance:
         l_alert_id := FIND_ALERT('CG$ASK_COMMIT');
         IF NOT ID_NULL(l_alert_id) THEN
            SET_ALERT_PROPERTY(l_alert_id,ALERT_MESSAGE_TEXT,'<your message>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON1, LABEL, '<your label>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON2, LABEL, '<your label>');
            SET_ALERT_BUTTON_PROPERTY(l_alert_id, ALERT_BUTTON3, LABEL, '<your label>');
         END IF;

  • ADDM report not being generated

    I noticed that addm reports are not being generated from last 2 days. So I did the following:
    SQL> exec dbms_workload_repository.create_snapshot;
    BEGIN dbms_workload_repository.create_snapshot; END;
    ERROR at line 1:
    ORA-13516: AWR Operation failed: only a subset of SQL can be issued
    ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 10
    ORA-06512: at "SYS.DBMS_WORKLOAD_REPOSITORY", line 33
    ORA-06512: at line 1
    I got above error. I am not sure what that means. I also ran below SQL:
    SQL> select nam.ksppinm name, val.KSPPSTVL, nam.ksppdesc description
    2 from x$ksppi nam, x$ksppsv val
    3 where nam.indx = val.indx and
    4 nam.ksppinm = '_awr_restrict_mode'
    5 order by 1
    6 ;
    awrrestrict_mode
    FALSE
    AWR Restrict Mode
    What could be the reason that the reports are not being generated anymore

    Check Note:308003.1 - AWR Snapshots Not Generating

  • Can we change the font in the email that is being sent from SAP ?

    Hi,
    I have a requirement where in we need to change the font for the contents in the mail being generated from SAP.
    I am using the FM SO_DOCUMENT_SEND_API1 to send my mail.And the contents are just appened to an internal table as text elements.
    Can we change the font in the email that is being sent from SAP  to Arial 10points?

    E-mails generated with that function module are created in plain text format.  The font that would appear when reading the e-mail would be dependt on the user's setting for the e-mail application (e.g. Outlook).
    To my knowledge, the font cannot be affected during it's creation.
    Hope this sheds some light on your issue.
    -Mark

  • I attempt to open a second window from the icon but it does not open then when firefox is closed it will not reopen because it is still running in processes but no window displayed until you kill the process and then restart firefox.

    I attempted to open a new window from the Firefox icon but nothing happens. I then went on browsing and closed Firefox but was later unable to open it. I checked processes and it was already running but there was no window displayed. I am running Windows 7 Professional.
    This is repeated any time I already have the browser open and wish to open a second instance.

    '''<u>Open a second window (not a second tab, that is different) when Firefox is already running and displayed on the monitor</u>'''
    *Firefox button > New Tab > New Window
    *CTRL+N
    *'''''If using the Menu Bar''''': File > New Window
    **To '''''temporarily''''' display and make choices from the Menu Bar press the ALT key or the F10 key
    **Also see: https://support.mozilla.com/en-US/kb/Menu%20bar%20is%20missing
    '''<u>Firefox "hang on exit"</u>'''
    #Stop the Firefox process:
    #*[http://kb.mozillazine.org/Kill_application Mozillazine - Kill application]
    #*Windows 7 users click [http://www.techrepublic.com/blog/window-on-windows/reap-the-benefits-of-windows-7s-task-manager/2576 here]
    #Why Firefox may hang:
    #*[http://support.mozilla.com/en-US/kb/Firefox+hangs Firefox hangs] (see Hang at exit)
    #*[http://kb.mozillazine.org/Firefox_hangs Firefox hangs (Mozillazine)] (see Hang at exit and Closing Firefox properly)
    #*[https://support.mozilla.com/en-US/kb/Firefox+is+already+running+but+is+not+responding Firefox is already running but is not responding]
    #Use Firefox Safe Mode to find a problem with an Extension or Plugin:
    #*Don't check anything when entering Safe Mode, just continue
    #*If the problem does not occur in Safe Mode it is probably and Extension or Plugin causing the problem
    #*See:
    #**[[Safe Mode]] and [http://kb.mozillazine.org/Safe_Mode Safe Mode (Mozillazine)]
    #**[http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes Troubleshooting extensions and themes]
    #**[http://support.mozilla.com/en-US/kb/Troubleshooting+plugins Troubleshooting plugins]
    #**[http://support.mozilla.com/en-US/kb/Basic+Troubleshooting Basic Troubleshooting]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • My iPhone, iPad and G5 cant open PDF or Word attachments on emails generated from a specific PHP written system.

    I use iPhone, iPad and G5 receiving emails generated from a PHP written system hosted on 1and1.  I cant open PDF or Word attachments on any emails. The attachment's file names are displayed at the bottom of the email with no link.  No problem on Windows Outlook.   Is it me, 1and1 or the PHP system!? Does Apple OS handle email attachments differently to Windows?  Help!?

    Followed your instructions on my iPhone running 4.3.5 and my iPad which is running iOS 5 beta 4...  IT WORKS!
    Thanks a lot!

  • Supress Header and Trailer from being generated and printed

    I am using oracle 9i Reports Builder.
    Is there a way to supress the header and trailer pages from being generated and printed.

    Increase the marigin size to zero size header and trailer in the layout editor and then run the report.

  • SVG file that generated from GIS cannot opened perfectly, but in IE work perfect

    this SVG cannot open in Mozilla, but work perfect in Internet Explorer...
    please cek....
    http://teras.or.id/view1.svg
    the svg generated from GIS Application
    what solution of this?
    Thanks...
    == This happened ==
    Every time Firefox opened

    Thanks for help and advice....
    so... i think so...the code not compatible...
    about 6 MB... me and my friends will try to find some way to reduce it...
    thanks for advice.... i am newbie and must have much learn...
    for a while i use this trick like screenshot....

  • Preventing .jpeg files from being generated/saved

    I'm trying to capture a graph on the front panel into an .html file using the case structure in the attached .vi.  The case structure works but I keep getting  a jpeg file in the form of CT0327xxxxxxx.jpeg saved in the C:\vibration data directory each time a capture is performed.  How do I keep this image from either being generated or saved?  Thanks in advance.
    Message Edited by GSO on 09-12-2007 10:33 AM

    Sorry. Here it is.
    Message Edited by Dennis Knutson on 09-12-2007 11:18 AM
    Attachments:
    Append Image.PNG ‏46 KB

  • When are Workflows generated from Integration Processes?

    Hi Friends
    When are Workflows generated from Integration Processes?
    regards
    Sam

    Hello Samuel,
    Workflows are build in ABAP engine when you implement your Integration Scenario. So with each Int. Szen. saved in Int. Repository you will get your ABAP workflow in the ABAP stack.
    When starting the Integration scenario the workflow history/log in ABAP stack is filled with the first step within your Integration Scenario which is placed after your Start step and using an internal workflow process step.
    So you won´t find here explicitly documented send and receive steps in the workflow log (SXMB_MONI_BPE) but transform steps, decision steps etc.... .
    Send and receive steps are displayed in SXMB_MONI connected to PI partner (process engine).
    So when starting with using BPM it is a little bit confusing to understand how to read both logs and put their information together.
    regards
    Dirk

  • I am being blocked from my "favorites"on my iPad 2 with the following....... You are not authorized to open this file. What do I need to do

    I'm being blocked from my favorites on my iPad 2 with the following........... You are not authorized to open this file. What do I do?

    I'm not sure whether you have tried the "usual" things:
    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Command+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    * "3-bar" menu button (or Tools menu) > Options > Advanced
    * Firefox menu > Preferences > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * classic Tools menu > Page Info > Security > "View Cookies"
    In the dialog that opens, you can remove the site's cookies individually.
    Then try reloading the page. Does that help?
    In case one of your extensions is involved, could you test the page in Firefox's Safe Mode? That's a standard diagnostic tool to deactivate extensions and some advanced features of Firefox. More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using either:
    * "3-bar" menu button > "?" button > Restart with Add-ons Disabled
    * Help menu > Restart with Add-ons Disabled
    Not all add-ons are disabled: Flash and other plugins still run
    After Firefox shuts down, a small dialog should appear. Click "Start in Safe Mode" (''not'' Reset).
    Any difference?

  • Elements don't open the TIFF which generated from Aperture

    Hello
    I use Mac OS X 10.6.8 with Aperture 3.2.2 and Elemets 10 on a MBP 17" 2,8 GHz Intel Core 2 Duo.
    When I use in Aperture a RAW to edit it in Elements there is no pictute in Elements.
    The TIFF in Aperture is generated from the RAW and Elements start but there is no picture in Elements.
    When I use an other external Application, for example Preview this works.
    When I use Drag&Drop from Aperture to icon of Elements in dock this works.
    Normal way - with Photoshop CS 3 - on an other Mac with same application works well.
    What can be the reason that Aperture and Elements don't work on my MBP ?
    Regards
    Jochen

    So a year later and now you have me.
    Using PS Elements 10 with Aperture and photos do not Reflect back.
    I open Aperture and ask to edit with PS elements 10 (set up as described here)
    make my edits. when ready to save, i hit "Save"
    The default “save” is IMAGENUMBER .tif BUT at the bottom “Format” it says .tiff  ?????
    I hit save and it does not reflect back in Aperture. However if i change the IMAGENUMBER.tif to IMAGENUMBER.tiff it does reflect back.
    Again I point out if I save it as the default it does not work. (meaning I don’t know where the saved version goes? It does not reflect back in Aperture, It ONLY works if I change it to .tiff or jpeg.
    Thank you, Orly

Maybe you are looking for

  • Pendrive not showing up in desktop

    i recently updated to Yosemite, now my pendrive isnt woking in mac, iphone is working fine bt pendrive gets detected in disk utility bt not showing up in the desktop, i did format the pendrive several times from disk utltiy bt it didnt show up in the

  • Connecting iPhone to Mac Book

    I was wondering if anyone knew how to connect my iPhone to my Mac Book without the use of a router, through WiFi. I want to be able to connect through WiFi but don't want to get a router and was just wondering if anyone knew what I was doing wrong or

  • No audio on frontal speaker

    I can't hear anything on the frontal speaker, I can use the handsfree and a bluetooth handsfree with no problems, even the lower speaker but the one next to the frontal camera doesn't work. I've cleaned the jack connector because it had lint but stil

  • Music begins playing before my external preloader is complete. Can anyone help?

    Hi, I'm hoping someone can help with this. My code for the external preloader is below: (not sure why the odd boxes are showing up) function launchSWF(vBox, vFile):void{ var swfLoader:Loader = new Loader(); //vBox.addChild(swfLoader); var swfURL:URLR

  • Can I clear my recent contacts from the new update?

    When you double click the start button the new update makes the Favorites and Recent Contacts feature pop up at the top.  Is there anyway to clear this or stop it from popping up?