|
|
Archives of the TeradataForum
Message Posted: Sat, 22 Jun 2013 @ 15:47:24 GMT
Subj: | | Re: TPT - Data Connector producer |
|
From: | | Pluebell, Fred |
Multiple instances reading from the same pipe is not supported, as the message indicates. And you can't use multiple instances of the same Data
Connector producer with the Named Pipes Access Module to read different named pipes in parallel, either; each copy of np_axsmod.so needs its own
separate fallback file.
You could define a separate Data Connector producer operator for each pipe, and use a UNION ALL query in the APPLY.
| |