Search found 2886 matches

by qt_ky
Mon Jul 14, 2014 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Identify words starting with upper case character
Replies: 3
Views: 1285

Yes, if you are on version 8.5 or higher, then you can use the Loop Condition that's built into the parallel Transformer stage. Count the delimited fields in a stage variable. Iterate through the number of fields in the loop condition. Create a loop variable using the Field function. Create a constr...
by qt_ky
Mon Jul 14, 2014 8:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Coordinate Unit of Work
Replies: 2
Views: 1463

It should handle that except that the version 11.3 connectivity guide for the Distributed Transaction stage indicates support equals Yes for DB2, Oracle, and MQ Connector stages and support equals No for ODBC and Teradata Connector stages. I haven't tested it myself. Sometimes the documentation is n...
by qt_ky
Mon Jul 14, 2014 8:01 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Need to Publish 20,000 rows through ISD output stage SOAP
Replies: 12
Views: 10893

First try Craig's suggestion and prove you get complete, correct output to a Sequential File stage instead of the ISD Output stage. You may be running into the 8.x bug where the ISD stage's buffer size setting is actually a hard limit (not the expected behavior). The default is 512 KB. Try doubling ...
by qt_ky
Sat Jul 12, 2014 10:27 am
Forum: General
Topic: Can I install IIS 11.3 co-resident with IIS 9.1.2?
Replies: 5
Views: 4041

I recall reading in the 9.1 docs that Windows servers can't run multiple servers. You could check the 11.3 docs to see if it has the same restriction.
by qt_ky
Fri Jul 11, 2014 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Timestamp value in a Job for Fixed Width file
Replies: 5
Views: 2234

For testing purposes pick any valid date as a default, but do check with your coworkers or the business on what they would want as a default. You may also want to look into using the NullToValue function to simplify the if then else statements.
by qt_ky
Fri Jul 11, 2014 9:32 pm
Forum: General
Topic: Making Parameter Sets and their value files dynamic
Replies: 8
Views: 2674

In my case, I have encrypted parameters defined as parameters (not environment variables) within a parameter set. As they are not environment variables, they do not use $PROJDEF and DS Administrator does not come into play. In 8.7 I must recompile jobs that rely on the encrypted parameter, every tim...
by qt_ky
Fri Jul 11, 2014 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Default Timestamp value in a Job for Fixed Width file
Replies: 5
Views: 2234

If the data types are Timestamp then try to default the values to a valid timestamp. Zeros do not make for valid month or day numbers.

Or, if you really want all zeros then try using a string data type, such as Char or Varchar.
by qt_ky
Fri Jul 11, 2014 11:20 am
Forum: General
Topic: Making Parameter Sets and their value files dynamic
Replies: 8
Views: 2674

I have found that when using encrypted parameters, for passwords, that are defined within a parameter set, that it is necessary to recompile jobs that rely on the parameter set, every time after a password changes. I have not tested the same behavior when using a values file.
by qt_ky
Fri Jul 11, 2014 4:52 am
Forum: General
Topic: Progress - OpenEdge vs WireProtocol.
Replies: 4
Views: 895

The Progress DataDirect ODBC drivers that come with DataStage include a few OpenEdge drivers out of the box: "Progress DataDirect OpenEdge Wire Protocol" and "Progress DataDirect OpenEdge." Have you tried either one of those to test the connectivity and performance?
by qt_ky
Mon Jul 07, 2014 10:18 am
Forum: General
Topic: dssearch returning <none>
Replies: 4
Views: 2634

I tried your syntax in 8.7 and got the same result. When I added the -sub option after -matches, then I got a good result. The wildcard on job name works using *part_of_job_name* syntax. Note that the part you match the job name on is case sensitive. Searching the knowledge center on "dssearch&...
by qt_ky
Fri Jul 04, 2014 5:10 am
Forum:
Topic: download IBM InfoSphere Data Architect MetaBroker
Replies: 13
Views: 12614

We used to get a similar error which turned out to be caused by a firewall blockage between Information Server and the "server" that runs on the Client PC. The error is somewhat generic, so you may need to check and open firewalls, as Ernie mentioned above, "you need a clear connectio...
by qt_ky
Thu Jul 03, 2014 6:15 am
Forum: General
Topic: What's the Coolest Feature of DataStage?
Replies: 18
Views: 6387

Great question. It's hard to name just one. I've been using DataStage from version 3.5 (Ardent) up through version 11.3. I had the good fortune of skipping versions 8.0 and 8.1. For me, the first would be the visual Designer GUI with drag 'n drop that the product was founded upon. With any job type,...
by qt_ky
Wed Jul 02, 2014 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Balanced Optimizer - Architecture Query
Replies: 7
Views: 2957

I have not used it, but only read about it here. It appears to be a design-time tool only. The document states that once the developer verifies the final output, "the job is ready to compile and run." The add-on has to be licensed in some way, however, the pricing model you described for t...
by qt_ky
Mon Jun 30, 2014 11:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer stage strange Issue
Replies: 3
Views: 1619

I'm not aware of any bugs in the stage. Maybe it has something to do with null handling behavior changes after version 8.1. If you are able to reproduce the difference and narrow it down further, please share the details.
by qt_ky
Mon Jun 30, 2014 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and encode
Replies: 3
Views: 1498

Compress and Encode stages operate on data sets and as per the product manual, repartitioning is not allowed. Try them in conjunction with the Data Set stages.