Search found 15603 matches

by ArndW
Fri Sep 21, 2012 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not open the file that contains the SQL statement
Replies: 14
Views: 6911

Ray, that is why I asked the OP to post the query - so that we can then point out the file name and show that it isn't accessible.
by ArndW
Fri Sep 21, 2012 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of readers per node --
Replies: 22
Views: 7657

How many parallel nodes are running when you execute this job and what partitioning algorithm have you chosen between your files and the remove duplicates stage. This might be your root problem.
by ArndW
Thu Sep 20, 2012 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: firstname,middle name, lastname
Replies: 8
Views: 4426

I did answer the question, with my code the input "William Jefferson 'Bill' Clinton"

Would get separated into First name "Wiliam", last name "Clinton", middle name "Jefferson 'Bill'".
by ArndW
Thu Sep 20, 2012 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Stage - The Section Leader on node has terminated
Replies: 6
Views: 3876

Are you in clustered environment and the other fastnames in your config file are "ping"able systems with the requisite directories? If not, then replace the fastnames with "dwapp2w129m3" in order to make the config file acceptable.
by ArndW
Thu Sep 20, 2012 9:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not open the file that contains the SQL statement
Replies: 14
Views: 6911

Siva, that is an important piece of information, but would be more useful if you could cut-and-paste the query from DataStage into this thread.
by ArndW
Thu Sep 20, 2012 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can not open the file that contains the SQL statement
Replies: 14
Views: 6911

Hashed files don't use external SQL.
Can you post your SQL statement in stage "TMP_SQE_RUN_RATE" please?
by ArndW
Thu Sep 20, 2012 8:32 am
Forum: General
Topic: Dynamic DSN
Replies: 8
Views: 1646

So I could envision a UNIX script which is called and modifies the contents of an odbc.ini file entry "dynamicODBC" (called from a job sequence). The ODBC entry in the job is hard-coded as "dynamicODBC" and would then access whatever path is in the file. At least I think that thi...
by ArndW
Thu Sep 20, 2012 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dimension load (sparse lookup with reject)
Replies: 8
Views: 4338

I can't test it from where I am, but you could code the reject link when the setting is "normal" and change it to "sparse" and re-compile; I know it will compile but don't know if the links will go down the reject link as they would with a normal lookup.
by ArndW
Thu Sep 20, 2012 4:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and delete dataset
Replies: 16
Views: 3702

NO, YOU CANNOT COMPRESS THE FILES and keep the dataset usable. By renaming them the original dataset becomes corrupt.
by ArndW
Thu Sep 20, 2012 4:20 am
Forum: General
Topic: IIS 8.7 installation help
Replies: 18
Views: 5806

can you ping the server from the client machine?
Could you have firewalls/proxy in place between the two machine?
can you do a "telnet server:8080"? (or is it 9080, I forget the port number and don't have access to datastage now)
by ArndW
Thu Sep 20, 2012 4:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and delete dataset
Replies: 16
Views: 3702

I'm not sure that using "*.ds" is a good idea unless the OP wishes to delete all of the datasets.
by ArndW
Thu Sep 20, 2012 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dataset issue
Replies: 5
Views: 2365

Wouldn't a left outer join mean that for each row coming in on the LEFT it would find a match on the RIGHT and output a row with the matching data or nulls; i.e. the number of ouput rows will be identical to the number of input rows from the LEFT link?
by ArndW
Thu Sep 20, 2012 2:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compress and delete dataset
Replies: 16
Views: 3702

Dataset descriptor files (the ones you name in jobs to access the datasets) contain no data and cannot be that large. You are probably talking about the actual data files and you should not manipulate them singly at all. If on Windows you can specify that the directory and its contents are to be com...
by ArndW
Thu Sep 20, 2012 1:41 am
Forum: General
Topic: How to make a list of files in a folder directory
Replies: 4
Views: 1649

You would execute your ls command in a command activity, then parse and interpret the output of the ls command in a user activity stage.
by ArndW
Thu Sep 20, 2012 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE Stage - The Section Leader on node has terminated
Replies: 6
Views: 3876

Can you post your APT config file plus what your new system name is ("hostname" from the command line)?