Page 1 of 1

Sequential file & Dataset

Posted: Tue Jun 09, 2009 3:31 am
by anshul_roy
I am unable to use a sequential file for reading and writing. It is able to accept data as input but in output getting error like "The currently selected link is a reject output link.There are no properties that can be set for this type of link."
The same error i am getting with dataset.I tried all combinations in input so as to get the property tab in output of sequential file.

Re: Sequential file & Dataset

Posted: Tue Jun 09, 2009 3:47 am
by preetiv
anshul_roy wrote:I am unable to use a sequential file for reading and writing. It is able to accept data as input but in output getting error like "The currently selected link is a reject output link.There are no properties that can be set for this type of link."
The same error i am getting with dataset.I tried all combinations in input so as to get the property tab in output of sequential file.
Hi,

What exactly is your job design? Are you trying to use the same stage for input as well as output?

Thanks,
Preeti

Posted: Tue Jun 09, 2009 3:48 am
by miwinter
Sorry, but that really wasn't clear... it actually contradicts itself in that:

"I am unable to use a sequential file for reading and writing"

yet...

"It is able to accept data as input"

Both can't be true.

Can you describe your job design and clarify the issue properly please?

Re: Sequential file & Dataset

Posted: Tue Jun 09, 2009 4:38 am
by anshul_roy
I am trying to use the same stage for both input and output. I tried doing only input when it worked. Only output also worked. But when the same stage was used for both input and output, i got that error.

Posted: Tue Jun 09, 2009 4:48 am
by ArndW
The PX canvas works differently than the Server canvas, a stage that writes to a sequential file cannot be simultaneously be used to read that file.

Posted: Tue Jun 09, 2009 5:09 am
by nagarjuna
Its what's called a "blocking operation" and would interfere with pipeline parallelism, so is forbidden ----Ray