Search found 38 matches

by sima79
Mon Oct 12, 2009 4:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Server developped routines in EE
Replies: 1
Views: 1419

You can use the Basic Transformer to make use of server transforms and routines in a parallel job until you migrate them eventually to parallel routines. You can find the BASIC transformer under Stage Types -> Parallel -> Processing
by sima79
Mon Oct 12, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: VC++ for DataStage v8
Replies: 1
Views: 1739

The list of compilers that are supported can be found on the IBM web site: http://www-01.ibm.com/support/docview.w ... eswwindows

You can download the Visual Studio express version from http://www.microsoft.com/exPress/
by sima79
Mon Apr 27, 2009 12:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Loader and Null indicator
Replies: 4
Views: 4526

You can add the environment variable APT_STRING_PADCHAR with the ASCII value for null (0x00) to the job or set it in DataStage Administrator so that the loader will pad the string with null as opposed to space
by sima79
Fri Apr 24, 2009 2:41 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Anyone has tutorial for Information analyzer(ProfileStage)
Replies: 4
Views: 9123

Not a tutorial, but have a look at the IBM Redbook for IA and data quality assessment http://www.redbooks.ibm.com/abstracts/s ... .html?Open
by sima79
Wed Apr 22, 2009 4:21 am
Forum: General
Topic: Trends for deployment of your production DataStage Jobs?
Replies: 4
Views: 2717

We use the option "Export job designs without executables". All code goes through our source code control procedure. Code is promoted through each environment dev->test->prod. The source code is imported into each environment then compiled. Good source code control should minimize the chan...
by sima79
Wed Apr 15, 2009 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: transformer compilation error
Replies: 12
Views: 5484

The answer to your question can be found on the IBM web site: http://publib.boulder.ibm.com/infocente ... s_cpp.html
by sima79
Mon Apr 13, 2009 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: setting a peek stage in a developed job
Replies: 5
Views: 2698

Just add an extra link coming out of the transformer stage, so that one link (the undistributed link) still goes to the Oracle stage and the new link goes to the peek stage. You can then just copy the columns and derivations onto the peek stage link. e.g. seq.File---->transformer------->oracle | | \...
by sima79
Thu Apr 09, 2009 4:50 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to specify XL files metadata into QETXT.INI file.
Replies: 3
Views: 4689

What is an XL file? Do you mean Microsoft Excel?
by sima79
Wed Apr 08, 2009 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameters in Command Stage
Replies: 22
Views: 10395

See Carig's post in this threadviewtopic.php?t=126185
by sima79
Wed Apr 08, 2009 4:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creation of reports
Replies: 3
Views: 2219

You could load your data into a another database table and then use some VBA code to pull the data into your Excel spreadsheet. You will need to have the database client and API software installed on your local PC. Once you have retrieved it you then can manipulate the data however you like in Excel...
by sima79
Mon Apr 06, 2009 6:24 am
Forum: General
Topic: Dataset Compression
Replies: 8
Views: 5783

You can compress data using the "compress" stage without having to land the dataset to disk then compress. I suggest that the original poster create a couple of sample jobs, one with the compress stage and one without. e.g. source stage -> compress stage -> dataset stage Run the job and fi...
by sima79
Wed Apr 01, 2009 4:33 pm
Forum: General
Topic: Resource Tracker
Replies: 5
Views: 6360

The xml files in the directory IBM\InformationServer\ASBNode\conf\etc\XmlFiles are the operational metadata files. These can be imported into the metadata repository using the run import utility (RunImportStart.sh). This information can then be displayed in Metadata Workbench. Have a look in the doc...
by sima79
Wed Apr 01, 2009 4:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job do not progress after certain percent...
Replies: 20
Views: 11753

Your transaction isolation should be in your source Db2 stage. Try setting it (if not set) to "Uncommitted Read"
by sima79
Wed Apr 01, 2009 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job do not progress after certain percent...
Replies: 20
Views: 11753

What is your transaction isolation setting in the API stage? Can you post your SQL for both source and target stages as well?
by sima79
Tue Mar 31, 2009 4:31 pm
Forum: General
Topic: Resource Tracker
Replies: 5
Views: 6360

Do you have a sample of the machine log that you can post: Mine looks like: <?xml version="1.0" encoding="UTF-8" ?> <machine_resource_output version="0.1" start_date="2009-03-31 18:10:12" framework_revision="IBM WebSphere DataStage Enterprise Edition 8.0....