Page 1 of 1

Error in "copy" operator

Posted: Mon Jul 19, 2010 7:29 am
by Mangesh123
I have a job where am using copy stages , the input to copy stage is dataset..
While running the job I am getting following error
Syntax error: Error in "copy" operator: Error in output redirection: Error in output parameters: Error in modify adapter: Error in binding: Could not find type: "subrec", line 2538

Please help me to resolve this issue,

Thanks

Posted: Mon Jul 19, 2010 7:32 am
by chulett
Did you try an exact search for Could not find type: "subrec" ? There are two other posts that mention that, see if anything there helps.

Posted: Mon Jul 19, 2010 7:35 am
by Mangesh123
chulett wrote:Did you try an exact search for Could not find type: "subrec" ? There are two other posts that mention that, see if anything there helps.
I have already checked those two posts.
But they are not explaining much about the issue

Posted: Mon Jul 19, 2010 10:06 am
by ArndW
Remove all stages except your dataset -> copy -> peek stages. Is the error still present? If yes, add "$APT_DUMP_SCORE" and set to "true" and run your job. Examine the score to see if that helps you, otherwise post it here.

Posted: Mon Jul 19, 2010 5:18 pm
by ray.wurlod
One of your record schemas includes at least one subrecord. Find it and make sure it's being properly dealt with.