Search found 595 matches

by kandyshandy
Fri Mar 09, 2012 3:00 am
Forum: General
Topic: Failed To open the Project ( Status code = 81016 )
Replies: 10
Views: 13064

:shock: Is it possible to have 2 port numbers for the same engine?
by kandyshandy
Thu Mar 08, 2012 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is delimiter can be parameterized at job level
Replies: 13
Views: 5682

Schema file will not be an easy option... Do you know the possible delimiters (in this world) that would come in your file? Is it like 2 or 3 or less than 5?
by kandyshandy
Wed Mar 07, 2012 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage is not wrking
Replies: 6
Views: 2997

Atul, try giving like this

Code: Select all

#sorting#,#columnname#
by kandyshandy
Wed Mar 07, 2012 3:01 am
Forum: General
Topic: Logic to build a sequence
Replies: 3
Views: 1277

Re: Logic to build a sequence

I have a scenario where I have to run a job through sequence and the output of the job could be -1 0r 1.I need to abort my job if my job returns a value -1 and run it successfully if it returns 1. What is your job doing after outputting -1 or 1? If -1 or 1 is the output of your job, how can you abo...
by kandyshandy
Wed Mar 07, 2012 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage is not wrking
Replies: 6
Views: 2997

You should give "Sort criteria, defining which Input Link's Column Names to sort on."
by kandyshandy
Mon Mar 05, 2012 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error (40018) The Given Clink is not valid for any
Replies: 3
Views: 1472

You are able to login to DataStage designer but getting this error while opening a particular job? Are you able to edit other jobs?

If you answer 'yes' for any of the above questions, you need to contact support.

No harm, if you have DSX of that job, try importing..
by kandyshandy
Fri Mar 02, 2012 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference between @INROWNUM AND @OUTROWNUM
Replies: 2
Views: 3205

Looks like you have tried something. One more try and you will understand. They both will not be same when count of output records is not EQUAL to count of input records ;)
by kandyshandy
Thu Mar 01, 2012 9:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOKUP with partial string
Replies: 9
Views: 4223

In fact, you can parameterize your word as well so that you don't have to edit your job when that word changes.
by kandyshandy
Thu Mar 01, 2012 9:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LOOKUP with partial string
Replies: 9
Views: 4223

Re: LOOKUP with partial string

Like I am looking for a presence of one word in a primary link rather than exact field match and consider it to be matched. You can, by this method. Suppose your one word is 'dummy'. Search both input and look up key column for this word & if found, populate a new column with value 'dummy'. For...
by kandyshandy
Wed Feb 29, 2012 9:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert VarChar to Char
Replies: 3
Views: 2917

search for PADCHAR in this forum..
by kandyshandy
Wed Feb 29, 2012 8:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call oracle stored procedure in datastage server job
Replies: 8
Views: 7532

Good one Mike.

You can code in dummy parameter and call it from SP stage (as Craig suggested) or call it from ODBC stage... ;)
by kandyshandy
Wed Feb 29, 2012 8:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help writing to a file
Replies: 2
Views: 1985

Where is your input? from sequential file? what is the delimiter? did you try view data when you read your input?
by kandyshandy
Wed Feb 29, 2012 8:24 pm
Forum: General
Topic: migrating to Datastage 8.5 from Datastage 7.5
Replies: 9
Views: 8231

what about this one? ;)

No server or parallel job going forward, but only server and parallel stages. You will always have one canvas to develop your job with both server and parallel stages.

haha.. This discussion should be a new thread though!! Sorry ;)
by kandyshandy
Wed Feb 29, 2012 8:18 pm
Forum: General
Topic: 'Run-time error 457
Replies: 9
Views: 4162

Siva,

If you have time, you can try this.

1. Uninstall both clients from your machine.
2. Restart the machine
3. Install 7.5 first and then 8.5. (if needed another restart)
4. Try connecting ;)
by kandyshandy
Wed Feb 29, 2012 8:14 pm
Forum: General
Topic: find repository database
Replies: 6
Views: 2845

Re: find repository database

karthi_gana wrote:In our company we are using DB2 as the repository. I came to know this from the DSADMIN team.
The way you came to know is the BEST way ;)