Re: Problem with ER : cdr sync replicate



philippe wrote:
At the time that you get the SEGV, we need you to get the stack. Please retry and enter "where" when you get the segv.

...
(no debugging symbols found)
Error returned 47 at 5417
Error returned 47 at 5417

Program received signal SIGSEGV, Segmentation fault.
0x080df255 in sqli_connect_set ()
(gdb) where
#0 0x080df255 in sqli_connect_set ()
#1 0x08090c0d in part_tdDtor ()
#2 0x08090b5e in syncVar_tdDtor ()
#3 0x08092382 in checkRepl ()
#4 0x0809112f in cdr_check ()
#5 0x0804ee22 in sync_repl ()
#6 0x0804bf06 in main ()
(gdb)

Well getting a bit internal..... ;-)

This is where the 47 error is being returned.
$select groupname into :groupName
from hostdef
where name = :nameIn;
if (sqlca.sqlcode == 100)
{
rc = CDR_ESERV;
break;
}

I suspect that the 47 error is leading eventually to the other failures because logic is that when we are trying to destroy the part structure (part_tdDtor), that we attempt to connect to the server that the part is associated with and then perform a clean shutdown. I suspect that in UC4 that there is some issue with improper cleanup when the initial connection never occured. Not sure. This may have been fixed in subsequent releases - again not sure.

Probably the best thing to do is to examine the sqlhost file and/or examine the hostdef table that you are connecting to. What it is trying to do is to convert the group name into a server name - and that is failing. You might want to try to issue the select statement for each node that is involved in the sync operation. (nameIn should be the group name...)


M.P.






Thank you for your help.
Philippe


.



Relevant Pages

  • Re: Connection Failure
    ... I also suspect the connection pool might be an issue. ... If you suspect the new server, ... > when executing various select statements on a SQL2000 database using ADO ...
    (microsoft.public.data.ado)
  • Re: One users email VERY slow...?
    ... Is he connected via a MAPI connection or a POP3 connection? ... > server and the connection between this PC and the server seems just fine ... > actually going out or waiting for a sync but I suspect it is at least ...
    (microsoft.public.exchange.misc)
  • Re: Remote users losing connections
    ... connection - in fact I suspect that in fact itis. ... wasn't something that could be happening on my server that was causing it. ... The problem is that it is their own connection and given that they are using ...
    (microsoft.public.windows.server.sbs)
  • Re: Outgoing POP3 email missing/lost/not received
    ... Funny thing is that I have had this ISP for 8 years and it has always been ... It looks like when you last ran CEICW, you set the ISP's mail server to: ... Internet Connection Wizard. ... After the wizard completes, the following network connection ...
    (microsoft.public.windows.server.sbs)
  • Re: Cannot connect client to server 2003
    ... you need to reconfigure the IP schema of your SBS ... On the SBS 2003 Server open the Server Management console. ... On the Connection Type page, click Broadband, and then click Next. ... Alternate DNS server, type the IP addresses that are provided by your ISP ...
    (microsoft.public.windows.server.sbs)