GroupWise Error D115 an error has been encountered

The above error is happening on a number of users mailboxes.
We are running GW 8.02 HP2 on NW6.5 Sp8.
I have tried running a mailbox repair and done a structural rebuild but it is still happening.
Perhaps I am running gwcheck incorrectly (using standalone version) so if anyone has a definitive guide or link to same please post it. The GW client version on the users workstation is 8.02. They do not have any issue using mail after the error occurs but it would be better to have it corrected in case further corruption of the mailbox happens.

Originally Posted by ahennessy
The above error is happening on a number of users mailboxes.
We are running GW 8.02 HP2 on NW6.5 Sp8.
I have tried running a mailbox repair and done a structural rebuild but it is still happening.
Perhaps I am running gwcheck incorrectly (using standalone version) so if anyone has a definitive guide or link to same please post it. The GW client version on the users workstation is 8.02. They do not have any issue using mail after the error occurs but it would be better to have it corrected in case further corruption of the mailbox happens.
The issue in this case was with the particular Archive which was located on a different server. After verifying the user had the correct rights to the folder I checked the folder contents and they had never archived. (only NGWGuard.db,NGWGuard.dc and user.db in the folder.) I deleted the contents of the archive folder and got the user to archive successfully as these files are re-created.

Similar Messages

  • At Invoke of: Update,A COM exception has been encountered

    Hi Guys,
    I just use java to access the data of SAP B1, and I  met a trouble, I have no idea.
    I have imported into SAP B1 from file and export the SAP data to a file, just in business partner module,
    it's ok.
    I also can export data from ORDR of SAP B1 database to  a file.
    But I can't work out importing data from external data about Order module, just table ORDR.
    I have search the WEB for 2 days, just nothing!!
    I will appreciate to your great help. Could you please give me a sample, should be perfect!!!!
    ERROR LOG about updating operation-
    !!!Error***-A COM exception has been encountered:
    At Invoke of: Update
    Description: The server threw an exception.
    com.sap.smb.sbo.wrapper.com.ComFailException: A COM exception has been encounter
    ed:
    At Invoke of: Update
    Description: The server threw an exception.
            at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Native Method)
            at com.sap.smb.sbo.wrapper.com.Dispatch.invokev(Unknown Source)
            at com.sap.smb.sbo.wrapper.com.Dispatch.callN(Unknown Source)
            at com.sap.smb.sbo.wrapper.com.Dispatch.call(Unknown Source)
    ==========================================================
    ERROR LOG about adding operation is similar-
    !!!Error***-A COM exception has been encountered:
    At Invoke of: Add
    Description: The server threw an exception.
    com.sap.smb.sbo.wrapper.com.ComFailException: A COM exception has been encounter
    ed:
    At Invoke of: Add
    Description: The server threw an exception.
    =================================================================
    the following just is some code.
              ICompany vCompany = SapSdkHelper.getICompany();
              vCompany.connect();
              IDocuments aOrder = SBOCOMUtil.newDocuments(vCompany,
                        SBOCOMConstants.BoObjectTypes_Document_oOrders);
              IDocument_Lines line = aOrder.getLines();//line should be the data in table rdr1
              int successCount = 0;
              for (String[] rowData : dataList) {
                   Integer key = new Integer(rowData[0]);
                   if (aOrder.getByKey(key)) {
                        aOrder.setAddress(aOrder.getAddress()+"test");
                        int rr = aOrder.update();
                        SBOErrorMessage errMsg = vCompany.getLastError();
                        System.out.println(errMsg.getErrorMessage());
                        System.out.println(rr);
                        continue;
                   aOrder.setDocNum(key);
                                                    aOrder.setCardCode(rowData[2]);
                   aOrder.setCardName(rowData[3]);
                   aOrder.setDocTotal(Double.valueOf(rowData[4]));
                   aOrder.setDocType(SBOCOMConstants.BoDocumentTypes_dDocument_Items);
                   //aOrder.setDocCurrency("RMB");
                   //aOrder.setDocRate(10.1);
                   line.setItemCode("A00001");
                   line.setItemDescription("description Testing");
                   line.setQuantity(new Double(3));
                   line.setPrice(new Double(3));
                   //line.setRate(10.1);
                   //line.setCurrency("RMB");
                   //line.add();
                   long rc = aOrder.add();
                   SBOErrorMessage errMsg = vCompany.getLastError();
                   System.out.println(errMsg.getErrorMessage());
                   System.out.println(rc);
                   successCount++;
              vCompany.disconnect();

    Just refer to DI JCo: Getting a COM Exception when adding an Order
    I got it.
    If you have any question about this issue, please contact me.
    For SAP B1, just need to patch java.exe, if you develop/test something in IDE you should also patch javaw.exe, please notice the right path used in IDE.
    Just my steps-
    1. download the Visual studio express 2008 from microsoft.com and install it online(no need to download SQLSERVER Express)
    2. backup the original exe file, java.exe/javaw.exe
    3. edit the PATH environment variable plus 'C:Program FilesMicrosoft Visual Studio 9.0VC in'
    4. open CMD window and enter into %JAVA_HOME%/bin/
    5. Use dumpbin.exe to check the original stack size
        dumpbin.exe /headers java.exe
        find line: 40000 size of stack reserve
        It means the current stack size is 256k
    6. Use editbin.exe to patch the exe, for example with 2m stack size
        2m = 2 * 1024 *1024 bytes = 2097152 bytes
        editbin.exe /stack:2097152 javaw.exe
    7. Use dumpbin.exe to verify the patch.
       dumpbin.exe /headers java.exe
       dumpbin.exe /headers javaw.exe
       find line: 200000 size of stack reserve
       It means the current stack size is 2m
    IT'S OKAYYYYYY.
    The version of SAP B1 is 7.10.32 SP:00 EF:2.
    The version of SDK just is contained in the SAP B1.
    Hope it can help you a little.
    MZ

  • Error message: an invalid join type has been encountered

    Hi,
    I've created a report that works fine for me, using CR version 11.0.0.1282.
    The report is intended to be posted on our intranet, using Crystal Enterprise. But our web team tried it and said:
    The report returned "Failed to open rowset" errors on enterprise. When run with Crystal Reports 10, the report returned a Crystal error "Cannot determine the queries necessary to get data for this report.  An invalid join type has been encountered."
    Does anyone know what triggers the "failed to open rowset" error message in Crystal Enterprise?
    And for the second part (where the report states that an invalid join type was encountered, when running the report in CR10), that doesn't seem to make sense. As I said, the report works fine in CR11, indicating to me that the joins are fine. And if a join type is incorrect, why wouldn't I get an error message in the Database Expert when linking files. (Usually it won't let you link incompatible fields.)
    Any ideas?
    thx jon

    Hi,
    Please provide following information;
    1.What is the exact version/patch level of Enterprise and the crystal reports application at the web team's end.
    2.What is the database(with version) and the connectivity method (native/odbc/oledb) at your end.
    3.The same details as in point 2 above, at web team's end.

  • Updating Flash - 'error has been encountered' and exe file vanishes

    On an Aspire one netbook that I've not used for some time, so loads was out of date. I've just updated firefox, and that was fine.
    But I keep getting warning messages about adobe flash being out of date and vulnerable, so have tried to update that too. I've tried about half a dozen times, and every time manage to download the update exe file, but every time it fails to fully install and gives this message: "Error has been encountered. Close this window and try downloading again."
    I've gone back to the download page, and checked various possible causes. I've closed firefox first - no difference. The exe file seemed to vanish from the downloads folder, so this last time I copied it to the desktop. After the error message appears - the exe file has disappeared from the desktop. Weird.
    I've tried switching off the warning message on the webpage (in case that was also blocking the newly downloaded file even when I wasn't connected to the internet, but it doesn't seem to make any difference).
    Maybe I don't really care whether adobe is working or not, as I don't use the netbook much anyway - but I feel very uneasy with that warning message on so many web pages. I've tried searching forums, but it was all a bit beyond me.
    Thanks for any help.

    hello, can you get adobe's setup to work when you use the ''EXE-installer for Windows/Plugin-based browsers'' from [https://www.adobe.com/products/flashplayer/distribution3.html]?

  • Msg 8631 Internal error: Server stack limit has been reached on SQL Server 2012 from T-SQL script that runs on SQL Server 2008 R2

    I have an Script mostly that is generated by SSMS which works with-out issue on SQL Server 2008, but when I attempt to run it on a new fresh install of SQL Server 2012 I get an Msg 8631. Internal error: Server stack limit has been reached. Please look for
    potentially deep nesting in your query, and try to simplify it.
    The script itself doesn't seem to be all that deep or nested.  The script is large 2600 lines and when I remove the bulk of the 2600 lines, it does run on SQL Server 2012.  I'm just really baffled why something that SQL Server generated with very
    few additions/changes AND that WORKS without issue in SQL Server 2008 R2 would suddenly be invalid in SQL Server 2012
    I need to know why my script which is working great on our current SQL Server 2008 R2 servers suddenly fails and won't run on an new SQL Server 2012 server.  This script is used to create 'bulk' Replications on a large number of DBs saving a tremendous
    amount of our time doing it the manual way.
    Below is an 'condensed' version of the script which fails.  I have removed around 2550 lines of specific sp_addarticle statements which are mostly just copy and pasted from what SQL Management Studio 'scripted' for me went I when through the Replication
    Wizard and told it to save to script.
    declare @dbname varchar(MAX), @SQL nvarchar(MAX)
    declare c_dblist cursor for
    select name from sys.databases WHERE name like 'dbone[_]%' order by name;
    open c_dblist
    fetch next from c_dblist into @dbname
    while @@fetch_status = 0
    begin
    print @dbname
    SET @SQL = 'DECLARE @dbname NVARCHAR(MAX); SET @dbname = ''' + @dbname + ''';
    use ['+@dbname+']
    exec sp_replicationdboption @dbname = N'''+@dbname+''', @optname = N''publish'', @value = N''true''
    use ['+@dbname+']
    exec ['+@dbname+'].sys.sp_addlogreader_agent @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1, @job_name = null
    -- Adding the transactional publication
    use ['+@dbname+']
    exec sp_addpublication @publication = N'''+@dbname+' Replication'', @description = N''Transactional publication of database
    '''''+@dbname+''''' from Publisher ''''MSSQLSRV\INSTANCE''''.'', @sync_method = N''concurrent'', @retention = 0, @allow_push = N''true'', @allow_pull = N''true'', @allow_anonymous = N''false'', @enabled_for_internet
    = N''false'', @snapshot_in_defaultfolder = N''true'', @compress_snapshot = N''false'', @ftp_port = 21, @allow_subscription_copy = N''false'', @add_to_active_directory = N''false'', @repl_freq = N''continuous'', @status = N''active'', @independent_agent = N''true'',
    @immediate_sync = N''true'', @allow_sync_tran = N''false'', @allow_queued_tran = N''false'', @allow_dts = N''false'', @replicate_ddl = 1, @allow_initialize_from_backup = N''true'', @enabled_for_p2p = N''false'', @enabled_for_het_sub = N''false''
    exec sp_addpublication_snapshot @publication = N'''+@dbname+' Replication'', @frequency_type = 1, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 0, @frequency_subday = 8,
    @frequency_subday_interval = 1, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 0, @active_end_date = 0, @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1
    -- There are around 2400 lines roughly the same as this only difference is the tablename repeated below this one
    use ['+@dbname+']
    exec sp_addarticle @publication = N'''+@dbname+' Replication'', @article = N''TABLE_ONE'', @source_owner = N''dbo'', @source_object = N''TABLE_ONE'', @type = N''logbased'', @description = null, @creation_script =
    null, @pre_creation_cmd = N''drop'', @schema_option = 0x000000000803509F, @identityrangemanagementoption = N''manual'', @destination_table = N''TABLE_ONE'', @destination_owner = N''dbo'', @vertical_partition = N''false'', @ins_cmd = N''CALL sp_MSins_dboTABLE_ONE'',
    @del_cmd = N''CALL sp_MSdel_dboTABLE_ONE'', @upd_cmd = N''SCALL sp_MSupd_dboTABLE_ONE''
    EXEC sp_executesql @SQL
    SET @dbname = REPLACE(@dbname, 'dbone_', 'dbtwo_');
    print @dbname
    SET @SQL = 'DECLARE @dbname NVARCHAR(MAX); SET @dbname = ''' + @dbname + ''';
    use ['+@dbname+']
    exec sp_replicationdboption @dbname = N'''+@dbname+''', @optname = N''publish'', @value = N''true''
    use ['+@dbname+']
    exec ['+@dbname+'].sys.sp_addlogreader_agent @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1, @job_name = null
    -- Adding the transactional publication
    use ['+@dbname+']
    exec sp_addpublication @publication = N'''+@dbname+' Replication'', @description = N''Transactional publication of database
    '''''+@dbname+''''' from Publisher ''''MSSQLSRV\INSTANCE''''.'', @sync_method = N''concurrent'', @retention = 0, @allow_push = N''true'', @allow_pull = N''true'', @allow_anonymous = N''false'', @enabled_for_internet
    = N''false'', @snapshot_in_defaultfolder = N''true'', @compress_snapshot = N''false'', @ftp_port = 21, @allow_subscription_copy = N''false'', @add_to_active_directory = N''false'', @repl_freq = N''continuous'', @status = N''active'', @independent_agent = N''true'',
    @immediate_sync = N''true'', @allow_sync_tran = N''false'', @allow_queued_tran = N''false'', @allow_dts = N''false'', @replicate_ddl = 1, @allow_initialize_from_backup = N''true'', @enabled_for_p2p = N''false'', @enabled_for_het_sub = N''false''
    exec sp_addpublication_snapshot @publication = N'''+@dbname+' Replication'', @frequency_type = 1, @frequency_interval = 1, @frequency_relative_interval = 1, @frequency_recurrence_factor = 0, @frequency_subday = 8,
    @frequency_subday_interval = 1, @active_start_time_of_day = 0, @active_end_time_of_day = 235959, @active_start_date = 0, @active_end_date = 0, @job_login = N''DOMAIN\DBServiceAccount'', @job_password = N''secret'', @publisher_security_mode = 1
    -- There are around 140 lines roughly the same as this only difference is the tablename repeated below this one
    use ['+@dbname+']
    exec sp_addarticle @publication = N'''+@dbname+' Replication'', @article = N''DB_TWO_TABLE_ONE'', @source_owner = N''dbo'', @source_object = N''DB_TWO_TABLE_ONE'', @type = N''logbased'', @description = null, @creation_script
    = null, @pre_creation_cmd = N''drop'', @schema_option = 0x000000000803509D, @identityrangemanagementoption = N''manual'', @destination_table = N''DB_TWO_TABLE_ONE'', @destination_owner = N''dbo'', @vertical_partition = N''false''
    EXEC sp_executesql @SQL
    fetch next from c_dblist into @dbname
    end
    close c_dblist
    deallocate c_dblist
    George P Botuwell, Programmer

    Hi George,
    Thank you for your question. 
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    If you have any feedback on our support, please click
    here.
    Allen Li
    TechNet Community Support

  • Trying to send e-mail and error message " a copy has been placed in your outbox. the sender address was rejected by the server"

    trying to send e-mail and error message " a copy has been placed in your outbox. the sender address was rejected by the server"

    i have the same problem with my 3gs and tried to add my email acc+pass in the outgoing server but it got rejected.
    just bin on the phone(45min) with my carrier support about this issue they are pretty much scratching there head, the settings i should use gets verified with no problems when i add the outgoung server, but still cant send mails.

  • In Windows 7, iTunes  gives error message "An iPhone has been detected, but it could not be identified properly. Please disconnect and reconnect the phonon then try again.

    In Windows 7, iTunes  gives error message "An iPhone has been detected, but it could not be identified properly. Please disconnect and reconnect the phonon then try again."
    I have a iphone 4S. It has been activated on Win 7 computer and synced. But overnight this meassage reappears.

    I have same error except that i get it even when my phone is not connected.

  • Error: no boot disk has been detected or the disk has failed!(pavilion 20)

    Error: no boot disk has been detected or the disk has failed!(pavilion 20-b014 .  The machine came originally with windows 8. I upgraded to windows 8.1 and put new hard disk. So the hard disk is fine.  
    However if I turn the machine off for a day and start the next day I get the "Error: no boot disk has been detected or the disk has failed".   
    I made the hard disk the first to boot the machine will boot and works.  Is there a way to upadate the BIOS on 
    HP pavilion 20-b014? my bios version is  12/4/2012  v.8.09.
    I do not understand why the intermittment above error showing on and off.
    Please help. Thanks

    Hello @Samya,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your desktop computer is giving you an error message stating that the boot disk could not be detected, and I would be happy to assist you in this matter!
    To ensure that your hard drive you computer is trying to boot from is in working order, I recommend following the steps in this document on Testing for Hardware Failures (Windows 8). This should help determine if there is a fault with the hard drive. 
    If the hard drive passes all of the required tests, I recommend returning the BIOS back to its default settings by following this document on Recovering the BIOS. 
    Please re-post with the results of your troubleshooting, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Idoc error message "This change has been superseded by another"

    Hi,
    I am trying to process multiple idocs together which will create/update info records using the program RBDAPP01.  But it is processing correctly only single record and for all other records its giving the error message "This change has been superseded by another"
    The function module used for processing is IDOC_INPUT_INFREC and when I checked this error is coming from it.  Infact it is comparing the output of FM IDOC_SERIALIZATION_CHECK  and populating the error message.
    If we process the same record in single, it is processing correctly and not giving such kind of message.
    I am not sure what is happening here.  Please help.

    I was trying to create multiple PIR for same material using multiple idocs.  And that is the reason it is giving the error when trying to process the idocs together. When I tried changing the same into one record ie different PIR for same article in one idoc, its processing correctly.

  • Error saying "this ID has been authorised too many times" , how to resolve ASAP?

    Error saying "this ID has been authorised too many times" , how to resolve ASAP?

    Adobe Live Chat: http://www.adobe.com/support/chat/ivrchat.html
    They can reset your authorizations, and then you must reauthorize any devices you still need.
    (Unfortunately, Adobe haven’t got round to an admin website for viewing and editing authorizations.)
    Some of the representatives haven't been properly trained and don't know what to do (and claim there is nothing they can do);
    in that case the only way seems to be to give up that chat and try another session hoping for a properly trained representative.
    If your problem is with another device using Overdrive, Bluefire, Aldiko or similar third party app, it is recommended not to mention that app when on the chat, just mention that you have run out of authorizations  (E_ACT_TOO_MANY_ACTIVATIONS) .  Thanks to AJP_Bear for that tip.

  • HT3204 When attempting to burn an audio cd, I get an error message that says-burning failed due to unknown error (4280)?  It has been working fine, until today...what does this mean??

    When attempting to burn an audio cd from my playlist, I get an error message that says, burn failed due to unknown error (4280).  It has been working fine for months...any solutions?

    I have the exact same problem.
    Been searching through this site to try and find an answer but still not come up with anything.
    The wierd thing is that a couple of days ago it was working fine, and suddenly overnight it's stopped working.
    The only solution i've found is that you need to have administrator rights as it says in the posts on the site below:
    http://www.emergingearth.com/itunes-7-cant-burn-cds/
    Noticed by the diagnostic in your post that you dont have admin rights like me so that mite be the problem. Not sure if this is the right solution though.
      Windows XP  

  • SAPSCRIPT error - Maximum Output length has been exceeded by 255

    - SAP SCRIPT ERROR: 'Maximum Outout length has been exceeded by 255 by Symbol &SPELL-WORD&.
    Any one had same issue .
    Thank You,

    Hi I have this error in ECC 6.0 but not in 4.6 for the same program..

  • HT201320 Dear all,  while i was trying to dowload an application i received an error "your apple id has been disabled" . I need your assistance

    Dear all,  while i was trying to dowload an application i received an error "your apple id has been disabled" . I need your assistance

    You will need to contact Apple support: http://www.apple.com/support/itunes/contact/

  • "ERROR: No boot disk has been detected or the disk has failed." On HP Envy 20

    Hello -  I have an ENVY 20 All-in-One PC and up until yesterday it was running fine. When I turned on my PC, a black screen appeared with the message: "ERROR: No boot disk has been detected or the disk has failed." I followed the directions on this post and ran a Hard Disk Test in BIOS. I've run both the Quick Check and the Extensive Check and both were passed. I'm not sure what to do now. Any solutions?  Thanks,mgmartinelli

    Mgmartinelli, welcome to the forum. It appears that you may be getting some conflicting information.  The error message that you first received is normally attributed to a failed/ing hard drive.  You may want to disconnect the drive and reconnect it to see if that helps. Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.

  • When i open my itunes of recent edition , i am getting error as  "itunes.exe has been set to run in compatabiltity mode " Though i reinstalled it several times from last days ,the problem is not solved. Please provide the solution asap.

    When i open my itunes of recent edition 12.0, i am getting error as "itunes.exe has been set to run in compatabiltity mode " Though i reinstalled it several times from last days ,the problem is not solved. Please provide the solution asap.

    Try iTunes for Windows: How to turn off Compatibility Mode.
    tt2

  • When I try to install Apps from App Store got error "Your Apple ID has been disabled"

    when I try to install Apps from App Store got error "Your Apple ID has been disabled"

    If changing your password does not solve then contact itunes support

Maybe you are looking for