[SOLVED] cannot set keyboard for X clients

Hi everyone,
I just set up Arch on my Samsung NC20 a few days ago after a couple of years on Ubuntu. I'm enjoying it so far, but I've run into the following problem. I've tried to set my keyboard to 'uk' but I only get a UK keyboard at login time. As soon as I launch an X client, I am back with a US keyboard. (In case it matters, I've mainly been using wmii, LilyTerm, and Firefox. I have no desktop.)
My /etc/vconsole.conf file reads
KEYMAP=uk
and I set up a file /etc/X11/xorg.conf.d/99-keyboard-locale.conf that reads as follows:
Section "InputClass"
    Identifier                  "Keyboard Defaults"
    MatchIsKeyboard    "yes"
    Option                "XkbLayout"    "uk"
EndSection
The option 'uk' is indeed present on my machine (although I tried 'gb' too, to no avail). When I look in /usr/share/kbd/keymaps/i386/qwerty I find uk.map.gz; and I get a UK keyboard when I log in, as I said.
One weird thing is that if I run
setxkbmap -layout uk
from the command line in LilyTerm, I get the following:
No protocol specified
Cannot open display ":0"
I don't know if that's relevant.
Can anyone help? How can I set my keyboard to 'uk' for X clients?
Best,
PaulE
Last edited by PaulE (2012-12-21 22:16:05)

As far as I know, there is no uk layout for xorg and keymap ≠ X keyboard layout. Always check /usr/share/X11/xkb/rules/xorg.lst.
cat /usr/share/X11/xkb/rules/xorg.lst | grep UK
gb English (UK) # keyboard layout (following lines are variants)
extd gb: English (UK, extended WinKeys)
intl gb: English (UK, international with dead keys)
dvorak gb: English (UK, Dvorak)
dvorakukp gb: English (UK, Dvorak with UK punctuation)
mac gb: English (UK, Macintosh)
mac_intl gb: English (UK, Macintosh international)
colemak gb: English (UK, Colemak)
Try adding setxkbmap -layout gb to your .xinitrc file and see if it solves the problem.
EDIT: Added a comment to the first line of output.
Last edited by ximun (2012-12-21 15:55:21)

