Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I get an error: "The schema from the input link "row2\" is different from the schema defined in the component."
Don't understand that error.
How can I connect components like
tHttpRequest-+-row1 (Main)-->tLogRow
\--row2 (Main)->tFileOutputRaw
I get an error: "The schema from the input link "row2\" is different from the schema defined in the component."
Don't understand that error.
How can I connect components like
tHttpRequest-+-row1 (Main)-->tLogRow
\--row2 (Main)->tFileOutputRaw
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
<appender name="FILE" class="org.apache.log4j.FileAppender">
<param name="File" value="D:/${TalendJob.log}"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d - %c -%-4r %-5p %x - %m%n" />
</layout>
</appender>
<root>
<priority value="info" />
<appender-ref ref="FILE" />
</root>
</log4j:configuration>