Search found 24 matches

by azens
Wed May 28, 2003 1:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run a released job in command mode
Replies: 2
Views: 805

Thanks, Craig

I tried it again and it worked.

regards,

Azens Chang
MetaEdge Corp.
by azens
Mon May 26, 2003 12:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run a released job in command mode
Replies: 2
Views: 805

How to run a released job in command mode

Hi all,

I can run DataStage Job by using 'dsjob' command in unix command mode. But if this job has been released, the released job cannot be run by using 'dsjob' command in unix command mode. Is there any solution?

regards,

Azens Chang
MetaEdge Corp.
by azens
Mon Apr 21, 2003 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fail to open DS_JOBOBJECTS
Replies: 2
Views: 1417

Hi Ray,

Thanks a lot. Finally we found that the reason why DS_JOBOBJECTS is corrupted: disk error by an accidental power surge. I think periodical backup is the only solution.

regards,

Azens Chang
MetaEdge Corp.
by azens
Wed Apr 16, 2003 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fail to open DS_JOBOBJECTS
Replies: 2
Views: 1417

Fail to open DS_JOBOBJECTS

I logon DataStage Director but error message box pops up and fail to open it. After close all popped up message boxes, I found there's no job in my project in Director. Then I try to loop up job list in UniVerse but Once I issue LIST command it told me that 'Fail to open DS_JOBOBJECTS'. Later on I t...
by azens
Thu Mar 20, 2003 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DISKCACHE & pre-load hash file
Replies: 0
Views: 503

DISKCACHE & pre-load hash file

Hi all, I use DataStage 5.2r2 on E10K machine with Solaris 8. There are 2 hash files stored surrogate key: 1) 8 millions of records, 430M bytes in size with 36 bytes in average record size. 2) 5.5 millions of records, 280 bytes in size with 32 bytes in average record size. Both of them are static ha...
by azens
Wed Mar 19, 2003 4:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file corruption
Replies: 7
Views: 2970

Hi,

In my experience, static hash file is more stable than dynamic one, especially when you read and write the same hash file in a job or in jobs which run concurrently. I always synchronize thr hash file with the table to guarantee the consistancy and stability.

Azens Chang
MetaEdge Corp.
by azens
Mon Mar 17, 2003 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Function to Get End time and Elapsed Time
Replies: 13
Views: 2562

Hi, You can try this function 'DSMakeJobReport'. It generates a string describing the complete status of a valid attached job. There are some sample codes I wrote in a routine to capture the start time, end time, elapsed time, status and status description for jobs. ** JobHandle = DSAttachJob(JobNam...
by azens
Sun Mar 09, 2003 11:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Performance, Table or Hash
Replies: 4
Views: 1257

Hi, You can do analysis on your hash file first, find out the optimal type and size for your hash file. I have 2 hash files for generating surrogate no.. 1 hash file has 8 millions of records and another has 5.5 millions. Both of them work well. I suggest you using static file and rebuild it after b...
by azens
Fri Mar 07, 2003 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent !!
Replies: 6
Views: 1496

Hi,

Maybe you can try OCI instead of ODBC for Oracle.
EOF error in Oracle sometimes implies the unknown error which is nothing to do with network issue.
If you're using Oracle 8.1.6 on NT, upgrade it, coz it's not a stable version.