T.code FBWE error FZ935: incorrect calendar ID in the bank terms

Hi All,
executing t.code FBWE, SAP gives me the message
FZ935: There is an incorrect calendar ID in the bank terms table for the above-mentioned specifications.
Which customizing step should I manage?
Thanks

Dear G.Rossi
Please check the issue date and presentation dates were you giving right or wrong.  presentation date is not same as issueing dates 
Regards
shankar

Similar Messages

  • Why doesnt the app store allow my bank card? it says my password is incorrect and i called the bank and it said it is correct

    i have tried so many times to add my bank account to the app store but it says that my bank password is incorrect and i called my bank and they said my password is correct

    Follow-up to original post: now I'm receiving: Ajax submit failed: error= 403 forbidden. Is the system down or what is causing this. Thanks

  • I get Error #1516 asking me to close the bank's web site, but I can't get in to close it.

    I made an error in the password for the bank's web page. It won't let me log in until I close the previous web page which I was never in. I am in a loop. and I really do not know what I am doing. Old dog of 76. Hard to teach new things.

    Sorry, I'm new to these forums and didn't under stand the method for posting the question. I had to sign in and create a user profile after I'd typed my question. Stuff changed on my screen! Ignore the second version I typed later. Same question, and badly autocorrected to boot!

  • Custom code throws error with email subscription. Otherwise, the report works fine.

    I have a SSRS report that parses RTF to TXT and displays it in a report.  The report works fine and everything displays correctly.  The subscription email, however, contains a report with errors: Request for the permission of type
    'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    The report contains embedded code as well as references to System.Security and System.Windows.Forms.  I've updated .....\Reporting Services\ReportServer\rssrvpolicy.config and ....\Reporting Services\ReportManager\rsmgrpolicy.config to change permissions
    to FullTrust.  Not sure what else I need to do.  Please help.

    Hi Chimuelo,
    According to your description, if the report contains custom code and assemblies, the subscription email contains an error “Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    failed”.
    In your scenario, the issue could cause by that the report can’t access those assemblies. Please modify the policy configuration files to grant additional permissions for those assemblies. For more information, please refer to this article:
    How to grant permissions to a custom assembly that is referenced in a report in Reporting Services.
    Similar thread for your reference:
    Custom assembly throwing #error in reports with subscriptions
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • ReportViewer using SQL Query error states: Incorrect syntax near ','.

    Hello Community
        Using Visual Studio 2008 and SQL Server 2008 I created a Windows Application
    that uses SQL Server Reporting Services.  The application uses ReportViewer and
    calls a method written using SQL query.
                1-First I created the form.
                2-Next I dragged the ReportViewer (Toolbox) and Table (from DataSource) onto the form.
    The problem is that when it reaches the last line of the SQL query (ie, da.Fill(ds, "TableOne");)
    the code fails stating the error message:
                "Incorrect syntax near ','."
         The following is the code behind the form containing the query:
            private void ReportPgm1_Load(object sender, EventArgs e)
                // TODO: This line of code loads data into the 'ReportDBDataSet.TableOne' table. You can move, or remove it, as needed.
                this.TableOneTableAdapter.Fill(this.ReportDBDataSet.TableOne);  
                reportViewer1.ProcessingMode = ProcessingMode.Local;
                LocalReport ReportOneLocalReport = reportViewer1.LocalReport;
                DataSet ds = new DataSet("ReportDBDataSet.TableOne");
                pgmReportOne(FromDate, ToDate,   ds);
                ReportDataSource ds = new ReportDataSource("ReportDBDataSet.TableOne");
                ds.Value = dataset.Tables["TableOne"];
                ReportOneLocalReport.DataSources.Clear();
                ReportOneLocalReport.DataSources.Add(ds);
                this.reportViewer1.RefreshReport();
            private void pgmReportOne(DateTime FromDate, DateTime ToDate, DataSet ds)
                SqlConnection connection = new SqlConnection("Data Source=ReportDBServer;Initial Catalog=ReportDB;Uid=sa;pwd=Password");
                string sqlReportOne = "Select ([InDate], [FirstName], [LastName], [AGe]" +
                                   "from TableOne";
                SqlCommand command = new SqlCommand(sqlReportONe, connection);
                command.Parameters.Add(new SqlParameter("paramFDate", FromDate));
                command.Parameters.Add(new SqlParameter("paramTDate", ToDate));
                SqlDataAdapter da = new SqlDataAdapter(command);
                da.Fill(ds, "TableOne");
        Why does the last line throw an error?
        Thank you
        Shabeaut

    --NOTE: The statement below cannot be run on SQL Server 2012
    --If you have an earlier version and can set the compatibility
    --level to 80, it can be run.
    SELECT sso.SpecialOfferID, Description, DiscountPct, ProductID
    FROM Sales.SpecialOffer sso,
    Sales.SpecialOfferProduct ssop
    WHERE sso.SpecialOfferID *= ssop.SpecialOfferID
    AND sso.SpecialOfferID != 1
    Hi Scott
    The *= is old syntax and not compatible with SQL Server 2012 (as stated in the comments). 
    You could do something like this instead
    SELECT sso.SpecialOfferID
    ,Description
    ,DiscountPct
    ,ProductID
    FROM Sales.SpecialOffer sso
    left outer join Sales.SpecialOfferProduct ssop on sso.SpecialOfferID = ssop.SpecialOfferID
    WHERE sso.SpecialOfferID != 1

  • Apple Mobile Device USB Driver (CODE 52 Error)

    I've been trying to sync my ipod touch with my laptop computer. I recently updated my version of iTunes, and now can not get my ipod to sync with my computer. The problem is in the Apple Mobile Device USB Driver. The error I am getting is a Code 52 error which states: "Windows cannot verify the digital signature for the drivers required for this device. A recent hardware or software change might have installed a file that is signed incorrectly or damaged, or that might be malicious software from an unknown source."  I've tried uninstalling the USB driver along with iTunes and all the related software. I have a windows 7 notebook. Any help resolving this issue would be greatly appreciated.

    Hi ADziack24,
    Thanks for using the Apple Support Communities. The following resource includes an entire section dedicated to the error you are receiving. The steps may help to resolve your issue:
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support
    http://support.apple.com/en-us/TS1538#error52
    - Matt M.

  • Rebate condition record T code VBO1-Error Message

    Hi,
    I am getting error message while creating rebate condition record T code-VBO1-Error Msg-862 system cannot read the structure for table,because of this i could not create condition record.
    (This error has occured while i am testing rebate process in IDES and it happen while creating condition record for rebate agrement,After filling the initial values in T code VBO1 and when click on enter the above mentioned error message has come).
    Please give the solution to create condition record.
    Thanks in Advance
    Regards
    Praveen  P C

    Hi,
    You said you are trying to do this stuff in IDES right.
    If you are using IDES provided by a company and where many people play on IDES, then you can get many such issues...
    This is by our experience.  Today you do something in IDES and tommorow that thing or config is screwed up by others.
    If you have your own IDES, then check the suggestion given by the forum Guru's.
    Regards,
    SB

  • Which tables for t.code FBWE?

    Hi All,
    Could anyone tell me which tables are recorded by t.code FBWE?
    Thanks
    Gandalf
    Edited by: Umberto Gandalf on Nov 14, 2008 10:34 PM

    Here is the List of Transparent Table updated by trxn code FBWE
    BKPF                           TRANSP         Accounting Document Header                                  
    BNKA                           TRANSP         Bank master record                                          
    BSAD                           TRANSP         Accounting: Secondary Index for Customers (Cleared Items)   
    BSIS                           TRANSP         Accounting: Secondary Index for G/L Accounts                
    CNTLSTRLIS                     TRANSP         Control stream list                                         
    FEBKEY                         TRANSP         ID administration                                           
    KNA1                           TRANSP         General Data in Customer Master                             
    KNB1                           TRANSP         Customer Master (Company Code)                              
    KNBK                           TRANSP         Customer Master (Bank Details)                              
    LFA1                           TRANSP         Vendor Master (General Section)                             
    LFB1                           TRANSP         Vendor Master (Company Code)                                
    REGUH                          TRANSP         Settlement data from payment program                        
    REGUT                          TRANSP         TemSe - Administration Data                                 
    REGUV                          TRANSP         Control records for the payment program                     
    RFDT                           TRANSP         Accounting Data (INDX Structure)                            
    RSDSQCAT                       TRANSP         Catalog of selection views                                  
    SADR                           TRANSP         Address Management: Company Data                            
    SKA1                           TRANSP         G/L Account Master (Chart of Accounts)                      
    SKAT                           TRANSP         G/L Account Master Record (Chart of Accounts: Description)  
    SKB1                           TRANSP         G/L account master (company code)                           
    T001                           TRANSP         Company Codes                                                                               
    T001G                          TRANSP         Company Code-Dependent Standard Texts                       
      T003                           TRANSP         Document Types                                              
      T005                           TRANSP         Countries                                                   
      T005S                          TRANSP         Taxes: Region (Province) Key                                
      T012                           TRANSP         House Banks                                                 
      T012A                          TRANSP         Allocation pmnt methods -> Bank trans.                      
      T012C                          TRANSP         Terms for bank transactions                                 
      T012K                          TRANSP         House Bank Accounts                                         
      T042E                          TRANSP         Company Code-Specific Specifications for Payment Methods    
      T042Z                          TRANSP         Payment Methods for Automatic Payment                       
      T045DTA                        TRANSP         DME file check table for bill of exchange presentation      
      T045F                          TRANSP         Bank selection for bill of exchange presentation            
      T045T                          TRANSP         User ID for bank transactions                               
      T055                           TRANSP         Field group fields (master data)                            
      T074U                          TRANSP         Special G/L Indicator Properties                            
      TBTCO                          TRANSP         Job Status Overview Table                                   
      TCURC                          TRANSP         Currency Codes                                              
      TFBWE                          TRANSP         Personal Customizing for Transaction FBWE                   
      TGSB                           TRANSP         Business Areas                                              
      TVDIR                          TRANSP         View Directory                                              
      USR01                          TRANSP         User master record (runtime data)

  • An error has occurred: "Failed to process the request."

    I try to make a deploy and this error appears:
    [code]An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Product: null, Vendor: null, Version: null, Build ID: 6.3007.00.0000.20040726091658.0000 (release=630_VAL_REL, buildtime=2004-07-29:21:25:09[UTC], changelist=267691, host=PWDFM026), Build Date: Fri May 06 16:36:04 VET 2005
    Web Dynpro code generators of DC local/PruebasEstilos:
    SapDictionaryGenerationCore: 6.4014.00.0000.20050818151336.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:08:16[UTC], changelist=363802, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4014.00.0000.20050818152356.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:11:31[UTC], changelist=363818, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4014.00.0000.20050818152303.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:02:18[UTC], changelist=363816, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4014.00.0000.20050905165427.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:26:46[UTC], changelist=366934, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4014.00.0000.20050905165427.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:26:46[UTC], changelist=366934, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4014.00.0000.20050818152155.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:01:32[UTC], changelist=363812, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4014.00.0000.20050818152737.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:15:40[UTC], changelist=363825, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4014.00.0000.20050606171352.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:05:38[UTC], changelist=351719, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4014.00.0000.20050818152303.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:02:26[UTC], changelist=363816, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4014.00.0000.20050818152737.0000 (release=630_VAL_REL, buildtime=2005-09-09:20:16:08[UTC], changelist=363825, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_08-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    java.lang.NoClassDefFoundError: com/sap/tc/webdynpro/progmodel/gci/IGCIComponentDelegate
    Loader Info -
    ClassLoader name: [local/PruebasEstilos]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:com.sap.security.core.ume.service;service:connector;service:dbpool;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:ejbserialization
       sap.com/tcwddispwda
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:tccolapi
       library:com.sap.aii.util.misc
       library:tc~cmi
       library:tccolruntime
    Resources:
       C:\usr\sap\J2E\JC00\j2ee\cluster\server0\apps\local\PruebasEstilos\webdynpro\public\lib\app.jar
    Loading model: {parent,references,local}
    The error occurred while trying to load "sap.wdp.InternalTest1".
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:328)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:40)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:356)
         at com.sap.tc.webdynpro.clientserver.task.Task.createApplication(Task.java:219)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:547)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:57)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:139)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:101)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:38)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:337)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:315)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:815)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:238)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:151)
    [/code]
    I don't know what does it mean, I will appreciate it any helpfull information as soon as possible(urgent).
    Tokio

    Hi, Armin
    In fact I'm using NWDS SP14 but I don't know what is the version of Web AS.
    I was reading and posting few days ago some question about install and uninstall Web AS, J2EE Server, etc. I could do something but just when I' trying to deploy and run NWDS Application that error occurred.
    Well, I supose in this case I have to install a new version of Web AS, from the "SDN Download Catalog" what I must to do? ...
    In Download - Sneak Preview SAP NetWeaver page, what exactly I have to download to install:
    <i>Download file 1 (1.9GB)
    Download file 2 (1.9GB)
    Download file 3 (.5GB)
    Download file 4 (.8GB)</i>  ?
    Thanks for your help...
    Tokio

  • My wife tracks our kids on her I pad calendar by color coding each child. When she syncs with my  calendar they lose their color. Can we sync and see each others calendar and keep the different colors

    Can you sync calendars and keep the color coded entries of the original calendar

    When you say she syncs with your calendar, do you mean she shares your calendars through iCloud, she subscribes to your calendar, or something else?
    You can color-code your view of a shared or subscribed calendar the same way you color-code one of your own calendars. In the Calendar app, tap the Calendars button at upper left, tap the ">"-in-a-blue-circle next to the calendar, and select a new color.

  • Please help!  Code 4: Unexpected Error on Subscribed Calendars

    Hi there,
    I am trying to subscribe to an iCal feed that I created in Yahoo Pipes. When I do so in iCal, I get this error: Code 4: Unexpected Error on Subscribed Calendars
    http://tinyurl.com/3zpgrg (screenshot)
    This is the ical feel that I am trying to subscribe to:
    http://pipes.yahoo.com/pipes/pipe.run?id=BIpsYf9q3RGvUZDNBR50VA&render=ical
    I've tested that the feed is functional because I have no problem subscribing to it in Google Calendar.
    Does anyone have any suggestions about what I may be doing wrong? I have been pulling my hair out trying to get this to work for some time now -- and the alternative (using Google Calendar) is not pleasant!
    This is with all updates installed including OS X 10.5.5
    Thanks so much,
    Tyler
    [email protected]

    Does anyone have any ideas? This is driving me nuts!
    Thanks=)

  • How to fix this problem? Secure Connection Failed, SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)

    Secure Connection Failed
    SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)
    I have been receiving this error message recently when I tried to access school elearning websites and other school related websites, I have also tried on internet explorer and it shows page cannot be displayed. I have been trying the available solutions to solve it but none of them work. Is there alternative solutions available? Please advise. Thanks.

    It works after I disabled IPv6 in Firefox. Thank you for your help :)

  • Error while attaching Calendar

    Hi
    How can we attach the calendar with forms10g.I downloaded from otn the latest version and attached the calendar90.pll, which contains the Date_LOV package in my application and called DATE_LOV in KEY-LISTVAL trigger but its giving error Date_LOV is not a procedure or is undefined.What i need to do to attach a calendar with my application
    rgds
    ros

    Hi
    These are the lines,I didnt get in the first step.I attached the calendar90.pl and called the Date_LOV in Key-Listval trigger
    To create a calendar:
    1) From the Components page of the reusable_components.olb object library, copy or subclass the Calendar object group.
    2)Attach the PL/SQL library calendar90.pll, which contains the Date_LOV package, to your module.
    3)Create a Key-Listval trigger on the date item for which you would like to use the Date List of Values window. Add code to display the calendar using the Date_LOV package.
    4) If you want the end user to be able to close the Date List of Values window by clicking on the window close button in the title bar, create a form level When-Window-Closed trigger
    rgds
    ros

  • How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available.

    How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available. I'm using iTunes 11.3 on a MacBook Pro, OS X 10.6.8. I can't save my library in iTunes, the message just keeps popping up.

    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Although there is no formal list of OSX error code some of the old codes still apply to OSX .)
    First, try simply restarting your computer.
    Try quitting iTunes, then deleting the .xml (not .itl !) version of the library file in the iTunes folder (iTunes will generate a new one).
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814 - various things to try.
    Unknown error (-54) while syncing ipod - https://discussions.apple.com/thread/1082953 - problem was locked files
    Why does iTunes keep showing a -54 error when I sync my iPad? - https://discussions.apple.com/thread/3727114
    Error -54 possibly related to Touch Copy - https://discussions.apple.com/thread/3727114 - cleared by deleting preferences on iPad.
    iTunes: Missing folder or incorrect permissions may prevent authorization - http://support.apple.com/kb/ts1277
    Troubleshooting permissions issues in Mac OS X - http://support.apple.com/kb/HT2963

  • Error Syncing Outlook Calendar

    I recenty installed BB Desktop Manager to sync my personal BB Torch.  When I go into Desktop Manager to sync calendar I get the following error message: Error Encounted, Error code: 0x80043ac9 check documention.
    I have tried uninstalling and re-installing Desktop Manager and the problem continues.  I have also shut off the wireless sync as well.
    Any ideas?

    I had the same problem.  Wasted 3 weeks googling, installing and re-installing the software.  The problem is with invalid characters in one of your calendar items.  My faulty appointment did not have any pre-1900 dates as BlackBerry's website says.  The only way I could find this faulty record was to:
    make a backup of all my calendar entries on the phone using Backup in Desktop Software
    delete say last month of entries in the calandar on the phone
    synchronise, if you get the error again the faulty record is somewhere before the last month
    delete another month of entries, synchronise and so on
    when you get to the point that you don't get the error message than delete all calandar entries on the phone by using Delete Data in Desktop Software and Restore all the entries from the Backup
    then its a matter of isolating the faulty record by deleting week by week in that faulty month.
    There is no way to find out which entry corresponds to the record number given at the time the error message is shown.  Pretty annoing.
    jacaau

Maybe you are looking for