Search found 53125 matches

by ray.wurlod
Tue Sep 03, 2013 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while loading in to SQL SERVER table
Replies: 6
Views: 2562

To use ODBC the string needs to be in ODBC-legal format, specifically CCYY-MM-DD for dates. If, for example, you are reading a string that contains a timestamp and trying to implicitly convert it into a date, you will get this kind of error.
by ray.wurlod
Tue Sep 03, 2013 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

I think you'll find that all the IsValid... functions expect a string as the principal argument. They report whether the string could be validly converted.
by ray.wurlod
Tue Sep 03, 2013 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HTML generation
Replies: 2
Views: 953

Not really, unless you create your own stage (BuildOp). On the other hand, you could use the Transformer stage itself to create HTML beginning and end tags for each field, particularly if the structure is simple.
by ray.wurlod
Mon Sep 02, 2013 11:26 pm
Forum: General
Topic: Is there a maximum number of stage variables?
Replies: 6
Views: 1646

The entire Transformer stage is rewritten in C++ at compile time, and this code is compiled and linked into a library/object (according to current settings). The performance hit is taken at compile time, not at run time. You may notice that a job with a Transformer stage will take longer to compile ...
by ray.wurlod
Mon Sep 02, 2013 11:23 pm
Forum: General
Topic: Compare differences in row counts after loading
Replies: 15
Views: 5807

Did you Search? One recent discussion is to be found here
by ray.wurlod
Mon Sep 02, 2013 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 7905

prasson_ibm wrote:...it is not working as expected.
What do you expect, and what do you get when "it is not working as expected"?

What exact version of DataStage (from Help About)?
by ray.wurlod
Mon Sep 02, 2013 11:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check client IP address
Replies: 3
Views: 2600

If the user is currently logged in from a DataStage Designer or Director client, then it is easy to ascertain the project to which that user is attached. For each such connected user a shared lock is taken on !&DSADMIN.projectname&! to serve as a quick way for administrative utilities to det...
by ray.wurlod
Mon Sep 02, 2013 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML property clarification
Replies: 7
Views: 2567

Perhaps the XPath expression with the greatest number of delimiters?
by ray.wurlod
Mon Sep 02, 2013 4:34 am
Forum: General
Topic: C++ Compiler
Replies: 8
Views: 1667

"Arnd" <> "Andrew" even with a trailing capital "W".
by ray.wurlod
Mon Sep 02, 2013 4:32 am
Forum: General
Topic: C++ Compiler
Replies: 8
Views: 1667

"Unix" covers a multitude of operating systems, including AIX, HP-UX, Solaris and Linux. The compiler is different for each. Can you be more specific? As a general rule compilers for Unix operating systems are not free.
by ray.wurlod
Mon Sep 02, 2013 4:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from decimal(25,2) to decimal(14,2)
Replies: 9
Views: 3983

Use DecimalToDecimal() function in Transformer stage or decimal_from_decimal() function in Modify stage. In the latter case specifying NOWARN may also prove useful.
by ray.wurlod
Fri Aug 30, 2013 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 3095

Then maybe the query genuinely returns 0 rows. Try executing the query using the Administrator client Command window.
by ray.wurlod
Fri Aug 30, 2013 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: localuv db not able to fetch data
Replies: 7
Views: 3095

Where exactly is the problem?
Can you View Data using the UniVerse stage?
Are there any errors or warnings in the job log?
by ray.wurlod
Fri Aug 30, 2013 2:42 am
Forum: General
Topic: C++ Compiler
Replies: 8
Views: 1667

It is illegal to copy licensed software to additional machines. Provided that the machines are of the same class, you should be able to move the compiled executables (objects, libraries) to the other machine without needing to have a C++ compiler on the second machine. If you want the compiler on th...
by ray.wurlod
Fri Aug 30, 2013 2:40 am
Forum: General
Topic: Not able to login multiple clients
Replies: 4
Views: 1696

How many licences do you have for DataStage clients, and how many are attempting to connect at the same time?