Search found 42189 matches

by chulett
Thu Apr 02, 2015 6:45 pm
Forum: General
Topic: Jobs structure
Replies: 4
Views: 1342

How are your scripting skills? Or in case you truly have a Windows server and have some DOS knowledge, how are your batch file writing skills? You would need some in order to automate something like this from the command line using dsjob. You could also code something up in DataStage BASIC and use t...
by chulett
Thu Apr 02, 2015 6:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Varchar (SQL Server) to Decimal (Oracle) conversion
Replies: 3
Views: 1806

I think Ray may be thinking of StringToDate rather than StringToDecimal, the former needs a format string to know where all of the date/time components are, the latter doesn't need one. It does, however, support an optional rtype argument if there is any type of rounding that needs to occur. You're ...
by chulett
Thu Apr 02, 2015 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Assembly Performance and error
Replies: 3
Views: 2557

Have you involved your official support provider for the XML issue? As to the membership, it can take two or three days to activate, when did you purchase it? If it has been longer than that, the posts in the Site forum note you should be contacting "editor@dsxchange.net" nowadays. Give th...
by chulett
Mon Mar 30, 2015 9:34 am
Forum: General
Topic: Run DSJOB -run from command activity stage having limitation
Replies: 16
Views: 7266

Funny... I mention that and nothing. Ray echoes it and then it gets tried. [sigh]

Here's one discussion on the Windows version of that. There are plenty of others.
by chulett
Mon Mar 30, 2015 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of distribution key in the design schema
Replies: 4
Views: 2567

Obviously something is different between the two environments. Unless you have doubts as to your promotion process then the primary difference is the database you are connecting to which I why I suggested starting there. I can't tell you how many times over the years that while working my way up the...
by chulett
Mon Mar 30, 2015 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Absence of distribution key in the design schema
Replies: 4
Views: 2567

Database. Check the permissions associated with the connection user in that environment, also the structure of the target. Compare them to the environment where things worked.

That's where I'd start.
by chulett
Sat Mar 28, 2015 8:28 am
Forum: General
Topic: Run DSJOB -run from command activity stage having limitation
Replies: 16
Views: 7266

Even though the first line executed immediately, but the next line was triggered only after the shell receives the return value of the previous command execution status. Of course, that's How Things Work, DataStage or otherwise. If you don't want it to wait for anything, send the command off into t...
by chulett
Fri Mar 27, 2015 4:02 pm
Forum: General
Topic: Identify failed job from Master Sequence
Replies: 2
Views: 766

Not to sound facitious but you could ask someone who does. Another option is for the Master Sequence to send out an email when it aborts, that can automatically list which jobs completed and which failed. Make sure you are one of the people it is sent to. Out of curiousity, what kind of access do yo...
by chulett
Fri Mar 27, 2015 12:40 pm
Forum: General
Topic: Run DSJOB -run from command activity stage having limitation
Replies: 16
Views: 7266

Yes... mostly. You are right about the stage but the dsjob command will only wait when you specify one of the two 'wait' options. By default it doesn't wait.
by chulett
Fri Mar 27, 2015 10:20 am
Forum: General
Topic: JobControl Job aborted
Replies: 6
Views: 1983

Now the Sequencer is aborting after the JA1 (job1) execution itself without triggering job2 and job3. So the information you'll need should be in the Sequence's log and should also mean it is either a problem with the User Variables stage or the inability to find/start JA2. If you're not sure what ...
by chulett
Thu Mar 26, 2015 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Table NO RCP
Replies: 6
Views: 3914

It's generated SQL, so it will only put fields into the WHERE clause when they are marked as Key fields. I'm assuming that is what was meant by 'selected in the target ODBC connector stage' but please verify.

Still curious why the table name is parameterized.
by chulett
Thu Mar 26, 2015 1:27 pm
Forum: General
Topic: JobControl Job aborted
Replies: 6
Views: 1983

<split / moved to your own post>
by chulett
Thu Mar 26, 2015 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update Table NO RCP
Replies: 6
Views: 3914

Curious why your table name is parameterized... will all tables being updated by this job have identical metadata?

I'd also be curious if you (as a test) replace the parameter with an actual table name, if the error goes away.
by chulett
Thu Mar 26, 2015 9:30 am
Forum: General
Topic: Problems with engine credentials
Replies: 8
Views: 4007

OK... any idea what changed?
by chulett
Thu Mar 26, 2015 9:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 6452

Sure... still just wondering where that 'bytes per record' value came from.