Displaing First/Last user name, typed by Russian in GW Address Book

The GW Gateway for Exchange with directory exchange and sync enabled
creates contacts on Exchange side, no problem. But I have First/Last user
name,
typed by Russian. After the directory exchange I can see undefined symbols
in First/Last Name
in Groupwise Address Book
Also I have a problem with formatting contacts in Exchange Address Book.
The contact is formatted as "FirstName LastName",
as discussed
http://forums.novell.com/group/novel...wise.7x.other-
gateways/readerNoFrame.tpt/@thread@1011@F@10@D-,D@+980+984/@article@984
Thanks.
Alexey

I am working with a number of issues with Novell on Cyrillic chars
being displayed. Would you please try the SP2 beta client before I
start to work though this one with Novell. Thanks
On Fri, 02 Mar 2007 15:34:35 GMT, [email protected] wrote:
>The GW Gateway for Exchange with directory exchange and sync enabled
>creates contacts on Exchange side, no problem. But I have First/Last user
>name,
>typed by Russian. After the directory exchange I can see undefined symbols
>in First/Last Name
>in Groupwise Address Book
>Also I have a problem with formatting contacts in Exchange Address Book.
>The contact is formatted as "FirstName LastName",
>as discussed
>http://forums.novell.com/group/novel...wise.7x.other-
>gateways/readerNoFrame.tpt/@thread@1011@F@10@D-,D@+980+984/@article@984
>
>Thanks.
>
>Alexey
Tim
Tim Heywood (SYSOP)
NDS8
Scotland
(God's Country)
www.nds8.co.uk
In theory, practice and theory are the same
In Practice, they are different

Similar Messages

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • How can I hide the user name and password from the url address?

    Good afternoon every body,
    I have a form running with Oracle9i Developer Suite Release 2 and when I run the form on the web it shows the user name and password of my data base. Can anyone of you please help me to hide the user name and password, if there's any way of course?.
    Thanks a lot!!.

    Luis,
    Then, as inolau's notice, create logon screen (or use the default one) and force the users to logon at runtime. Do not pass username/password as parameters.
    inolau,
    True that if the connection is specified in the config it will be the same for everyone. However, every case is different. For example one of our apps gets S3 credentials (from non-Oracle S3) as session parameters. It uses this common db connection to validate some stuff with the database, read security definitions and then it re-connects the forms using the credentials.

  • My iphone suddenly wont send e-mails, saying the user name or password for my SMPT address is incorrect. What can I do to resolve this??

    my iphone wont let me send e-mails all of a sudden, saying the user name or password is incorrect for my SMPT address. How can i sort this ??
    sally

    Delete your e-mail account from the iPhone and configure it again. What e-mail provider are you using? Hope this help

  • Add Attendees (name AND phone no.) from Address Book to iCal for iPhone use

    Hello scripting gurus and newbs alike.
    I've looked through the forums, but can't find a COMPLETE solution to what I believe should be a fairly straightforward problem. I'll start by asking the question as concisely as I can, then bring in more information about what I have tried, and learned, so far. I'll also outline my broad (mini) project aims at the end, in case anyone is interested.
    * Q: How can I add attendees, from my Address Book, to an iCal event, so that **ALL** the attendee details are included?
    Note: It is VITAL to me that attendees' phone number(s) are available through iCal, not just {display name, email, participation status}. This is because I want MobileMe to synch the event with my iPhone, so I can call attendees directly from iCal. (or at least have iCal open the attendee's Contacts record so I can call from there!)
    WHY DO I THINK IT SHOULD BE POSSIBLE?
    Manually, I can simply dbl-click on the event, click into the attendees field, start typing the attendee name, and hit enter. When I do this, it works. MobileMe synchs it to the iPhone, I open iCal, select the event, tap the attendee, and I'm calling.
    WHAT I'VE TRIED USING APPLESCRIPT
    When I try the following script, I've only managed to set Sheila's name/email/participation status. I can retrieve her phone number from Address Book using the above approach, but unsure how to make it stick in iCal * such that I am able to use it to call directly from iCal on the iPhone *
    ++++++++++++++++++++++
    tell application "Address Book"
    set anAttendee to name of (first person whose name contains "Sheila")
    end tell
    tell application "iCal"
    set newEvent to make new event at end with properties ¬
    {summary:"Meeting Info.", location:"ZIP", description:"More yak", start date:SD, end date:SD + 120 * minutes}
    make new attendee at end of attendees of newEvent with properties {display name:anAttendee}
    end tell
    ++++++++++++++++++++++
    WHERE I'VE LOOKED FOR SIMILAR EXAMPLES
    Thanks to Rob (et al) for providing script examples used to create the above, see here: http://macscripter.net/viewtopic.php?id=5692
    I've also looked at the following article, which makes me think I somehow need to use the PERSON ID in the event attendee list. Unfortunately, I have only managed to retrieve the ID, but had no joy trying to set it.
    http://www.mactech.com/articles/mactech … index.html
    THE PROJECT
    I'm a surveyor, and using dialog(s) to enter relevant info., I'm looking to streamline my preparation for surveys when I make each new appointment.
    My mini-project presently enables me to print survey forms (based on a Pages template) with details relating to the specific property (address/contact name&no./appointment date&time etc.) It also uses the appointment date&time to create the appropriate event in iCal.
    I'm also confident I can add the contact details, such as agent/owner name(s) and phone number(s) in Address Book.
    IF I COULD ONLY ADD THESE AS ATTENDEE(S), AS IF ADDED MANUALLY, I WOULD ALSO BE ABLE TO PHONE THE PROPERTY OWNERS WITH A COURTEOUS REMINDER WHEN I'M ON THE WAY!!
    Can anyone help me achieve this?
    Here's hoping.
    Phil (wiimixer)

    Phil
    Referencing the attendee in iCal will only directly record the properties you mention - because that's how it's designed to work and there's no way around the restriction unless iCal is changed.
    You could set the phone number elsewhere in the iCal event - e.g. notes, location, ... - and that would probably allow you to call from iCal (I don't have an iPhone so I can't be sure), but I am not sure I see the advantage over using the link to iPhone's Address Book which is set up by adding an attendee to the event. This might be because I am being dense, so if this is the case please elaborate.
    EDIT:
    I have read your original post in more detail since I wrote the above. It seems to me that you are saying that when you add the person to the iCal event via AppleScript that you do not get the link to the iPhone's Address Book when you sync via MobileMe. You imply, however, that it does work when you type the name manually. Are these both correct statements?
    Message was edited by: Bernard Harte

  • How can I change the display name of a contact in my address book?

    If I open one of my contacts in the Address Book, the display name is the name of the organization. I want it to be the last name of the individual. How can I change that?

    Thank you for your reply. I realize from your answer that I didn't poise my question properly! If I have not entered anything in the 'Display name' field then the message header (i.e. the title of the business card) follows by default the name of the 'Organization'. I wanted to know if it's possible to change this so that the message header of the business card follows the 'Last name' of the person and not the name of the 'Organization'. Thank you!

  • My mother just got an new ipad, first version.  How do I get her email address book to show on her ipad gmail?  Thanks

    My mother just purchased a new ipad, first version.  How do I get her gmail addess book to show on her ipad.  She can receive emails but cannot access her addrsss book to send an email.
    Thanks

    If she is using the mail app, there doesn't appear to be a way to sync contacts directly with gmail. You might see if there is a way to export to a Mac desktop and then to use iTunes to sync the contacts to the iPad. Otherwise the contacts will have to be manually added to the iPad. Another option would be to use gmail's web based mail. Her contacts should be available from there.

  • Eliminate duplicate names when syncing with a car address book

    have i phone 4 and car with bluetooth; car syncs address books through bluetooth; iphone contacts are in smart groups so a name may appear in more than one group; resuts in duplicates in car phone directory; how eliminate

    everything works fine when syncing through itunes because i can select which smart groups to sync with iphone, which in turn syncs with my BMW address book. however, with the introduciton of i cloud, i have not seen anything that says we will still be able to use smart groups in the same fashion. without designating sync with specific cmart groups, fear is that all contacts will be updated via the cloud, which will lead to all contacts, including duplicate contacts, appearing on iphone [and not just the ones from the smart groups], which in turn will lead to duplciate names in BMW address book

  • HT2486 adding multiple names to a new group in address book

    I have a list of 125 names that I would like to put in my address book under a new group, but I don't want to have to enter each name individually.  How do I do that?

    Just drag the contact to the new group name.
    Edit:  Make sure it's a group and not a "smart group".  Smart Groups are populated by search criteria.

  • "Related Names" Does Not Sync From Apple Address Book to iOS 4 Address Book

    I keep a very detailed address book and have just realized that the "related names" field does not sync from my Mac to my iPhone.  Does anyone know if this is a limitation of the iTunes syncing and the software, or am I doing something wrong?  If this is a limitation, does anyone know a work around?  This is important information for me to have on the go.

    Oops -- I just had to turn iCloud on in the System settings on the iPhone, then the Contacts synched.

  • My iPad has the wrong User name, picked up an old email address/Apple ID.  How do I change it?

    My iPad picked up a second (old) Apple ID and I need to change it.  I have disconnected the network that the email address was tied to, but I don't know how to change the iPad User ID to the current Apple ID.  It is an ongoing problem with Apple, but once you have more than one Apple ID, it follows you forever, apparently.  Right now, I just want to edit my iPad, and give it my current Apple ID.  I am nervous about just hitting the reset options unless I know what I am getting into.  I would appreciate any guidance.

    Settings > iTunes & App Store > Sign Out.
    Sign in with the correct ID.
    JGreenzang wrote:
    so that it is recognized as the main device?
    There is no such thing.  Please explain what is really meant by the above statement.

  • HT4436 Is there a way to connect my iCloud acct. so that my regular email address is my user name instead of the .me email address? I don't even know how to access my very old .me address.

    Anyone know if you can replace your .me email address for your regular email address? I'm trying to set up my iCloud acct. on my iPhone but the default email adddress is my .me email which I never used and do not know the password for. When I use the Forgot Password link, it sends to my .me email address
    and I never used it and don't know how to access that address. Arg. Anyway to clean slate and permanently eliminate the .me thing?

    I copied the iTunes file from the external drive and it's in both places.  I thought all I would need is the iTunes program (which I downloaded to new computer) and my iTunes library file.  There must be something else that's missing.  My iTunes library looks the same on the new computer as it does when I open it on the external drive.  If I click on an iTunes library song from my new computer, it will only play if I have the external drive plugged in.
    My back-up drive is a mess.  I have multiple copies of music, video, photo, and document files and I don't know how that happened. ={  Obviously, I don't know how to back up stuff properly and there are back-up files extending over a 6- to 8-year period.  I think all I did was just drag and drop the main folders from the back-up drive to the same main folders on the C: drive.  Also (and I'm kind of fuzzy on this) Windows used to automatically save music files in a folder within my document files (which makes no sense to me).  As my Jewish friends would say, "Oy Vey!" 

  • How do I sort my address book by the last name, not the first name

    AS I created my address book the names were added randomly to the address book. When I print out the address book the names come up with first name, Last name (all in random order alphabetically). I would like them to come up with Last name, first name, email address in alphabetic order by the Last Name. How do I get them sorted corretly??

    Enable the menu in the Address Book. Then look at the options under View and Sort By.
    More here on sorting: http://www.ramsden.org.uk/8_How_to_sort.html
    And about menus here: http://chrisramsden.vfast.co.uk/13_Menus_in_Thunderbird.html

  • Change User Name But Not Email SBS 2003

    Greetings,
    I need some help. I have a user that got married and wants to change her last name because she sends email from Outlook and it shows her old last name. I would like to change her user name but keep her email address the same.
    On SBS 2003 from Server Management -> Users, if you rightClick a user and select "Rename" from the popup menu, you can change the first and last name and leave the email as is. The user name will change and the email address stays the same in
    the user list when the edit window closes.
    I would like to do this if there are no repercussions such as email folders disappearing or unaccesable or any other changes to anything other than the user name.
    What will happen if i change the user name as I descirbed above. Will it mess up any of the users access. permissions, etc?
    Thanks very much for your help!
    Lewis

    Hi Lewis:
    If I understand what you mean, you would like this user to receive mails addressed to "old-name" and send mails with the reply address as "new-name".
    To do this, open Active Directory Users and Computers, find the user, right click - properties, email addresses.
    Add the new email address and set it as default.  Uncheck the box to update based on recipient policy.
    You can also change the users name in the SBS console, but if you just change the email address there emails addressed to old-name will not be received.  So in the console, just change the users name for logon and user name to new-name, but not the
    email address.  Just add one in ADUC.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • All of a sudden I cannot use my email, it tells me user name or password for my email is incorrect

    My email sudenly stopped working.  I went to check for messages under one of my email accounts and it tells me my user name or password for (my email address) is incorrect.  I went into settings and re-entered my info and still wouldn't work.  I deleted that email account and re-created it, still doesn't work.  HEEELP!

    My email was working yesterday.  First last night it started asking for passwords now today it won't check mail at all.  When I click to check mail nothing happens at all.

Maybe you are looking for

  • Probelm writing to a cube via FM 'RSDRI_CUBE_WRITE_PACKAGE'

    Hi all, in the cube which I'm trying to write to via FM 'RSDRI_CUBE_WRITE_PACKAGE' there exits an InfoObject called ZCS_UNIT which uses ALPHA conversion. In case I try to write e.g. a value of '206540' for InfoObject ZCS_UNIT into the cube, i receive

  • Applet not communicating with servlet when given ip address (not localhost)

    I have a strange problem with my applet - I have a java applet and a Tomcat server running. I am able to communicate between the applet and a servlet on the server (sending strings from applet to servlet, for example..) when the URL that I write in t

  • Photoshop sequence to iMovie

    I have a series of 400 still images taken from a video camera which I have saved as individual TIFFs (I will convert to JPEG)- I am doing some work on these images in Pshop - adding lights and lighting effects and would then like to import them back

  • How to stopping rounding  using decimal format

    my problem is as 1. I am taking a double input in a jtextfield 2. Now i am using decimal format to round it to 6 decimal places Now , how to make sure that decimal format while formatting do not round like If input is 1.2345678 i want to get 1.234567

  • Can I download CS5 Mac (non-extended) and "reinstall" to fix problem?

    I have my household goods in storage at commercial movers while new home is being renovated, and won't be accessible for 6-8 more weeks.  While trying to fix an Adobe Air install (or shall I say "won't install") issue, I think I must have cleaned hou