Search found 154 matches

by dspxguy
Mon Dec 17, 2007 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot find job
Replies: 10
Views: 2688

Andrw...here is the o/p

Code: Select all

 0 records listed 
by dspxguy
Mon Dec 17, 2007 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot find job
Replies: 10
Views: 2688

The output doesn't make sense. What were the 2 other commands you ran? The output of the "ps -ef | grep osh" should give pids as well as text references to jobs. How did you get from there to job numbers? Yeah it did give me pid and some text along with RT_SC 3122 . I got the job number a...
by dspxguy
Mon Dec 17, 2007 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot find job
Replies: 10
Views: 2688

cannot find job

There is a job which is running since last month. I came to know when I executed this command. ps -ef|grep -i osh But When I look for this job it is not in DataStage. cannot find job jobname Did a grep on the jobnumber The file *3122 does not exist do I have to run a DS.CHECKER now? it seems the job...
by dspxguy
Fri Dec 14, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: out-of-stack error
Replies: 1
Views: 851

out-of-stack error

Code: Select all

E363: pattern caused out-of-stack error


got this when trying to view uvconfig, it did open after i got this message 5 times.

any ideas what's causing this?

Thanks [/code]
by dspxguy
Mon Dec 03, 2007 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query Controller error
Replies: 4
Views: 1528

yeah it is working, it was a dba issue.
by dspxguy
Fri Nov 30, 2007 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query Controller error
Replies: 4
Views: 1528

yes i can connect to the database from ds server
by dspxguy
Fri Nov 30, 2007 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query Controller error
Replies: 4
Views: 1528

Query Controller error

Hi, Any insights on this error message? DB2 Driver Embedded SQL message: SQL29007N Unable to communicate with the Query Controller. ; sqlcode = -29007; sqlstate = Failed to connect to database. Error Idx = 9; DB2 Driver Embedded SQL message: SQL29007N Unable to communicate with the Query Controller....
by dspxguy
Tue Nov 27, 2007 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning and repartitioning in a MPP
Replies: 6
Views: 1495

ray.wurlod wrote:In an SMP environment the fastname is the same for every node.
In an MPP environment more than one fastname is used. ...
Ray, how would we know if our environment is MPP or SMP?
by dspxguy
Tue Nov 13, 2007 10:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_CONFIG1000
Replies: 12
Views: 4596

I guess Ray meant that do a select on the RT_CONFIGxxx and see if it returns any records?
by dspxguy
Thu Nov 08, 2007 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=08S01
Replies: 3
Views: 4367

Thanks Ray...The network team and DBA's will be involved. I am happy it is not a DataStage issue :P
by dspxguy
Wed Nov 07, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLSTATE=08S01
Replies: 3
Views: 4367

SQLSTATE=08S01

What is this related to, is it a locking issue?

Code: Select all

SQLSTATE=08S01, DBMS.CODE=0
[DataStage][SQL Client][ODBC][DataDirect][ODBC DB2 Wire Protocol driver]Socket closed.
by dspxguy
Fri Nov 02, 2007 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: port 31538
Replies: 4
Views: 2377

chulett wrote:After some inactivity time? That would be normal unless you've set your installation to 'Do Not Timeout'. ...
yeah it is do not timeout....

is that a good practice?
by dspxguy
Fri Nov 02, 2007 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: port 31538
Replies: 4
Views: 2377

ray.wurlod wrote:One from localhost, one from the real dsrpcd. Don't know why. Does it affect client connectivity? ...
yup client session gets disconnected after some time
by dspxguy
Thu Nov 01, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: port 31538
Replies: 4
Views: 2377

port 31538

When doing a netstat on 31538

I am getting two LISTENING outputs

tcp 127.0.0.1.31538 LISTEN
tcp 31538 LISTEN




Any thoughts?
Thanks
by dspxguy
Wed Oct 31, 2007 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: improper datatype
Replies: 5
Views: 1955

229 ERROR = Pin%%V0S1P1.REJECTEDCODE 230 WHILE NOT(ERROR) 231 * Stage variable evaluation 232 IF STAGECOM.TRACE.STATS THEN CALL $PERF.BEGIN(-2) 233 V0S1.Stagevar%%1 = Pin%%V0S1P1.Column%%12 234 V0S1.Stagevar%%2 = Pin%%V0S1P1.Column%%12 235 V0S1.Stagevar%%3 = if len(trim(computeTCV(Pin%%V0S1P1.Colum...