Search found 53125 matches

by ray.wurlod
Wed Feb 15, 2012 3:00 pm
Forum: Cognos (IBM BI)
Topic: cognos reporting
Replies: 3
Views: 8535

No. PDF does not support this functionality.
by ray.wurlod
Tue Feb 14, 2012 11:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Enable Partitioned reads
Replies: 10
Views: 4617

You might consider, too, whether there is any limit on the length of a SELECT statement.

Can you use user-defined SQL and, if so, does it exhibit the same behaviour?
by ray.wurlod
Tue Feb 14, 2012 11:49 pm
Forum: General
Topic: Clearing out the host names in the login screen
Replies: 5
Views: 1143

My guess would be one of the bazillion conf files under WebSphere/AppServer.
by ray.wurlod
Tue Feb 14, 2012 11:48 pm
Forum:
Topic: cognos reporting
Replies: 5
Views: 2194

This is not a Cognos forum. You might have better luck with your "refresh button" in the DeveloperWorks site (IBM) for Cognos. I suspect there's no such thing, but always happy to learn. Certainly you would need to re-import in DataStage, and use impact analysis as I mentioned before to de...
by ray.wurlod
Tue Feb 14, 2012 11:46 pm
Forum:
Topic: cognos reporting
Replies: 5
Views: 2194

Draw a graph of what? Using which tool? Your questions seem very vague.
by ray.wurlod
Tue Feb 14, 2012 7:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to delete certain records from UniData table.
Replies: 6
Views: 5931

If I recall correctly, you can create and catalog your UniBASIC or create a PAragraph and call either as a stored procedure. You probably need to re-run VSG over the account. You should then be able to import the stored procedure definition into DataStage. (This is a pre-requisite to being able to c...
by ray.wurlod
Tue Feb 14, 2012 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to delete certain records from UniData table.
Replies: 6
Views: 5931

Does your Unidata stage have, as one of its methods, "Call Stored Procedure"?

(It's not a stage I've ever worked with, despite having extensive U2 experience.)
by ray.wurlod
Tue Feb 14, 2012 3:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing Non-Numeric values
Replies: 3
Views: 2553

No, Char(0) is an actual character. Unfortunately, in ASCII it's called "NUL". It's the character used in C programming to terminate a string. It's not the same as NULL, which represents "value unknown". You can only test IsNull() or IsNotNull(), or handle null with functions suc...
by ray.wurlod
Tue Feb 14, 2012 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Ds job should run daily and pick the current date file.
Replies: 9
Views: 10247

That is, we're more here to help you to learn than to provide solutions. That's called "consulting" and comes at a price.
by ray.wurlod
Tue Feb 14, 2012 3:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need to delete certain records from UniData table.
Replies: 6
Views: 5931

Could you write a UniBASIC program or a PAragraph and call it from DataStage as if it were a stored procedure?
by ray.wurlod
Tue Feb 14, 2012 3:14 pm
Forum: General
Topic: dscmdimport commnad error
Replies: 4
Views: 1572

Nothing changes my previous answer. The dscmdimport command is executed from the operating system.
by ray.wurlod
Tue Feb 14, 2012 3:12 pm
Forum: General
Topic: Failed to authenticate the current user against the selected
Replies: 5
Views: 5310

Port 9105 is not a default port for Information Server. Review the install log to determine whether someone performing the installation set this rather than the default port number.
by ray.wurlod
Tue Feb 14, 2012 3:11 pm
Forum:
Topic: cognos reporting
Replies: 5
Views: 2194

In Cognos or in Information Server?

I'm not aware of any in Information Server, you do need to re-import. It's also wise to perform an impact analysis (in Metadata Workbench and, if desired, within DataStage) to determine where the changed table is touched or relied upon.
by ray.wurlod
Tue Feb 14, 2012 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variables reset to initial value
Replies: 7
Views: 2668

Stage variables are not cleared between rows. When a stage variable is yet to be evaluated for the current row it contains its value from the previous row (or its initial value if the row being processed is row number 1 on its node).
by ray.wurlod
Tue Feb 14, 2012 2:46 am
Forum: General
Topic: dscmdimport commnad error
Replies: 4
Views: 1572

No, because dscmdimport is not executed from within dssh. It is executed from the operating system shell.