Jump to content

leendertvdk

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by leendertvdk

  1. On 12-10-2017 at 3:58 PM, Martin_T said:

    Hi @leendertvdk

    Usually a 503  is a HTTP code for Service Unavailable.

    Reference: https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

    It could be something blocking the requests through temporarily like DoS Protection if it's making too many requests.

    @Martin_T

    Thank you for the explanation. I already thought of something like this.

    I now have the refresh function slower

  2. Hey,

    The message counter of normal_notifications does not work. We had two normal notifications at a server but the counter is 0.

     

    Array ( [data] => Array ( [description] => Windows Server 2008 R2 Standard [uptime] => 0 days, 13 hours, 43 minutes [is_online] => 1 [computer_type] => windows [in_maintenance] => [external_ip_address] => ************ [critical_notifications] => 0 [elevated_notifications] => 0 [normal_notifications] => 0 [low_notifications] => 2 [client_version] => 5.3 [identifier] => *************************** [name] => ******** [group] => 3 Applicaties ) [meta] => Array ( [response_code] => 200 [error_message] => ) )

  3. Hey,

    We use the REST API. In addition, we are writing a lot of the report of 'Can not perform database operation'.

    Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( [response_code] => 503 [error_message] => Cannot perform database operation ) ) Array ( [data] => [meta] => Array ( 

    A few seconds later, the message is gone and we get the data.

    What can be the cause of this?

    Thank you

  4. Dear,
     
    We get on our server error messages with VSS drivers.
     
    We have windows server 2012 running, then turned HyperV VM with Windows 2012 with Exchange 2013
     
    On the Windows Server 2012 (HyperV) reversed backup software 'Altaro Backup.
     
    This software gives error making snapshot, the VM (Windows 2012 with Exchange 2013)
     
    ----------
    Volume Shadow Copy Service error: Error calling a routine on a Shadow Copy Provider {74600e39-7dc5-4567-a03b-f091d6c7b092}. Routine details BeginPrepareSnapshot({2754836b-5bd3-4409-a1e8-392cc57c8d8a},{9a9099aa-7715-4525-a3d7-442781ece504},\\?\Volume{4ce56dfa-76a0-11e4-80b3-806e6f6e6963}\) [hr = 0x80070020, The process cannot access the file because it is being used by another process.
    ]. 
    ---------
     
    The problem that no snapshot can be made, this is due pulseway which is installed on the VM with Windows 2012 where Exchange 2013 tightened.
     
    If we remove pulseway, the snapshot will be okay.

     

    Can you help me with this problem.
     
    For we can not do without pulseway
     
    Thank you
×
×
  • Create New...