Search found 452 matches

by kaps
Fri Aug 25, 2006 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job which track of the jobhistory, rowhistory,paramhistory
Replies: 18
Views: 5822

Try to put the dsjob report command in a shell script and execute the shell from Datastage.
by kaps
Fri Aug 25, 2006 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format in DB2UDB database and DataStage
Replies: 6
Views: 3001

If your source date is in the format of yyyy/mm/dd then don't define your target datatype as date in DB2 stage. Just define it as Char(10) though it's date. DB2 stage will take care of everything...you don't need to iconv or oconv...
by kaps
Wed Aug 23, 2006 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading a Queue
Replies: 1
Views: 432

I found a way to browse the queue from command line...
It can be done using the queue browser called amqsbcg.
by kaps
Tue Aug 22, 2006 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem reading a Queue
Replies: 1
Views: 432

Problem reading a Queue

Hi I have designed a job to read message from Queue using MQ Stage and to write into Seqential file. Job design is fairly simple(MQ Stage to Seq File). Job runs fine meaning it did not throw any warnings or errors but it does not read any messages...I was told that there are messages in that queue.....
by kaps
Thu Aug 17, 2006 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage function extracting only numbers
Replies: 6
Views: 5915

Use MC/A function with oconv.
by kaps
Mon Aug 14, 2006 10:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a Scheduler kick off DSJob ?
Replies: 9
Views: 2518

Craig,

Can you please share top 3 reason why you don't want to do that ?

I can think of few like validating parameter files, hard coding lot of directories/variables and capturing the log...

Thanks
by kaps
Mon Aug 14, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a Scheduler kick off DSJob ?
Replies: 9
Views: 2518

Can a Scheduler kick off DSJob ?

Hi

Do you know of any third party schedulers(like Autosys, Control M etc...) which is integrated with DataStage meaning that we can kick of the DataStage Jobs directly from Scheduler without having to write a shell or windows bat scripts.

Thanks
by kaps
Thu Aug 10, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: This is a Unix Shell Script Qusn
Replies: 9
Views: 2646

chmod rwx rwx rwx abc.sh where r means read(4), w means write(4) and x(1) means execute permissions.


If you enable the excute bit(x) then it will become abc.sh*

For example 744 should change ur script to executable
by kaps
Mon Jul 31, 2006 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting timestamp into database
Replies: 11
Views: 2982

Check the NLS date time format of your database and convert it accordingly. Normally it would be yyyy-mm-dd hh24:mi:ss.
No microseconds like DB2.

Thanks
by kaps
Tue Jul 25, 2006 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TimeStamp problem with DB2UDB Stage
Replies: 6
Views: 1744

I learnt an easier way of doing this. Just need to change the data type of the DB2UDB stage to char from timestamp and pass the value as it is.
It takes care of everything. Don't need to do iconv or oconv...
This will work only if the dates and timestamps are in db2udb format.

Thanks
by kaps
Mon Jul 24, 2006 8:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TimeStamp problem with DB2UDB Stage
Replies: 6
Views: 1744

No. I don't...I only have two records in my source

Thanks
by kaps
Mon Jul 24, 2006 5:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TimeStamp problem with DB2UDB Stage
Replies: 6
Views: 1744

TimeStamp problem with DB2UDB Stage

Hi One of my source column in my source file is in this format yyyy/mm/dd hh24:mi:ss.000000 and my target is in db2udb with a column of datatype timestamp. If I just pass on the column I get this error... Value treated as NULL Attempt to convert String value " " to Timestamp type unsuccess...
by kaps
Thu Jul 20, 2006 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Stage...ds_loadlibrary: error in dlopen
Replies: 5
Views: 1385

Thanks Ray...I got the same reply from IBM.
by kaps
Wed Jul 19, 2006 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Stage...ds_loadlibrary: error in dlopen
Replies: 5
Views: 1385

Thanks for the reply.

Actually the problem I think is we have not installed MQ yet on the server where DataStage is. Do we need to install MQ server on the same server as DataStage OR Is it enough if we just install the MQ client in DataStage server ?

Thanks
by kaps
Tue Jul 18, 2006 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ Stage...ds_loadlibrary: error in dlopen
Replies: 5
Views: 1385

MQ Stage...ds_loadlibrary: error in dlopen

Hi We have just installed MQ Stage and am trying to access queue from this stage. I am getting the following error... ds_loadlibrary: error in dlopen and then this message... read_MQ..Sequential_File_1.IDENT1: C Stage PlugIn function "Get" required Is this security issue or the problem in ...