Search found 22 matches

by kate_gkl
Mon Sep 20, 2004 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message
Replies: 2
Views: 1414

Error Message

Hi all. I have created a shared container for my job. When i run the job, i got this error message from the DIrector. I could not figure out what is this error about. Hope to get some explanations or hints here. Below is the error that i got: node_node2: Fatal Error: Unable to start ORCHESTRATE proc...
by kate_gkl
Wed Aug 11, 2004 1:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Concatenation of Columns From Different Tables in Database
Replies: 2
Views: 1525

Concatenation of Columns From Different Tables in Database

Hi all. I am having problem in concatenating columns with the same field name from different tables in database. Let me explain in more detail. I am having three tables: ProductType, ProductName and FundType. Each of these tables is having a field called CODE. Now, I need to concatenate the CODE fie...
by kate_gkl
Thu Aug 05, 2004 7:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send Email Notification with attachment
Replies: 8
Views: 11662

Hi ram1899. Thanks for offering help. I have some doubts here. Hope you can explain to me. Create a Job sequencer for the JOB you are running and call Execute_Command stage in it call the script in the execute command stage Do you mean I need to have a Job Activity stage to include my job. After tha...
by kate_gkl
Thu Aug 05, 2004 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send Email Notification with attachment
Replies: 8
Views: 11662

I have been read through most of the posting regarding this topic in this forum. After reading all the postings, i have get some information and ideas on how to send an email notification and attachment. However, I still could not figure out how to get all the steps putting together to make things w...
by kate_gkl
Wed Aug 04, 2004 10:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send Email Notification with attachment
Replies: 8
Views: 11662

Hi Ray.
Instead, run your parallel jobs from a job sequence (or from your own Job Control code), detect whatever it is you need to in the controller, and sent notification from there.
May I know can i add attachment in the mail?

Thanks very much~~
by kate_gkl
Wed Aug 04, 2004 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send Email Notification with attachment
Replies: 8
Views: 11662

Hi Chulett. I have read thru the discussion. You provided a line of code in your reply in the topic. So, do you mean i need to include the code in a routine in DataStage? Then it will work after that? Or I still need to do something else to get it work? Secondly, when do we need a mail client as i r...
by kate_gkl
Wed Aug 04, 2004 4:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email Notification
Replies: 2
Views: 1528

Email Notification

I have read through some of the posts in this forum. I found out that we can actually download a third pary command line mail client to send email notification from dataStage? However, i am blur or not sure about the steps to accomplish this. Can anyone provide some guidelines for me? I would like t...
by kate_gkl
Wed Aug 04, 2004 1:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Send Email Notification with attachment
Replies: 8
Views: 11662

Send Email Notification with attachment

Hi all. My project plan to send an email to notify system administrator once an ftp file has been successfully loaded into DataStage. May I know how to generate an email notification in parallel job? and if we would like to attach a file in the email, what should we do to accomplish that? By the way...
by kate_gkl
Thu Jul 29, 2004 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed Width Column
Replies: 4
Views: 2222

I have tried to align the data to the length that I specified in the meta data. However, when I attempted to view the data, it prompted me an error message: UnableError executing View Data command: ##E TOIX 000159 11:35:03(001) <Sequential_File_0,0> Short read encountered on import. This most likely...
by kate_gkl
Thu Jul 29, 2004 9:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fixed Width Column
Replies: 4
Views: 2222

Fixed Width Column

Hi. I still having problem with importing fixed width column data into DataStage. First of all, I would like to know if we are using fixed width when importing metadata, the column name must be the same as the width that we specified? Secondly, how about the data? All of them must be in the width th...
by kate_gkl
Thu Jul 29, 2004 8:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cant View File
Replies: 3
Views: 2070

Thanks Rasi for your reply. The user permission might be the problem. But I try to open the file straight after i ran the job by using the same user id.

May i know is there other reason that will cause this problem?

Thanks! Cheers~~
by kate_gkl
Thu Jul 29, 2004 8:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cant View File
Replies: 3
Views: 2070

Cant View File

I have created a job to import source data with some transformation. My output is a sequential file with the data formatted. I can run the job successfully. However, when I would like to view the file, I could not open it and getting this error message: Unable to access file: /source/TestFixedWidth....
by kate_gkl
Thu Jul 29, 2004 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Import Data with FixedWidth Column
Replies: 1
Views: 1408

Import Data with FixedWidth Column

Hi all.

May I know what is the way of importing data with fixed-width column?

I would like to check out the way to import the meta data with fixed-width column option.

Hope can get some ideas from all of you. Thanks very much in advance.

Cheers~ :D
by kate_gkl
Tue Jul 27, 2004 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp
Replies: 6
Views: 3670

oh, so if the datatype in the oracle is datetime for this field and my DataStage sequential file having varchar for this field, i still can successfully load the data into Oracle database? By the way, u mentioned that i can make the changes according during transformation. May I know which data type...
by kate_gkl
Tue Jul 27, 2004 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp
Replies: 6
Views: 3670

Thank you Rasi for ur reply. Would you mind explain further for this sentence: If you are viewing the sequential file inside datastage with timestamp as data type regardless whether it is in the correct format you can view the file. Do you mean we can set it to any type in order to view the data? Th...