Search found 1724 matches

by priyadarshikunal
Sat May 23, 2015 9:24 am
Forum: General
Topic: version migration from 8.1 to 11.3
Replies: 3
Views: 3235

Yes, I second Craig's opinion that you will have to test everything (job execution, data etc) There have been changes to functions such as field() which we found to be "Fixed" in 8.5.3 which altered the functionality and was loading incorrect data in target and our jobs needed to be fixed....
by priyadarshikunal
Sat May 23, 2015 9:17 am
Forum: General
Topic: Can't install DS 7.5
Replies: 5
Views: 2056

Yes its not an supported operating system. However installation problem is most likely caused by Microsoft .net framework 1.1. Which is known for its problem with windows 7. Try installing .net framework 1.1 using slip stream manually and then try to install Data Stage using this link . Just in case...
by priyadarshikunal
Mon May 11, 2015 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate sequence number
Replies: 4
Views: 1581

and yes, don't forget to partition your data correctly.
by priyadarshikunal
Thu Apr 30, 2015 10:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 13)
Replies: 1
Views: 2085

I think its related to broken pipe, do you have any other warning or error messages or do you get any thing in the log when you reset the failed job?
by priyadarshikunal
Thu Apr 30, 2015 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP Extract Stage Issue with FTP mode
Replies: 2
Views: 2855

I would be more worried about the execution of the program ZETL_PROVA_DEV_FTP as I do not see the stage waiting for even a second before initiating transfer of the file. Check SAP logs for execution of this program.
by priyadarshikunal
Thu Apr 30, 2015 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC not giving desired results
Replies: 7
Views: 3949

There can be many reasons for getting all records for update. But since you are seeing every record as update here are my wild guesses. 1. You are writing to oracle database with APT_ORACLE_PRESERVE_BLANKS flag set to false and while loading those blanks are ommited. 2. You are unsupported character...
by priyadarshikunal
Thu Apr 30, 2015 7:39 am
Forum: General
Topic: connect to ds engine
Replies: 3
Views: 3110

Did you try WinRS?
by priyadarshikunal
Thu Apr 30, 2015 7:30 am
Forum: General
Topic: DSRunJob Controller error code=-14 update
Replies: 2
Views: 1793

Can you get the CPU usage during time of abort? Although there can be high CPU utilization there are few things which you may already know, are known to increase such incidents like &PH&, big log files etc.. But I have seen the number of occurrences go down without operator combination. But ...
by priyadarshikunal
Fri Apr 24, 2015 10:39 am
Forum: General
Topic: Problem after trying to reset Websphere user password
Replies: 4
Views: 2694

Do you see any other error there? and as Mike asked, are you able to login to WAS console?
by priyadarshikunal
Fri Apr 24, 2015 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Volatile table usage in Teraradata Connector Stage-DS 11.3
Replies: 3
Views: 3253

What is the error? Are you using same user to connect to database and is it the same database you are connecting from both environments?
by priyadarshikunal
Fri Apr 24, 2015 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ABAP Extract Stage Issue with FTP mode
Replies: 2
Views: 2855

How do you expect the file to be present in there. Did you write any logic to get that file created? Like running any ABAP Program?
by priyadarshikunal
Fri Apr 24, 2015 10:18 am
Forum: General
Topic: Connecting to FoxPro
Replies: 2
Views: 2167

make sure the entry in .odbc.ini is correct? 8)
by priyadarshikunal
Fri Apr 24, 2015 10:16 am
Forum: General
Topic: Master Sequence Job Design
Replies: 5
Views: 4006

I prefer having multiple sequence levels for better maintenance after wards depending on number of jobs to be sequenced.
by priyadarshikunal
Sun Apr 19, 2015 12:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DELETE MULTIPLE RECORD AFTER DB2 STAGE
Replies: 6
Views: 2907

There are things you can do before even sending the record to DB2 Connector. You can restrict that record in your job itself. I think if you sort on key and start and take the last record. Pass it through the lookup to get start of the record already there in the data base and if new record has star...
by priyadarshikunal
Fri Apr 17, 2015 12:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems with View data
Replies: 6
Views: 3699

did you verify the parameters being passed during runtime and during view data?