Search found 5168 matches

by kumar_s
Wed Jul 12, 2006 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatstage Manager: Export/Import problem
Replies: 13
Views: 9228

Was you Import/Export ended up in success? What was the change recently made in your prject. You can try REINDEXing. But I would suggest before doing it, do a COUNT on DS_JOBOBJECTS or DS_JOBS and verify everything is ok. All this can be done in TCL or DS Adminstrator client, command option. Make su...
by kumar_s
Tue Jul 11, 2006 6:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to know more about performance tuning
Replies: 14
Views: 4251

[quote="dsedi"]Hi Kumar Oracle stage partition type =>Entire Config file=>1 node Why is it that even though I am partitioning the data and then having 2 nodes to work on individual data partions, still the job takes more time. quote] As Arnd mentioned and I mentioned, you may have less to ...
by kumar_s
Tue Jul 11, 2006 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to access the existing job
Replies: 2
Views: 1532

Click on ok, and under locks, select Show All.
You might find your job. Note down the PID. Select the PId from Process block.
Now again click on show by process under Locks.
Click on release All.
Try to use dsadm user id.
by kumar_s
Tue Jul 11, 2006 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using CFF stage / reading complex flat files.
Replies: 3
Views: 1064

Or read as varchar, check for first few digits for "Subscriber" or "Call" or 'Sub" and based on it you can divert it into different stream. And ignore the first 2 lines. And this should be done untill an empty space. Guess it is the end of that paragraph. You can use stage variable and flag for this...
by kumar_s
Tue Jul 11, 2006 5:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: custom trigger in Execute command stage
Replies: 2
Views: 768

Since your output has "abcd efgh 1", either trim and get the exact output or follow as Ray suggest to get the substirng during the check.
by kumar_s
Tue Jul 11, 2006 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UString to string warning
Replies: 5
Views: 1330

Are you sure there is no change in the job. What about the unicode for that particular field in that job?
by kumar_s
Tue Jul 11, 2006 5:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query about dscmdexport
Replies: 13
Views: 5668

So coincidence. Found by yourself. :wink:
by kumar_s
Tue Jul 11, 2006 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Repository Interface
Replies: 11
Views: 2771

Datastage designer based version 6.0 user id and password.

Hi Meena,
The issue is not with the credentials but with change in versions. Hope you got necessary feedback form this post.
by kumar_s
Tue Jul 11, 2006 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile key allowing null values
Replies: 5
Views: 1317

Can you post the message while getting aborted.
by kumar_s
Tue Jul 11, 2006 5:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Issue
Replies: 17
Views: 3906

Try to run the same 17 jobs when the resources are idle.
by kumar_s
Tue Jul 11, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can I redirect records that result in an "import error&
Replies: 4
Views: 1320

The metadat for the rejected record will be automatically a chunck, like varchar, and not according to your input metadata.
by kumar_s
Tue Jul 11, 2006 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: When do the jobs abort & How to identify?
Replies: 2
Views: 751

What is the desigh of the job.
Does it write to a target table (DB). Check for locks.
There are chances where the director or job monitor might show that the job is running, but it would have actually finished. Check for the required output.
by kumar_s
Tue Jul 11, 2006 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing correct English in this forum when asking questions!
Replies: 21
Views: 5302

Is it a regular proccess to use the word PROCCESOR sorry PROCESSOR in every post :wink:
by kumar_s
Tue Jul 11, 2006 5:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Metadata
Replies: 8
Views: 5669

Or read the file and write a Schema file for its structure. User RPC Enabled job. Use the Schema file which changes everyday as the soruce.

Or have a metadata as ID,Name and rest all varchar(225). Have a transformer, detect the missing column and distribute the columns accordingly.