Search found 39 matches

by ram1899
Sat Apr 19, 2008 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Convert TimeStamp
Replies: 2
Views: 2126

Convert TimeStamp

I have Input file which has a TimeStamp Column , All the values are in ET timezone I want to convert this time stamp to diffrent time zone based on the Local Time Zone Column My Data in file is Time in 24 Hrs Clock Customer Customer_timezone TimeStamp ET 123A ET 2008-04-09 10:20:23 124B CT 2008-04-0...
by ram1899
Mon May 07, 2007 11:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAPI Extract row counts issue
Replies: 3
Views: 2133

I am using in bulit procedures..
by ram1899
Thu May 03, 2007 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BAPI Extract row counts issue
Replies: 3
Views: 2133

BAPI Extract row counts issue

We are extracting data from SAP R/3 system and loading into DB2 database using BAPI Extract. We are having problem with BAPI extract row limitations. Looks like BAPI is limiting the result set automatically to 100 rows. Job is working fine with fewer records( <100). When ever my BAPI extract job is ...
by ram1899
Wed Mar 28, 2007 2:15 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error in Column analysis
Replies: 1
Views: 3183

Re: Error in Column analysis

I clould resolve this issue

I have deleted the tables from Maintain Dictionary and reload the tables to the same database and initialized the database

Cloumn analysis worked


Thank you
by ram1899
Wed Mar 28, 2007 10:25 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error in Column analysis
Replies: 1
Views: 3183

Error in Column analysis

We have 43 tables in our source database I have imported the Meta Data into the PS, when initializing their are some errors which are ignored and started column analysis the data in each table is in Millions I could do analysis for 40 tables with out any problem, for three tables I couldn't do the c...
by ram1899
Fri Feb 09, 2007 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fixed width file creation problem when using NLS UTF-16BE..
Replies: 1
Views: 1952

Fixed width file creation problem when using NLS UTF-16BE..

We are extracting data from SAP IDOC extract and creating fixed width file with NLS UTF 16BE. It is not actually creating a fixed width file all the space are trimmed. My output file has three columns Col1 Char(08 ) sample value IBMC expecting length(08 ) Col2 Char(20) sample value CUS56UT expecting...
by ram1899
Mon Aug 14, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6601

Doesn't matter. All you lose in that case is the ability to do what's called Transaction Grouping, nothing you need to worry about for this it seems. Thank you This Jobs are designed by Some one and all left to diffrent project in same company and I have to Rock and roll on this Jobs from the day o...
by ram1899
Mon Aug 14, 2006 9:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6601

That's your call. We generally stick with 0 to get an all-or-nothing load. You need to decide what's appropriate for what you are doing and how you are handling restarts after failure. If you do use something other than 0, make sure it's a multiple of the Array Size. One more Quick Question what if...
by ram1899
Mon Aug 14, 2006 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6601

That's your call. We generally stick with 0 to get an all-or-nothing load. You need to decide what's appropriate for what you are doing and how you are handling restarts after failure. If you do use something other than 0, make sure it's a multiple of the Array Size. Thanks A TON Craig Appreciate I...
by ram1899
Mon Aug 14, 2006 9:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6601

chulett wrote:If you are using two database stages for your Insert and Update links, switch the job to use a single stage for both links. This will keep all work in a single transaction and generally avoids all that pesky 'hanging'. :wink:
Thank you

In this case what TRANSACTION SIZE is best option
by ram1899
Mon Aug 14, 2006 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 6601

What is the db you use[try merge statement if you do], hanging issues cannot be answered without tracing your design ORACLE 9I Design is I have source and we do lookups on couple of table and look up the same Target table If the record is a alredy exists then We update the table and if new record w...
by ram1899
Fri Jul 28, 2006 11:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IMPORT Read Only DSX file
Replies: 5
Views: 4951

chulett wrote:How large is 'large'? Editors like UltraEdit32 can handle very large files and on UNIX you have functions like 'sed' to do that. Very little pain involved in either of those. :wink:
Thanks a TON it worked
by ram1899
Fri Jul 28, 2006 10:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IMPORT Read Only DSX file
Replies: 5
Views: 4951

chulett wrote:Well, one such way would be to edit the .dsx file and change all occurances of Readonly "1" to Readonly "0" before importing.
Thank you

This works but when you are dealing with large size file doing the Replace is a pain

Any other smiple way

Thank you
by ram1899
Fri Jul 28, 2006 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IMPORT Read Only DSX file
Replies: 5
Views: 4951

IMPORT Read Only DSX file

Hi All


I have exported a DSX from PROD Server where Jobs are READY Only and I'm Importing to DEV Server After I import the Jobs are still read only in DEV How do I get Around this

I need the Jobs in DEV to be in EDIT mode

Your help on this will be appreciated


Thank you
by ram1899
Mon Feb 20, 2006 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Comiling the Job Sequencer
Replies: 6
Views: 2418

Sometimes this is caused by not having write permission to the folder on your client machine where the XML document is to be written. Otherwise, there is something in your job sequence that can not be found in the Repository. Check with your support provider as to the meaning of error code 2017. Th...