Search found 42189 matches

by chulett
Tue Feb 17, 2009 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin Path
Replies: 7
Views: 6527

OK, but any reason why they shouldn't be in the dsenv file as well? :?
by chulett
Tue Feb 17, 2009 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin Path
Replies: 7
Views: 6527

Typically that would be accomplished by sourcing your dsenv file:

Code: Select all

cd $DSHOME
. ./dsenv
And then trying the command.
by chulett
Tue Feb 17, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding spliting the records
Replies: 14
Views: 2935

mandyli wrote:I hope convert function it will not do this function.
Sure it will... write out one record, read back many. There's a FAQ posting on this technique as well.
by chulett
Tue Feb 17, 2009 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RTI Output and RTI Input
Replies: 4
Views: 2184

There's a version 8) now? Cool!
by chulett
Tue Feb 17, 2009 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: server routine in sequence with parallel job in job activity
Replies: 3
Views: 1857

Re: server routine in sequence with parallel job in job acti

pankajp123 wrote:How it will effect if i use server routine in a sequence where job activity will run a parallel job.
There is no 'effect', that's how they are meant to be used - Server routines with any combination of Server or PX jobs.
by chulett
Tue Feb 17, 2009 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle table definitions got multiplied by 3
Replies: 5
Views: 1967

39 characters or 39 bytes?
by chulett
Tue Feb 17, 2009 6:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup of folder using dsexport command
Replies: 14
Views: 8459

what is that GUI export of folder category? can u explain how to do it.. please!! thanks in Advance kamal First off, please just post your questions in the forum thread, there's no need to also send two private messages with questions. Secondly, Rich has already got you covered. This 'GUI' is the M...
by chulett
Mon Feb 16, 2009 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom Error
Replies: 6
Views: 2392

Hmmm... not much to go on. Can you go to the RT_BP302 directory in your Project and post the lines around/including line 105 in the "*.TRANS1" file mentioned in your log message?
by chulett
Mon Feb 16, 2009 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input and Output metadata of Shared Containers
Replies: 2
Views: 1078

Shared Containers are reusable pieces of ETL 'code' that can be shared across jobs, and thus their Input/Output link metadata is fixed at creation time.
by chulett
Mon Feb 16, 2009 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Rebuild repository index using DS.REINDEX ALL
Replies: 5
Views: 6871

You don't need them for this - all you need is exclusive (and I do mean exclusive) access to the Project in question to run the command.
by chulett
Mon Feb 16, 2009 1:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using ODBC in DRS stage
Replies: 7
Views: 2068

As long as you have an Oracle client installed on the DataStage server, then sure, you can switch the DRS stage with minimal implications. Biggest thing may be DATE issues, depending on how you've been handling them before this.
by chulett
Mon Feb 16, 2009 11:46 am
Forum: General
Topic: Rescheduling sequence from director
Replies: 1
Views: 620

You would 'reschedule' a job in the Director if the time it ran or parameter values for the run needed to change. If you modify the parameters defined in the job, best to Unschedule and then add it back in. Doesn't sound like you modified any parameters in the Sequence, however. How are you 'deployi...
by chulett
Mon Feb 16, 2009 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using ODBC in DRS stage
Replies: 7
Views: 2068

Warnings will about your job when they hit the Warning Limit for that job's run, default is 50. And there's quite a number of considerations when switching from ODBC to native OCI.
by chulett
Mon Feb 16, 2009 11:16 am
Forum: General
Topic: Importing table metadata without the catalog name
Replies: 6
Views: 1221

Too bad, that works for me, but then I'm using the DRS stage set to 'MSSQL Server'. Works the same for Oracle via OCI, so unsure why ODBC behaviour would be different. :?
by chulett
Mon Feb 16, 2009 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while using ODBC in DRS stage
Replies: 7
Views: 2068

Oracle won't give a warning for updates or deletes of zero records but ODBC will. Why not prequalify the action via hashed lookup, no reason to even issue an update on nothing.