Built in Error handling of Navision

m.pacanam.pacana Member Posts: 75
Currently, im encountering an error in one of my automation server and navision returns a system error &H80004005 (-2147467259). Unspecified Error. My problem here is the error message displayed is so broad that its so hard to troubleshoot.. Is there a way in navision that i can see the detailed error information? The error is displayed when the dll tries to insert a record on my navision tables. O:)

Please help... i almost try everything but until now, i still failed. #-o

Hehe thanks!

Comments

  • SavatageSavatage Member Posts: 7,142
    i found this on the www.technet.com site..maybe it will help

    Connect Timeout

    This property maps directly to the DBPROP_INIT_TIMEOUT property supported by OLE DB, and the default setting for this property is 15 seconds. If the connection timeout period elapses before a connection can be completed to an Analysis server, the error &H80004005, "OLAP server error: The operation requested failed due to network problems", will be raised.

    This value may need to be changed depending on network latency issues and how busy the OLAP Server is. We recommend not setting this value lower than the default value, but if the client application generates timeout errors, you may want to raise it to 30 seconds or higher.

    the complete post is here
    http://www.microsoft.com/technet/prodte ... c2561.mspx
  • kinekine Member Posts: 12,562
    And of course, you can use Visual studio debugger for catching the error in your DLL...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.