Search found 15603 matches

by ArndW
Tue Apr 04, 2006 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while processing large number of records
Replies: 4
Views: 3147

Yes, as long as you don't have any jobs running while you do so.
by ArndW
Tue Apr 04, 2006 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a command line tool for xml export?
Replies: 4
Views: 1280

I think either Server / Parallel would be more appropriate than here; I just don't think converting .dsx to .xml is a frequently asked question
by ArndW
Tue Apr 04, 2006 6:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while processing large number of records
Replies: 4
Views: 3147

You APT_CONFIG file tells the runtime engine where to write the scratch data. You will either need to enlarge your scratch disk(s), clean them of old data, or point your nodes to different locations.
by ArndW
Tue Apr 04, 2006 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Default values job parameters
Replies: 4
Views: 1093

How about using Kim Duke's Parameter Navigator ?
by ArndW
Tue Apr 04, 2006 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while opening a job
Replies: 11
Views: 2677

None, its just that "P0" means Pin 0, whilst there is no "R0" in the internal structure of the job layout.
by ArndW
Tue Apr 04, 2006 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File error
Replies: 34
Views: 8630

Anna,

I took a gander at the document and it does indeed state that a rebuild might be necessary, but that only applies to changes made to the shared memory limits and doesn't apply to ulimits.
by ArndW
Tue Apr 04, 2006 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which algorithm uses the data stage for encrypt and decrypt
Replies: 6
Views: 3685

No, it won't work that way. DataStage has no way of knowing that a parameter has been encoded and needs decoding prior to use. You might be able to use your own algorithm and decode the parameter within a sequence and then pass the cleartext to a password parameter (which encodes & hides its val...
by ArndW
Tue Apr 04, 2006 1:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there a command line tool for xml export?
Replies: 4
Views: 1280

There is no .dsx to .xml format conversion tool. You could create an empty project and import a .dsx and then export an .xml format to effect the conversion. BTW, the thread doesn't belong in the FAQ forum.
by ArndW
Tue Apr 04, 2006 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Create Sequential file
Replies: 3
Views: 907

You can also search on OPENSEQ and CREATE
by ArndW
Tue Apr 04, 2006 1:45 am
Forum: Site/Forum
Topic: Congratz Roy!!!!
Replies: 6
Views: 3004

Great work, Roy! All those posts and you have a growing family...
by ArndW
Tue Apr 04, 2006 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: which algorithm uses the data stage for encrypt and decrypt
Replies: 6
Views: 3685

I responded to your other thread. I thought you were talking about encrypting data, not the passwords. Passwords are a special case so that nobody can go through the log files and see cleartext passwords. The algorithm for DS password encryption is not published .
by ArndW
Tue Apr 04, 2006 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while opening a job
Replies: 11
Views: 2677

Paddu - delete the 6 objects. Do a COUNT of DS_JOBOBJECTS. Import them again an do another COUNT. Are the values the same? Are you getting any messages during the import? IS your .dsx from a 7.5 and your project in a 7.1 version?
by ArndW
Tue Apr 04, 2006 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can data stage understand the encrypted things
Replies: 1
Views: 654

the password type is the only internal encryption that DS does and the algorithm is not published. The main purpose is to obfuscate entries so that passwords cannot easily be seen when looking at log files and entries. Jobs expected a cleartext passswords as input and then encrypt it, so you cannot ...
by ArndW
Tue Apr 04, 2006 1:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel job error
Replies: 2
Views: 685

You've got to give us more than that. What are you doing in your ODBC stage? Do other stages work? Is this a permanent or sporadic error?