Search found 2886 matches

by qt_ky
Thu Apr 05, 2012 11:16 am
Forum: General
Topic: Conencting DS 7.5.3 server from my 7.5.2 Client version
Replies: 10
Views: 4536

Client and server versions, fix packs, and patch levels should match, whether the client actually connects without warning/error or not.
by qt_ky
Thu Apr 05, 2012 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix
Replies: 2
Views: 1134

Information Server 8.7 is the current version as of October 2011.

Just looking at the palette of a parallel job, I see 3 Informix stage types:

Informix CLI

Informix Enterprise (default)

Informix Load
by qt_ky
Thu Apr 05, 2012 9:48 am
Forum: General
Topic: need unix script
Replies: 20
Views: 5568

In that case, you don't really need to take the timestamp into consideration. You could call an after-job script to rename the reject file immediately after each job run completes. It could increment the file name's extension by a number or it could name the file so the file name contains a timestam...
by qt_ky
Thu Apr 05, 2012 9:41 am
Forum: General
Topic: Auto Purge Log Project Property Change in Production
Replies: 4
Views: 1961

To apply auto-purge settings to existing jobs, you have to export and import all the existing jobs.
by qt_ky
Thu Apr 05, 2012 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: location of 'datasets'
Replies: 5
Views: 1515

It should not cause any problems as long as all the file systems involved are available when needed. The *.apt config file(s) are flexible in allowing you to point to various paths across nodes.
by qt_ky
Thu Apr 05, 2012 9:15 am
Forum: General
Topic: need unix script
Replies: 20
Views: 5568

You still have to decide and explain what you mean by partitioning on the timestamp. Example: - All timestamps ending in an odd number go to file1, ending in an even number go to file2... (like modulus partitioning in DataStage). - All timestamps from hour 1:00am to 2:00am go to file1, 2:00am to 3:0...
by qt_ky
Thu Apr 05, 2012 9:05 am
Forum: General
Topic: How to compile a DS JOB from Linux command line
Replies: 12
Views: 13206

Compilation must be initiated from Designer on the client tier (Windows only). I wouldn't mind being proven wrong. :P FYI: Server side command line compile has been requested (future release): JR42097: REQUEST THE ABILITY TO COMPILE DATASTAGE JOBS ON THE SERVER SIDE(NON-WINDOWS ENVIRONMENT) http://...
by qt_ky
Thu Apr 05, 2012 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to compile a job - through command line
Replies: 8
Views: 4818

FYI:

Server side command line compile has been requested:

JR42097: REQUEST THE ABILITY TO COMPILE DATASTAGE JOBS ON THE SERVER SIDE(NON-WINDOWS ENVIRONMENT)

http://www-01.ibm.com/support/docview.w ... wg1JR42097
by qt_ky
Thu Apr 05, 2012 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Stage
Replies: 14
Views: 9537

Names of the Transformer stage functions are:

LastRowInGroup()

LastRow()


I believe these were first introduced in version 8.5.
by qt_ky
Thu Apr 05, 2012 8:17 am
Forum: General
Topic: need unix script
Replies: 20
Views: 5568

Need more info:

Please give an example of a reject record including the timestamp column.

How are you wanting to decide on the partitions? Based on timestamp range? If so, how are you deciding ranges? Based on row counts, etc.?
by qt_ky
Thu Apr 05, 2012 8:09 am
Forum:
Topic: Importing into metadata repository using istool
Replies: 18
Views: 6322

Here is a recent IBM tech note about the Metadata Workbench 8.7 tutorial import failure:

InfoSphere Metadata Workbench tutorial: istool command to import ISX data fails

http://www-01.ibm.com/support/docview.w ... wg21584427
by qt_ky
Thu Apr 05, 2012 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director warning Implicit conversion
Replies: 8
Views: 2487

Have you tried making the metadata match what's actually coming out of the first OCI stage? You can change the data type after that stage to something that you really want.
by qt_ky
Thu Apr 05, 2012 6:26 am
Forum: General
Topic: Why dsjob can take longer in 8.x
Replies: 2
Views: 1933

Thanks!
by qt_ky
Wed Apr 04, 2012 9:17 pm
Forum: General
Topic: DS8.5 Client connection Error
Replies: 2
Views: 2236

FYI: For whom it may help in the future, there is an IBM tech note on the error message given:

Information Server DataStage error message: No Engine credentials were found on the Services Tier

http://www-01.ibm.com/support/docview.w ... wg21576785
by qt_ky
Wed Apr 04, 2012 9:07 pm
Forum: General
Topic: Why dsjob can take longer in 8.x
Replies: 2
Views: 1933

Why dsjob can take longer in 8.x

FYI: I just learned that in version 8.5 and higher, you can set the DS_USE_SERVER_AUTH_ONLY environment variable to allow dsjob to work the same as if the -domain NONE option were used. See the following IBM tech note for details: Why the dsjob command can take longer to execute tasks than it did at...