Search found 15603 matches

by ArndW
Wed Mar 22, 2006 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3129

Try "echo %DATE% %TIME% > filename.dat"
by ArndW
Wed Mar 22, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exec Dos Command
Replies: 11
Views: 3129

Umberto,

just as with date /t you can use the time /t command to get the current time output in dos.
by ArndW
Wed Mar 22, 2006 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query on DataStage Repository
Replies: 10
Views: 26269

If you used the metadata for the table "pippo" in your job design, you can go to the Manager and right-click on the table definition and do a usage analysis to get the list of jobs that have used that object.
by ArndW
Wed Mar 22, 2006 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CRC32 for a column in Parallel Job
Replies: 15
Views: 4799

Vincent - the poster is pointing DataStage at the .c source file, not the library object.
by ArndW
Wed Mar 22, 2006 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in data movement.
Replies: 16
Views: 5319

It was just a "fyi" about a capability in the DS product overall, that a memory cache lookup does exist. In this case I'm really not sure how so address the requirements and this grouping into units of 4 coupled with a PX process is confusing me a bit as well.
by ArndW
Wed Mar 22, 2006 1:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: seqfile output without seqencer job
Replies: 12
Views: 1664

sendmk,

If "IsDuplicate" and "LastKey" are stage variables and are declared in that order with IsDuplicate coming first then the output won't always be 1. But the output will be 1 if the order is reversed.
by ArndW
Wed Mar 22, 2006 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in data movement.
Replies: 16
Views: 5319

Balki,

fyi - the dynamic lookup cache option you mentioned has a counterpart in DataStage server hashed files with the system level caching mechanism and hashed file creation and lookup options. But I don't think that this feature is a the core of the thread here.
by ArndW
Wed Mar 22, 2006 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while Looking up in Distributed Hashed File
Replies: 5
Views: 1664

Gokul, this is a bug that should be reported to your support provider. Most likely the solution is going to be that this functionality is going to be explicitly disallowed, since it will be a lot of work to duplicate the distributed memory mechanism in a memory file. I would not hold my breath waiti...
by ArndW
Tue Mar 21, 2006 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid column name
Replies: 12
Views: 4774

Of course you can do this. Add the column in a transform stage and fill it with values according to your logic. It isn't declared in the source (since it doesn't exist there) but created as part of your job design.
by ArndW
Tue Mar 21, 2006 10:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DsSetUserStatus
Replies: 1
Views: 792

You can pass it any string value you want; including "0".
by ArndW
Tue Mar 21, 2006 10:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job time limit
Replies: 6
Views: 1565

32Bit means exceeding a 2Gb limitation on file sizes; this applies to your Hashed file. I would have expected DS to abort with a write error, but it could also cause the job to abort in the background but still show a status of "running". Have you been able to see if the job "hangs" after loading th...
by ArndW
Tue Mar 21, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job time limit
Replies: 6
Views: 1565

Does the job actually terminate if you send it a STOP request from the Director? If that works then you could write another job that waits (n) minutes, checks to see if the status of the other job is still RUNNING and issues a STOP request to it. If a STOP doesn't work then it becomes more complicat...
by ArndW
Tue Mar 21, 2006 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid column name
Replies: 12
Views: 4774

dj, please re-read your post and mine. You are getting the error message because the column doesn't exist - my response was intentionally facetious in that it only solved the symptom and not your problem and I did not intend you to follow it. Creating an unused column doesn't fix anything - you need...
by ArndW
Tue Mar 21, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid column name
Replies: 12
Views: 4774

hello dj352001,

There is very high likelihood that the error message and your missing column are related. You can get rid of your error message in DataStage by going to your database and entering "ALTER TABLE {tablename} ADD COLUMN {the invalid columname} VARCHAR(32);"
by ArndW
Tue Mar 21, 2006 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Create an empty directory in that location pointed to by the UV.ACCOUNT, then execute a 'dssh' and create an empty account using ideal compatibility.