Search found 53125 matches

by ray.wurlod
Mon Sep 27, 2010 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP transfers of XLS files
Replies: 23
Views: 5815

Process every field as VarChar, then use a Sample or Transformer stage downstream of the FTP stage to skip the first row. Reparse your data after that (or in the Transformer stage) as required.
by ray.wurlod
Mon Sep 27, 2010 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: USERNAME AND/OR PASSWORD INVALID
Replies: 1
Views: 3163

That message is being returned from DB2. I suggest you concentrate your diagnostic efforts there. For example, has a password expired?
by ray.wurlod
Mon Sep 27, 2010 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Statistics
Replies: 20
Views: 6344

The code is not correct. You need vParamName, not vParamList, in the call to DSGetLinkInfo() function.

Because you've used "Param" variable names, your code is confusing. You should prefer vLinkList and vLinkName, since links are the objects with which the code is dealing.
by ray.wurlod
Mon Sep 27, 2010 4:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: conversion
Replies: 17
Views: 4130

What does 020802 actually mean? Is it YMD, DMY, MDY format? Is it a Julian date of some kind?
by ray.wurlod
Mon Sep 27, 2010 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wierd results from VERIFY.SQL
Replies: 4
Views: 1577

You need DBA primarily to create projects (to execute CREATE SCHEMA under the covers). You also need it to use FIX with VERIFY.SQL. Most GRANT commands require DBA privilege. These are the important ones for DataStage. DataStage *should* automatically grant DBA privilege to any user with DataStage a...
by ray.wurlod
Mon Sep 27, 2010 6:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any relation b/w dataset, configuration file
Replies: 7
Views: 2739

All that changes if the configuration file mentions an import and/or export pool.
by ray.wurlod
Mon Sep 27, 2010 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error whlie creating .o file for routnie
Replies: 6
Views: 2192

You can create routines but, without a correctly installed and configured compiler, you will not be able to compile the routine.
by ray.wurlod
Mon Sep 27, 2010 5:58 am
Forum: General
Topic: How to find out the processes forked by a DS job thru Unix?
Replies: 11
Views: 3865

The Performance Monitoring tool within DataStage will give you all of the things you mentioned.
by ray.wurlod
Mon Sep 27, 2010 5:57 am
Forum: General
Topic: Not able to log in to Datastage Designer client
Replies: 7
Views: 5090

What happened between when it was working and when it isn't working?

I've just taken Brad through a very similar situation, which was resolved within the last few days. Why not search for UV_USERS ?
by ray.wurlod
Sun Sep 26, 2010 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling and reject
Replies: 3
Views: 1237

The constraint for your regular output link is simple logic. (IsNull(InLink.Col1) And IsNull(InLink.Col2)) Or (IsNotNull(InLink.Col1) And IsNotNull(InLink.Col2)) You can use an Otherwise/Log output link to capture the other case. Derivation of the target column Col1 is a simple If..Then..Else. If (I...
by ray.wurlod
Sun Sep 26, 2010 8:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Wierd results from VERIFY.SQL
Replies: 4
Views: 1577

There are two variants for VERIFY.SQL at each level of object. In one, you give the name of the object in the catalog, in the other you give the pathname of the object in the file system. Which you use depends which problem you're trying to solve. (It's all in the UniVerse SQL manual, but nowhere in...
by ray.wurlod
Sun Sep 26, 2010 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: String vs ustring
Replies: 7
Views: 6810

Yes, you're wrong. No product is able to transfer data between two sources which might have different character set (from each other). Unicode should be used when the data being processed can not be represented in a single-byte character set (and even sometimes when it can be). More information abou...
by ray.wurlod
Sun Sep 26, 2010 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: default values in schema file
Replies: 3
Views: 2060

Experiment. Add one or more default values in a job, save the table definition, then open the table definition and use the Layout tab to inspect the record schema. Please let us know the answer.
by ray.wurlod
Sun Sep 26, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: macro vs routine
Replies: 6
Views: 2495

Would it be possible for you to obtain a premium membership so that you CAN read all of my reply?

Premium membership is the main way in which DSXchange's continued existence is funded.
by ray.wurlod
Sun Sep 26, 2010 2:47 am
Forum: General
Topic: How to delete a lost project in DS7.5
Replies: 7
Views: 2642

Search for UV_SCHEMA and UV.ACCOUNT too. One of those three will find a solution for you.