Search found 42189 matches

by chulett
Wed Sep 26, 2007 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DATA STAGE
Replies: 6
Views: 1402

Re: DATA STAGE

mcs@rajesh wrote:hi guys ,
can any one tell me what is the difference between a dataset and a fileset and what is the need of using these two. And one more thing i wanna add up is what is the use of filter option in sequential file and when can we use it...... :roll:
by chulett
Wed Sep 26, 2007 9:30 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Anyone working with REST based Web Services?
Replies: 5
Views: 2884

Hmm... "REST - An Architectural Style, Not a Standard".

http://www.xfront.com/REST-Web-Services.html
by chulett
Wed Sep 26, 2007 7:07 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Anyone working with REST based Web Services?
Replies: 5
Views: 2884

Dear Lonely,

Nope.

:D
by chulett
Wed Sep 26, 2007 7:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute Oracle Stored Procedure(SP)
Replies: 2
Views: 1104

To simply run a Stored Procedure every X minutes, why not just setup an Oracle 'job' to do that? There's really no need for DataStage to do something like that.
by chulett
Wed Sep 26, 2007 12:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: after job routine for a sequence
Replies: 10
Views: 1643

So? Doesn't tedious pay just as well as easy? :wink:

At least it's only a one time tedious. Be glad you young whipper-snappers have Sequence jobs now, back in my day we only had ones and zeroes...
by chulett
Wed Sep 26, 2007 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controlling job flow by counting rows in hashed files - ???
Replies: 9
Views: 2234

If you really don't need to know the actual count, but just the fact that rows were written to particular hashed files, investigate the DSGetLinkInfo function with the DSJ.LINKROWCOUNT InfoType. A generic routine can leverage that and you can make your decision based on the row count being 0 or > 0.
by chulett
Wed Sep 26, 2007 10:12 am
Forum: General
Topic: About staging variables,Derivations,Constraints
Replies: 2
Views: 1497

I searched on 'order of execution' and got quite a number of hits. Here's one, as an example of what's out there:

http://www.dsxchange.com/viewtopic.php? ... +execution
by chulett
Wed Sep 26, 2007 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: after job routine for a sequence
Replies: 10
Views: 1643

Handle the exceptions yourself. Use 'otherwise' links to a Sequencer set to Any and then to your archival routine. Run it again after Job3 unconditionally.
by chulett
Wed Sep 26, 2007 8:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compress and Archive a file
Replies: 2
Views: 690

Yes, you'll need to write a script to do this properly and to have the proper levels of error checking. For archiving multiple files at once, consider a 'tar ball' - a tar archive that is then compressed. And for compression, you've got 'compress' that should always be there on UNIX plus optional to...
by chulett
Wed Sep 26, 2007 7:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of server components in parallel engine
Replies: 7
Views: 1324

That's the Not a Very Good Idea part. :wink:
by chulett
Wed Sep 26, 2007 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Xml Input stage
Replies: 13
Views: 3650

Don't jump on the end of an old thread, start a new one instead. We know nothing about your environment or job except you are facing the 'same problem' which isn't all that informative. ps. No errrors and no output means your XPath Expressions are 'valid' but don't match the incoming XML. pps. Star...
by chulett
Wed Sep 26, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shared Memory File Problem
Replies: 4
Views: 1847

The product ships with an 'OCI8 to OCI9' conversion utility, did you run that? Actually, as Ray notes, which OCI stage were/are you using?
by chulett
Wed Sep 26, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Base SEQUENCE
Replies: 3
Views: 968

Welcome. :D

How would you do this without DataStage?
by chulett
Wed Sep 26, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ADS as ETL tool for Telecom sector DWH
Replies: 9
Views: 2019

Your question:

sh.bangash wrote:What I am interested to know is if this packaged ETL tool can be used for ETL purpose in telecom DWH!


All of the answers you've been given are just longer versions of this: yes!
by chulett
Wed Sep 26, 2007 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connectivity through Wire Protocol
Replies: 1
Views: 4607

Re: ODBC Connectivity through Wire Protocol

nipun.juneja wrote:After creating the DSN, I updated the uvodbc.config file with the following entry:

You did this where? This file needs to be updated in your Project, while the former is in your DSEngine directory.