Search found 174 matches

by singhald
Fri Sep 12, 2008 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass variable $APT_CONFIG_FILE from script
Replies: 13
Views: 17797

hi in my parameter file i am writing the parameter name it self like, $APT_CONFIG_FILE=/opt/Ascential/DataStage/Configurations/2Node.apt InputDir=/home/source/ InputFileName=emp.dat OutputDir=/home/target/ OutputFileName=emp.out RejectDir=/home/reject/ RejectFileName=emp.rej then i am passing it to ...
by singhald
Thu Sep 11, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to pass variable $APT_CONFIG_FILE from script
Replies: 13
Views: 17797

How to pass variable $APT_CONFIG_FILE from script

Hi all I am using shell script S1 to call the datastage sequence. I am writing all job parameters in a parameter file and script is using this parameter file. In my main script i am calling a small shell scripts to launch the datastage sequence and providing input that parameter file. in small scrip...
by singhald
Thu Sep 11, 2008 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing env variable as parameter thru shell script
Replies: 6
Views: 2214

Hi Rick,

could you please tell how did get rid off $ sign.

Regards
by singhald
Sun Sep 07, 2008 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Stage - Issue
Replies: 5
Views: 1794

please install the c++ compiler into your machine,

for that you can install visual studio 2003 in your PC, it will solve your problem.
by singhald
Sun Sep 07, 2008 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Datatype
Replies: 1
Views: 857

hello

you can use BigInt in the datastage table definition to support oracle datatype integer, it will remove all of your warning messages.

Regards
by singhald
Sat Sep 06, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string_from_decimal showing warning
Replies: 4
Views: 2186

add one more specificaion into Modify satage

and write NOWARN , it will not issue warning messages.
by singhald
Tue Sep 02, 2008 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion from 05aug08 to yymmdd
Replies: 11
Views: 7335

first correct your expression to get correct required ouput format in yyyymmdd, Incorrect= DateToString(StringToDate(DSLink8.a,"%dd%mmm%yy"),"% yy%mm%dd ") Correct =DateToString(StringToDate(DSLink8.a,"%dd%mmm%yy"),"%yyyy%mm%dd") now check the datatype for thi...
by singhald
Tue Sep 02, 2008 12:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage
Replies: 10
Views: 2247

hello,

you can use the Parallel Operator sepecefic enviornment variable
APT_ORAUPSERT_COMMIT_ROW_INTERVAL to 0,

Use this variable in job parameter and change the default value to zero.

and check your job.
by singhald
Tue Sep 02, 2008 12:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance suggestion.
Replies: 3
Views: 2075

i want to know few more details about the join conditions,

what are the column you are using to join, \are these column have index or not ?. are u performing join in sql or using DS join stage
by singhald
Tue Sep 02, 2008 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Job Logs from director using unix shell script
Replies: 3
Views: 2249

Hello Resham,

you can use the below command

dsjob -logsum #PrjectName# #JobName#

it will give you the datastage director log.

Regards,
by singhald
Tue Sep 02, 2008 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Parallel job
Replies: 2
Views: 1473

hi ,

try this option to remove the old link with the new link.
by singhald
Tue Sep 02, 2008 2:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates using Transformer
Replies: 8
Views: 5887

hello Mahadev, it is very tricy to remove duplcicate records using transformer stage, to do that , you need to use two stages, 1) Sort Stage : you need to sort your indatcoming data based on key attributes on which you want to remove duplicate records, also enable KeyChange options inside the sort s...
by singhald
Tue Sep 02, 2008 2:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequencer error
Replies: 6
Views: 3280

Hello Tej,

can you please write down a flow diagram of your sequecer activities in sequece,

Based on your previous post,

you are aborting your sequecer incase of failure of your job activity.

what actully you want if your ur job abort.

Regards,
by singhald
Mon Aug 25, 2008 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatted length of fields and record
Replies: 3
Views: 1420

Ray, Thanks for quick response,

I have not column defined 426 in terget and no column defined 425 in the source dataset.

i am not able to figure out why this warning messages is coming.


Regards
by singhald
Mon Aug 25, 2008 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Formatted length of fields and record
Replies: 3
Views: 1420

Formatted length of fields and record

Hi All, I am loading records into database table using oracle enterprise stage with sql load options. This datasatge job was not issuing any warning messages in the director log. today it started issuing a warning messages "EmpLoadJob: When checking operator: Formatted length of fields and reco...