Search found 2886 matches

by qt_ky
Fri Apr 06, 2012 2:46 pm
Forum: General
Topic: ActiveBatch scheduler
Replies: 5
Views: 2627

Test it two ways from ActiveBatch, then. First like Craig said, just try adding the dsjob path to PATH in the regular ~/.profile file. Second, try giving a fully qualified path to the dsjob command. Are you using a script? The script may need to source the dsenv file first. If it's already doing tha...
by qt_ky
Fri Apr 06, 2012 11:52 am
Forum: General
Topic: ActiveBatch scheduler
Replies: 5
Views: 2627

Re: ActiveBatch scheduler

jkibler wrote:dsjob: command not found
Regardless of which scheduling tool you use, the error indicates that the dsjob command is not in your PATH environment variable. Adding the command's path to your PATH should not be necessary as long as your fully qualify the command with its path when you call it.
by qt_ky
Fri Apr 06, 2012 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tsort and psort
Replies: 15
Views: 7909

tsort and psort

This is a bit of a trivia question, and I only know the answer to #2:

1. What does the T stand for in the tsort operator, and how do you know?

2. What does the P stand for in the psort operator?
by qt_ky
Fri Apr 06, 2012 10:09 am
Forum: General
Topic: copy datastage projetc
Replies: 9
Views: 5991

Re: Did anything new come up for Copying Projects in Version

Is there any new utility in Version 8.5 that can do this easily? The two most common utilities you can use to export/import are by using the istool command line (isx file format) on client or server, or traditional Designer export/import (dsx file format) on the client tier. For that you can use th...
by qt_ky
Fri Apr 06, 2012 10:05 am
Forum: General
Topic: copy datastage projetc
Replies: 9
Views: 5991

ArndW wrote:... do a full project export, create a new project and then do a full project import into the new one.
That's also the same process to follow if you want to rename a project.
by qt_ky
Fri Apr 06, 2012 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Not bounded length
Replies: 10
Views: 7621

First go into your job properties and add the environment variable APT_DISABLE_COMBINATION then run your job with that set to True. It should change this message you got to something more meaningful: APT_CombinedOperatorController,0: Fatal Error: Not bounded length. VarChar(1024) should not cause an...
by qt_ky
Fri Apr 06, 2012 6:03 am
Forum: General
Topic: Conencting DS 7.5.3 server from my 7.5.2 Client version
Replies: 10
Views: 4536

Yep! I ran into ever-so-slight compile issues with those combinations since some pre-compile steps happen on the client and the rest happen on the server... Same goes for the IIS Console used for IA and ISD. I found recently that between 8.5 and 8.7, you can login with either version of the IIS Cons...
by qt_ky
Fri Apr 06, 2012 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum length of varchar Stage variable
Replies: 4
Views: 4399

The maximum length of a varchar field can be of 255. Not true. Did you know that max length is also not 999999999 (nine nines)? :idea: Max length it will accept is 2^31 - 1 (2 to the power of 31, minus 1), or you can leave it blank. Try it for yourself. I have seen some IBM tech notes that suggest ...
by qt_ky
Fri Apr 06, 2012 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: maximum length of varchar Stage variable
Replies: 4
Views: 4399

Note: Please take note of this IBM tech note: :D

Parallel Engine data sets and sort operations with VARCHAR/NVARCHAR columns may require the maximum length specified to store data on disk.

http://www-01.ibm.com/support/docview.w ... wg21458132
by qt_ky
Thu Apr 05, 2012 7:55 pm
Forum: General
Topic: Multiple parameter values
Replies: 3
Views: 1929

by qt_ky
Thu Apr 05, 2012 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: location of 'datasets'
Replies: 5
Views: 1515

Data set descriptor files (or control files) contain a copy of the config file that was used at the time of data set creation.
by qt_ky
Thu Apr 05, 2012 7:46 pm
Forum: General
Topic: need unix script
Replies: 20
Views: 5568

From UNIX script or after-job command or sequence job Execute Command stage, you can rename (move) the file using UNIX date command syntax. For example, to rename file.txt to a new file name formatted as file_YYYYMMDD.txt use the date command within tick marks (the date command is executed, and its ...
by qt_ky
Thu Apr 05, 2012 7:40 pm
Forum: General
Topic: Conencting DS 7.5.3 server from my 7.5.2 Client version
Replies: 10
Views: 4536

chulett wrote:Short answer: you can't.
And if you can, you shouldn't. :) Back on various 7.5.1 / 7.5.1A / 7.5.2 combinations, it worked. That doesn't mean you should compile all the jobs across differing client & server versions.
by qt_ky
Thu Apr 05, 2012 7:30 pm
Forum: General
Topic: Auto Purge Log Project Property Change in Production
Replies: 4
Views: 1961

Exactly. :wink:
by qt_ky
Thu Apr 05, 2012 7:28 pm
Forum: General
Topic: how to get end timestamp in DSJOB
Replies: 7
Views: 2290

I agree with Craig's approach. The last thing I would want is for the external job tracking table to have some problem, like that database goes down or the ID expires, then it brings your production ETL to a halt.

FYI: DataStage 8.7 has a web-based operations console (read-only).