Search found 15603 matches

by ArndW
Thu Apr 06, 2006 5:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer job failing--please help
Replies: 5
Views: 987

Tom, perhaps you could explain what your "archiving" actually consists of, so that Ray can help you when he accesses this forum.
by ArndW
Thu Apr 06, 2006 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to take the back up the log files for n days
Replies: 4
Views: 1179

Since there is no mechanism to restore log files, taking a direct backup is not a useful exercise. You can export the log information using dsjob -log options and can save that generated output.
by ArndW
Thu Apr 06, 2006 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MaKe Subrecord
Replies: 7
Views: 2937

I'm not sure what is going wrong, I've just written a test program and can create vectors but the makesubrecord isn't working for me, either. I'm afraid I'm out of time right now to test this further (at least for today) but it seems to be some sort of an output column definition issue.
by ArndW
Thu Apr 06, 2006 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MaKe Subrecord
Replies: 7
Views: 2937

In your original post you didn't ask a specific question or give enough information to get a solution. You are trying to get the make subrecord stage work. Start off with a simple case - perhaps 2 column types and very simple test data of 2 values each and see what is coming out and what you expect....
by ArndW
Thu Apr 06, 2006 1:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Transfer using HTTPS and Datastage
Replies: 7
Views: 3383

If they can afford the overhead to do large volume file transfer on the https protocol and stay in that technology mindset then they should look into using RTI services.
by ArndW
Thu Apr 06, 2006 1:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we mearge 6 huge flat files
Replies: 4
Views: 1038

25 Million rows per file is not necessarily considered huge, many sites here deal with larger volumes on an hourly basis. Looking at the files from an ETL perspective, do you even need to merge them? Can you not process them through a DataStage job sequentially? Depending upon your specifi condition...
by ArndW
Wed Apr 05, 2006 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Saved DataStage Jobs path
Replies: 3
Views: 4297

Jobs are not stored in editable UNIX or Windows file objects, they are stored as records in hashed files (tables) in the DS repository, which uses a derivation of the UniVerse postrelational database. You can do a project export into XML format to get all your DataStage information into an editable ...
by ArndW
Wed Apr 05, 2006 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before Routine and parameters passed on the command line
Replies: 10
Views: 2439

You really shouldn't be reading those values from the internal structures. The call to DSGetParamInfo() will return the same values - and will also work at the next release while I am fairly certain that your code as it stands will cease to work. The reason I asked about the command line is that DS ...
by ArndW
Wed Apr 05, 2006 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: default values of jobparameters
Replies: 4
Views: 936

I don't think that this information is stored in the tables. I've used the DSGetParamInfo() routine to get these values and store them elsewhere.
by ArndW
Wed Apr 05, 2006 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hanging Job
Replies: 3
Views: 1009

A "hung" process is one that is waiting on some resource, perhaps one that is never going to be freed. You can check up a bit from UNIX by identifying the process and then using the truss command to see what the process is doing at a system level; this might identify what the cause of the hang is. S...
by ArndW
Wed Apr 05, 2006 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob documentation
Replies: 1
Views: 1057

Look at your Server Job Developer's Guide pages 19-140 onwards.
by ArndW
Wed Apr 05, 2006 8:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UVOpen Unable to open file
Replies: 5
Views: 888

catchrohit4u wrote:...path is right because other hash files are opening...
Are you using parameters? how do you know the file path(s) are right - having other ones work is no proof positive that these are correct. Take one job and one file as an example.
by ArndW
Wed Apr 05, 2006 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Hashed file
Replies: 6
Views: 1196

Does that mean when you run the job the director monitor shows no rows going down that link? Or how are you determining this?
by ArndW
Wed Apr 05, 2006 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Phantom error
Replies: 3
Views: 709

Well, DataStage certainly has found a null somewhere, perhaps in a write to an interim hashed file somewhere. You will need to specify the job & stage as well as it's type first, and then perhaps use the builtin debugger to trace the column null value which is triggering the error.