Search found 15603 matches

by ArndW
Mon Jun 02, 2008 11:05 am
Forum: General
Topic: Parameterset in Datastage 8.0
Replies: 11
Views: 10575

Yes, there are other advantages but the one I mentioned is what I feel has the most impact on development.
by ArndW
Mon Jun 02, 2008 9:45 am
Forum: General
Topic: Parameterset in Datastage 8.0
Replies: 11
Views: 10575

Imagine having 100 jobs and having to add a parameter to each one (perhaps $APT_DUMP_SCORE or the like). With a parameter set you declare the set once and then use it in jobs, if you add a new parameter all you need to do is recompile your jobs.
by ArndW
Mon Jun 02, 2008 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debug menus greyed out
Replies: 4
Views: 1482

Glad to hear you found it!

I flew into town on Saturday, picked up my bike in Chesterfield and skipped by your exit on my way to the ferry at Hull. If I'd had more time I would had given you a buzz.
by ArndW
Mon Jun 02, 2008 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Debug menus greyed out
Replies: 4
Views: 1482

Hello Steve,

I like the tag line!

Were the jobs both compiled by the same user on the machine you are trying to debug? I think that when jobs without sources are imported they might not run in debug mode.
by ArndW
Mon Jun 02, 2008 7:21 am
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 10846

ag_ram - I have a doubt. You stated that you can export jobs (whether just one or a whole project) and import them into another project using uvbackup and uvrestore . I am asking you to prove this. For example, I have a job called "Test" and would like to copy this to another machine. Please describ...
by ArndW
Mon Jun 02, 2008 4:23 am
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 10846

ag_ram - I wish I could make sense of your post. If I read it correctly, you assert that that the dscmdexport and dscmdimport (client-side) commands are not to be used to move jobs from one project to another, but that you were correct in recommending to the original poster that uvbackup & uvres...
by ArndW
Mon Jun 02, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-partition
Replies: 5
Views: 1974

The partition will remain the same until you explicitly change the partitioning method; i.e. the default will be "same".
by ArndW
Mon Jun 02, 2008 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic handling metadata
Replies: 13
Views: 3447

The most common method to do this kind of work would be to write a template example job, then do a DataStage export to either XML or .ds format and write a job or a program to read this file and change those elements around that are different and create 100 jobs this way.
by ArndW
Mon Jun 02, 2008 3:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connectivity of DB2 with Datastage 7.5.1(both on same server
Replies: 10
Views: 4721

Is the DB2 plugin on your designer canvas? I can't recall if you had to specify DB2 explicitly during the installation process at V7. The settings you posted look correct, though.
by ArndW
Mon Jun 02, 2008 2:55 am
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 10846

The dsadmin command is not for project import and export. Unfortunately, the uvbackup and uvrestore programs won't do that either. These commands are the DataStage Engine (well, UV Engine) commands to do the equivalent of a UNIX tar . If you wish to export your project without using the clients, you...
by ArndW
Mon Jun 02, 2008 2:35 am
Forum: General
Topic: junk character - how to identify
Replies: 12
Views: 3371

Why not just use LEN({string}) before doing the conversion to hex?
by ArndW
Mon Jun 02, 2008 2:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connectivity of DB2 with Datastage 7.5.1(both on same server
Replies: 10
Views: 4721

Step by step:

1. What changes did you make to the "dsenv" file?
2. Can you issue a UNIX level "db2 connect ..." statement?
3. What method did you use to import from DB2?
by ArndW
Mon Jun 02, 2008 2:22 am
Forum: General
Topic: junk character - how to identify
Replies: 12
Views: 3371

It will be displayed as 2 bytes per character unless you are using NLS
by ArndW
Mon Jun 02, 2008 1:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer issue
Replies: 30
Views: 8541

ag_ram - Please don't completely delete or edit incorrect posts. If you make mistakes, update the post with the correct information, but leave the original there. That is the only professional and correct way to behave in forums such as this one.
by ArndW
Fri May 30, 2008 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Username info needs to be captured
Replies: 4
Views: 1284

The UserId can be retrieved simply by using the @LOGNAME in a job Sequence, then passed to the PX Job as a parameter.