[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 19990127: LDM Sequence Number (fwd)



> >To: address@hidden
>From: address@hidden
>Subject: Sequence Number
>Organization: .
>Keywords: 199901272128.OAA25107
>
> --MailNet.MIME.ba5587d
>
> TO: address@hidden
>
>
> Hello,
>
> I am currently running LDM5.0.5 on a HP Unix patform.
>
> The feed we are currently receiving doesn't have the sequence number at
> the beginning of the bulletins.  Is there any way to configure the LDM to
> skip the checking of the sequence number.
>
> I've included a sample of the feed we are receiving.  If I insert
> manually a sequence number at the beginning of each bulletins it wor

>
> Thanks
>
> Cla de Lamy

The best way to handle this is to simply generate a sequence number in
the ingester. The afos ingest code in the pqing program does this
by simply incrementing a static counter. See src/pqing/afos_message.c.

-glenn