Search found 15603 matches

by ArndW
Tue May 27, 2008 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container problem
Replies: 6
Views: 1127

If you edit your job, open and edit the shared container in the job, then save the shared container and save the job you will only be asked to compile 1 time in the designer.
by ArndW
Mon May 26, 2008 10:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any system variable to print DS username?
Replies: 2
Views: 726

Within the Job Sequence you pass the value of @LOGNAME to the PX job parameter for the userid.
by ArndW
Mon May 26, 2008 9:19 am
Forum: General
Topic: Please, Help.
Replies: 3
Views: 877

The tutorial works as well. But there is nothing that can substitute for good training. You can draw a parallel with driving - you can teach yourself to drive but a course will do a much better job. At least in DataStage you won't kill anyone else with insufficient training, but you won't be doing y...
by ArndW
Mon May 26, 2008 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: KeyData looks same in DB and File but Lookup/Join failing
Replies: 1
Views: 564

Can you give a specific example of a key that doesn't work? Does it contain characters that are not part of Latin-1? What is your Oracle database using for NLS?
by ArndW
Mon May 26, 2008 6:00 am
Forum: General
Topic: ./uv -admin -clearsockets not working on v8 ?
Replies: 15
Views: 5840

Our Solaris box has:
$ ndd -get /dev/tcp tcp_fin_wait_2_flush_interval
675000
$ ndd -get /dev/tcp tcp_time_wait_interval
60000
by ArndW
Mon May 26, 2008 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help: How to sun squence in parallerly in parallel job
Replies: 4
Views: 1450

preddy - please post your question only one time, posting several times actually slows down response times.
by ArndW
Mon May 26, 2008 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help: How to sun squence in parallerly in parallel job
Replies: 4
Views: 1345

Could you give a small example of what you are trying to do?
by ArndW
Mon May 26, 2008 4:18 am
Forum: General
Topic: ./uv -admin -clearsockets not working on v8 ?
Replies: 15
Views: 5840

You get ? (read only) tcp_time_wait_interval (read and write) tcp_conn_req_max_q (read and write) tcp_conn_req_max_q0 (read and write) tcp_conn_req_min (read and write) tcp_conn_grace_period (read and write) tcp_cwnd_max (read and write) tcp_debug (read and write) tcp_smallest_nonpriv_port (read and...
by ArndW
Mon May 26, 2008 4:12 am
Forum: General
Topic: ./uv -admin -clearsockets not working on v8 ?
Replies: 15
Views: 5840

$ man ndd Reformatting page. Please Wait... done System Administration Commands ndd(1M) NAME ndd - get and set driver configuration parameters SYNOPSIS ndd [-set] driver parameter [value] DESCRIPTION ndd gets and sets selected configuration parameters in some kernel drivers. Currently, ndd only sup...
by ArndW
Mon May 26, 2008 3:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: time stamp
Replies: 6
Views: 1733

You can do it with simple SQL directly in the SELECT statement, or use the aggregator stage in DataStage to do this.
by ArndW
Mon May 26, 2008 3:44 am
Forum: General
Topic: Library file issue
Replies: 6
Views: 1587

You didn't mention that you had a BuildOp, just a shared container. If you have user-written BuildOps then they do need to be copied over as you have already done. This has nothing to do with shared containers after all.
by ArndW
Mon May 26, 2008 2:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom error in the server job
Replies: 3
Views: 1536

The User-written routine "ReturnParameter" has not been compiled or loaded into UAT.
by ArndW
Mon May 26, 2008 2:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-24909: call in progress. Current operation cancelled
Replies: 4
Views: 4384

This is an Oracle issue, try searching Google or Oracle using "ORA-24909: call in progress" and you will see numerous explanations.
by ArndW
Mon May 26, 2008 1:49 am
Forum: General
Topic: ./uv -admin -clearsockets not working on v8 ?
Replies: 15
Views: 5840

From the SUN Solaris Wiki pages: A TCP connection enters TIME_WAIT as a result of the connection being terminated by one or both sides. If a TCP connection is in TIME_WAIT state and the remote transmits data, the side having the TCP connection in TIME_WAIT state sends a RST to indicate that data was...
by ArndW
Mon May 26, 2008 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container problem
Replies: 6
Views: 1127

This is because shared containers are actually loaded and compiled into a job at compile time.