Facebook Client – Silverlight

Are you a frequent Facebook user ? then this is a great news for you.. Microsoft has given a sample facebook client written in Silverlight, it looks great… it a really great desktop application which provides an excellent UI for accessing facebook content.. It supports every thing tight from updating status to upload photos. Just […]

Dont Ignore This Warning : APT_CombinedOperatorController(1),0: Field 'XXXXXX' from input dataset '0' is NULL. Record dropped.

When you get any warning like below, APT_CombinedOperatorController(1),0: Field ‘XXXXX’ from input dataset ‘0’ is NULL. Record dropped. Then don’t ignore this.  Because this will case the job to ignore some records, Means those records will not be processed by any of the following records and you you will not get these records in the […]

Things to keep in mind while using Column Import Stage

In datastage while using the column import stage we may get the following error, main_program: Syntax error: Error in “export”  operator: Error in operator arg: In field “Opt”: Expected “;”, got: “.”, line 53Error in “field_import”  operator: Error in operator arg: In field “Opt”: Expected “;”, got: “.”, line 92 The main reason for this […]