Page 1 of 1

Compress and the Expand Operators

Posted: Thu Jul 13, 2006 2:43 pm
by srikanthd1978
hi all,

Job # 1

I am trying to compress a dataset A -- wriring it to a dataset named A_Zip.ds...it went fine...

the metadata for A and A_Zip.ds is the same.

Job # 2

here i am trying to Expand the A_Zip.ds...and trying to write it to another dataset called Result.ds

the meta data for A_Zip.ds and Result.ds is the same..

in Job # 2 I get the error msg:

Data_Set_38: Error when checking operator: When binding output schema variable "outRec": Cannot drop case from output tagged; case "t.encoded".

does anyone know whats happenning...

thanks

Posted: Fri Jul 14, 2006 12:13 am
by kumar_s
Never tried, but is there any field in the metadata as 't.encoded'?

Posted: Fri Jul 14, 2006 9:02 am
by srikanthd1978
kumar,

there is no field in the metadata named "t.encoded"..

Posted: Fri Jul 14, 2006 8:42 pm
by kumar_s
Can you post the generated OSH, lets see if that helps.