How can event reminders be delivered in a user's preferred language?

Can the event reminder function of iPlanet Calendar Server(iCS) 2.1 P1 be
configured to send reminders in a user's preferred language if the language is
not English (e.g., French, Italian, or German)?
<P>
In iCS 2.1 P1, there is a server parameter in the server.conf
file called
caldb.smtpmsgfmtdir for
configuring the email notification tag lines. Setting the
caldb.smtpmsgfmtdir
parameter indicates which locale iCS will use for email messages. The default
value is "en," or English.
<P>
Unlike the user interface, iCS 2.1 does not automatically attempt to change
the locale on a per-user basis. A future release of iCS will address this
issue of automatically changing the locale on a per-user basis.

Hi,
All you need to do is to create the condition in the discoverer instead of in the query.
Create a custom folder containing the following sq (note that i removed the condition)l:
SELECT s.segment1 vendor_number
,s.vendor_name
,flv1.meaning classification
,pca.certificate_number
,pca.certifying_agency
,pca.expiration_date
,flv2.meaning status
FROM ap_suppliers s
,pos_bus_class_attr pca
,fnd_lookup_values flv1
,fnd_lookup_values flv2
WHERE pca.vendor_id = s.vendor_id
AND flv1.lookup_code = pca.lookup_code
AND flv1.lookup_type = pca.lookup_type
AND flv2.lookup_code = pca.class_status
AND flv2.lookup_type = 'POS_BUS_CLASS_STATUSES'
Then create a discoverer report using this folder using all fields.
Create a new calculation as (use this exact syntax):
Sysdate + :No_of_Days_in_the_Future
Create a new condition:
pca.expiration_date <= <your calculation>
To complete it add a sort as you did in the SQL.
That's it.
Tamir

