Search found 6797 matches

by DSguru2B
Wed Jun 14, 2006 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage error
Replies: 3
Views: 1458

Re: datastage error

hi, I'm using rogenerator and db2_udb_api stage.Rowgenerator generates dummy colmn and api stage for updation.Query used is UPDATE schema.ITEM_PUBL_EVNT SET STAT_C='2' WHERE STAT_C='U'; But the job is getting aborted.the log is DB2_UDB_API_ITEM_PUBL_EVNT: When processing argument -inlinkpropsWhen p...
by DSguru2B
Wed Jun 14, 2006 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problems reading a file with large columns
Replies: 7
Views: 2254

What is the next error you got exactly- after you ran the job with a managable size of data.
by DSguru2B
Wed Jun 14, 2006 1:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invalid casting
Replies: 2
Views: 701

Check the format for Date and Timestamp in Access.
by DSguru2B
Wed Jun 14, 2006 1:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Structure Server/Parallel
Replies: 7
Views: 1741

The Sequencers will operate as they do in 7.5.1, as long as you donot make the change to the code of the Sequencers. Adding new logic like looping activity may need re-design, depending how it is used.
by DSguru2B
Wed Jun 14, 2006 12:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 986

No need to say sorry. I understand that your topic is related. But depending upon the OS the answers might be different and hence creating a confusion.
This also helps later on when people use the search utility. Thats why, no biggie :)
by DSguru2B
Wed Jun 14, 2006 11:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 986

You really need to start a new post. Post hijacking is frowned upon. By starting your own thread, you will give us info about your os type, server edition, which may have a different solution.
Try looking at the post i referenced in my earlier post.
by DSguru2B
Wed Jun 14, 2006 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error read_delimited() in csv file
Replies: 6
Views: 986

You have a carrige return (^M) in your data in that particular column. This topic has been covered a lot here. Use the search engine.
Click herefor a start.
by DSguru2B
Wed Jun 14, 2006 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Report in a Job Sequence.
Replies: 6
Views: 2001

So the DSJobReport.dsx doesnt work on job sequences? Or you are not able to get information about the jobs executed in the job sequences? I dont use DSJobReport.dsx so i can say for sure but i bet it works for sequence jobs. To get the individual reports of jobs inside a sequence you need to go to t...
by DSguru2B
Wed Jun 14, 2006 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Seq fully in case any job in between getting aborted
Replies: 9
Views: 1245

bhaskarjha wrote:here if i wann that all jobs should run in any condition


UNCONDITIONAL will run the next job no matter what happens, the job finishes, crashes and burns :twisted: , it doesnt matter.
by DSguru2B
Wed Jun 14, 2006 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count of days
Replies: 6
Views: 1152

you can search for date functions in px. Check out this post. It also has where exactly you can find date functions in a px manual. Thanks to ArndW.
by DSguru2B
Wed Jun 14, 2006 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count of days
Replies: 6
Views: 1152

Is your source a database, and if it is , what database is it?
You can use the database functions to get this done at the database level as PX doesnt have very many data manipulation functions like server does.
by DSguru2B
Wed Jun 14, 2006 10:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running Seq fully in case any job in between getting aborted
Replies: 9
Views: 1245

Then you need to give the trigger expression fo the first job as UNCONDITIONAL.
by DSguru2B
Wed Jun 14, 2006 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Error
Replies: 3
Views: 1113

Try to reference this site. Search for the SQL0443N on the page.
It seems like the user defined method or routine at the database level is creating a problem. Go through the explanation on that site.
The problem is database related and not DS specific.
Good Luck.
by DSguru2B
Wed Jun 14, 2006 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Truncation problem
Replies: 4
Views: 912

I want to know the length number of the source and target. Obviously your target length is smaller than your source. You need to either handle that or ask your dba to increase the length of that particular column.
by DSguru2B
Wed Jun 14, 2006 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date Addition
Replies: 6
Views: 1713

What routine are you referring to. If its mine then its all there in the description.