Search found 4992 matches

by kcbland
Fri Mar 04, 2005 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script
Replies: 3
Views: 1094

Search the forum for examples and explanations of the API DSExecute and usage in a custom function/routine/Batch job. You can use the existing routine ExecSH in a before/after job/transformer call or Routine stage in a Sequence job.
by kcbland
Thu Mar 03, 2005 10:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Whole Machine Grinds to a Halt - On Disk Contention.
Replies: 4
Views: 887

Yep, happens all the time. One simple job SEQ --> XFM --> HASH can hog a poor disk/controller design. Try running two jobs like that at the same time, forget about it. Put a database on top of that layout, go brew a pot of coffee and send out for donuts. We see this on linux and Windows boxes a lot,...
by kcbland
Thu Mar 03, 2005 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Starting 'command line' jobs on Unix server from Win client
Replies: 9
Views: 2677

I'm not making fun of you, but you're using a $30/user near-shareware desktop PC scheduling program to run your $250,000 ETL tool? Your best option is to develop your own secure rsh script to handle a remotely authorized command execution on your Unix server. You'll be able to schedule that script t...
by kcbland
Thu Mar 03, 2005 7:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder
Replies: 3
Views: 827

DO NOT USE DATASTAGE. A DS job using the folder stage won't rename a file. It will READ the ENTIRE CONTENTS of each file and write new files. The folder stage allows you to read the entire file as a single row. You need to fully understand that you are using the wrong tool for the job. It will garba...
by kcbland
Thu Mar 03, 2005 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with RT_CONFIG file
Replies: 4
Views: 2143

Look at your DS_JOBS file using any of the methods for getting to the DS command line (dssh, uvsh, DS Admin, etc). You can execute the command "DELETE DS_JOB 'yournamejobname' ". WARNING! I take NO responsibility if you do this command. You will need to make sure you have proper backups. Once this i...
by kcbland
Thu Mar 03, 2005 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with RT_CONFIG file
Replies: 4
Views: 2143

When you export a job and then import, the act of importing attempts to delete all components of the job and then recreates all new components. When it does this, it assigns a new internal number for the job. If the old copy of the job fails to properly delete because of structure integrity issues, ...
by kcbland
Thu Mar 03, 2005 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Structure of DS Tables -- DS_JOBS
Replies: 16
Views: 10028

I am having a similar problem. I copied an existing RT_CONFIG file and copied it to the missing file name. I am still unable to delete the job or import the job. You need to start your own post, state your version and operating system, and post YOUR error messages. This thread and its solutions are...
by kcbland
Wed Mar 02, 2005 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remote Client, Network problems
Replies: 2
Views: 692

Use Remote Desktop Computing or Citrix or some solution that lets you "steer" a PC from afar, where the PC is within a more stable network.

Other than that, make sure you save your job changes often. :wink:
by kcbland
Wed Mar 02, 2005 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Location
Replies: 12
Views: 3642

Search the forum for discussions on SETFILE.
by kcbland
Wed Mar 02, 2005 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file Location
Replies: 12
Views: 3642

You might find this information helpful regarding hash files:
http://www.dsxchange.com/viewtopic.php?t=85364
by kcbland
Tue Mar 01, 2005 9:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Commit in Sequential file
Replies: 7
Views: 1690

There is no hope, this is an OS issue with buffered writes. Remember your C days and flushing? Your attempting to view data can have errant results, because data is writing in blocks, not "rows". Rows are a database concept, files are blocks of bytes. Odds are that the last row will be partial becau...
by kcbland
Tue Mar 01, 2005 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform DATE OCONV() Question
Replies: 14
Views: 7857

AFAIK, there's no switch, but Ray hasn't spoken yet. Consider using a master set of parameters for all jobs, including ones like a sysdate or processdate. Derive it once in the job control and pass it to all jobs preformatted, that way you don't have to OCONV+CHANGE everytime you access @DATE.
by kcbland
Mon Feb 28, 2005 3:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfromance Issues
Replies: 7
Views: 2391

The link monitor shows rows/second based on rows traveled on that link divided by the time that the link connected to that transformer has been open. So, if the link opens at 1:00pm it will start with the status of WAITING as the query is being prepared by the source database. Then, when the databas...
by kcbland
Mon Feb 28, 2005 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfromance Issues
Replies: 7
Views: 2391

Your issue is database related 99%. Your query is ugly, and not a DS issue. The only point DS comes into play is spooling and writing the data to the output file. I would look to load on the server, degree of parallelism requested, minimum, and actual, and other factors that will vary the performanc...
by kcbland
Mon Feb 28, 2005 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: varchar to date
Replies: 9
Views: 2808

kcbland wrote:I'm looking for it, where is it? A new post means a NEW POST, not a reply on an existing message thread.



Here it is for those reading this chain:

http://www.dsxchange.com/viewtopic.php?p=125936#125936