Outlook synchronization error

allendeallende Member Posts: 51
Hi all;

I have a problem about Outlook synchronization. When Navision start, system asks "Do you want to syncronize" afterwars I click YES and I see the following error.

This message is for C/AL programmers:
This Automation variable has not been instantiaed.
You can instantiate it by either creating or assigning it.

How can I solve this problem, thanks for your help.

Comments

  • ovicashovicash Member Posts: 141
    what kind of variable?
    is outlook installed?
    ovidiu

    Best Regards
  • silentmoonsilentmoon Member Posts: 6
    The same problem for me and i getting these errror at these database

    Database version 4.00SP3
    Client version 4.00SP2

    But it is working at
    Database version 4.00SP1
    Client Version 4.00SP2
  • BgestelBgestel Member Posts: 136
    set the debugger to active,

    and then try to figure out why the

    CREATE(automationServerVariablenameGoesHere);

    statement is never called.


    because that is what the error is telling you
    **********************
    ** SI ** Bert Van Gestel **
    **********************
Sign In or Register to comment.