Problem with automation object

ArchyArchy Member Posts: 70
Hi All!

Client sometimes get the following error message trying run report, that performs export to excel:

An exception was raised in method Merge. The OLE control or Automation server has returned error (HRESULT) -2147352567.
The component did not provide the exception description.


Only one client receives such a messages, others never received them (me too). Moreover, this client receives such a message only once - running report second time he get a normal excel file without any errors.
What the reason can be of such error? 8-[

Comments

  • kinekine Member Posts: 12,562
    I had this problem with one customer too. It is interesting that when running with debugger, there were no error. When running directly without debuger, first time error, after that OK... it seems that it is error in Office automation...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • DenSterDenSter Member Posts: 8,307
    That number looks like the maximum value of an integer. That must have been a pretty large merge. Try filtering it down and split the merge in two.
  • kinekine Member Posts: 12,562
    DenSter wrote:
    That number looks like the maximum value of an integer. That must have been a pretty large merge. Try filtering it down and split the merge in two.

    :-) no, it is just constant which looks better in hexadecimal: 0xFFFFFFFF80020009. And it can be different value if the original is DWORD or not... - it will be 0x80020009 in DWORD...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • ArchyArchy Member Posts: 70
    This integer just describe, that this error is in automation objects, I think.. But there is function merge, that cause an error.. I can't merge smaller fields, because client wanted very much this merging. :(

    It really seems that problem is on particular computer, but I don't know what to tell that client! :(
  • gulamdastagirgulamdastagir Member Posts: 411
    i get the same error not just the first time but everytime i run particular code-unit
    Regards,

    GD
Sign In or Register to comment.