Similar Messages

  • How to set registry for sql client on win...

    Hi.
    how to set registry for sql client on win fro work with Ukranine
    charset.
    I got such problem
    nls_language set to American_Ukranine.clmswin1251 on client
    this give me ukraniane char.
    but it override all my settings in initsid.ora this mean
    nls_date_format=DD-MON-YYYY
    nls_date_languages
    twhen I type select sysdate vrom dual answer is 11-jun-99, but
    not 11-(ukr month)-1999;
    What should I correct in regestry? ( i don't like to do alter
    session set..... each time I start sqlplus )
    Thank You in advice
    null

    you can create method on Application Module and to Client listener
    like
        public  Object[] getData(Number n,Date d)
    Object val[]= new Object[2];
    String sp = "{? = call get_data(?,?,?)}";
                Connection conn = null;
                CallableStatement proc = null;
                try {
                 //   conn = isConnSupplied ? userConn : ResourceManager.getConnection();
                    proc = getDBTransaction().createCallableStatement(sp,0);
                proc.registerOutParameter(1, OracleTypes.Number);
                proc.setObject(2,12);
               proc.setObject(3,dateobj);
              proc.registerOutParameter(2, OracleTypes.VARCHAR);
                proc.executeQuery();
                 int amttext= proc.getInt(1); //for return value
    String msg=proc.getString(2);//for out param
    val[0]=amttext;
    val[1]=msg;
                catch(Exception e)
                    System.out.println(e);
    return val;
    }and access this method from backing bean using following code-
                BindingContext bindingctx=BindingContext.getCurrent();
                   BindingContainer binding=bindingctx.getCurrentBindingsEntry();
                OperationBinding operationBinding1 = binding.getOperationBinding("getData");
                operationBinding1.getParamsMap().put("n",anyno);
                operationBinding1.getParamsMap().put("d",dateobj);
                operationBinding1.execute();
                String vval[] =(String[])operationBinding1.getResult();

  • Cannot set ringtones for people in my adress book

    i have wiped handheld twice and still cannot set individual ringtones for people in my adress book that is different than the general ring was able too on my last phone and it was exact same phone

    Hello rhwk118,
    Welcome to the BlackBerry Support Community Forums.
    Can you please clarify what model of the BlackBerry Smartphone you are currently using and the software version it is running. You can locate this info by going to Options>About (3rd line from the top) on your BlackBerry Smartphone.
    Thank you
    -DrP
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Cannot Set URL For Report Server SSL Binding In SSRS 2008R2

    Hi,
    I have an SSL certificate that has a number of subject alternate names and I need the SSL binding for the report server and the report manager to be against one of these names, not the certificate name.
    However, while it is possible to set the host header for a non-SSL identity and therefore control the URL reserved, it does not seem possible to set this for an SSL identity - the edit dialogue box simply generates the URL when you choose the certificate
    from the dropdown box.
    How do I set the URL for a report server SSL binding?
    Cheers
    Dan

    Hi Charlie,
    You are correct, i am configuring SSL connections on a native mode report server and i want to configure a custom URL for it.
    However, my issue is not that I cannot see the certficate - it is that I cannot set a custom URL for SSL connections. Apologies, I should have written up an example of what I am seeing:-
    I have installed a certificate for a.company.com. It shows up fine in the certificate list/dropdown for configuring the web service URL SSL certificate.
    I can set a host header for non-SSL traffic for a.company.com and the binding succeeds. I can also set an SSL identity in the same Advanced Multiple Web Site Configuration window for a.company.com and this also binds correctly.
    However, the certficate is like a wildcard in that it supports 4 more URLs in its subject alternate name property. I would like to set an SSL identity for b.company.com which is one of those entries.
    As an aside, the certificate is also installed in IIS and succeeds in binding to b.company.com. I mention this as it shows that the certificate appears to be installed correctly and is working in its wildcard-like capacity.
    I can also successfully set a host header for b.company.com for the report server for non-SSL traffic. It is b.company.com that I would like to host the report server and manager under.
    The issue I have is that if I try to add an SSL identity for the report server web service for b.company.com using the Advanced Multiple Web Site Configuration window, there is no editable box for URL and so it does not allow me to set the URL/host
    header - it therefore always binds to a.company.com.
    I have scoured the boards for answers and there have been a couple of mentions, but neither has worked for me.
    This one talks about adding the required
    https://b.company.com/reportserver to the rsreportserver.config file and the OP describes the issue pretty much exactly as I am experiencing plus the responder talks about this guidance as coming from MS support - however when I followed the steps the result
    is the same as without the configuration:-
    http://www.sql-server-performance.com/forum/threads/ssrs-2008-host-headers-and-ssl.28571/
    Another suggestion (for which I have lost the link) was to amend the URL config in that file directly and add the required entry. Both posters claim it has worked for them so I am sure that using a wildcard certificate with SSRS does work! I think in my
    case I am missing some extra steps as it is fine to amend the config file directly, but I don't think this actually kicks off the SSL/URL binding process which is what the dialogue window does.
    Hope this helps in explaining further. I am sure this is resolvable as I cannot believe the only option for SSRS is to bind to a single domain name and ignore the other wildcard/alternate options.
    Cheers
    Dan

  • [SOLVED] cannot install windowscodecs for wine

    Hi,
    I'm stuck with a problem with wine, I can't install windowscodecs, even in a clean 32 bits winebottle (I have an x86_64 host):
    xantares@archlinux:~/projects$ rm -rf ~/.wine && WINEARCH=win32 winetricks windowscodecs
    Executing w_do_call windowscodecs
    Executing load_windowscodecs
    Using native override for following DLLs: windowscodecs windowscodecsext
    Executing winetricks_early_wine regedit C:\windows\Temp\_windowscodecs\override-dll.reg
    Working around wine bug 32859 -- Working around possibly broken libX11
    Executing taskset -c 0 wine wic_x86_enu.exe /passive
    fixme:clusapi:GetNodeClusterState ((null),0x33ebc4) stub!
    fixme:advapi:DecryptFileA ("d:\\da3baf053b07b80057aafc\\", 00000000): stub
    fixme:setupapi:pSetupGetGlobalFlags stub
    err:virtual:map_file_into_view failed to set 00000005 protection on file map, noexec filesystem?
    err:virtual:NtMapViewOfSection map_file_into_view 0x590000 1000 000000000 failed                                                                                                               
    fixme:advapi:RegisterEventSourceA ((null),""): stub                                                                                                                                             
    fixme:advapi:RegisterEventSourceW (L"",L""): stub                                                                                                                                               
    fixme:advapi:ReportEventA (0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x33f1e0,(nil)): stub                                                                                   
    fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0xc00e1115,(nil),0x0003,0x00000000,0x126ec8,(nil)): stub                                                                                   
    err:eventlog:ReportEventW L"Windows"                                                                                                                                                           
    err:eventlog:ReportEventW L""                                                                                                                                                                   
    err:eventlog:ReportEventW L"Access denied.\r\n"
    fixme:advapi:DeregisterEventSource (0xcafe4242) stub
    Note: command 'taskset -c 0 wine wic_x86_enu.exe /passive' returned status 67.  Aborting.
    googling the issue yields:
    - issue with the exec mount flag (err:virtual:map_file_into_view failed to set 00000005 protection on file map, noexec filesystem?):
    https://forum.winehq.org/viewtopic.php?t=15541
    I tried to add it and reboot, no luck:
    # UUID=01e0968c-6ebb-4ad0-8956-cb4257465b2a
    /dev/sda9               /home           ext4            rw,exec,relatime,discard,data=ordered   0 2
    - issue #32859:
    https://bugs.winehq.org/show_bug.cgi?id=32859
    but what I have is not a crash and it's fixed upstream anyway (libX11 1.6.2)
    I tried to downgrade from 1.7.29 to 1.7.26, install winetricks-svn, same issue.
    Could someone try that command line and tell me if it works ?
    Last edited by xantares (2014-10-26 12:01:03)

    Cool, and how did you solve it? I just ran into the same problem.
    Last edited by mir91 (2014-12-22 16:32:32)

  • How to set commandtimeout for oracle client

    Hi ,
    does anybody have an idea how to set the command timeout for ODP or MS managed oracle client for oracle.
    This property does not seem to be supported . Although there is property exposed for command time out it does not work for odp and for MS oracleclient it is not present at all. Could anyone provide a workaround for it.
    Thanks in advance.
    Rahmatullah

    You're looking for the VirtualBox forums. https://forums.virtualbox.org/
    This forum is for discussion of Oracle VM Server.

  • Cannot set border for JPanel

    I am not able to select any border for a JPanel, except <default>, in the property window of the visual designer. I can insert a statement by hand to get the border (e.g.: jPanel1.setBorder(new javax.swing.border.EtchedBorder());
    ), but I would like to do it with the visual designer. Is this a missing feature or do I do something wrong?
    Thank you
    Heinz

    You first have to make a Border object in your source code, then it will allow you to select the border.
    example:
    import javax.swing.border.*;
    public class MyFrame1
    // Create a border object in your class
    // Add this next line, and change it to
    // create the type of border you want.
    Border borderPanel1 = BorderFactory.createEtchedBorder();
    after this, you can use the inspector to set the border property (you should see borderPanel1 in the combobox of choices)
    Take Care,
    Rob
    null

  • New ATG set up for a client

    Hi All,
    If i am a Retailer(new) with out physical store or any set up. I chooses ATG as a solution as online channel for sales. What all should he have in place???
    Procurement system, Inventory system etc etc...

    Hi,
    You need to have the following (not limited to). They can be achieved by integrating to other systems as well.
    1. Catalog system (including catalog maintenance, update, delete)
    2. Inventory system
    3. Payment system (including operations for authorization, debit etc)
    4. Order fulfillment system
    Optionally you can have integration with reviews and ratings, store finder functionality, fraud detection mechanisms, Merchandizing tools, search functionality management, personalization components, order tracking functionality etc. Obviously you need the IT infrastructure to support each of these features :-)
    Hope this helps.
    Keep posting your updates / questions.
    Thanks,
    Gopinath Ramasamy

  • [Solved] Cannot set locale (at first)

    I don't think this is due to some trivial mistake (but then again, I've been wrong before). Anyway, I moved my system to systemd, and in /etc/locale.conf I have the following:
    LANG=en_US.UTF-8
    LC_TIME=en_US.UTF-8
    LC_COLLATE=C
    In /etc/locale.gen I have the following locales selected:
    en_US.UTF-8 UTF-8
    en_US ISO-8859-1
    pt_PT.UTF-8 UTF-8
    pt_PT ISO-8859-1
    pt_PT@euro ISO-8859-15
    When running locale-gen, I get the following output:
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    pt_PT.UTF-8... done
    pt_PT.ISO-8859-1... done
    pt_PT.ISO-8859-15@euro... done
    Generation complete.
    However, after rebooting (I boot to console, no display manager), and logging in console, the locale that is set is POSIX! I start X with the following command (aliased in .bashrc):
    . /etc/locale.conf ; export LANG ; exec nohup startx > /dev/null &vlock
    And after doing that, the locale, both in X and in console, is set to the correct one! (en_US.UTF-8)
    Am I making a newbie mistake somewhere?
    Last edited by gauthma (2013-05-16 19:31:28)

    Just a 2 cent coin from me -- maybe it helps someone...
    After the filesystem upgrade, the /etc/profile.d/locale.sh file disappeared from my hdd (nothing fishy here: sometimes odd things happen and it's enough to re-run update to fix them). Before I realized that, I lost my default locales (en_US.UTF-8) and after issuing 'locale', I got the same output as the OP ("POSIX" from top to bottom). I was trying to use $HOME/.config/locale.conf file, but nothing expected ever happened, and the only way to make things work my way was to export LANG="en_US.UTF-8" in good old $HOME/.profile. When I eventually updated the filesystem correctly and /etc/profile.d/locale.sh was brought back, I realized that $HOME/.config/locale.conf won't work without it as this is where the relevant variable is set:
    if [ -n "$XDG_CONFIG_HOME" ] && [ -r "$XDG_CONFIG_HOME/locale.conf" ]; then
    . "$XDG_CONFIG_HOME/locale.conf"
    elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then
    . "$HOME/.config/locale.conf"
    elif [ -r /etc/locale.conf ]; then
    . /etc/locale.conf
    elif [ -r /etc/rc.conf ]; then
    LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE")
    fi
    Ergo: if your system hasn't been informed to use $HOME/.config/locale.conf anywhere in a system-wide context, the local file won't work. Simple and logical.
    Last edited by bohoomil (2012-08-31 13:04:37)

  • Why can't Firefox set permissions for Snow Leopard Server Web-Site Wikis

    I've established a web-site for collaboration of planning for a state-wide NGO and a local citizens-government oversight commission.
    I'm using Snow Leopard Server v10.6.4, to drive the web-site, which includes the use of wikis.
    In creating a wiki and setting permissions, I find that I cannot set permissions for users or groups to 'read only' from the default 'read & write' while using Firefox. However, I CAN set them to 'read only' using Safari. And, once the permission has been modified in Safari, THEN it can be modified in Firefox.

    Solution found at http://michaeljin.wordpress.com/2010/01/05/locked-out-of-mac-os-x-server/
    It’s blog update time! Updates have been a little scarce lately, been super busy with getting trophies on PS3
    Anyway, recently encountered the following with a Mac mini server running Snow Leopard Server:
    Despite being able to ARD / Screenshare the Mac mini, I was unable to get any further than the login window. Authentication credentials are obviously valid. No weird access permissions have been set. However, the weird thing was, I can connect to the server via Server Admin tools (from another Mac) and all other services were running without a hitch.
    After much head scratching it turns out to be a sACL (Service Access Control List) issue.
    This thread solved the mystery!
    http://discussions.apple.com/thread.jspa?threadID=1654864
    To save you the trouble, I’ll lay it out here. I cannot take credit for this, but Randall can!
    Open Server Admin on a computer (any), and connect with the local admin to the machine.
    Select the server and authenticate.
    Select Settings, then go to Access. You’ll want to make sure that Login Window and SSH have the local admin account listed if you select the option to “Allow only these users”. For now, I would suggest making sure all services have “Allow all users and groups” selected.
    If (as in my case) it was set to Allow All in the first place, simply toggle the settings – back and forth.
    Save.
    Try logging in again… should be a good one!

  • Set defaults for contacts

    HI,
    Can anyone tell me how to set the defaults for the contacts.  Right now when I save a number in the contacts it is automatically set as a "work" number.  I want it to automatically be a mobile number.  This will save a lot of cut and pasting.  Thanks.

    20-Oct-2008 12:07 AM
    orgazmic wrote:
    Generally pleased with my new N96 which replaces my ageing N95 but i have noticed two bugs. I am using a simfree, nokia shop purchased N96 update to SW v11.101.098.1.
    BUG 1: I've imported my contacts from my N95 and i cannot set defaults for email addresses or numbers. When the defaults option is selected from the menu in contacts the conacts application immediatley closes and i am returned to the front screen. Defaults for contacts i've created on the N96 can have there defaults set but defaults cannot be set for contacts imported using PC Suite or the phones sync utility. Also, for imported contacts the ringtone is the default nokia tune and not the tone defined in the contact or in my active profile. Again only imported contacts show this glitch with a contact created on the N96 working as expected. The default ringtone issue seems to be a common one on the forum maybe this is a connection.
    BUG 2: The phone freezes if you try to resume playback of a video file whilst using a bluetooth headset (in my case a nokia BH-500). With the phone connected to the BH-500 you can play a video file from the start but when promted to continue the latest played file from last position its 'take the battery out time' when the phone locks up.
    Any user got any thoughts on these anomolies??
    Message Edited by orgazmic on 20-Oct-2008 12:13 AM
    Hello, i have the 11.101 version and I imported all my contacts via PC suite and I CAN use the defaults option and the ringtone can be anything I want (apart for video ringtones-they don't work).
    N95,N81,N96, N97

  • IPrint for Linux client, Lexmark and HP

    So far, we have only had iPrint working on OES2 Linux for Windows (XP) clients. On my openSUSE/SLED workstation I have had to setup local printing instead using CUPS and PPD for our networked Lexmark MF and PS laserprinter.
    Now before installing a new HP Designjet T790PS plotter, I wonder if iPrint can be set up for Win7 clients plotting and by using HPLIP for plotting from Linux clients?

    Using iManager in the iPrint section you can setup the Plotter and other Printers for network printing by creating: The Driver Store, Print Manager(s), Printer(s) and Driver Profile - - this would allow you to effective setup all for printing from Windows and SLED.
    Leroy Joseph
    Visual Click Software
    (eDirectory Management and Reporting)
    eDirectory Management and Reporting | DSRAZOR for eDirectory

  • In FrameMaker 9.0.3 and 9.0.4, I cannot set tab stops for a style in the Paragraph Designer.

    In FrameMaker 9.0.3 and 9.0.4, I cannot set tab stops for a style in the paragraph designer. Here are the steps to dysfunction:
    1. In Paragraph Designer, for Tab Stops, click Edit. Edit Tab Stop dialog box opens, and the Paragraph Designer dialog box closes.
    2. Type value in New Position box.
    3. Click Continue. The Edit Tab Stop box closes.
    4. Open Paragraph Designer. No tabs are recorded.
    Discussion of a similar problem occured on this forum in June 2010. At that time, the resolution seemed to be to upgrade to 9.0.3. Has anyone else encountered this problem with these versions?
    Thanks.

    Hi, Arnis,
    Brilliant! Thanks so much. I only looked at the later discussions of that thread, which seemed to indicate the problem would be solved by an upgrade to 9.0.3.
    -Trish

  • Office 2013 Pro - Error Message - I cannot set Office 2013 as the default mail client

    I have a number of PCs on a single domain in the same office all running Windows 7 Pro.  Some at 64 bit and some are 32 bit depending on their age.
    My issue is that on upgrading from Officer 2010 Pro to Office 2013 Pro, the only application I have a problem with is Outlook 2013, and only on the 64 bit machines.   The upgrade on 32 bit machine goes perfectly.   On both I install the
    32 bit version of Office 2013 as per the MS notes.
    When the 64 bit machines reboot and the user logs on I get the message, sometimes twice:
    Either there is no default mail client or the current mail client cannot fulfil the message request. Please run Microsoft Office Outlook and set it as the default mail client.
    OK, so this should be straight forward:
    I set outlook at the default mail client and associate all file with it from Outlook\File\Option.  Nope.  That does not work.
    I go through default programs and set the default mail client as Office 2013 and associate all file with it from Outlook.   Nope.  That does not work.
    I check the registry and it shows that the 64 bit or 32 bit reversion is the default mail client.  So that does not help.
    I install the 64 bit version instead of the 32 bit version. Nope.  That does not work.
    I clean the registry and temp file.  Nope.  That does not work.
    I set a new mail profile for the user. Nope.  That does not work.
    Odd that it only upgrades smoothly on the 32 bit machines.   
    Has anyone got any ideas?   All the suggested fixes on this forum do not fix this issue.

    Hello.
    Same problem, nothing Works!!!
    Help please, really frustrated and angry.
    Added written above   I tried:
    Uninstalled with the Microsoft fix uninstall
    and reinstall. This does not work.
    Contact the phone technical support. This
    does not work.
    Addin,s does not work. Adobe, iCloud Addin ....  does not work.
    'Send email to'   menu   does not work.
    No application communicates with
    Outlook, no Microsoft  or third  apps.
    I can only send and receive emails
    from within Outlook.
    This program is lousy, any
    possibility that my money back.
    Thanks

  • Outlook Sync Error SOLVED - Multi-day repeating appointment cannot be converted for use on the Handheld...

    *UPDATE 1/23/2009 07:08 AM* This is a partial fix. I no longer think the Recurrence Range is the culprit. It seems the Time Zones features between Outlook & Palm are not cooperating. This explains why my 12 am events are syncing as 6 pm the day before; I live in GMT-6:00 so it's moving my events ahead by 6 hours. Another event I set for 1 pm in Outlook was changed to 7 am on my Treo. I am going to start over and recreate each event, this time setting the Time Zones, which I hadn't done before. I tested it out and it worked with a single event... let's see how long it lasts. I've also found that using 'No Time' on my Treo is not compatible with Outlook. It's better to set a time with 0 minutes duration.
    *UPDATE 1/23/2009 04:11 AM* This is a partial fix. My monthly and yearly problematic recurring events are now showing up at 6 pm the day before on my Treo, though my Outlook calendar is fine. I think this has to do with the Recurrence Range Start/End in Outlook, which is set automatically. If only there were a way to change this... 
    After a WHOLE LOTTA trial-and-error (like 3 days worth), I think I finally solved my OLERR:14-001 issue!
    Problem: Syncing Palm Treo 755p calendar with Outlook 2007
    Error Message (simplified):
    HotSync session completed with messages on [date] [time]
    HotSync session started on [date] [time], and completed in [0] seconds
    Outlook Calendar synchronization completed with messages
    Duration: [0] seconds
    Outlook Calendar
    The multi-day repeating appointment titled [event] beginning [date] [time] cannot be converted for use on the Handheld. Please divide the appointment up into single-days and re-synchronize.
     OLERR:14-0001
    - Desktop overwrite HH Sync
    Note: You will likely have several of these ‘Multi-day’ instances in your hotsync log (I had 58). You may want to change Calendar in hotsync to "Desktop overwrites Handheld" after you get this error, to avoid erasing events while you are fixing this issue. Otherwise, you may have to restore them from a backup copy (if you have one) and start over. You can switch back once you’re through.
    Solution: First, I tried this Palm KB Article: http://kb.palm.com/SRVS/NUA/launchKB.asp?c=31167. After this didn’t work for me… I did trial-and-error. I believe the problem is that each recurring event, which you set up as ‘All-day’, must be changed to have a duration of 0 minutes from within Outlook. I was able to change some events directly, but I found that some of the records had corrupted, and would just revert. My fool-proof solution was to recreate EVERY problematic event (yes, one-by-one) using the following steps:
    Open Outlook
    Go to your default calendar, where your events are synced
    In the top menu choose ‘View’ > ‘Current View’ > ‘Recurring Appointments’
    Open a ‘New Appointment’
    Enter subject and other options, such as Categorize, Importance, Time Zones, or Reminder
    Make sure starting and ending date & time are the EXACT same
    Select ‘Recurrence’ & choose your pattern
    I did not choose ‘No end date’ (hence the Palm article), but rather ‘End by:’ and typed in 2031, then pressed tab to auto-generate a suitable end date. I chose 2031 because that is last year my Treo’s calendar goes to. Click OK
    Repeat for every event in your error log, until you get a clean "Desktop overwrites Handheld" hotsync (Outlook should be closed when you sync)
    Switch Calendar in hotsync back to "Synchronize"
    Even though I still get the message OLERR14:001, my syncs are successful. Now I will give my Treo time to see if the issue returns later. Until then, happy Outlook syncing and good luck!
    Post relates to: Treo 755p (Sprint)
    Message Edited by akeaw3000 on 01-23-2009 04:11 AM
    Message Edited by akeaw3000 on 01-23-2009 07:08 AM

    hello,
    if all of your data is on the phone you can change the sync action to handhled overwrites desktop
    how to:
    open palm desktop software
    on the top left click on 'hotsync' and then 'custom'
    on the calendar conduit
    highlight it and click on 'change'
    then choose 'handhled overwrites desktop'
    hope this will help you
    Post relates to: Palm TX

Maybe you are looking for

  • How can I transfer Microsoft office from my old macbook pro to macbook air

    how can I transfer microsoft office from macbook pro to macbook air?

  • Line Items not seen in Invoice output

    Hi All I am not able to see the line items in the invoice output. The invoice just shows the total amount with out displaying any of the line items. Please help -Madhu

  • Evaluation of html stored in the database

    Hello everyone, here is my story. I have html stored in the database that I am using in regions. The region is a pl/sql anonymous block with code similar to this. DECLARE testt varchar(30000); BEGIN SELECT Main_Page_Image_Zone INTO testt FROM htmltab

  • My location is not listed in keychain

    dear friends I Grievance because I always use Apple system and I am administrator in Arabic MAC forums, but the problem is my State ALGERIA is not listed in the iCloud service because not insert  the telephone number of my location in the Keychain ne

  • FP in different browsers

    Do I need to install FP in every browser I use? I have FP installed in IE 8 and it works fine in IE 8, but when I go to FF and try to watch a video there, (specifically in FB), I am told that I need to download FP. I use Windows XP/SP3, 32 bit, Brows