Search found 40 matches

by hailun
Wed Oct 14, 2009 1:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The elaboration of function GetCommaDelimiParam
Replies: 3
Views: 1989

The elaboration of function GetCommaDelimiParam

GetCommaDelimiParam($CMDW_AUTOMATION_FILE_ROOT:"/":$CMDW_POLLINGJOBCONTROL_FILE, 1, 2)

Could anybody kindly support explain what the expressiob above is for,which is one expression in user variable stage.

Many thanks in advance....
by hailun
Tue Oct 13, 2009 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Log file extraction from UNIX / Admin
Replies: 8
Views: 6724

Re: Job Log file extraction from UNIX / Admin

#! /bin/Ksh export DSHOME=`cat /.dshome` export PATH=$PATH:$DSHOME/bin proj_name=$1 job_name=$2 hash_num=null #job_name=`echo $2 | tr "[:lower:]" "[:upper:]"` echo Project_name: "$proj_name" echo Job name: $job_name if [ -f $DSHOME/dsenv ] then . $DSHOME/dsenv else echo...
by hailun
Thu Sep 24, 2009 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get the "compiled" job status in Unix cmd-line int
Replies: 5
Views: 4055

Thanks for your comments,chulett!
A job which status is identified as "compiled" in Director is indicated :
Not running 99

after I run

dsjob -jobinfo ProjectName JobName


I do not think that it can prove that 99 means compiled.

What is your opinion?
by hailun
Sun Sep 20, 2009 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get the "compiled" job status in Unix cmd-line int
Replies: 5
Views: 4055

ensure the job is in the "compiled" status?

I would think you'd be plenty safe using dsjob and checking for 99 as "compiled". What happens when you test that theory? Not running 99 indicates "Any other status" not only "compiled". So I would like to find a command or SQL to make sure that a job is in the "c...
by hailun
Sun Sep 20, 2009 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get the "compiled" job status in Unix cmd-line int
Replies: 5
Views: 4055

get the "compiled" job status in Unix cmd-line int

Hello,everyone! As we know,we can see the job info especially the job status from the DataStage Director like this: Job_name Status Started On_date Last _ran ...... filter_string Compiled 04:01 AM 12/29/2008 ...... I would like to check whether the jobs are in the "compiled" status or not ...
by hailun
Sat Sep 12, 2009 6:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC.ini File Help
Replies: 8
Views: 18117

Yes /datastage/dsadm/Ascential/DataStage/DSEngine is the home path for Datastage, the .odbc.ini file you are modifying is under this path,right... Now you need add approciate DSN entry in that file. [a] Driver=/datastage/dsadm/Ascential/DataStage/branded_odbc/lib/VMdb220.so Description=DataDirect 5....
by hailun
Sat Sep 12, 2009 6:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC.ini File Help
Replies: 8
Views: 18117

Re: ODBC.ini File Help

Is there any error encountered,if so can you post the error information here, usually we just need add coresponding DSN entry in the .odbc.ini file under $DSHOME.... Hi All, My requriement is to connect to a DB2/400 (iSeries) & SQL Server sources with the Datastage server in AIX 5.3. and the tar...
by hailun
Fri Sep 11, 2009 8:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run several dssh scripts in one batch
Replies: 8
Views: 3503

Yeah,although I could not read the fulltext of comments posted by you,I can know you are supporting running dssh under project path other thant $DSHOME :) And in fact,few persons I know care under which folder the dssh is executed. I believe we can resolve my last question someday in future... As yo...
by hailun
Fri Sep 11, 2009 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run several dssh scripts in one batch
Replies: 8
Views: 3503

Hi ArndW, Thank you for input, the method mentioned does work,bu it is said it is not a good habit to run dssh/uvsh under other paths than $DSHOME, And I have achieved this by function calling,detailed as following: 。。。。。。。。。。。。。。。。 run_dssh() { a=$1 b=$2 cd $a dssh<<eof LOGTO $2 SELECT * FROM DS_JO...
by hailun
Fri Sep 11, 2009 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run several dssh scripts in one batch
Replies: 8
Views: 3503

dssh<<eof pterm case noinvert SELECT JOBNO FROM DS_JOBS WHERE NAME = 'Test'; QUIT eof Hi ArndW&ray, Thank you for your kindly inputs,and the script as above works,I have another question here,is there any way so as I have transfer the output of the Select query to one Unix variable or plain file...
by hailun
Wed Sep 09, 2009 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run several dssh scripts in one batch
Replies: 8
Views: 3503

How to run several dssh scripts in one batch

Hi, I would like to realize one function retrieving the hash_num for one job using shellscript,the server is of AIX What I do now in the script file is 'hellp' is project name and 'Test' is the job name dssh<<eof logto hellp select JOBNO FROM DS_JOBS WHERE NAME ='Test' quit eof But it will take long...
by hailun
Wed Jul 01, 2009 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: failed to connect 80011
Replies: 7
Views: 2276

thanks kumar, I tried as u said but still got the issue and finally I resolved the issue by recreating the .profile file and stoped and started the service. Now im able to connect to the ds server. Thanks to ray.wurlod and kumar. Thanks allot guys.. :) Hi Can you elaborate on how to recreate the .p...
by hailun
Mon Jun 22, 2009 4:41 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Configuration parellel
Replies: 7
Views: 6140

ArndW wrote:Hailun - there is a version of PX that runs with windows. ...

Hi ArndW,

Then what kind of version is it ? Can you elaborate on this..
by hailun
Mon Jun 22, 2009 1:17 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Configuration parellel
Replies: 7
Views: 6140

Re: Configuration parellel

nitin_sharma2459 wrote:Hi,

How will I configure a parellel jobs in windows enviornment?

Thanks,
Nitin

Also,there is no parallel function under windows environment...
by hailun
Sat May 30, 2009 11:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL server connectivity
Replies: 1
Views: 1016

Update the .odbc.ini file loacated in $DSHOME thru adding the DSN with the correct Driver information,ip address,username&password and port num... Update the uvodbc.config file loacated at $DSHOME and each project directory,adding the new DSN name... Update the dsenv file....and execute this fil...