Similar Messages

  • How can I change the password for the USER in SAP.

    How can I change the password for the USER in SAP?
    also I want to change the Language and  date Format b/c it's displaying in German language..

    Hi,
    Assuming that User has already his/her user-id and password, and now he/ she wants to change it.
    select the client and provide Log-in credentials. Now, instead of 'ENTER' there is one Tab: 'New Password' (up, left hand). Click it.
    Now, system will ask for new password to change.
    If you are asking from Basis point of view, then T.code: SU01 - User Maintenance.
    Enter User's id and Click Change icon.
    It will lead to Page: Maintain User.
    Here, Select tab: Logon Data
    There is a Sub-Tab: Password.
    Here, key-in change password and SAVE.
    For Language and Date format, contact your Basis-Personnel.
    Best regards,
    Amit

  • I have just used migration assistant to import photos (using an ethernet cable) from my PC. It has worked but they have gone into a new user on my MacPro. How can I merge them into the one user account.

    I have just used migration assistant to import photos (using an ethernet cable) from my PC. It has worked but they have gone into a new user on my MacPro. How can I merge them into the one user account.

    How many pictures (or how many bytes) are we talking?  Now that the pictures are imported one way to cross users is to use a removable drive (although large volumes of files preclude this).
    The other is to login as the user where the pictures are, then copy them into the public drop box of the user where you want the picture.
    The arrow is showing (in ths example) copy files from the Pictures folder for my user to the guest user accounts public dropbox.  When you do this you may have to authenticate and you won't be able to see the results of the copy until you log in as the other user.
    All users are in the folder "/Users/"

  • How can I find out the list of users who has the access to IT 0008

    All,
    How can I find out the list of users who has the W R permission for IT 008
    for others?
    SUIM doe not look like giving me the correct results.
    Please advise.
    Thanks,
    From
    PT.

    combine tables AGR_1251 and table AGR_Users on keyfield AGR_USERS
    in tabel AGR_1251 select on Field LOW values IT0008.OR W OR R,
    noiw you get also other values
    So better solution run the query twice over AGR1251 first on IT0008 and secondly on values W OR R and then the result over table AGR_USERS
    Youu also might put an additional selection on object P* (only selecting HR objects)
    output wll be UID in table AGR_USERS

  • How can i get the list of all users present in the LDAP

    Hi Experts,
    How can i get the list of all users present in the LDAP ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded

    Well it will depend on exactly where your UME configuration points to in the LDAP tree but yes, it is possible to get all users.  Something like the following should do it:
    import com.sap.security.api.*;
    import com.sapportals.portal.prt.component.*;
    IUserFactory iuf;
    ISearchResult isr;
    IUser user
    String userid;
    iuf = UMFactory.getUserFactory();
    isr = iuf.getUniqueIDs();
    you will need to iterate the ISearchResult object but you can get IUser objects by
    userid = (String)isr.next();
    user = iuf.getUser(userid);
    then you can imanipulate / identify / or whatever you need with the user object
    Haydn

  • How can i get the list of all users present in the UME ?

    Hi Experts,
    How can i get the list of all users present in the UME ?
    Is there any API or function Code to get all user list??
    Please help me out!!!
    Help will be rewarded
    -pankaj chouhan

    Hi Pankaj,
    find the official NetWeaver security javadocs (including access to UME) <a href="http://help.sap.com/javadocs/NW04S/current/se/index.html">here</a>. Look for classs UMFactory and proceed from there.
    Best regards,
    Martin

  • How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    How can I get the attributes details like user name, mail , from sAMAccount csv or notepad file through powershell or any other command in AD?

    Ok what about If i need to get all important attributes by comparing Email addresses from excel file and get all required answers
    currently I am trying to verify how many users Lines are missing , Emp numbers , Phones  from AD with HR list available to me.
    I am trying to Scan all the AD matching HR Excel sheet and want to search quickly how many accounts are active , Line Managers names , Phone numbers , locations , title , AD ID .
    these are fields I am interested to get in output file after scanning Excel file and geting reply from AD in another Excel or CSV file
    Name’tAccountName’tDescri ption’tEma I IAddress’tLastLogonoate’tManager’tTitle’tDepartmenttComp
    any’twhenCreatedtAcctEnabled’tGroups
    Name,SamAccountName,Description,EmailAddress,LastLogonDate,Manager,Title,Department,Company,whenCreated,Enabled,MemberOf | Sort-Object -Property Name
    Can you modify this script to help me out :)
    Hi,
    Depending on what attributes you want.
    Import-Module ActiveDirectory
    #From a txt file
    $USERS = Get-Content C:\Temp\USER-LIST.txt
    $USERS|Foreach{Get-ADUser $_ -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    #or from a csv file
    $USERS = Import-CSV C:\Temp\USER-LIST.csv
    $USERS|Foreach{Get-ADUser $_.SAMAccountName -Properties * |Select SAMAccountName, mail, XXXXX}|Export-CSV -Path C:\Temp\USERS-ATTRIBUTES.csv
    Regards,
    Dear
    Gautam Ji<abbr class="affil"></abbr>
    Thanks for replying I tried both but it did not work for me instead this command which i extended generated nice results
    Get-ADUser -Filter * -Property * | Select-Object Name,Created,createTimeStamp,DistinguishedName,DisplayName,
    EmployeeID,EmployeeNumber,Enabled,HomeDirectory,LastBadPasswordAttempt,LastLogonDate,LogonWorkstations,City,Manager,MemberOf,MobilePhone,PasswordLastSet,BadLogonCount,pwdLastSet,SamAccountName,UserPrincipalName,whenCreated,whenChanged
    | Export-CSV Allusers.csv -NoTypeInformation -Encoding UTF8
    only one problem is that Manager column is generating this outcome rather showing exact name of the line Manager .
    CN=Mr XYZ ,OU=Users,OU=IT,OU=Departments,OU=Company ,DC=organization,DC=com,DC=tk

  • How can I copy address book content from user 1 to user 2 in my iMac

    I have my iMac set up with 2 users. The address book is in user 1. I need to establish a copy of it in user 2 so that the icloud I have set up for that user icludes the address book. How can i copy the address book from user 1 to user 2?

    Are you sure you did that right ... because I did a File/Backup Address Book, and the file named included the date. I then copied the file through our Airport network from the Powerbook to a new iMac. The opening Address Book on the iMac, I did a File/Revert to Address Book Backup, which allows you to choose the file. Now the iMac had the same Address Book file as the Powerbook. This looks to me to be the same thing you are trying to do.

  • How can I handle exception? - to give user more friendly notification

    Hi!
    User gets an error:
    'Error in mru internal routine: ORA-20001: Error in MRU: row= 1, ORA-20001: ORA-20001: Current version of data in database has changed since user initiated update process. current checksum =...'
    How can I handle this exception (when two users want to modify the same set of data at the same time)? I would like to hide the above error message and give user more friendly notification.
    Thanks in advance,
    Tom

    Thanks Vikas for your answer.
    These workarounds are really creative and I want to use one of them. BUT my problem is to 'catch' the exception/error when two users want to modify the same set of data at the same time.
    Those solutions which we can read about in this link you gave me describe handling exceptions in pl/sql processes. How can I catch the error I am talking about in pl/sql code?
    Code would be like this:
    DECLARE
    two_users EXCEPTION;
    BEGIN
    IF --catch the error
    THEN RAISE two_users;
    END IF;
    EXCEPTION WHEN two_users
    THEN :HIDDEN_ITEM := 'Error Message';
    END;
    What should I put in a place where there is '--catch the error' ??
    Thanks in advance,
    Tom

  • How can I get Win 10 to open to my prefered user account?

    How can I get Win 10 to open to my prefered user account?  It insists on going to my Administrative account.

    Hi,
    We could click the Back button beside the account Picture, then the screen would list the account available on this PC:
    After that, we could choose the account we want to use.
    Another way is to enable this policy:
    Interactive logon: Do not display last user name
    If this policy is enabled, the full name of the last user to successfully log on is not displayed on the Secure Desktop, nor is the user’s logon tile displayed;
    If this policy is disabled, the full name of the last user to log on is displayed, and the user’s logon tile is displayed.
    Press Win +X, then open the Run box, type Gpedit.msc,  when opening the Local Group Policy Editor, navigate to the following path:
    Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options
    On the right pane, find the above policy and then enable it.
    More information about that policy, please see:
    Interactive logon: Do not display last user name
    Best regards
    Michael Shao
    TechNet Community Support

  • How can I get Spotlight to search my Users/Shared folder?

    How can I get Spotlight to search my Users/Shared folder?  It searches the folders in the other users, but not Shared.  When I CMD-I the Shared folder, my group has read-write privileges (all groups have at least read-only privileges).  When I do the search in the Finder window (with the Shared folder highlighted), It gives me the options of This Mac and "Shared".  When I click on "Shared," it does not give me any results.  I keep documents, photos, iTunes data, etc, in this Shared folder, and would like to be able to use Spotlight on it.

    I appreciate the 108 "views," but there weren't any replies, so I took another shot at figuring it out.  I did a CMD-I on the Shared folder, and made the "everyone" group have read-write access, and it worked!  I'm not sure if its because now all groups have read-write access, or just because the "everyone" group does, but I don't care at this point.    I'll have to restrict a few folders within in there, but at least it searches the main Shared folder itself now.

  • How can I give access to a new user for WebView Reporting Log In //IPCC Enterprise

    Hi All,
    How can I give access to a new user for the WebView Reporting Log In ?
    I have IPCC Enterpise 7
    Thanks
    Andres

    Two options: 1. In configuration manager on the AW, use the user list tool to add the users domain account and select Webview access permissions. 2. Using standard Microsoft Active Directory tools or the Cisco Domain Manager tool, add the desired AD user account into one of the "WebView" security groups created within the Cisco OU.

  • How can I rise limit of number of users on an server in logon group (SMLG).

    Hello
    How can I rise limit of number of users on an server in logon group (SMLG).

    In that case, you have not done your Sizing correctly. If users are more on all the Servers, then your performance is hampering, which is leading to delay in Response time.
    So the first course of action is to proper gathering of logging of users & as per that, you need to increase app server.
    Also check out how the Operation modes has been divided...if Dialog users are more & BGD users are less in Morning time (IST) for example you can have Switching of Dialog users by which your processes are occupied more for Dialog users, therefore more no of users can log in & vice-versa.

  • N my house we have 2 iphone 4, and everytime we get the same contact list freom each other, how can we unsync the contacts so each user keeps thir own contact list?

    n my house we have 2 iphone 4, and everytime we get the same contact list freom each other, how can we unsync the contacts so each user keeps thir own contact list?

    Hi user 1724, before icloud, we had the same issue.... 
    so yes,  the solution was to  each log  into the mac separately.
    i kept the main itunes library and apple id, and my son made his own itunes library (which linked to the main itunes/apple id)   - so we were able to maintain separate contacts lists.
    but then w/ the cloud i guess we assumed the cloud would know we each have different contact lists on diff. phones, but it seems the cloud just lumped it all together -

  • How can I avoid automatic build of an User Code Block at SystemBuild

    Hi,
    I've created a simulation with a User Code Block at SystemBuild. I want the building process to be performed manually, so I changed the buildProcess tag in xml file which is generated by SystemBuild to "Manual". Unfortunately it doesn't work. When I try to execute the simulation, the xml file is overwriten, the buildProcess tag is set to "Automatic" and the software tries to build the library again. How can I avoid automatic build of an User Code Block at SystemBuild?
    Thanks.
    Attachments:
    fileInterface.zip ‏1 KB

    The xml file generated when a UserCodeBlock is linked usually contains the following at the top of the file:
    <DynamicLib xmlVersion="1"
                architecture="WIN32_DLL"
                rtLibLinkage="Dynamic"
                buildProcess="Automatic"
                debug="no">
    To prevent sim from automatically rebuilding your UCB dll change the tag buildProcess to "Manual"
    Bob Wilson
    MATRIXx R&D

Maybe you are looking for

  • User Admin Import/Export

    I'm trying to get a report of all IDs in our portal & the roles assigned to them.  When I run User Administration -> Import/Export -> User Data Export & I select <ALL USERS> the results are often missing data.  Sometimes I don't get all records; more

  • Arial font rendering problem in Label control AIR

    Hi,     I have a label in my application which is rendered with font-family Arial. The letters are not getting viewed properly.Some letters are cutted especially "W". I have attached a screen shot of it. Is it a bug in Adob Air.You can notice that le

  • How to add addition products to existing 11i installation

    Can we do the below steps to add aditional products 1) OAM -> Site Map --> License Manager Home --> License Products > License Component Application --> select additional products Complete the registration process in OAM 2) run autoconfig 3) generate

  • How can I get new iPad  without camera?

    Dear friends. I need iPad without camera in my work place. Can I get iPad 4 without camera? Where? How? Can I change my iPad 1 softeware and put iPad 4  software? Can I put iPad 4 inside iPad 1 case?

  • Help - Problem with BAPI confirmation (co11n)

    Hi gurus, Please , i need some help with some problems i am having with BAPIs for confirmations. I have found this one : BAPI_PRODORDCONF_GET_TT_PROP, to get the propose data, but i i can't figured out how to fill the goodmovements table. I need to d