Search found 15603 matches

by ArndW
Mon Mar 06, 2006 12:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration from Datastage Server to Datastage Enterprise
Replies: 4
Views: 2217

Sequences and Server jobs are identical in the Enterprise edition (with the same version) and don't need any conversion. The Enterprise PX environment is an addition to the normal server environment and doesn't replace it.
by ArndW
Sun Mar 05, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Server Restart
Replies: 8
Views: 3300

The process should disappear in (at worst) 90 minutes depending upon your UNIX settings. I'm not sure what the network configuration parameter for that socket timeout is right now, though. I think that there isn't much to do between FIN_WAIT and FIN_CLOSED status; although each hardware vendor / UNI...
by ArndW
Sun Mar 05, 2006 5:41 am
Forum: Site/Forum
Topic: Suggestion abt the certification
Replies: 37
Views: 26045

I was surprised to see this, thanks! I've signed up with the testing company and am awaiting my userid/password - perhaps the test is already finished, I'll see when I get to login and attempt to sign up.
by ArndW
Sat Mar 04, 2006 12:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: move from server to parallel extender
Replies: 4
Views: 1226

Sainath, I did a transition from Server to Parallel Extender by printing out and reading the PX documentation (in the PDF files that install in to the same client directory as do the Sever ones). That isn't sufficient, but it forms the basis for further learning. Another approach which would be help...
by ArndW
Sat Mar 04, 2006 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler issues with Enterprise edition
Replies: 12
Views: 3753

Can you get a PX job to compile and run that doesn't use transform stages? Just to make sure that the problem truly lies only in the c++ compiler. Also, are you certain that this version of the compiler is identical to that in the install manual?
by ArndW
Sat Mar 04, 2006 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler issues with Enterprise edition
Replies: 12
Views: 3753

I'm not sure if it's in the PX or Orchestrate documentation (as I'm not at a PX system right now) but you might be able to find the exact compiler call and execute it from your shell, instead of trying to get the error messages post-mortem.
by ArndW
Sat Mar 04, 2006 5:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler issues with Enterprise edition
Replies: 12
Views: 3753

I recall that I once got much better compiler diagnostics when I looked at the output of the multiple-job-compile utility you can call from the manager. It might be worth giving that a try for your single job.
by ArndW
Sat Mar 04, 2006 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Error: (nullFieldEntry) in Transformer
Replies: 5
Views: 3694

The error message seems to indicate that the compiler has trouble evaluating one of your expressions. If none of them show up red in the designer I would suggest you remove the more complicated ones one-by-one from a copy of your program until the compile error goes away; then you've identified the ...
by ArndW
Sat Mar 04, 2006 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML file , need varying number of outputs files
Replies: 5
Views: 873

Aliso,

could you read the XML file into a DataStage job and then split your incoming data into several streams in a transform stage and output each of those to a XML output file of the appropriate format?
by ArndW
Sat Mar 04, 2006 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integrating EDI with datastage
Replies: 3
Views: 2774

Hello Sunshine, I think you will need to detail you question a bit more. One is a means of standardizing information exchange and the other is an ETL tool. Both deal with data. EDI file formats are complicated, but could be parsed within a DataStage job. DataStage RTI could act as a "listener" for i...
by ArndW
Sat Mar 04, 2006 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unwanted data conversion
Replies: 1
Views: 828

Your source data is encoded in character set that I don't know - but you need to check if the extended (non-latin) characters are mapped the same way that Windows-1252 maps them. If not you will get misconverted characters. NLS is not as complex as it seems - the difficulty lies in making sure that ...
by ArndW
Sat Mar 04, 2006 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Has anyone used DAGs in DataStage
Replies: 1
Views: 660

Hello Judy,

could you explain what a "DAG" is? The CFF stage will read sequential files and allow the use of some COBOL type constructs in parsing them.
by ArndW
Fri Mar 03, 2006 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: patch file
Replies: 2
Views: 1925

You will need to login to the IBM/Ascential developer network to download the windows patch that addresses the properties not opening correctly problem in DataStage 7.1
by ArndW
Fri Mar 03, 2006 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning If I use JobInvocations....
Replies: 15
Views: 4145

Your post indicates that you are using the variable "JobHandle" in your job transformation; it won't work there, only in your routine.
by ArndW
Fri Mar 03, 2006 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locked job not released
Replies: 6
Views: 1639

You can check the daemon log file to see what it has been doing, but it should clear up locks for objects that it thinks are incorrect. If a lock is present because a process has aborted or had a "kill -9" done to it then the deadlock daemon will clean that up. If you have a lock held on a job by so...