Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] JDBC-Crawling Phenomenon

Hi all,

 

I have a really nice phenomenon using a JDBC DS:

 

After having succeeded to connect to the DB (MSSQL with authorization via Windows-Domain) which was really hard work,

I added an entry to the Listener-config to call my pipeline:

 

  <Rule Name="ADD JDBC Rule" WaitMessageTimeout="10" Threads="4" MaxMessageBlockSize="20">

    <Source BrokerId="broker1" Queue="SMILA.connectivity"/>

    <Condition>Operation='ADD' and DataSourceID LIKE '%kinkon%'</Condition>

    <Task>

      <Process Workflow="KinKonAddPipeline"/>

    </Task>

  </Rule>

 

  <Rule Name="ADD Rule" WaitMessageTimeout="10" Threads="4" MaxMessageBlockSize="20">

    <Source BrokerId="broker1" Queue="SMILA.connectivity"/>

    <Condition>Operation='ADD' and NOT(DataSourceID LIKE '%feeds%') and NOT(DataSourceID LIKE '%xmldump%')</Condition>

    <Task>

      <Process Workflow="AddPipeline"/>

    </Task>

  </Rule>

 

The new pipeline has been a striped down copy of the normal addpipeline.

Funny was the behavior of the indexing-process: Sometimes it succeeded, sometimes not!

If you look at the attached log-file, you will discover 2 sections, first of failed to put the content to the index, second succeeded!

Obviously, the first one took its way through the ADD Rule,

“Record is processed by Listener with rule: [ADD Rule]”

The second one through the expected

“Record is processed by Listener with rule: [ADD JDBC Rule]”

 

Is this a misuse/ misconfiguration of mine or a bug?

 

Best

 

 

Andreas Schultz
Senior Software Developer

- - - - Bitte beachten Sie meine neuen Kontaktdaten - - - -


Empolis GmbH  |  Meisenstr. 90 | 33607 Bielefeld  |  Germany
AN ATTENSITY GROUP COMPANY
Phone +49 (0)521 55 785 413|  Fax +49 (0)521 55 785 121
andreas.schultz@xxxxxxxxxxx

 

www.empolis.com
Sitz Kaiserslautern  |  Amtsgericht Kaiserslautern HRB 30711  |  Geschäftsführer: Dr. Stefan Wess, Dr. Peter Tepassé

 

………………………………………………………………………………………………………………………………………………………………………………………………………..

Know. Right. Now.

Das ist unsere Philosophie. Empolis, an Attensity Group Company, bietet eine integrierte Suite von Geschäftsanwendungen,

die mit Hilfe patentierter semantischer Informations-Technologien die exponentiell wachsende Menge unstrukturierter
Daten analysiert, interpretiert und automatisiert verarbeitet. Entscheider, Experten, Mitarbeiter und Kunden erhalten so
stets situations- und aufgabengerecht genau das Wissen, das für ihre Arbeit relevant ist.

………………………………………………………………………………………………………………………………………………………………………………………………………..

Abonnieren Sie unseren monatlichen Newsletter: http://www.empolis.de/newsletter.html

 

Attachment: SMILA.LOG
Description: SMILA.LOG


Back to the top