Search found 53125 matches

by ray.wurlod
Mon Feb 17, 2014 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Test Connection" issue on DataStage 9.1.2.
Replies: 4
Views: 3500

Note too that dsenv requires Bourne shell convention; you cannot set an environment value within the context of an export command. These must be separate steps.
by ray.wurlod
Mon Feb 17, 2014 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing table definitions from a data set in command line
Replies: 3
Views: 1452

I don't often disagree with Andy, but this time alas I do. He's correct to say that orchadmin -s will display the schema of the Data Set, but incorrect to assume that it will create a DataStage table definition from that schema.

I'm not aware of any command line mechanism for doing this.
by ray.wurlod
Mon Feb 17, 2014 8:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML file from a URL
Replies: 3
Views: 2456

You might be able to use the Web Services Transformer stage to return what's at that URL, particularly if it exposes a web service.
by ray.wurlod
Mon Feb 17, 2014 8:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Break operation in row wise comparison
Replies: 14
Views: 6308

The important piece of information here is that you use the stage variable in a Constraint expression, so that no rows are transferred to output once your break condition has been met.
by ray.wurlod
Mon Feb 17, 2014 8:00 pm
Forum: General
Topic: Different ways to execute SQL from a Sequence
Replies: 1
Views: 974

May I suggest a server job to retrieve the list, which you can park in the job's user status area and retrieve through the $UserStatus activity variable downstream of that job in its controlling sequence?
by ray.wurlod
Sun Feb 16, 2014 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job hanging up
Replies: 5
Views: 2186

When you say "large" rows, do you mean "wide" rows (many columns) or large number of rows? It is a fundamental requirement for the Lookup stage that the whole volume of reference data must be able to be loaded into memory. Therefore you should avoid selecting any rows that you wi...
by ray.wurlod
Sun Feb 16, 2014 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Default Message Handler doesnt get removed
Replies: 3
Views: 2831

Have you made this message handler the default for the whole project (using the Administrator client)? If you have, it will continue to be used unless you explicitly disable message handling when submitting the job run request.
by ray.wurlod
Sat Feb 15, 2014 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared Table Definitions?
Replies: 3
Views: 1996

"Table or view not found" is nothing at all to do with the table definitions. It is about incorrectly qualified table/view names, possibly caused by the table or view not being in the connecting user's default schema.
by ray.wurlod
Thu Feb 13, 2014 7:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Type Conversion Error ..String to Date Function
Replies: 6
Views: 3158

Re: Reply

ssnegi wrote:StringToDate(Inputlink.colname[1,4]:'-':Inputlink.colname[5,2]:'-':Inputlink.colname[7,2],"%yyyy-%mm-%dd")

This is working correctly for me. Check the data to see if there are any errors like nulls, wrong format etc
That won't work for "2012/3/11".
by ray.wurlod
Thu Feb 13, 2014 7:27 pm
Forum: General
Topic: I couldn't see anything in repository at all!!!
Replies: 2
Views: 1173

What's different about your machine? Was the installation successful? What does Version.xml tell you? Can you see jobs in Director client? What happens if you open Designer from Director client Tools menu?
by ray.wurlod
Thu Feb 13, 2014 2:29 pm
Forum: General
Topic: DS 8.1 Server installation issue
Replies: 1
Views: 748

Is version 8.1 supported on 64-bit SuSe ?
by ray.wurlod
Thu Feb 13, 2014 4:55 am
Forum: General
Topic: how to restrict concurrent logins in datastage
Replies: 5
Views: 1492

It's all sessions.

You also have the ability to "quiesce" Information Server, which still allows administrators to log in.
by ray.wurlod
Wed Feb 12, 2014 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Changing date format from YYYY-MM-DD to DD-MON-YY
Replies: 4
Views: 2744

Date data types are stored in a binary form, so do not have formats. To convert from one string representation to another, convert to and from Date data type with appropriate format strings. That is, use StringToDate() and DateToString() functions, assuming you're using a Transformer stage. Or date_...
by ray.wurlod
Wed Feb 12, 2014 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Iconv Date format from variable/parameter
Replies: 4
Views: 1891

Where exactly are you trying to do this?

If you're trying to use a job parameter, you must select it using the expression editor - for some reason typing it in is not recognized.
by ray.wurlod
Wed Feb 12, 2014 3:18 pm
Forum: General
Topic: dscmdexport question v9.1
Replies: 1
Views: 917

No using dscmdexport. However, the istool command gives you this functionality.