How to notify user about concurrent Program Status

Hi,
  I'm calling Concurrent Program in Oracle Apps Adapter from BPEL 11g . I have to pass the mail id as one of the input parameters to concurrent program. I have to notify the status of the concurrent program to that mail id  if it is Success or failure in the EBS itself.
Any suggestions Plz????

Hi Ajay,
   Thanks, for ur reply.. Can u plz tell  how to pass one of the input parameter of concurrent program to that notification?

Similar Messages

  • How to notify user about concurrent Program Status from BPEL

    Hi,
      I'm calling Concurrent Program in Oracle Apps Adapter from BPEL 11g . I have to pass the mail id as one of the input parameters to concurrent program. I have to notify the status of the concurrent program to that mail id  it is Success or failure in the EBS itself.  Is there any jca file properties for this?
    Any suggestions Plz????

    Hi Ajay,
       Thanks, for ur reply.. Can u plz tell  how to pass one of the input parameter of concurrent program to that notification?

  • How Can I Submit A Concurrent Program Using Form Personalizaton?

    How can I submit a concurrent program? Please help!
    Thanks in advance
    PhuTri

    I think the problem in your case coould be that the Concurrent Program you are trying to run has not been registered in the responsibility from which you are runnig it.
    For eg. You are trying to run a program from Inventory Super User responsibility and the request group attached to the responsibility is say 'RG Inventory', but the concurrent program which you are trying to run from your inventory super user responsibility is registered under some other request group say 'RG Order Mangement' which is not attached to the nventory responsibility.
    So register the program under correct request group and see if this helps you.
    Other possibility is that check if you have permission to submit request from that responsibility. You can check this by going to the Menu ->View If the Request menu is disabled then you cannot submit the request.

  • How to know whether a concurrent program (report, procedure) is ......

    Hi All,
    How to know whther a conurrent program (report or package) is "Single OU or Multiple OU".
    OU: Operating Unit
    Any advice appreciated.
    Thanks

    Are you asking how to tell whether a concurrent program can be run for a single Operating Unit in a multi-Operating Unit environment?
    If you are asking about standard Oracle concurrent programs, then I would say that they should all be capable of running for a single OU in a multi-OU environment WHERE the module relates to operating units. For example the HR/Payroll modules do not relate to operating units, but rather business groups and concurrent programs in these modules will be able to be run by business group.
    If you are asking about custom concurrent programs, then I would suggest the easiest way to tell would be to run them and see, although having an Org ID parameter would be a good indication.

  • How to customize the Java Concurrent Program(PO Output for Communication)

    Hi,
    How to customize the Java Concurrent Program(PO Output for Communication)
    I need to add the Line level Ship To Address ,Line Notes and Extended Price fields on Java Concurrent Program.
    Please any body help/guide me in this regard.

    Hi,
    Changing Java Conc. program for "PO Output for Communication" is difficult.
    Actually, if you observe closely, "PO Output for Communication" program uses PO<HEADER/LINES..>_XML views.
    So if you could change these views and add your requireed columns to it, you can automatically see your changes in XML data file.
    See if the following link will you to get there.. http://chandramatta.blogspot.com/
    thanks,
    Matt

  • How to add javaprocedure as Concurrent program in oracle apps environment.

    Hello everyone,
    please accept my apology if iam asking question in a wrong fourm.and guide to correct forum.
    I have a javaprocedure.now i need to register it as a concurrent program in R11 apps env.
    so,in the executable name i have a confusion ..that, should i have to give the function name or the java class name.
    can anyone who registed a javaprocedure in apps evironment...give some idea please .

    java class name (case sensitive)
    How to register and execute Java Concurrent Program ?in Oracle Applications R11i ? [ID 186301.1]
    How To Create a Java Concurrent Program? [ID 827563.1]

  • Notify user about Exception in BPM

    Hi
    I am doing a scenario using BPM async-sync-async bridge (File-RFC-File).
    Now we want to notify user about any exception that occur at R/3 side.
    Can we use Fault message to notify userabout any error occured at R/3 side?
    Or is there any other better way to send notification to user?
    Thanks and Regards,
    Sami

    have a look at this Thread
    Send notification in XI
    useful for you ...
    Regards
    Abhishek

  • How to Email Output of Concurrent Program to set of Users

    Hi Everyone,
    I need to create a Custom concurrent program(Nothing but a PLSQL Program) to email the output of a concurrent program run to a set of users with request id as parameter.
    Please help me...!
    With Regards
    VeeJay

    Do not know Apps - and still have no idea what is implied with a "concurrent" program. Wish that systems/applications will use technology words correctly and appropriately...
    Also, you have not stated what the output is. Is is a text file? A CLOB? A ref cursor? A PL/SQL array? A 32KB varchar2? Something else?
    This output needs to be used to construct the e-mail.
    In order to mail anything you (the e-mail client) need:
    a) TCP client connectivity
    b) to construct a Mime (e-mail) body
    c) deliver that Mime body via TCP using the SMTP (Simple Mail Transfer Protocol)
    In Oracle 10.2.x that is as simple as making a single PL/SQL, courtesy of the UTL_MAIL package.
    In Oracle 9i and 10.1.x, that requires manually constructing a Mime body and then delivering it using the UTL_SMTP package.
    In Oracle 8i, that means using UTL_TCP if UTL_SMTP is not available.
    You need to consult the applicable documentation for that Oracle version. The document being "Supplied PL/SQL Packages and Types Reference" with Oracle 8i and 9i, and simply "PL/SQL Packages and Types Reference" with 10G and later.
    Documentation portal URL is http://tahiti.oracle.com

  • How to configure standard report concurrent program in web forms.

    I have developed new custom report using reports6i, and defined a concurrent program registered into AOL and assigned to a request group. I tested the report runs fine from form based applications. But user wants to run this new report from web forms(Incentive Compensation). I have no idea how to create a concurrent program link in the Incentive compensation module web forms.
    Is there any document to configure oracle report concurrent program into web forms?
    or guyz please send me the steps (screen shots) to add custom report concurrent program to web forms?
    Please help guyz...I'm new to web forms......
    Thanks in advance
    Naveen
    [email protected]

    Naveen,
    On some event on the page (like a button submit) you can call a PLSQL API with parameters which can further submit your concurrent Request.
    If you want to see the Report output in Apps, it can be done directly. Otherwise if you want to see the value in the Self Service Page itself, then you can extend the oracle.apps.fnd.cp.request.server.RequestSummaryVO for your case.
    Thanks
    Sumit

  • How to force user to use program?

    I have designed a java app that starts as soon as you log on to a Windows NT client. The application asks the user for a project number. After the user types in a valid project number, the application hides. When the user logs off, or does a shutdown, the application writes info to a file about about how long this user used the PC, and for which project number he or she did that. When a user does not enter a project number and tries to close the application, the system will automatically shutdown. I can hide the windows taskbar by using a big size for the application frame.
    My question is, how can I make sure that the user does not simply ignores the program by using the windows key, or ctrl-Esc to launch the windows start menu? Someone out there who has an idea? Thanks in advance!

    To disable all Windows keyboard shortcut keys, save the following text in a REGINI script called Disable_wins.ini. Run
    the script from the Windows NT command prompt. For example, from the C:\users\default> prompt, type regini
    disable_wins.ini. Restart the computer to make the changes take effect.
    [REGINI SCRIPT STARTS HERE:]
    ; This mapping is used to turn both Windows keys off
    \Registry\Machine\SYSTEM\CurrentControlSet\Control\Keyboard Layout
    Scancode Map = REG_BINARY 24 \
    0x00000000 0x00000000 3 \
    0xE05B0000 0xE05C0000 \
    0x0
    ; Here is an explanation of all the values:
    ; 24 Size of the scancode map including header, in bytes
    ; 0x00000000 Header : Version
    ; 0x00000000 : Flags
    ; 3 : Number of entries (includes null terminator)
    ; 0xE05B0000 left Windows -> nul (0xE0 0x5b -> 0x00)
    ; 0xE05C0000 right Windows -> nul (0xE0 0x5c -> 0x00)
    ; 0x00000000 null terminator
    [REGINI SCRIPT ENDS HERE]

  • How to notify users when they are timed out?

    So I am a developer for fortune 500 company and the network infrastructure team came to me with an odd request for an application that taps into Anyconnect. I find it hard to believe that this functionality doesn't exist.
    So here is the scenario. We have Anyconnect set up to not have an idle timeout. However we have it set up to disconnect after 12 hours.
    Here is the problem. When the end user meets that 12 hours, it just disconnects on them. There are no warning messages, no messages they have been disconnected. Just the connection is terminated.
    So my question is there any way to set this up to notify the user they have been disconnected and need to reconnect. Is there a way to notify them in advance that they will be disconnected in say 30 minutes?
    They want me to create an application that periodically checks the connection time by executing
    C:\Program Files (x86)\Cisco\Cisco AnyConnect Secure Mobility Client>vpncli stats traffic
    Getting the time connected then if they are nearing the timeout time then start presenting the user with a warning.
    So that's basically my question. Is there no way to set this up in Anyconnect? If we are supposed to see these messages is it something our team might have disabled?
    We are using Anyconnect 3.1.01065 on Windows XP and Windows 7

    >> You don't have an idle timeout but will force disconnect after 12 hours? Does this really makes sense?
    Actually yes, at least in our environment. Using Citrix applications and VT Terminal applicaitons they need a constant connection. If the user disconnected say via an Idle Timeout then their sessions into these applications can and will hang. Not only that the older VT terminal sessions if hung durring a process that locks records or tables then it is locked for everyone. They have to call our helpdesk and have them kill the user. Citrix gets a little wacky as well if the user just blinly disconnects. So idle timeouts are actually a bad thing. Also a user might through a terminal session or though a citrix connection start a long run transaction. For example a blueprint sent off to a render farm could take 3-4 hours to render some have even take 10 hours. So a user may start a process and then go away especially on the weekend.
    So while there are issues with the internet in general that can cause disconnects most of this software will try reconnecitng from the server to the client everal times before finally giving up. So a quick break in internet connectivity is not an issue, a idle timeout where it doesn't reconnect until the user returns doesn't work.
    Thanks for the link though, that will help

  • How to Transfer the Scheduled concurrent Programs

    Hi,
    I have Migrated the EBIZ instance from RHEL 32 bit to RHEL 64 bit with 10.2.0.4 DB & R12.0.6 Apps.
    But now i dont have the scheduled concurrent requests in the New instance since the system is migrated. Now is there any ways to bring the Scheduled concurrent req from Old server to New server.
    Or Do we have FNDLOAD scripts or Linux scripts to transfer the scheduled programs.
    Kindly suggest.
    Regards
    Karthik

    You should migrate the instance by implementing the steps in the following docs which should keep your scheduled concurrent requests (as is) in your target instance.
    Migrating Oracle E-Business Suite R12 from Linux 32-bit to Linux 64-bit (Doc ID 471566.1)
    Oracle E-Business Suite Upgrades and Platform Migration (Doc ID 1377213.1)
    If you haven't done so, then please follow the steps in the docs.
    Thanks,
    Hussein

  • How to open user system "select program to open with" for given file?

    Hi,
    I'm trying to make file management application in Java.
    I already know how to open file in system preferred application. It's quite easy.
    The other issue I thinking about now is that I need to implement "Open With" functionality (like in Ubuntu: you right press on the file -> select "Open With" -> "Other" and system's default application selection window starts.
    I tried to manage that with some Java default classes, but I didn't found one.
    So, I'm working on solution, based on Runtime.getRuntime().exec("something");
    I already know what commands i should write in Mac and Windows to open "application selection" for file:
    1) Windows: RUNDLL32.EXE SHELL32.DLL,OpenAs_RunDLL <file.ext>
    2) Mac: open <file.ext>
    How to do same on linux (Gnome/KDE)? I still not found easy solution for that.
    Or maybe I am digging in wrong direction? If so - prease correct me.
    P.S. I tried Desktop.getDesktop() and Java Desktop Integration Components (JDIC), but it seems, that both of them don't have a function for functionality i need.
    Thank you for your replies.

    Never seen that one before. Maybe a Linux forum can help with that.
    Anyway. since ps seems to be working, you might try the following:
    before opening the dialog
    ps -auxww | grep <username> | grep -v grep | awk '{print $2}' | sort > beforeafter opeing the dialog (and while it is still open)
    ps -auxww | grep <username> | grep -v grep | awk '{print $2}' | sort > after
    diff before after
    ps -auxww <pidfromabove>

  • How to prevent users of my program to coping my program using Server/Client

    Hi All,
    How do you get a program to send back information on the computer that it is running from which will be indeed useful
    in preventing unauthorized copying of the program recognition of which computer it is on and if it isn't the right (in the beginning) on it should be installed on.
    please assist.
    Regards,
    San

    cotton.m wrote:
    >
    in preventing unauthorized copying of the program
    [http://forums.sun.com/thread.jspa?threadID=5407595] Nobody wants to steal your code. Seriously. Stop wasting time on this "+requirement+".
    Yup, if I accidentally stole that code I would take it back for a refund... Unclean! Unclean!
    Some useful links:
    1. [Sun's Java Tutorials|http://java.sun.com/docs/books/tutorial/] are really very, very good; and they're free!
    2. [Sun's Internal Java Code Conventions|http://java.sun.com/docs/codeconv/] have become the defacto industry standard.
    Seriously, why do you imagine that people want to steal your code? Does it contain the magic formulae for making wine out of water? I think not. And it's called "a grape vine".
    Cheers. Keith.

  • How to notify users that their account is lockout

    Hi,
    We have an implementation of Cisco Secure for Windows. To log into the cisco devices the cisco device use tacacs and the cisco secure server checks against windows AD to validate user+password credntials. Now if the users fail three times in a row their account in AD gets locked for 2 minutes. Their tacacs accounts get locked after 7 attemps. However the user does not get a warning from the cisco device when the windows account is locked out so some users keep on trying so also their tacacs account gets locked out. I see in the logging on the acs server that the windows AD is telling it that the account is locked. Is it possible to send this message to the user prompt to notify them? Otherwise is it possible to also lock the tacacs account for two minutes?

    Yes it is possible... but wasnt implemented.
    If you use the ACS internal database, password aging messages get passed back via T+ that allows for forcing admins to change passwords and the like.
    Its actually not that hard for ACS to do the same for Windows/AD but it was never done - which is a shame.
    I guess if enough people shouted at Marketing they might add it.
    Darran

Maybe you are looking for

  • Why is it not possible to write a UIX (or ADF) portlet for 9iAS?

    Hi, I have been trying for months to create a UIX/BC4J portlet for 9iAS but have been unsuccessful. The documentation and examples cover doing this with JSPs (there is a nice Forum application available for download on portalstudio). However all of m

  • IPod locks up computer when plugged in.

    I have a iPod Shuffle first generation and tonight it randomly started to lock up my system when I plugged it in. The odd thing is that it will only lock up applications [aside from the Finder] that try to utilize it. I've tried restarting and all of

  • Maximum number of items reached in FI--help required please

    Hi, How to avoid the situation(error) Po raised for some 300 line items. PO consists of 3-4 header conditions and all the conditions are linked to a differrent GL account all together. GR to be done against PO. System fails to post the document becau

  • 1366 x 768 resolutions on titan 700

    Hello, how can I set the 1366 x 768 resolutions on my Titan 700? Thanks for your co-operation Marco

  • Reset or delete transactional data in SD

    Dear All, We would like to delete the existing transactional data in SAP-SD  in our Development server such as Enquiry Quotations, Order, Delivery, Billing Documents, Excise Invoice, ARE1 and ARE3. Request to let me know the TCODE or Program or Repor