Email notification upon account creation?

I would like to have an automatic email generated and sent to a user upon the creation of a portal acct (username and pw)......
I have dug around, but am unable to find anything relating to this in the admin piece....
Can anyone put me down the right path?
Thanks in advance for any help offered.....

Go into Portal as orcladmin or portal_admin. Click builder, click on administrator, and in the services portlet go into Global Settings. Then in the main tab, you configure everything you are looking for.
Martin

Similar Messages

  • ISE Guest Email Notification (Guest account creation)

    When a guest user creates an account in ISE, it sends a system generated email with the username/password. It says "Welcome to the Guest Portal, your username ise xxx and password is yyy." Is there anywhere in ISE (1.2) to change this text, especially the name 'Guest Portal'? I thought it was in language templates > Configure Miscellaneous Items > Portal Name. But I changed this to the portal name, and it was not reflected in the email. Thanks.

    Josh,
    Right now, it's pretty limited.  Here is the template to be used for formatting the email notifications:
    E-Mail Notification Template
    The following is an example of the login information for the body of an e-mail in an English language template:
    Welcome to the Guest Portal, your username is $username$ and password is $password$
    The $username$ and $password$ strings will be replaced with the username and password values from the Guest User account.
    In the e-mail body, you can use special variables to provide the details for the created guest account. When  using these variables, you must use all uppercase or all lowercase  letters, and you cannot mix them. For example, the string for username  can be either $USERNAME$ or $username%, but it cannot be $UserName$.
    You can use these variables in the e-mail notification template:
    •$USERNAME$ = The username created for the guest.
    •$PASSWORD$ = The password created for the guest.
    •$STARTTIME$ = The time from which the guest account will be valid.
    •$ENDTIME$ = The time at which the guest account will expire.
    •$FIRSTNAME$ = The first name of the guest.
    •$LASTNAME$ = The last name of the guest.
    •$EMAIL$ = The e-mail address of the guest.
    •$TIMEZONE$ = The time zone of the user.
    •$MOBILENUMBER$ = The mobile number of the guest.
    •$OPTION1$ = Optional field for editing.
    •$OPTION2$ = Optional field for editing.
    •$OPTION3$ = Optional field for editing.
    •$OPTION4$ = Optional field for editing.
    •$OPTION5$ = Optional field for editing.
    •$DURATION$ = Duration of time for which the account will be valid.
    •$RESTRICTEDWINDOW$ = The time window during which the guest is not allowed to log in.
    •$TIMEPROFILE$ = The name of the time profile assigned.
    This dicument is found here:
    http://www.cisco.com/en/US/docs/security/ise/1.2/user_guide/ise_custom_portals.html#wp1015657
    ISE v1.3 should have some improvements and quite possibly some HTML tags.
    Charles Moreton

  • Send Email on User Account Creation in OIM 11g

    Hi All,
    We are working on email notifications for the user account creation. we followed the following procedure:
    1) Creation of email template
    2) Creation of resource object
    3) Creation of notification process
    4) Create Customer Rule
    5) Create Customers Role and Assign Rule
    6) Create Access Policy.
    After assigning AD account to the user we are getting following errors..
    1> Class/Method: tcEmailNotificationUtil/parseEmail encounter some problems: Data Access Error
    Supplemental Detail com.thortech.xl.dataaccess.tcDataSetException: Data Access Error
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:952)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1523)
    at com.thortech.xl.dataaccess.tcDataSet.executeQuery(tcDataSet.java:903)
    at com.thortech.xl.dataobj.tcDataSet.executeQuery(tcDataSet.java:1490)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.parseEmail(tcEmailNotificationUtil.java:1213)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:235)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.constructEmail(tcEmailNotificationUtil.java:269)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3765)
    2> *Class/Method: tcEmailNotificationUtil/sendEmail encounter some problems: [EOF]*
    Supplemental Detail javax.mail.MessagingException: [EOF]
    at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1481)
    at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1512)
    at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1054)
    at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:634)
    at javax.mail.Transport.send0(Transport.java:189)
    at javax.mail.Transport.send(Transport.java:118)
    at com.thortech.xl.dataobj.util.tcEmailNotificationUtil.sendEmail(tcEmailNotificationUtil.java:850)
    at com.thortech.xl.dataobj.tcScheduleItem.checkForEmailNotification(tcScheduleItem.java:3782)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostUpdate(tcScheduleItem.java:741)
    3) And I am also getting error related to FAX like..
    select Fax from orc orc, usr usr where usr.usr_key=orc.usr_key and orc.orc_key =293
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:856)
    4) Class/Method: tcDataBase/readPartialStatement encounter some problems: ORA-00904: "FAX": invalid identifier
    Supplemental Detail java.sql.SQLSyntaxErrorException: ORA-00904: "FAX": invalid identifier
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:95)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:135)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:210)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:473)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:423)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1095)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    Plaese provide quick resolution to our issue..
    It will be very helpful to us.
    Thanks

    Thanks alot.I have configured this requirement.
    Regards
    A Abhinay

  • USER EXIT: Email notification after PO creation

    Hi everyone!
    May I know if there exists a User Exit / BAdI in this following scenario:
    1. An email notification outside SAP is sent whenever there is a creation of PO (Purchase Doc)?
    Please advise if this is possible.
    Points will be rewarded for useful suggestions.
    Thank you very much in advance!
    Regards,
    Reymar
    Edited by: Reymar Ellazo on Apr 17, 2008 10:32 AM

    Instead of User-Exit/BADI use Output type technique. Via Output Type you can send notification mail. Discuss on the same with your functional consultant.

  • Crash upon account creation

    I updated my 10.5 system to 10.6.1, mainly to use the exchange functionality of Snow Leopard. So, I never used the Mail.app before. Now, when I start the app, the "Create New Account" dialog appears. I enter my details, and after some meditation the app crashes. The app is able to connect to my email server (an external exchange hoster), because it asks to accept the certificate before it closes.
    Has anyone an idea what to do? If really a "clean install" is required, is there a detailed instruction how to do this?

    Good observation Feezer.
    I went home to my iMac and upgraded it. Interestingly, the account creation on the iMac went through flawlessly. My account was discovered and I could access my email in no time. The more it hurts that my MacBook Pro (2 GHz Intel Core Duo) wont start mail. I fear we are doomed.
    Anyone out there with a clue what to do?? Is there a way to set up mail manually????

  • Not getting Email notification upon blanket release was created

    Hi,
    We are on Oracle EBS 11.5.10 and we have blanket release created by importing PO requisition, and ASL Supplier-Item's Release Method is "Automatic Release". Once the blanket release is created, there is no email notification sent out based on Supplier notification method?
    Now the notification is working for items with release method set to "Release Using AutoCreate" and for regular POs. But we need the "Automatic Release" items to create notification to send to suppliers as well. Anyone has experience to get that to work?
    Thanks!
    Mike.

    All the regular communication methods (print, fax, email) are spawned from the Approval workflow process.
    If the requisition line is sourced to a local BPA and if the ASL release generation option is set to "Automatic Release" then the concurrent request to create the release. This concurrent request will always create the approved releases; the system does not even launch the approval process. So none of the communication methods are triggered. Usually this option is used with batch communication methods like EDI or daily scheduled printed reports (Printed PO Report with NEW documents option).
    If the ASL option is set to "Automatic Release/Review" option then the concurrent request "Create Releases" creates releases in incomplete status. The buyers can then review them and manually submit it for approval. As part of this approval, the communication options can be selected.
    if the ASL option is set to "Release using Autocreate" then the requisition should be either manually created into a release. Optionally if the "Create Documents" workflow is setup that workflow can also create the releases. In the "Create Documents" workflow there is an option to launch the Release approval process. The "Create Documents" workflow never sets the documents to approved status automatically. So the releases created using "Create Documents" workflow will go through Release approval workflow and can leverage the communication methods.
    If you "have to" use the "Automatic Release" then you might need to leverage the standard batch communication methods / provide your own batch communication methods. When the document is communicated (Printed PO Report or EDI and etc), system updates the print count (increment) and print_date (sysdate) in the po_headers / po_release table. Thus when it is scheduled in a batch, it can determine the NEW documents (no print count at-all) and CHANGED documents (print count is one more from archive, but the revision number is same as the one in archive). If you are providing your own communication method, you can also try using similar model.
    Regards, Shiva

  • Email Notifications on Request Creation

    Hello,
    Is it possible to disable or turn off the request creation notification for the technicians/teams, but leave enabled for the customer? We would like the customer to get the email notifying them that the request was received by the system. Our techs do not wish to get an email every time a request is opened by a customer, but would still like the other notification emails on notes add, status change, etc...
    We have the team setup to use a queue. The options for Notify on New are Technician, Layer and Team, but nothing for disabling it. Is there a way to change this elsewhere?
    Thanks,
    LK
    Service Desk 7.0.2 Appliance (w/Incident Management License)

    Ji Yong gave you the key words. You could have tried yourself with:
    http://www.google.com/search?hl=en&safe=off&q=Email+Response+Siebel+Oracle
    that would have given you:
    http://download.oracle.com/docs/cd/B40099_02/books/eMail/eMail_SetUpBasics.html
    Axel

  • E52 not giving email notifications for accounts no...

    My E52 allows me to show two inboxes on the active idle screen.  These work fine and I get notified with a chime, an icon and email header when new email arrives.
    However, I have four email accounts configured on Nokia Messaging.  With the two accounts which are not present on the active idle screen, I don't receive any notification of new emails at all, meaning I need to manually check whether unread mails are residing in their respective mailboxes.
    With my old E71, I would get a chime and an @ sign informing that new mail had arrived, even if the account was not one of the two configured on the idle screen.
    Can the E52 be setup to function in a similar way so it shows whether unread mail is present in any of my accounts rather than just the two present on the idle screen?

    The accounts I'm referring to are Hotmail and Yahoo.  They work fine on my E52 (ie. send and receive email without problem), but because I don't have these two accounts on my active screen I'm not receiving visual or audible notification of new emails arriving.
    On my E71, even though I didn't have these two accounts displayed on my active screen I still always received a chime and @ sign notifying me when new emails had arrived in them.
    My E52 only seems to notify me of new emails arriving on the accounts showing on the idle screen (my work accounts), which is limited to just two, when I have four accounts in total that I wish to keep track of.

  • Trouble setting emplID upon account creation using PeopleSoft UM connector

    I am working with the PeopleSoft User Management Connector 9.1.0. I have the connector installed and can provision accounts. However when I try to provision an account and set the EmplID at the same time I get the following:
    ERROR,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - ====================================================
    ERROR,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUser : No rows exist for the specified keys. Failed to get the Component Interface
    ERROR,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - ====================================================
    DEBUG,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::errorHandler:: STARTED
    INFO,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::errorHandler : (91,) : No rows exist for the specified keys. {USER_PROFILE} (91,50)
    INFO,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::errorHandler : (0,) : Failed to execute PSBusComp request
    DEBUG,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::errorHandler:: FINISHED
    INFO,2010-04-05 15:56:19,249, [ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::setUser : User = 00000519 not found
    When I look in PeopleSoft, I can find the user (i.e., 00000519). And I can provision an account if I don't attempt to set the EmplID at the same time. Once the account is created I can set the EmplID.
    Edited by: Jay Sundu on Apr 6, 2010 8:18 AM

    Hey Suren, note the "null" return from createUser
    DEBUG,2010-04-08 09:53:12,719, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getConnectionWithTimeout:: STARTED
    INFO,2010-04-08 09:53:12,719, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getConnectionWithTimeout : API.createSession successful
    DEBUG,2010-04-08 09:53:12,773, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getConnectionWithTimeout:: FINISHED
    INFO,2010-04-08 09:53:12,773, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::connect : Connect = true
    DEBUG,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::initializeClasses:: STARTED
    DEBUG,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::initializeClasses:: FINISHED
    DEBUG,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::invoke:: STARTED
    DEBUG,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::invoke:: FINISHED
    INFO,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::connect : Successfully Connected to App server
    DEBUG,2010-04-08 09:53:12,794, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::connect:: FINISHED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters:: STARTED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : unsupportedCharacters from ITResource: ,##;## ##:##&##(##)##\##[##]##/##PPLSOFT##>##<##
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[0]:,
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[1]:;
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[2]:
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[3]::
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[4]:&
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[5]:(
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[6]:)
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[7]:\
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[8]:[
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[9]:]
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[10]:/
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[11]:PPLSOFT
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[12]:>
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters : PSFT_UNSUPPORTED_CHARS[13]:<
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::getUnsupportedCharacters:: FINISHED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser:: STARTED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - getTargetAttributeValueMap:: STARTED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - getTargetAttributeValueMap:: FINISHED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - isUserIDValid:: STARTED
    DEBUG,2010-04-08 09:53:12,795, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - isUserIDValid : result ::true
    DEBUG,2010-04-08 09:53:12,796, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - isUserIDValid:: FINISHED
    INFO,2010-04-08 09:53:12,796, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser : Setting the UserID :: 00000522
    INFO,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser : User profile Created
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser : Target API = setMultiLanguageEnabled
    ERROR,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - ====================================================
    ERROR,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser : null
    ERROR,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - ====================================================
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - ================================================
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM -
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - ===============START OF PRINTSTACKTRACE===========
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - java.math.BigDecimal.<init>(BigDecimal.java:457)
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - java.math.BigDecimal.<init>(BigDecimal.java:647)
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser.createUser(ProvisionPSFTBaseUser.java:491)
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    DEBUG,2010-04-08 09:53:12,841, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - java.lang.reflect.Method.invoke(Method.java:597)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADPPSFTUMCREATEUSER.CREATEUSER(adpADPPSFTUMCREATEUSER.java:379)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.adapterGlue.ScheduleItemEvents.adpADPPSFTUMCREATEUSER.implementation(adpADPPSFTUMCREATEUSER.java:108)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.ejb.beansimpl.tcProvisioningOperationsBean.retryTasks(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.ejb.beans.tcProvisioningOperationsSession.retryTasks(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.ejb.beans.tcProvisioningOperations_b03yxm_EOImpl.retryTasks(tcProvisioningOperations_b03yxm_EOImpl.java:1286)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - Thor.API.Operations.tcProvisioningOperationsClient.retryTasks(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - java.lang.reflect.Method.invoke(Method.java:597)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.security.service.SecurityManager.runAs(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.security.Security.runAs(Security.java:41)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - $Proxy64.retryTasks(Unknown Source)
    DEBUG,2010-04-08 09:53:12,842, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.webclient.actions.ResourceProfileProvisioningTasksAction.retryTasks(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - java.lang.reflect.Method.invoke(Method.java:597)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.security.service.SecurityManager.runAs(Unknown Source)
    DEBUG,2010-04-08 09:53:12,843, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - ===============END OF PRINTSTACKTRACE==============
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::errorHandler:: STARTED
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::closeSession:: STARTED
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::createUser:: FINISHED
    DEBUG,2010-04-08 09:53:12,844, [ACTIVE] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)' OIMCP.PSFTUM - com.thortech.xl.um.integration.hostAccess.ProvisionPSFTBaseUser::closeSession:: STARTED

  • Stupid question/email notification upon package update

    Is this possible?  Currently if one enables the 'notify' button in the AUR, emails come when someone posts a comment, but not if the maintainer pushes an update.  Is it possible to get emails when the package is updated?

    ??  And rss feed is xml.  When I click that I get a mash up of some text and links, none of which contain the names of those recent packages.  It starts
    The latest and greatest packages in the AUR https://aur.archlinux.org Sat, 02 Jun 2012 10:32:21 +0100 FeedCreator 1.7.2 https://aur.archlinux.org/images/AUR-logo-80.png https://aur.archlinux.org AUR Newest Packages Feed https://aur.archlinux.org/packages.php?ID=59710 OpenVZ containters in a file user-space library and tools Lucky Sat, 02 Jun 2012 07:43:01 +0100 https://aur.archlinux.org/packages.php?ID=59709
    This is rss: http://www.archlinux.org/feeds/news/

  • OIM 9102: Send Email Notification to other user in a task

    I created a process in OIM. In this process exist a Task: Manager Process. When this task will be completed for the user that be assigned. In the Notification Tab are able to send a email notification to a Assign User, Requester User, User or User Manager. But i need to send a email notification a other user different to them, for example: juan.perez, this user is in OIM.
    I have read the following documents:
    1.- http://docs.oracle.com/cd/E10391_01/doc.910/e10363/promgt.htm#BCECFGEJ
    2 .- How to Send an Email Notification Upon User Creation via the Admin Console [ID 780394.1]
    3.- OIM: An Example of Email Notification and Configuring it With a Resource Object Provisioning [ID 457836.1]
    4.- Sending an Approval Notification Email with a Link Directly to the Approval Request? [ID 748447.1]
    Or exist some way to do this, through java code.
    I'm using oim 9.1.0.2 BP18 running on OC4J 10.1.3.5 on AIX 6.1 64-bit clustered install with two nodes, Oracle Database 10.2.0.4 on AIX 6.1 64-bit on RAC.

    Hi
    You can use OIM email API to send an email from the java code. You can attach code on post creation user using entity adapter. Every time a user is created the email is triggered.
    Here is the sample:
    public EmailUtility(tcDataProvider dataProvider) {
              this.dataProvider = dataProvider;
              emailOper = new tcEmailNotificationUtil(dataProvider);
              System.out.println("Email API instantiated successfully...");
         public String sendEmail(String fromAddress, String toAddress, String body,
                   String subject) {
              emailOper.setBody(body);
              emailOper.setFromAddress(fromAddress);
              emailOper.setSubject(subject);
              emailOper.sendEmail(toAddress);
              System.out.println("Email sent!" + subject);
              return SUCCESS;
    Regards
    user12841694

  • OIM 11g - email notification

    Dear All,
    I need to create quick POC that will involve provisioning to multiple resources during OIM profile creation. One consolidated e-mail notification should be sent as a result.
    1. I never used simulated/fake/manual resource. If you used it in the past maybe you can guide me through as for how to create it?
    2. How to make sure that centralized e-mail is sent at the end (all resources are provisioned)?
    I was planning to create default role or use ALL USERS role that will be attached to access policies for different resources. When HR record comes, OIM user profile is created and default role (ALL USERS, for example) is assigned.
    This role will trigger execution of access policies that will create accounts on the target platforms.
    My challenges are:
    1) ONE consolidated email notification upon SUCCESSFUL completion (default event that somehow should be triggered maybe by job?, custom task that sets the flag in custom table upon successful completion? or maybe I overengineering .....)
    2) send user to manual queue if creation of the user account on any of the target resources fail.
    If you can provide any guidance as for how this could be done I would appreciate it very much
    Thank you for your time

    1. The process is outlined here: http://iamreflections.blogspot.com/2010/08/oim-howto-leverage-standard-connector.html
    2. There are two parts to this question.
    The first part is to figure out the triggering event. If you know what resource will be last provisioned you can simply put a task that is fired on completion of the final provisioning task that then checks the result of all other resources using the APIs. If you don't know which resource will be last you could let the final provisioning task in each resource have a follow up task that sets a variable on the user form, then have another folllow up task that checks if all values are set and if so do the appropriate thing (if not just exit)
    Traditionally you would assign a task to the sysadmin using the API if you wanted a manual intervention (http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/javadocs/operations/Thor/API/Operations/tcProvisioningOperationsIntf.html#reassignTasksToUser(long[], long)) but there is the new concept of queues that I actually haven't worked with (http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/javadocs/operations/Thor/API/Operations/tcQueueOperationsIntf.html) that may be what you are looking for.
    Email sending tends to be easier using Javamail than trying to leverage the email framework once you want something that isn't very basic.
    Hope this helps
    /Martin

  • OIM 9.1.0.2 - Email notification

    Hi experts,
    When resource is provisioned, I need that OIM send the Email Notification (Provisioning Accounting Complete) for Requester or User's Manager depending of requetee's attributes.
    If requestee's User Type is Employee, User's Manager should receive the notification, now if requestee's User Type is Vendor, Requester should receive it.
    Any tip on how I can do this???
    Best regards,
    Carlos

    - Store Requestee User ID somewhere in the Object form, populate it through to a process form hidden field.
    - Do all the logic checks as required and send notifications through provisioning Process tasks

  • Sending Email notification on creation of account

    Hi,
    Our requirement is to send an email notification when a user account gets created. I have tried the following in User Form of proxy admin
    <Field name='viewOptions.Process'>
      <Expansion>
        <block trace='true'>
          <switch>
            <ref>feedOp</ref>
            <case>
              <s>create</s>
              <s>Send Mail</s>
            </case>
          </switch>
        </block>
      </Expansion>
    </Field>but it doesn't send any notification. While in Tomcat it shows the value as below where Send Mail is the name of workflow .
    <switch>
      <ref>feedOp</ref>Resolved feedOp to create
    --> create
      <case>
        <s>create</s> --> create
        <s>Send Mail</s> --> Send Mail
      </case> --> Send Mail
    </switch> --> Send MailEven i have tried to call this workflow from Process rule of synchronization policy but in that case it only sends mail and the user doen't get crreated.
    Please suggest what to do.
    Thanks

    Hi,
    Thanks for ur reply. I have tried the configure taks method but don't u think that now it will send notification for ach and every account created in sim irrespective of the process used for account creation(ActiveSync or else) and resource because i need to send notification only when the user in sim is being created using activesync on Flat File Activesync resource.
    Thats why please suggest something else or tell me how it can be made to resource specific in configure tasks as i don't think it is a good approach to modify the default create user workflow.
    Thanks
    Waiting for reply.

  • Send email notification to user upon user creation

    Hi,
    Application : 12.1.1
    DB:11.1.0.7
    how to send email notification to user upon user creation in Oracle EBS r12
    Thanks
    Edited by: 843272 on Jun 19, 2011 5:32 AM

    You can create an alert for this requirement from 'Alert Manager' responsiblity.

Maybe you are looking for

  • What is the use of soap action?

    Hi experts, what is the functionality of soap action in receiver soap adapter? Thanks & Regards E.Ravi Chandra Reddy

  • Oracle 10g moving to larger drive.

    Hello. I just gave my development box back to our IT department to install a larger harddrive in addition to the one I have now. My oracle installation was installed in /home and that is going to be moved to the 400gig drive, everything else will rem

  • I want to do Search Result Clustering

    Hi, I have a database containing over a million companies along with their business descriptions. I am using Intermedia Index to perform a full text search on this data and I display top 500 results from my databased based on any keyword or combinati

  • SAP 4.0 Mobile Software

    Hi, I am unable to get SAP Businessobjects Mobile 4.0 software in this Website https://websmp210.sap-ag.de/...i know we need to have required crediantials to download the software but if any one can guide me exact link where can i find the sotware to

  • Best workflow to place multiple projects into one master project?

    Since FCP X seems to slow down with longer projects(this needs to be fixed soon) I am creating 4 15 minute projects for my  hour master. Should I copy and paste the shorter projects into the master or export them as self-contained QT files and re-imp