Search found 15603 matches

by ArndW
Fri Dec 28, 2007 9:29 am
Forum: IBM QualityStage
Topic: looking for a Quality stage expert for 2 months
Replies: 2
Views: 1755

Moderator

Please move this thread to the "Looking for Talent" forum
by ArndW
Fri Dec 28, 2007 9:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sun Solaris & Datastage 7.5 Problems
Replies: 10
Views: 6166

Your job is a complex one to use that many processes. I hope that your hardware is sufficiently beefy to support that type of job and that level of parallelism. Look back at your job that is using 60Gb of swap space regardless of the number of rows processed. I am certain that you are loading a look...
by ArndW
Fri Dec 28, 2007 8:02 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 3364

I see, you are right. The next part will always fail then... Strange coding
by ArndW
Fri Dec 28, 2007 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

Thanks Steve!!! Your result means that it isn't an AIX issue (unless this box has some odd configuration setup); so it looks like it is a V8 issue. Now, in order for DSXchange to do much of IBM Support's work, we need one more volunteer from a Version 8 system on some other platform I've opened up a...
by ArndW
Fri Dec 28, 2007 7:45 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 3364

Craig - that chunk of code won't work but will just return the original handle number so it looks like it works
by ArndW
Fri Dec 28, 2007 6:46 am
Forum: General
Topic: Multiple Instances of a server Job.
Replies: 9
Views: 3364

You need to start the job with different instance names, otherwise you will get the error message you have seen. If your job is called "MyJob" then you need to start it with "MyJob.FirstInstanceName" and "MyJob.OtherInstance" and so on.
by ArndW
Fri Dec 28, 2007 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

Maveric - Many thanks for your help!!! It does narrow down the problem so that now it is no longer a general issue common to all implementations, so now we'll look at OS and/or Version related settings. It would be great if someone could try just the Job portion on AIX and 7.5x - Aakash, are you aro...
by ArndW
Fri Dec 28, 2007 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

Here is an easy example. If anyone here has a minute or two time to see if they have the same problem (perhaps someone not on V8 or AIX): 1. From your UNIX command line enter echo "\000" | tr '\000' '?' | wc This should give an output of 1 1 2 {1 line, 1 word, and 2 characters as UNIX will...
by ArndW
Fri Dec 28, 2007 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sun Solaris & Datastage 7.5 Problems
Replies: 10
Views: 6166

Programs do not really allocate swap space; this is done by the system when pages no longer fit in physical memory. What could be happening is that you are starting up a number of processes, each of which is using memory space for its programs and data. Have you added APT_DUMP_SCORE to your jobs and...
by ArndW
Fri Dec 28, 2007 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

I wrote a simple script which does the tr command. When I call the script from my shell session it works correctly. When I call the same script from DataStage (either from a Job Sequence or from the Before-Job tab in a job) it doesn't work the same way and all nulls are stripped out. I have not been...
by ArndW
Fri Dec 28, 2007 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error while saving table definition
Replies: 5
Views: 1588

I don't know - this might be a problem with the V8 connectivity to the repository. I have a similar issue in that when I try to save my table metadata my designer gives an error message (I can't recall if it is the same one) and then it gets itself into such a state that I need to close it down, wai...
by ArndW
Thu Dec 27, 2007 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

Now it gets even stranger. If I do a "cat testfile.txt | tr '\000' '?' > testfile2.txt" on a file from my default shell, sh, or from a ksh it will work as expected and have the same length but replace 000 characters. DataStage here is set up so that the default shell is ksh and I've verified that it...
by ArndW
Thu Dec 27, 2007 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential files, filter command and \000 characters
Replies: 14
Views: 7643

Sequential files, filter command and \000 characters

I have a fixed width sequential file that contains \000 (null) characters coming from a mainframe. From UNIX, I can execute cat TestFile.txt | tr '\000' '?' and it successfully replaces all nulls with the question mark character. But I cannot get that to work from the filter command in the sequentia...
by ArndW
Thu Dec 27, 2007 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8.0 Installation
Replies: 9
Views: 2677

Ok, so we'll assume for the moment that the IBM documentation is wrong.

Did you successfully install Oracle and set up the TNSNAMES.ORA and other files as documented?
by ArndW
Thu Dec 27, 2007 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage log in issue Version *
Replies: 7
Views: 5118

I would ask your admin people (again) what they actually changed and if they could revert the changes to see if you can access once again.

If not, I would call your support provider for assistance. It really looks like an IIS Websphere connectivity issue and not (directly) a DataStage one.