Search found 147 matches

by Titto
Wed Jan 11, 2006 11:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a report and fetching the data to load to a DB
Replies: 3
Views: 826

Thanks, Let me try and do this.
by Titto
Tue Jan 10, 2006 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading a report and fetching the data to load to a DB
Replies: 3
Views: 826

Reading a report and fetching the data to load to a DB

Hi, Need some advise and input. I have a report file, need to read the file and get the information from the report and load it to a database. which has header, address, date information and data information as rows. What is the best way to get the report data to table format. Any help is appreciate...
by Titto
Fri Dec 30, 2005 10:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture the total no. of rows passed through a link
Replies: 11
Views: 5854

This is how you call DSGetStageInfo. This code is a part of DsWebMon. Hi Kim, could you please guide me to write the MonitorGrid to a Flat file by Stage name, LinkName and other details Thanks in advance subroutine DwnGetMonitor(JobName, MonitorGrid) * ----------------------------------------------...
by Titto
Thu Dec 29, 2005 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My routines locked need to release them
Replies: 5
Views: 1587

I tried LIST.READU command then UNLOCK USER #### ALL command... I don't have lock management access to perform.
and looks like deadlock deamon is also not running!!! :?
by Titto
Thu Dec 29, 2005 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help in creating a Basic Program
Replies: 5
Views: 1282

Thank Ray!!!
by Titto
Wed Dec 28, 2005 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help in creating a Basic Program
Replies: 5
Views: 1282

Hi,
You mean to say use routine or use JobControl area to create a Basic program is it?
by Titto
Wed Dec 28, 2005 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need help in creating a Basic Program
Replies: 5
Views: 1282

Need help in creating a Basic Program

while i am reading thru the Basic programming document, i found this example to edit or create a Basic program, but I am little confused can any one guide me to create a basic program using Unix/ DataStage prompt. Editing Programs in DataStage On UNIX systems you can invoke vi from the DataStage sys...
by Titto
Wed Dec 28, 2005 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My routines locked need to release them
Replies: 5
Views: 1587

You are correct ArndW I did use Kill -9. It's been one week still my routines are locked... looks like Deadlock deamon is not running.
is they any other way to release.

thanks
by Titto
Thu Dec 22, 2005 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: My routines locked need to release them
Replies: 5
Views: 1587

My routines locked need to release them

Hi, One of my routine is locked while i am tesing it and i went i kill the process from unix , before that i tried to logout from "Clean Up Resource" thru Director and it did not get logged out then i kill the process from Unix. But when i tried to open the routine it still says " Rou...
by Titto
Mon Dec 19, 2005 12:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to use Session Date in Transformer Stage
Replies: 5
Views: 2167

You are getting the system date successfully, as is obvious from your error message. What you're not doing is handling it correctly. Need more information about what you are doing to provide specific help. What target database, target field, stage used, target datatype, etc. You'll more than likely...
by Titto
Sat Dec 17, 2005 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Path of job log files
Replies: 7
Views: 8630

Thanks Arnd! I was able to get the job log details loaded onto a file with dsjob in UNIX. But can you please tell me where these hashed files exist in the server. Regards, Rony Hi Rony, Could you please share the code or syntax - how you did get the log details to flat file using dsjob in unix. Tha...
by Titto
Sat Dec 17, 2005 11:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mass change of user id and password
Replies: 7
Views: 3977

Thanks for all the information.
I will try to incorporate to use Environment Variables.
by Titto
Fri Dec 16, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mass change of user id and password
Replies: 7
Views: 3977

1. As long as passwords aren't setup as encrypted, but strings, a mass text replace in the dsx should do the trick. You must recompile everything. 2. Parameter default values are okay to change, but you must recompile everything for those defaults to be effective. Just fix the problem once and for ...
by Titto
Thu Dec 15, 2005 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mass change of user id and password
Replies: 7
Views: 3977

Mass change of user id and password

Hi, The question i am going to ask is all ready been discussed in this message board but i have doubt. I got a requirement that i need to change the User Id and Password for DataStage jobs and sequencers. I have lot of jobs to make the above changes. Case -1:- When i looked at the Job Sequencers the...
by Titto
Wed Dec 14, 2005 12:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSMakeJobReport Code
Replies: 9
Views: 4462

Hi Duke,

Can you please post the total code what you are mentioning.

Thanks