Search found 15603 matches

by ArndW
Wed Jan 09, 2008 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied Error
Replies: 8
Views: 2830

The login to your UNIX path (with the same userid you use from DataStage) and see what your access rights are!

Is your DataStage on Windows or UNIX?
by ArndW
Wed Jan 09, 2008 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert string to timestamp am or pm
Replies: 20
Views: 5495

timestamp and date columns have no format. Formatting is only necessary when converting to a string type. You can do a

Code: Select all

TimeStampToString(In.TimeStampColumnName,'%mm/%dd/%yyyy %HH:%nn:%ss %aa')
by ArndW
Wed Jan 09, 2008 5:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Permission Denied Error
Replies: 8
Views: 2830

Using your Windows explorer, right-mouse click on the file in question, select the properties line and then click on the security tab. You will see that your DataStage userid doesn't have read (for source) or write (for target) access rights on that file.
by ArndW
Wed Jan 09, 2008 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to assign Header and Footer in Sequential file?
Replies: 8
Views: 4113

I've added a header and trailer in DataStage by having the job use 3 streams, one each for header, trailer and data. I use a 1-row row generator for the header/footer and a transform stage to create the line contents, then merge all 3 streams in a funnel stage and specifying the orger there.
by ArndW
Wed Jan 09, 2008 4:33 am
Forum: General
Topic: Getting average elapsed times
Replies: 4
Views: 1320

The director screen shows the elapsed time for the last run in a column; you can use this (or the more detailed information in the log) to compute average runtimes, DataStage does not keep a running average.
by ArndW
Wed Jan 09, 2008 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter File
Replies: 7
Views: 1520

Ush - I understand that you are new to DataStage, but that doesn't mean you cannot use the DSXchange Search utility to find out that both methods have already been explained in detail several times in different threads.
by ArndW
Wed Jan 09, 2008 3:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round to 2 decimal places For Double (53)
Replies: 9
Views: 2463

I just did a bit of checking for correct syntax in the modify stage and noticed that there are actually 2 simple ways to do this. If your input column is called "Test" and has [10,4] defined then NewTest1:Decimal[10,2]=Test NewTest2:Decimal[10,2]=Decimal_From_Decimal [round_inf] (Test) will both ret...
by ArndW
Wed Jan 09, 2008 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE step execution terminating due to SIGINT.
Replies: 1
Views: 1566

Ajay,

instead of posting this problem twice, why don't you follow your original thread here.

Moderator - please delete this duplicate thread.
by ArndW
Wed Jan 09, 2008 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender on Windows Machine
Replies: 4
Views: 950

Ideally, as a developer, you will not see any differences in how you analyze and design EE jobs on Windows or UNIX. There will be some differences in how you declare OS paths and also in how ODBC is initially configured and setup. Scheduling from within DataStage is quite simplistic and does not off...
by ArndW
Wed Jan 09, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting this fatal=ORCHESTRATE step execution terminating du
Replies: 3
Views: 6096

Set the environment variable APT_DISABLE_COMBINATION to "true" and re-run to locate which stage is causing your abort.
by ArndW
Wed Jan 09, 2008 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter File
Replies: 7
Views: 1520

How you solve this depends upon where you are calling your jobs from, i.e. where you need to dynamically retrieve your parameters. If you call your DataStage jobs from the command line, then a UNIX script that uses sed/grep/awk/perl or similar commands to parse the appropriate parameter values and t...
by ArndW
Wed Jan 09, 2008 2:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: In Version 7.5.2
Replies: 3
Views: 863

You will need DataStage version 7.5x2 in order to execute Parallel jobs on windows.
by ArndW
Tue Jan 08, 2008 12:42 pm
Forum: Site/Forum
Topic: Top Posters List
Replies: 4
Views: 2424

Top Posters List

I just realized that this list is no longer displayed on the front page - is it available somewhere else on the site? I wanted to see how much Ray's lead in posting responses has widened.
by ArndW
Tue Jan 08, 2008 12:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: problem with director
Replies: 1
Views: 628

Moderator - please delete this thread, it is a duplicate of this one.
by ArndW
Tue Jan 08, 2008 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Looking for Parallel Training Material
Replies: 4
Views: 1180

If you are experienced in Server, then reading all the 1000+ page official PX manuals can also help quite a bit; but it won't replace getting training or assistance in the different PX methodologies. So far most of the bad PX DataStage jobs that I have seen come from ex-server developers (like mysel...