Search found 15603 matches

by ArndW
Fri Aug 20, 2010 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 EE stage
Replies: 12
Views: 4419

Could your SELECT statement DML be triggering this implicit creation? According to the Connectivity Guide to IBM DB2 Databases , you need Listed below are the required IBM DB2 privileges: SELECT privilege on any tables from which to read data. INSERT privilege on any existing tables to be updated. T...
by ArndW
Thu Aug 19, 2010 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Oracle Load
Replies: 5
Views: 1841

Do you know what the patch addressed - that would be where I'd start looking.
by ArndW
Thu Aug 19, 2010 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema files and RCP via Hamlet: To use or not to use?
Replies: 2
Views: 3085

I'll start at the end - in your case you mentioned that production support with RCP is more difficult than not using it. I have found that the production staff never use a designer client to look at DataStage jobs in order to determine what went wrong. I'm not equivocating and using the terms "...
by ArndW
Thu Aug 19, 2010 9:11 am
Forum: General
Topic: Protect or Unprotect a project in DS 8.1
Replies: 4
Views: 2954

I thought the same.. mayhaps they neglected to add the help option for unprotect but I don't feel like protected some poor project that I later can't unprotect anymore :)
by ArndW
Thu Aug 19, 2010 9:06 am
Forum: General
Topic: Protect or Unprotect a project in DS 8.1
Replies: 4
Views: 2954

See the last option... C:\Programme\IBM\InformationServer\Server\DSEngine\bin>dsadmin /? Invalid/unknown primary command switch. Command Syntax: dsadmin [-file <file> <domain> <server> | -domain <domain> -user <user> - password <password> -server <DataStage server>] <primary command> [<arguments>] V...
by ArndW
Thu Aug 19, 2010 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage specific file
Replies: 3
Views: 1289

Your configuration file probably contains

Code: Select all

resource disk "/opt/IBM/InformationServer/Server/Datasets"
by ArndW
Wed Aug 18, 2010 9:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load on server
Replies: 5
Views: 968

If I look at your earlier post, I assume that if you write to a peek stage your job runs in 5-6 seconds regardless of whether you use 2 million or 5000 lookup reference records.

What are the number of output rows you LOAD to your database when using 2 million or 5000 reference records?
by ArndW
Wed Aug 18, 2010 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage server Failover for High Availability
Replies: 1
Views: 836

Making DataStage run correctly in a HA environment is not a simple issue. Quite a bit depends upon how the users defines High Availability. Being able to restart jobs that were running when the machine died (and failed-over) makes things easier. If that is not the case, i.e. job level is not granula...
by ArndW
Wed Aug 18, 2010 9:14 am
Forum: General
Topic: Manuals on Universe tables
Replies: 1
Views: 840

All of the internal tables are undocumented. This is not done primarily out of secrecy, but because the manufacturer wishes to be able to change these without notice or backwards compatibility and that cannot be done with documented features or attributes. In addition, and to be fair, one can work a...
by ArndW
Wed Aug 18, 2010 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Stage Integer Value
Replies: 8
Views: 2836

kfb_developer - Now that you know that the output cannot be easily converted to an integer you have your answer. In a roundabout way, you could now do a checksum or similar conversion on that string and get a bigint value. While server jobs have a CRC32() function, PX does not. One would need to wri...
by ArndW
Wed Aug 18, 2010 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Instance can run on two different zone?
Replies: 1
Views: 517

The Solaris zones are, if I recall correctly, virtual machines on a single physical one. Thus, in order for DataStage to run on both you would need either 2 installations or a clustered/gridded installation of DataStage. (questions 1 and 2 are the same for me) Question 3 - DataStage does not restric...
by ArndW
Wed Aug 18, 2010 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs are in Running status
Replies: 8
Views: 1923

It depends upon the database. In your case, it looks like the job processes were gone but the status wasn't updated accordingly - which is rather a rare occurrence.
by ArndW
Wed Aug 18, 2010 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 64 bit hash files
Replies: 2
Views: 1119

Could the file be corrupt? From the command line or admin tool, try a "COUNT BIGFILE" to see if you get errors.
by ArndW
Wed Aug 18, 2010 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load on server
Replies: 5
Views: 968

That means you have narrowed down the cause of your performance bottleneck to your write stage(s).

What method are you using to write? Are you loading, inserting or upserting? Does the target have indices/constraints or other factors which might contribute to a slowdown?
by ArndW
Wed Aug 18, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calaculating ASCII value in datastage
Replies: 3
Views: 10454

Those two function are found under "Type conversion"