Search found 15603 matches

by ArndW
Fri Jan 26, 2007 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling c dll functions from Datastage
Replies: 7
Views: 1949

PeterPol, when you install the DataStage client on your PC you will get 4 programs: Designer Developer Manager Administrator and the last one is what is being referred to. I prefer to open up a telnet session with whatever tool I have and then entering the TCL environment from that shell (after sett...
by ArndW
Fri Jan 26, 2007 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: INROWNUM issue
Replies: 5
Views: 1294

Julio, just as on the other thread none of us have seen this error before, and the original poster stated that the same job imported into another project would work correctly. Is this also the case for you? If the error persists then can you make a copy of the "bad" job and remove just about everyth...
by ArndW
Fri Jan 26, 2007 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs Execution Error
Replies: 3
Views: 1037

The message you posted are informational and are not error messages. When the DataStage sequences are used for the first time in a project the system will create these files and issue these messages. This only happens the first time, after that the file exists and is not created again, so you won't ...
by ArndW
Thu Jan 25, 2007 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view dataset using Data Set Managment in Manager
Replies: 11
Views: 4370

y2ariyas - in this case it might be easier to figure out the issue by using the command line interface. If you set your DS/PX environment appropriately in a shell and execute the command orchadmin ll {path to dataset} could you post the output here?
by ArndW
Thu Jan 25, 2007 9:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view dataset using Data Set Managment in Manager
Replies: 11
Views: 4370

The file shown is a partfile for the dataset. Check your sytem to see if this file exists or might have been deleted.
by ArndW
Thu Jan 25, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unkown result in the output of a routine which use SETFILE
Replies: 15
Views: 4682

I think that your routine contains more than you've shown, since the output line "Arg1 = d:/ds/sam1/sample" isn't part of the normal code, either. Could you change your code portion to read PRINT 'Before' PERFORM Cmd PRINT 'After' to prove that the "Not Found." text is being output by the PERFORM co...
by ArndW
Thu Jan 25, 2007 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date conversion
Replies: 8
Views: 3060

PX formats have to match exactly; in your case the time part in the string is "0:00:00" which I think is causing the problem.
by ArndW
Thu Jan 25, 2007 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues with Sequences
Replies: 13
Views: 2393

This thread doesn't really point out any timeouts directly. There are some hard-coded values in DataStage that the engineers put in, thinking that no normal system could hit them during processing. As we all know, systems are often used in ways that designers and engineers don't consider and thus wh...
by ArndW
Wed Jan 24, 2007 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

Assuming you aren't trying your job in production, you might try to copy your development DSParams file to this location and see what happens; make a copy of this possibly corrupt DSParams file just to be on the safe side. Can you see the Date/Time modified for this file and try to figure out who or...
by ArndW
Wed Jan 24, 2007 12:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

It sounds like you have a corrupted or edited DSParams file - can you find the reference to the "Trim" function in there or is it gone?
by ArndW
Wed Jan 24, 2007 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to compile Sequence job variable 'Trim' not defined
Replies: 13
Views: 1715

I can't see anything wrong there at all, except that the SUBSTRINGS function is meant to be used with dynamic arrays; it will work here because you only have one element; but I would prefer to see "BeginLoop.$Counter[1,1] = 'Z'" used instead - neverthe less it shouldn't affect your error. Is this ex...
by ArndW
Wed Jan 24, 2007 11:18 am
Forum: General
Topic: Issue in loading data with Hungarian Characters (NLS)
Replies: 0
Views: 1293

Linit, you need to take things step by step in order to find out where (or even if) the characters are being converted. First off, do you actually have NLS activated in DataStage? Then do a simple read of your source file and write it out to another flat file. Do not use the "view data" but your fav...
by ArndW
Wed Jan 24, 2007 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Scratchdisk requirement
Replies: 2
Views: 1488

I would say the number intended is 0.35 but somehow that formula doesn't look correct to me - are the parentheses correct? But that only takes one process into account. What if you had 10 concurrent jobs running with different data files that are all at the maximum size? That would fill up scratch q...
by ArndW
Wed Jan 24, 2007 11:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding exporting datamodel
Replies: 53
Views: 13005

And it sucks, unlike his previous book!
by ArndW
Wed Jan 24, 2007 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout in ipc stage
Replies: 5
Views: 928

The truncation portion of your job occurs outside of the IPC stage timeout.