ESS Personal information few fields are in english and few are in Slovakia?

Hi,
We have installed EP7.0, ESS600
Incase of ESS Personal information workset few lable texts are in english and few are in country specific language (Poland) in other words.
In ESS the language translation for the languages Polish (Poland), Hungarian (Hungary), Czech (Czech) and Slovakian (Slovakia) are not fully reflected. Some texts are not translated and it is showing in English.
Any helpfull suggestions please
Regards,
Murali

Hi Bala,
This not for one user. This basically for country specific.
Thing is for few countries there are no personal data iviews available in Portal for example Polish (Poland), Hungarian (Hungary), Czech (Czech) and Slovakian (Slovakia).
Hence the work around is for these languages we used other existing languages for example for Slovakia ( India). But few UI fields  (Lable text) are appearing in Slovakia and few are English.
What may be the reason? did anybody faced similar situation.
Regards,
Murali

Similar Messages

  • How to add 'Known As' field in ESS- Personal Information...Please guide

    Hello All,
    I have to show the 'Known As' field in the ESS->Personal Information page/workset.
    Do I need to use NWDI for the same?
    Please guide me as to how I can do this.
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Solved it on my own.

  • RFC Call Error - from Portal End - For ESS Personal Information service

    Hi,
    I am getting "Syntax error in program SAPLHRXSS_PER_MAC                       ., error key: RFC_ERROR_SYSTEM_FAILURE  " error Message on the portal (ESS--->Personal Information Screen).
    When I did RFC trace analysis (using ST 22) this is what i get.
    Can you let me know what could be the issue.
    We are running HR Backend(Support Pack 15,ecc 5.0).
    Portal (EP 6.0 SP19, ESS 100 (SP 10)).
    Could you please let me know what could be the issue ?
    Syntax error in program "SAPLHRXSS_PER_MAC ".
         What happened?
              Error in ABAP application program.
              The current ABAP program "SAPMSSY1" had to be terminated because one of the
              statements could not be executed.
              This is probably due to an error in the ABAP program.
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred
              in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
              Author and last person to change the Include are:
              Author "SAP "
              Last changed by "C5069405 "
         What can you do?
              Please eliminate the error by performing a syntax check
              (or an extended program check) on the program "SAPLHRXSS_PER_MAC ".
              You can also perform the syntax check from the ABAP/4 Editor.
              If the problem persists, proceed as follows:
              Print out the error message (using the "Print" function)
              and make a note of the actions and input that caused the
              error.
              To resolve the problem, contact your SAP system administrator.
              You can use transaction ST22 (ABAP Dump Analysis) to view and administer
               termination messages, especially those beyond their normal deletion
              date.
              is especially useful if you want to keep a particular message.
         Error analysis
              In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred:
              "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If you cannot solve the problem yourself and you wish to send
              an error message to SAP, include the following documents:
              1. A printout of the problem description (short dump)
                 To obtain this, select in the current display "System->List->
                 Save->Local File (unconverted)".
              2. A suitable printout of the system log
                 To obtain this, call the system log through transaction SM21.
                 Limit the time interval to 10 minutes before and 5 minutes
                 after the short dump. In the display, then select the function
                 "System->List->Save->Local File (unconverted)".
              3. If the programs are your own programs or modified SAP programs,
                 supply the source code.
                 To do this, select the Editor function "Further Utilities->
                 Upload/Download->Download".
              4. Details regarding the conditions under which the error occurred
                 or which actions and input led to the error.
         System environment
              SAP Release.............. "640"
              Application server....... "srv006"
              Network address.......... "167.116.230.56"
              Operating system......... "HP-UX"
              Release.................. "B.11.11"
              Hardware type............ "9000/800"
              Character length......... 8 Bits
              Pointer length........... 64 Bits
              Work process number...... 1
              Short dump setting....... "full"
              Database server.......... "srv006"
              Database type............ "ORACLE"
              Database name............ "H81"
              Database owner........... "SAPR3"
              Character set............ "en_US.iso88591"
              SAP kernel............... "640"
              Created on............... "May 21 2006 20:29:01"
              Created in............... "HP-UX B.11.00 A 9000/800"
              Database version......... "OCI_920 "
              Patch level.............. "129"
              Patch text............... " "
              Supported environment....
              Database................. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE
               10.2.0.."
              SAP database version..... "640"
              Operating system......... "HP-UX B.11"
              Memory usage.............
              Roll..................... 16128
              EM....................... 4189928
              Heap..................... 0
              Page..................... 0
              MM Used.................. 629192
              MM Free.................. 3558216
              SAP Release.............. "640"
         User and Transaction
         Information on where terminated
              The termination occurred in the ABAP program "SAPMSSY1" in
               "REMOTE_FUNCTION_CALL".
              The main program was "SAPMSSY1 ".
              The termination occurred in line 68 of the source code of the (Include)
               program "SAPMSSY1"
              of the source code of program "SAPMSSY1" (when calling the editor 680).
         Source Code Extract
         Line     SourceCde
            38     
            39     module %_rfcdia_call output.
            40         "Do not display screen !
            41         call 'DY_INVISIBLE_SCREEN'.
            42         perform remote_function_diacall.
            43     endmodule.
            44     
            45     module %_cpic_start.
            46       if sy-xprog(4) = '%RFC'.
            47         perform remote_function_call using rfctype_external_cpic.
            48       else.
            49         call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
            50         perform cpic_call using convid.
            51       endif.
            52     endmodule.
            53     
            54     
            55     form cpic_call using convid type c.
            56       communication send id convid buffer header.
            57       if sy-subrc eq 0.
            58         perform (sy-xform) in program (sy-xprog).
            59       else.
            60         message a800.
            61       endif.
            62     endform.
            63     
            64     form remote_function_call using value(type).
            65       do.
            66     *   test if sy-xprog and sy-xform are set
            67     *   sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
         >>>>>         call 'RfcImport' id 'Type' field type.
            69         perform (sy-xform) in program (sy-xprog).
            70         rsyn >scont sysc 00011111 0.
            71       enddo.
            72     endform.
            73     
            74     form remote_function_diastart.
            75       do.
            76         call 'RfcImport' id 'Type' field rfctype_rfcdia.
            77         perform (sy-xform) in program (sy-xprog).
            78         "Parking position for next request
            79         rsyn >scont sysc 00011111 10.
            80         "ALternativ : Free mode
            81         "COMMIT WORK.
            82         "SYSTEM-CALL FREE MODE 0.
            83       enddo.
            84     endform.
            85     
            86     form remote_function_diacall.
            87         sy-xcode = '%_@no@'.
         Contents of system fields
         Name     Val.
         SY-SUBRC     0
         SY-INDEX     2
         SY-TABIX     0
         SY-DBCNT     0
         SY-FDPOS     0
         SY-LSIND     0
         SY-PAGNO     0
         SY-LINNO     1
         SY-COLNO     1
         SY-PFKEY     
         SY-UCOMM     
         SY-TITLE     CPIC and RFC Control
         SY-MSGTY     
         SY-MSGID     
         SY-MSGNO     000
         SY-MSGV1     
         SY-MSGV2     
         SY-MSGV3     
         SY-MSGV4     
         Active Calls/Events
         No.   Ty.          Program                             Include                             Line
               Name
             2 FORM         SAPMSSY1                            SAPMSSY1                               68
               REMOTE_FUNCTION_CALL
             1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30
               %_RFC_START
         Chosen variables
         Name
             Val.
         No.          2     Ty.      FORM
         Name      REMOTE_FUNCTION_CALL
         %_DUMMY$$
                 2222
                 0000
         SY-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         SYST-REPID
              SAPMSSY1
                 5454555322222222222222222222222222222222
                 310D339100000000000000000000000000000000
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         TYPE
              3
                 0000
                 0003
         SY-XPROG
              SAPLSYST
                 5454555522222222222222222222222222222222
                 310C393400000000000000000000000000000000
         SY-XFORM
              HRXSS_PER_CLEANUP
                 455555545544444552222222222222
                 82833F052F3C51E500000000000000
         %_SPACE
                 2
                 0
         No.          1     Ty.      MODULE (PBO)
         Name      %_RFC_START
         %_PRINT
                  000                                                                                0 ##
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223200
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RFCTYPE_INTERNAL
              3
                 0000
                 0003
         Internal notes
              The termination occurred in the function "ab_genprog" of the SAP
              Basis System, specifically in line 1374 of the module
               "//bas/640_REL/src/krn/runt/abgen.c#10".
              The internal operation just processed is "CALY".
              The internal session was started at 20070502223335.
              Program name.........: "SAPLHRXSS_PER_MAC ".
              Error message........: "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown.".
         Active Calls in SAP Kernel
         Lines of C Stack in Kernel (Structure Differs on Each Platform)
         ( 0)  0x40000000016d6a8c   CTrcStack2 + 0x2bc  [dw.sapH81_DVEBMGS33]
         ( 1)  0x40000000016d67c0   CTrcStack + 0x18  [dw.sapH81_DVEBMGS33]
         ( 2)  0x4000000001d41438   rabax_CStackSave__Fv + 0x100  [dw.sapH81_DVEBMGS33]
         ( 3)  0x4000000001d4dbf8   ab_rabax + 0x1f68  [dw.sapH81_DVEBMGS33]
         ( 4)  0x40000000018cc09c   ab_genprog__FPcPvUii + 0xdbc  [dw.sapH81_DVEBMGS33]
         ( 5)  0x4000000000d3b4cc   newload__FPcP13TmpSubpoolDirUi + 0x29c  [dw.sapH81_DVEBMGS33]
         ( 6)  0x40000000016a7324   ab_LoadProg__FPcUi + 0xec  [dw.sapH81_DVEBMGS33]
         ( 7)  0x40000000016831fc   ab_link + 0x334  [dw.sapH81_DVEBMGS33]
         ( 8)  0x40000000015694d4   ab_rfcimport + 0xccc  [dw.sapH81_DVEBMGS33]
         ( 9)  0x40000000018cff98   ab_jcaly__Fv + 0x598  [dw.sapH81_DVEBMGS33]
         (10)  0x4000000000f98df8   ab_extri__Fv + 0x17a0  [dw.sapH81_DVEBMGS33]
         (11)  0x40000000016ab2d8   ab_xevent__FPCc + 0x38  [dw.sapH81_DVEBMGS33]
         (12)  0x400000000189c9a8   ab_dstep + 0x120  [dw.sapH81_DVEBMGS33]
         (13)  0x4000000000ed4c00   dynpmcal + 0xd0  [dw.sapH81_DVEBMGS33]
         (14)  0x4000000000ed1554   dynppbo0 + 0x1e4  [dw.sapH81_DVEBMGS33]
         (15)  0x4000000000ed0af4   dynprctl + 0x43c  [dw.sapH81_DVEBMGS33]
         (16)  0x4000000000ecb7a0   dynpen00 + 0x2118  [dw.sapH81_DVEBMGS33]
         (17)  0x4000000000fa598c   Thdynpen00 + 0x6a4  [dw.sapH81_DVEBMGS33]
         (18)  0x4000000000fa49b8   TskhLoop + 0x50d8  [dw.sapH81_DVEBMGS33]
         (19)  0x4000000000f999f8   tskhstart + 0x1e0  [dw.sapH81_DVEBMGS33]
         (20)  0x4000000000d42194   DpMain + 0x484  [dw.sapH81_DVEBMGS33]
         (21)  0x400000000220d41c   nlsui_main + 0x14  [dw.sapH81_DVEBMGS33]
         (22)  0x4000000000992794   main + 0x14  [dw.sapH81_DVEBMGS33]
         (23)  0xc000000000020ab0   $START$ + 0xa0  [/usr/lib/pa20_64/dld.sl]
         List of ABAP programs affected
         Index     Ty.     Program     Group     Date     Time     Size     Lang.
              0     Prg     SAPMSSY1          0     06.11.2003     20:53:07         18432     E
              1     Prg     SAPLSYST          1     10.05.2006     09:57:38         30720     E
              2     Typ     SYST          0     04.12.2000     14:54:51         27648     
         Directory of Application Tables
         Name                                     Date       Time       Lngth
             Val.
         Program      SAPMSSY1
         SYST            .  .            :  :          00002404
         ABAP Control Blocks (CONT)
         Index     Name     Fl     PAR0     PAR1     PAR2     PAR3     PAR4     PAR5     PAR6     SourceCde
           118     CLEA     00     0035                                   SAPMSSY1
           119     CLEA     00     0036                                   SAPMSSY1
           120     CLEA     00     0037                                   SAPMSSY1
           121     MESS     00     001C                                   SAPMSSY1
           122     ENDF     00     0000                                   SAPMSSY1
           123     -
         00     0000                                   SAPMSSY1
           124     PERP     00     0001                                   SAPMSSY1
           125     PERP     02     0000                                   SAPMSSY1
           126     WHIL     00     0002     0000     0000     0000     0000     0000     0000     SAPMSSY1
           130     WHIL     00     0003     0000     0000     0000     0000     0000     0000     SAPMSSY1
           134     BRAN     05     000E                                   SAPMSSY1
           135     CALY     00     0003     0038     002A     0005     002B     0000     0000     SAPMSSY1
         >>>>>     CALY     02     0000     0039     8000     0000     0000     0000     0000     SAPMSSY1
           143     xper     02     0000     0010     0011                         SAPMSSY1
           145     PERP     80     0000                                   SAPMSSY1
           146     SYSC     1F     0000                                   SAPMSSY1
           147     BRAX     00     FFEF                                   SAPMSSY1
           148     WHIL     00     0004     0000     0000     0000     0000     0000     0000     SAPMSSY1
           152     ENDF     00     0000                                   SAPMSSY1
           153     -
         00     0000                                   SAPMSSY1

    Hi,
    The error is occuring in the program file SAPLHRXSS_PER_MAC.
    In program "SAPLHRXSS_PER_MAC ", the following syntax error occurred 
    in the Include "IF_HRPA_PERNR_INFTY_XSS=======IU " in line 114:      
    "The type "HRXSS_PER_SUPPLD_SUBTY_INFO_T" is unknown."    
    Information on where terminated                                              
        The termination occurred in the ABAP program "SAPMSSY1" in               
         "REMOTE_FUNCTION_CALL".                                                 
        The main program was "SAPMSSY1 ".
    This place  where it has terminated is highlighted in bold letters.                                       
    form remote_function_call using value(type).   
      do.                                          
      test if sy-xprog and sy-xform are set      
      sy-xform = 'quatsch'. sy-xprog = 'quatsch'.
    <b>    call 'RfcImport' id 'Type' field type.     </b>
        perform (sy-xform) in program (sy-xprog).  
        rsyn >scont sysc 00011111 0.               
      enddo.                                       
    endform.                                       
    Thanks,
    Manoj

  • Issue in ESS Personal Information iViews

    Dear Experts,
    I have an issue with ESS Personal Information details. The issue is the personal information related iViews such as Bank information , personal id, address iViews are only displays a road map and a button in disabled mode. Its doesn't display any data.
    But my Employee search iViews are working fine.;
    Any idea about this issue?
    Thanks,
    Ram

    Im getting exactly like below in Bank information iView
    [1] -
    [2]--[3][4]--
    Overview Edit Review and Save Confirmation
    <Previous Step> <Exit>.
    Please help me out!
    Ram

  • ESS Personal Information not working

    Dear All,
    Here we have ECC 6 and EP7 SP10, we have uploaded BP ESS 1.0 SP 7.
    For ESS Personal Information workset, iViews for Address, Bank Information, Family Information and Personal Data is showing a page in which it is given steps which are
    1     Overview   2 Edit   3 Review and Save   4 Confirmation
    Previous Step      Exit
    And also in SPRO setting for Personal information under ESS head is missing
    Employee Self-Service-->Service-Specific Settings --> Personal Data , there is no personal Data link.
    Kindly help me what needs to be done for Displaying iViews of Personal information and getting the link for Personal Data in SPRO under Employee Self Service.
    Regards,
    Sidhartha Chatterjee

    Dear Awadh,
    I am able to see Own Data in SPRO.
    Issue is that while running Personal Information --> Address iView, the page which is being shown is like this
    [1] -
    [2]--[3][4]--
    Overview           Edit         Review and Save      Confirmation
    <Previous Step>   <Exit>.
    and no data is being Displayed.
    The same is the case for other iViews of Personal Information like Bank Details and Family Details.
    But for Personal Data iView it is giving this error
    "<b>failed to create or init instance of model 'com.sap.xss.hr.per.in.pdata.model.HRXSS_PER_P0002_IN' in scope APPLICATION_SCOPE with instanceId 'null'"</b>.
    kindly tell me what needs to be done to resolve this issue.
    Regards,
    Sidhartha Chatterjee

  • ESS Bank Information -- IBAN field need to be deactivated

    Hello All,
    Currently on ESS\MSS portal when I go to the following link ESS--> Personal Information --> Bank Information --> Bank details (Edit) , I get to see the IBAN field.
    Is there any way I can deactivated the field from getting displayed, if so how?.
    One way to go at the WDJ level and download the respective par file and make the changes (please let me know if I am right).
    Is there any other way of doing the same.
    Regards,
    Ronniee.

    Hello Venu,
    Thanks for your kind inputs here , Yes we can do the same on the iView level on field or UI element, but if we want to hide field for all the given users , If I want to hide a field accross all the users , How will i do that.Since hiding a field for a given single user will only be applicable.
    Regards,
    Ronniee.

  • ESS personal information Nullpointer exception

    Hi,
    When I try to save data in any of the ESS Personal Information (like Personal data, addreses, etc) I get a nullpointerexception while saving. The data is getting saved but the navigation is not going to the next page. Any ideas?
    Im on Portal 7.0 ECC 6.0 and ESS BP 1.0
       java.lang.NullPointerException
        at com.sap.xss.ser.xssconfview.vc.VcLinksView.wdDoModifyView(VcLinksView.java:167)
        at com.sap.xss.ser.xssconfview.vc.wdp.InternalVcLinksView.wdDoModifyView(InternalVcLinksView.java:354)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
        at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
        at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
    Regards
    Srini

    Suresh,
    I hace added the role Self Service admin to my user id. Now I see the FPM and sort of things under Content Provided by SAP. I am not sure what to do about it.
    Is this a configuration step which needs to be done or does these things are come default on installation.
    Regards
    Srini

  • Family Details in ESS personal information

    Hi gurus,
    how to edit the family details in ESS personal information .
    when i click on family details link it is showing me spouse , child details
    beside child and spouse details there is a edit button, when i click on edit button it is showing the information in display mode,
    i want to change this to edit mode so than employee can change and save his family data.
    Note:- i have searched SDN , what i found is ,how to hide that edit button
    throw some light on this.
    Regards
    K Naveen Kishore.

    Hi Navin,
    Looks like some one has made fields readonly.
    1. It can be done via personalization
    2. It can be done from NWDS
    Do the personalization and make the fields required fields editable.
    See tish help link on how to do personalization.
    http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/content.htm
    Make sure ur user id has the Content Admin role and the valid pernr attached.
    Regards
    Yugandhar Reddy

  • In ESS- Personal Information want to call extra ITs.

    Hi All,
    We are using Portal versions 7.3 and ECC 6, EHP6
    In Ess- Personal Information (Workset) there are 5 iviews (IT0002, IT0006, IT0009, IT0021, IT0185) this all are standard.
    In this workset (Personal Information) I want to call another ITs. Those are (IT 0001, IT0028, IT0587, IT0588, IT0105, IT0022,) This all ITs I can see in table V_T7XSSPERSUBTYP   -  country grouping 40.
    Can I call this above ITs without customization,
    I am thinking without customization we can't configure.
    Am I wright or wrong? Please let me know.
    Can you tell me in which version we can do this if available.
    Regards
    Anoku Raj

    Hi Raj,
    I think you can add any infotypes to the overview screen, Please look at the below link..
    Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration
    Thank you,
    kk

  • In ESS- Personal Information- Calling another IT's

    Hi All,
    We are using Versions Portal 7.3 and ECC 6, EHP6
    In Ess- Personal Information (Workset) there are 5 iviews (IT0002, IT0006, IT0009, IT0021, IT0185) this all are standard.
    In this workset I want to call another ITs. Those are (IT 0001, IT0028, IT0587, IT0588, IT0105, IT0022,) This all ITs I can see in table V_T7xsspersubtyp country grouping 40.
    Can I call this above ITs without customization,
    I am thinking without customization we can't configure.
    Am I wright or wrong? Please let me know.
    Can you tell me in which version we can do this if available.
    Regards
    Anoku Raj

    Hello,
    the link here might help you I think.
    Adding any Info Type IN ESS in EHP5/6 through WebDynpro Configuration
    Best regards
    Hadrien

  • Is it bug/error from SAP on ESS - Personal Information-Address exit button

    Hello Experts,
    when i click on ESS - Personal information - Address  exit button here when i click on exit button its opening another portal actually it should go back to same portal ESS - Personal information -  Address
    is this error/bug from SAP
    if no what could be
    could anybody help me on this issue.
    Thanks
    Regards
    Vijay

    Hello Eperts,
    Sorry, i want to reopen this thread, to clear one issue.
    i tryed and solved this issue.
    try to configre the workprotect in personalization so it discard changes and open in the same page.
    all my portal user are facing the same problem.
    my question is Do i need to do changes for all user in personaliztion.
    Do we have any global chage at once i do it takes effect for all users.
    Any help on this Please.
    Thanksyou,
    regards
    Vijai

  • I have a problem with your app store, always I want to update a new app, I want to know what Schiffer and novelty app! Most of my applications are in English, and they write what the improvement and renewal are written in English, and I do not speak the

    Hi
    I have a problem with your app store, always I want to update a new app, I want to know what Schiffer and novelty app! Most of my applications are in English, and they write what the improvement and renewal are written in English, and I do not speak the language! I try to copy the text, color (gray) is not successful, the variance can it, so we can copy the text and translate?
    I thank you for your help, it can help to humanize

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • After updating to Firefox 6, the menubaritems are in English and "History" gives the Bookmarkslibrary

    In my previous version of Firefox (5) i used to have all items in the menubar in Dutch. After updating to version 6, these items are in English and I have not found out how to change that.
    Furthermore, asking for "History/show all history" brings me to the Bookmarkslibrary....

    The page may have been zoomed out. With Gmail on display try using the keyboard shortcut Control+0 (zero) to reset page zoom.
    For more details on using page zoom see https://support.mozilla.com/kb/Page+Zoom

  • When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed

    When syncing iPod touch to MacBook, I have selected to sync only events newer than 360 days. Yet I get message that sync will change 8000 events on "this computer"  most of which are years old and many are recurring events.  I'm afraid to proceed with sync. 

    Having the same problem here. As a first time mac user, Apple has certainly made a bad first impression.
    For me, the issue seems to occur when transferring files between computers that are connected to the same access point (when transferring files from wired computers on the network there is no issue). My vista laptop and every laptop I have tried has worked perfectly fine with this access point so I am 100% convinced it is the mac. Basically when I copy the files, after about 100mb, I am unable to access anything on the local network or internet until I restart Airport. The weird thing is that even though I am unable to access anything, the airport utility says it is connected. I might also note that the wireless signal strength is full.
    If I can't get this figured out in a few days, this computer is going back to the store where it came from and I will officially label myself anti-mac. This type of issue is just unacceptable for something so main stream.

  • I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    I have two apple id's because my hotmail account is no longer active. How can I delete the old one and use or update the new one?  Every time I try it won't allow me and now my iPad thinks there are two accounts and they are arguing with each other. Help!

    You can't merge accounts or copy content to a different account, so anything that you bought or downloaded via the old account is tied to that account - so any updates that those apps get you will only be able to download via that account. You can change which account is logged in on the iPad via Settings > Store

Maybe you are looking for

  • Assigning Roles to Users and Groups

    Hi, We have installed EP 5.0 SP4...with Content Management...we configured the LDAP to Portal......all the users are maintained through LDAP only...the problem is assigning the Role's to user..here in portal how to assign the roles to the users...we

  • Move Windows 7 boot disk to a new mac

    Hi, I am just in the middle of moving from a mac pro to a new iMac and need to move my windows 7 os as well. On the mac pro I have windows 7 on it's own 500gb sata drive and was wondering if I can just move this out and boot from it using a Sata crad

  • Unicode in ecc6.0

    hello, I thought if unicode in attributes is checkd ( ecc6.0) we are not allowed to declare a table with header line but strangely its working fine with occurs 0.plz advise..am I missing something here? Thanks

  • FIMMA - sync engine - not reading the new custom resource from portal

    I added a new custom resource in FIM portal. I added 5 attributes to it. FIMMA refresh schema is not reading the new schema. It says schema is uptodate. I tried IIS reset and even all server restarts. What am I mising?

  • Relation between Roles and Course/Object ID

    hi Please tell me the HR-infotype having roles/position/job in relation with Course/object Id. HRP1000 have only courses . or please tell me how to make relation between two i.e. roles and course/object id S@chin