Take a look at MetaDex from Compact Solutions which has the ability to "translate" metadata from other tools into IIS format.
I believe that MetaDex can be supplied by your regular IIS reseller.
Search found 53125 matches
- Thu Oct 18, 2012 2:06 pm
- Forum:
- Topic: Linage doesn't work with BO reports
- Replies: 6
- Views: 3112
- Thu Oct 18, 2012 2:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retreive reference records from lookup
- Replies: 4
- Views: 1239
- Thu Oct 18, 2012 2:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Performance Improve - CFF Stage
- Replies: 4
- Views: 2338
How many records? Why is 4400 rows/second unacceptable? The CFF stage potentially has to do a lot of work. Increasing the number of nodes (given that the underlying server has sufficient capacity) would be one approach. Limiting other activity on the server while this job is running would be another.
- Thu Oct 18, 2012 2:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The source decimal has even precision, but non-zero error
- Replies: 5
- Views: 9713
- Thu Oct 18, 2012 1:56 pm
- Forum:
- Topic: Importing Cognos BI Reports via Bridges
- Replies: 8
- Views: 4917
- Thu Oct 18, 2012 1:54 pm
- Forum: Site/Forum
- Topic: 40k+ users
- Replies: 18
- Views: 21443
Probably my favourite example of a gerund.
- Thu Oct 18, 2012 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert column data in to rows
- Replies: 4
- Views: 1715
- Thu Oct 18, 2012 3:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Size
- Replies: 6
- Views: 2663
Hashed files can be created in the project or in any other directory. If they are created in a project, that project's vocabulary (stored in the project's VOC file) includes an entry that records the name and location of the hashed file and its dictionary. Hashed files that are created elsewhere can...
- Thu Oct 18, 2012 3:22 am
- Forum:
- Topic: Importing Cognos BI Reports via Bridges
- Replies: 8
- Views: 4917
- Thu Oct 18, 2012 12:39 am
- Forum:
- Topic: How to import multiple Business Objects reports in MDW
- Replies: 4
- Views: 2321
- Thu Oct 18, 2012 12:38 am
- Forum: Site/Forum
- Topic: 40k+ users
- Replies: 18
- Views: 21443
- Wed Oct 17, 2012 4:42 pm
- Forum: General
- Topic: Deleting a group that has been added via directorydmin.sh
- Replies: 1
- Views: 975
- Wed Oct 17, 2012 4:40 pm
- Forum: General
- Topic: deleting jobs manually as they are locked in xmeta.
- Replies: 4
- Views: 2370
- Wed Oct 17, 2012 2:28 pm
- Forum: Site/Forum
- Topic: 40k+ users
- Replies: 18
- Views: 21443
- Wed Oct 17, 2012 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To get data before commas and pipe
- Replies: 5
- Views: 1890
That won't work for "nafta" because every "n" is converted to "".bhasds wrote:Hi Cherukuri,
If you have the pattern no2,2012 is common for each delimited substring then you can use-
Code: Select all
Convert("no2,2012","",IPfield )