Search found 21 matches

by manojkumarnayak
Thu Oct 12, 2006 8:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required Proj Name to a AutoSys job
Replies: 4
Views: 2115

after all Autosys passes the project name to (dsjob). U can provide project name in various ways. you can find all the listed projects by

dsjob -lprojects
by manojkumarnayak
Mon Sep 25, 2006 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server Job to Parallel Job Basic string conversion
Replies: 4
Views: 2304

I think you can use CurrentDate() or CurrentTimestamp().
In oracle user defined query you can use SYSDATE.
let me know your requirement
by manojkumarnayak
Mon Sep 25, 2006 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to invoke Orchadmin?
Replies: 8
Views: 5017

Check for LD_LIBRARY_PATH.Here you can give the library path and export it.
by manojkumarnayak
Sun Sep 24, 2006 1:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to invoke Orchadmin?
Replies: 8
Views: 5017

If the file exists there then run with ./orchadmin or set the path for it and then run from any where
by manojkumarnayak
Thu Mar 02, 2006 3:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job name length
Replies: 3
Views: 1652

job name length

what is the maximum length of a job name possible. Is 64 characters for all versions.

manoj
by manojkumarnayak
Mon Feb 27, 2006 2:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Table vs Hash file
Replies: 6
Views: 2752

Lookup Table vs Hash file

what are the main differences of using a lookup table or hash file for look up . Which one is more efficient.

manoj
by manojkumarnayak
Tue Feb 14, 2006 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: List all jobs from command line (v6)?
Replies: 6
Views: 3013

Re: List all jobs from command line (v6)?

you can use "dsjob" command

regards
manoj
by manojkumarnayak
Mon Feb 13, 2006 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing and Scheduling dsexport or dscmd on server
Replies: 11
Views: 4252

try to make it interactive with desktop with "/interactive"

let me know what happens

regards
manoj
by manojkumarnayak
Mon Feb 13, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SSH in Command Line
Replies: 4
Views: 2511

Re: SSH in Command Line

r u giving all the parameters right like server name , user id & password .
All value are case sensitive.


regards
manoj
by manojkumarnayak
Mon Feb 13, 2006 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remote call command tool
Replies: 6
Views: 2304

i am talking about command line interface (CLI). You can tools like MKS tool kit or Windows Services for Unix ( Microsost) or Cygwin for this purpose.

they have the facility for remote execution like "rsh" , "rexec" etc.
You can use perl script for that.

regards
manoj
by manojkumarnayak
Mon Feb 13, 2006 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remote call command tool
Replies: 6
Views: 2304

You can use CLI for that.
After your required process you can start your DS job.

regards
manoj
by manojkumarnayak
Wed Feb 08, 2006 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Port used to connect client to server
Replies: 1
Views: 1028

Re: Port used to connect client to server

range of ports in windows 32 bit system is 1 to 65535

regards
manoj
by manojkumarnayak
Wed Feb 08, 2006 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CFF stage comp field with decimal are ftp as '0'
Replies: 5
Views: 1835

Re: CFF stage comp field with decimal are ftp as '0'

check if the data representation type in ftp stage is binary.

manoj
by manojkumarnayak
Wed Feb 08, 2006 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage FTP Stage
Replies: 1
Views: 2457

Re: DataStage FTP Stage

noe way to solve this problem is
set data representation type as binary on output properties.

manoj