Search found 49 matches

by sambit
Tue Dec 25, 2007 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL error for SQL Server.
Replies: 4
Views: 2022

Thanks Ray. I executed the query outside DS to select the max value of the field but it comes as 139. Not sure what to do as I could not read the complete message of yours as it is Premium Contents.
by sambit
Tue Dec 25, 2007 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL error for SQL Server.
Replies: 4
Views: 2022

SQL error for SQL Server.

Hi, I am trying to extract data from SQL Server. The job aborts after extracting cpl of rows saying that ' Error in setOutputFieldAsInteger() for field '5' of output dataset '0', the value of 139 is either too small or too large to fit into an int8.' The datatype of the field is Tinyint and length i...
by sambit
Wed Oct 24, 2007 8:20 am
Forum: General
Topic: File attachment thru DS Mail.
Replies: 4
Views: 1784

Thanks Chullet.
by sambit
Tue Oct 23, 2007 3:20 pm
Forum: General
Topic: File attachment thru DS Mail.
Replies: 4
Views: 1784

Yes. I am using version 7.5. Can you please let me know which routine can I check for this?
by sambit
Tue Oct 23, 2007 3:11 pm
Forum: General
Topic: File attachment thru DS Mail.
Replies: 4
Views: 1784

File attachment thru DS Mail.

Hi,
Is there any way by which a text file can be attached with the DSSendMail routine?
by sambit
Mon Oct 22, 2007 5:32 pm
Forum: General
Topic: Server developer's guide.
Replies: 3
Views: 1193

I got the material from a friend. Thanks for the help.
If anyone needs this doc, let me know.
by sambit
Mon Oct 22, 2007 5:24 pm
Forum: General
Topic: Server developer's guide.
Replies: 3
Views: 1193

Can anyone please provide me the link if you know from where I can get the same. There is nowhere in net in which I am able to find the same.
by sambit
Fri Oct 19, 2007 10:48 am
Forum: General
Topic: Server developer's guide.
Replies: 3
Views: 1193

Server developer's guide.

Hi,
Is there any place from where I can get the DS server developer's guide?
by sambit
Fri Oct 19, 2007 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tracking count of records in a flat file
Replies: 3
Views: 1639

Well... I would suggest to have a new col in each job which is popualted as @outrownum. You can later combine the @outrownum from each file and put it in a single file which will say how many rows were transformed in each of the job.
by sambit
Thu Oct 18, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating records in Oracle on the basis of Max Date.
Replies: 4
Views: 1308

Thanks Sachin...
all I am facing the problem is in the OCI stage. It is not allowing me to have custom SQL statements. So I am unable to code the update statement with subquery in it.
by sambit
Tue Oct 16, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating records in Oracle on the basis of Max Date.
Replies: 4
Views: 1308

Thanks Ray for the quick reply. But I am supposed to do that in the Update query where the data in the Oracle DB will be updated for that row only where we have the max(Load-Dt).

I hope I am clear with the requirement.
by sambit
Tue Oct 16, 2007 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peculiar Problem in reading a file
Replies: 4
Views: 822

Sorry for replying late Arndw. Yes we checked the complete FTP process but couldn't find any clue for which this thing is happening.

Thanks
by sambit
Tue Oct 16, 2007 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating records in Oracle on the basis of Max Date.
Replies: 4
Views: 1308

Updating records in Oracle on the basis of Max Date.

Hi Guys, I will appreciate if someone can help me out of this problem. I am trying to update few records ito Oracle thru DS server job as per the requirement mentioned below. I/P Data : Cust_Id Ack_Ind Ack_Dt 1 Y 2007-10-15 2 N 2007-10-15 Oracle DB Data :- Cust_Id Ack_Ind Ack_Dt Load_Dt 1 N 2007-09-...
by sambit
Thu Oct 04, 2007 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peculiar Problem in reading a file
Replies: 4
Views: 822

Yes the Hexadecimal value in the input file is 0x5A 0x40 but but I am not sure why is this one getting converted into 0x5B in the output.
by sambit
Wed Oct 03, 2007 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Peculiar Problem in reading a file
Replies: 4
Views: 822

Peculiar Problem in reading a file

Hi, Please let me know if you can suggest any solution for my problem as follows. I have a file which is being NDMed from Mainframe box to Unix as a Fixed-width file. One of the fields in it has datatype as Char (2). The data in the First byte that field is '!' and 2nd byte is space i.e '! '. We are...