Search found 226 matches

by synsog
Thu Mar 10, 2011 1:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High volume of reference data
Replies: 1
Views: 1095

High volume of reference data

Hi All, We are getting high volume of reference data is one of my job and this job is taking 40 min time for complete execution. On daily basis they are adding reference data and at this point of time we are getting more than 50 million records. We have tried few options but the issue is still same....
by synsog
Thu Feb 24, 2011 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migration of Informatica into Datastage
Replies: 1
Views: 1709

Migration of Informatica into Datastage

Hi All, Our requirement is to move informatica mapping into Datastage jobs. I have done some googling but can not find about the exact information. There was coule of points mentioned in DSXchange as well. 1) XMigrate : But no information is there even on IBM site. 2) Trying to import informatica ma...
by synsog
Fri Feb 11, 2011 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage--Duplicate
Replies: 5
Views: 10405

Re: Lookup stage--Duplicate

Issue is you have multiple records in the reference table having the same vaule in the column with which you are performing lookup.
handle that before you perform lookup
by synsog
Fri Feb 11, 2011 1:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD
Replies: 7
Views: 4190

Re: CONVERT 'MM-DD-YYYY' to YYYY-MM-DD

For removing quotes, while reading from source file itself, for the column, in column properties, give quote as 'single'. then the sequential file will read the date column without the single quote.
by synsog
Thu Jan 27, 2011 4:30 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 4172

Thank you guys... now its working fine :)...

Solution: Sourced the dsenv file from dshome i.e. "/opt/ibm/IS/InformationServer/Server/DSEngine"
by synsog
Thu Jan 27, 2011 1:10 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 4172

@Craig : My script makes a list of jobs in a project.

@Paul : No I did not source the dsenv file. I never scheduled a script (having dsjob dssh etc) in cron before so I didnt know about that.
by synsog
Tue Jan 25, 2011 8:01 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 4172

Actually I am directing the output of dsjob to a file. I am able to do this when I run the script from $ prompt $ my_script.sh It works fine Schedule it thru cron 00 02 * * * /path/to/script/my_script.sh not working properly. I am doing this thru unix crontab and not thru datastage director. PaulVL ...
by synsog
Mon Jan 24, 2011 6:49 am
Forum: General
Topic: dsjob not working through crontab
Replies: 10
Views: 4172

dsjob not working through crontab

Hi, I am running the following dsjob command through a script - /opt/ibm/IS/InformationServer/Server/DSEngine/bin/dsjob -domain <dom> -user <usernm> -password <pwd> -server <server> -ljobs <projnm> And on manually running the script, its giving output but when I am scheduling the script, it is not g...
by synsog
Thu Jan 20, 2011 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: input dataset '0' is NULL. Record dropped
Replies: 4
Views: 13201

Check with isnull() and also empty space. Eg: IsNull(Col1) or Col1='' or Col1='NULL' if you assigned 'NULL' in previous stages I hope this works. Thanks' Vijay Thanks for the swift response but having the same problem tried two options Option1 ) Directly added Constraint IsNull(Col1) or IsNull(Col2)...
by synsog
Fri Dec 10, 2010 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting Data from DB2 Connector Stage
Replies: 4
Views: 4400

Hi,
We faced the similar issue some time back and got resolution.When using connector stage. It tries to query some of the DB2 system views related to environment. Once after granting permission to the Application user id (datastage id) on the respective tables our issue got resolved.
by synsog
Fri Dec 10, 2010 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Load append Error
Replies: 1
Views: 1729

DB2 Load append Error

Hi, We are using datastage 8.1. Job design is like a dataset - > Transformer -> DB2/UDB enterprise stage The write method is kept as Load append. But job is getting aborted with following are the error messages from job log DSP_DB2,5: {0} [db2load_driver.C:969] DSP_DB2,5: SQLCODE = -3,025; SQLSTATE=...
by synsog
Fri Dec 03, 2010 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Repository Interface Error-Connection has timed out(81015
Replies: 4
Views: 4776

Greetings DS Doctors, We are also facing similar time out issue. DS Engine/WAS/X-META db ever ty looks normal. Not sure why i am still getting this issue. Issue persists, when logging from client tools on my local machine and Citrix server as well. Am i missing to check something..? Thanks your help...
by synsog
Fri Nov 19, 2010 12:21 am
Forum: General
Topic: Informatica to Datastage Migration Checklist
Replies: 3
Views: 5690

Informatica to Datastage Migration Checklist

Hi Friends, We are working on Informatica to Datastage Migration project. One of the job which we have developed is giving issue. All the mappings and transformations are same as Informatica mappings and logics. But the record count in the target differs. For Example, Informatica is loading 2 record...
by synsog
Thu Nov 11, 2010 5:43 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 9379

Ray, I want to know if there is any table other than DS_AUDIT from which I can extract job modification information. As I didnt receive any response to my previous question I asked information on how to list the tables in administrator client. Why I need this information? This is because I am workin...
by synsog
Wed Nov 10, 2010 8:15 am
Forum: General
Topic: How to list jobs modification dates?
Replies: 25
Views: 9379

How can I find out all the tables listed in administrator client?

Is there any show tables or any other command which might save my purpose?