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......
Search found 42189 matches
- 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
- 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
http://www.xfront.com/REST-Web-Services.html
- 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
- 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
- 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
- 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.
- 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
http://www.dsxchange.com/viewtopic.php? ... +execution
- 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
- 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...
- 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
- 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...
- Wed Sep 26, 2007 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Shared Memory File Problem
- Replies: 4
- Views: 1847
- Wed Sep 26, 2007 7:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data Base SEQUENCE
- Replies: 3
- Views: 968
- 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
- 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.