Search found 227 matches

by paddu
Thu Jun 14, 2007 2:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSA Load
Replies: 4
Views: 1573

kashif007 wrote:I did not get any reply for my question. Which stage should I use to load to an SAP BI Info Object. Is it SAP BW Load stage????
Please do not demand quick response

As suggested go through the Docs.

You can use BW Load Stage ( may be the latest version is 4.2.1)
by paddu
Wed Jun 06, 2007 6:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to copy files to different domains
Replies: 4
Views: 2999

Does your routine have other logic or are you using it only for the copy?
by paddu
Sun Apr 08, 2007 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User id permissions
Replies: 7
Views: 1859

No idea , i can check with my team.

Thanks Craig.
Paddu
by paddu
Sun Apr 08, 2007 5:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User id permissions
Replies: 7
Views: 1859

What is enterprise software delivery system?
by paddu
Sun Apr 08, 2007 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User id permissions
Replies: 7
Views: 1859

we have lot of developers working on different projects but on the same server . We have frequently invalid password issue . All the developers have admin login as it is windows usr/pwd. I would like developers to access designer and director and not Administrator. Is there anyway to do . By the way...
by paddu
Sun Apr 08, 2007 4:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User id permissions
Replies: 7
Views: 1859

User id permissions

How can we restrict a User ID to access Datastage admin.

let me know if my question is vague
Thanks
paddu
by paddu
Thu Mar 22, 2007 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempting to Cleanup after Abort
Replies: 10
Views: 6972

just an update . Looks like version 7.5.2 has fixed abnormal termination problem . In our project we did not see this problem after switching from datastage 7.5x2 to 7.5.2 march 2006 release. IBM told us they had a patch for this problem and fixed in 7.5.2. I wish they come up with a patch for abnor...
by paddu
Wed Mar 14, 2007 6:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

i used this TRIM(Oconv(Iconv(src_out_LICENSE.Raw_St_Lic_expr_dt, "D/MDY[2,2,4]"),"D-YMD[4,2,2]"), "-", "A") .

worked fine . i think even it we load in orace format ,it is something to do with TOAD . In TOAD i view the date as MM/DD/YYYY.
by paddu
Wed Mar 14, 2007 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

DSguru2B, I tried your option . it is working but whenever there are blank dates coming in, it is throwing an error as ORA-01858: a non-numeric character was found where a numeric was expected and rejecting the record result in datastage Dir log RAW_ST_LIC_EXPR_DT = - - function used in transfomer i...
by paddu
Wed Mar 14, 2007 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

As i mentioned before my source date format is MMDDYYYY . In my target oracle we want the date to be like MM/DD/YYYY
by paddu
Wed Mar 14, 2007 5:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

kumar,

on oracle side my field is Date , front side in datastage it looks like timestamp 38 when i imported the table definition from oracle .
by paddu
Wed Mar 14, 2007 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

us1aslam1us

i tried your solution
it ended as blank in oracle.

i even tried

OCONV(ICONV(src_out_AMA_LICENSE.Raw_St_Lic_expr_dt,'D4MDY'),'D4/DMY[2,2,4]')

even ended as blank in oracle.
by paddu
Wed Mar 14, 2007 4:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

i first added Date of length 10 and loaded into oracle and it gave those values which i mentioned earlier ,

Now i changed the field as Timestamp length 38 while loading into oracle ( which we actually want ) . datastage threw an error as DBMS.CODE=ORA-01861 literal does not match format string
by paddu
Wed Mar 14, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

No, it did not work


For a date from source which is 12312006 i got 2/14/5677 as the result in oracle.
by paddu
Wed Mar 14, 2007 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date help
Replies: 20
Views: 6530

so we don't have to use any date conversions ????.
just loading string to date would resolve ? let me try.

i will update you quickly.

Thanks
paddu