F: ConnectServerAndOpenDatabase Can not initialize automatio

priitvalgmapriitvalgma Member Posts: 4
Setup :
LS Pos server have DD (2.26.7) - in Navision (native) all test are ok for local machine
LS Bo server have DD (2.23) - in Navision all tests for local machine are OK, for LS Pos DD connection test OK, If trying Test connect to transaction server on LS Pos then I have error : 12288 - error to connecting Data Director.

in Log file i have error for jobs (who are using as LS Pos Server DD and Ls bo Server DD):
F: ConnectServerAndOpenDatabase Can not initialize automation server

Result :
Sales data dont replicate to LS Bo server

Need ASAP to fix problem

Comments

  • ta5ta5 Member Posts: 1,164
    Activate the debugger, "break on triggers" = no
    Look where the debugger breaks. It's probably an external component that is missing or not registered.
    Hope this helps
    Thomas
  • priitvalgmapriitvalgma Member Posts: 4
    Made it :
    Problem in : Codeunit 99001495 Data Director Utils\TestConnection()
    Line : IF NOT DataClient.Send() THEN
    ERROR(IncMsg.CreateErrorString(DataClient.GetLastError()));
    But test to "Connect to Data Director" works ...

    Error happend after LS Bo server was transfered to another location (physical) - all other test are working normally (DD in LS Pos server was reinstalled)

    One problem more - in LS BO server are 2 separate services - for ports ..50, 51 (as IN) and 54,55 (as OUT). OUT is working - in dont. all parameters are same (except ports)...

    Can there be some specific problem ?
  • ta5ta5 Member Posts: 1,164
    Acutally I don't know the LS modules.
    Anyway, can you compile all the objects used in this solution on the workstation on which the error occurs?
  • priitvalgmapriitvalgma Member Posts: 4
    Is there anyone who know LS Retail ? Because i'm in same situation - no actual practice. Data Director (DD) is separate program for data replication between 2 bases ...
  • sudhakarsvsudhakarsv Member Posts: 100
    Check the connectivity between BO and POS or HO.Try to use only one DD service at BO for IN & OUT.
    If you are using transaction server then, type should be transaction server in the DD configuration.Also check DD License provided to you .
    Regards,
    S.V.Sudhakar
Sign In or Register to comment.