Search found 67 matches

by raj_konig
Mon Feb 20, 2006 3:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 9
Views: 5519

ArndW, I feel its a problem while conversion in Datastage. becoz, if we try to load data from a flat file,which contains arabic information, to database we need to mention the source NLS as 'Unicode' and then load. this process loads data without any issue. If i change the source NLS from Unicode to...
by raj_konig
Sun Feb 19, 2006 2:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 9
Views: 5519

Folks, I got a work around for this. I exported the whole access data into XML and from there I loaded into the database. This process is able to display my arabic characters. ArndW, The numbers that were diaplayed are almost same which is 46. But I dont think this number is any way concerned with t...
by raj_konig
Sun Feb 19, 2006 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 9
Views: 5519

Yes I do have NLS Enabled Datastage. I am not sure regarding my access database column character set. Arabic data is not even coded. It is clearly seen in Access. In Administrator 'MS1252-CS' NLS Map was selected. I tried SEQ & UNISEQ for Arbaic Column and a numeric was displayed in turn. rajesh
by raj_konig
Sat Feb 18, 2006 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 9
Views: 5519

Display of Arabic Characters

Folks, I am trying to insert data from access to a database table. I am calling this Access file using ODBC stage. All goes fine expect with one column which contains Arabic data. This is been displayed as junk data. When I try to laod the same from a flat file i am able to do by changing my NLS to ...
by raj_konig
Sat Feb 18, 2006 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 5
Views: 3593

This too cannt be done directly. I need to MANUALLY export data from access to Excel and from Excel I need to re-export tht to text file. Then I can use this file in order to get the Arabic data. But this is a huge process as i do have lots of Access files and in each i have more than 1 lac of recor...
by raj_konig
Sat Feb 18, 2006 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Display of Arabic Characters
Replies: 5
Views: 3593

Display of Arabic Characters

Folks, I am trying to insert data from access to a database table. I am calling this Access file using ODBC stage. All goes fine expect with one column which contains Arabic data. This is been displayed as junk data. When I try to laod the same from a flat file i am able to do by changing my NLS to ...
by raj_konig
Wed Feb 08, 2006 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy In row counts
Replies: 11
Views: 2481

I do check tht ArndW.

i am just inserting the records. "Insert rows without clearing".

but i am dropping and creating the table everytime i run the job.

rajesh
by raj_konig
Wed Feb 08, 2006 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy In row counts
Replies: 11
Views: 2481

its just a simple insert i am not even applying any constraints i have data in flat file i am trying to insert into the database. i dont have any duplicates in my source. if the records are being reject then this is because of some violation like unquie key violation or something. then in this case ...
by raj_konig
Wed Feb 08, 2006 12:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Discrepancy In row counts
Replies: 11
Views: 2481

Discrepancy In row counts

Folks, While loading data from source to target, i see discrepancy in row counts. The no of records shown by the Designer after running the job are sometimes different when i queried against the database. Mine is a direct source---> transformer----> target JOB. the no of records in the table are les...
by raj_konig
Wed Feb 08, 2006 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg DS_Audit
Replies: 15
Views: 3781

Yes arndW i did that too.

With "localluv" as DSN i typed "DS_Audit" in 'Name contains' tab and clicked OK.

yet it resulted "No Match Found"

rajesh
by raj_konig
Wed Feb 08, 2006 6:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: joining in server jobs
Replies: 8
Views: 2452

Code: Select all

In server Editon, you can do a lookup even through a Transformer stage to acheive join of two files. 
I guess we can just do a lookup using a transformer but join is different with that of a lookup

rajesh
by raj_konig
Wed Feb 08, 2006 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg DS_Audit
Replies: 15
Views: 3781

Reg DS_Audit

Folks,

I am accessing DS_Audit from DS Command prompt.

IS there any way I can access this thru a mapping.

I tried using Unierse plugin with "localluv" as DSN but i couldnt see any of the tables.

Help me out

rajesh
by raj_konig
Wed Feb 08, 2006 5:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: truncate trailing zeroes
Replies: 9
Views: 2149

even a direct substring function will get this.

substring(col2, 1,4)

raj
by raj_konig
Wed Feb 08, 2006 1:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5722

Hi Vijay

Thanks a lot dude. I never a expected such a detailed explanation. Finally it worked. really thanks a lot. :D

rajsh
by raj_konig
Tue Feb 07, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. XML Input
Replies: 21
Views: 5722

<?xml version="1.0" ?> - <catalog> - <book id="bk101"> <author>Gambardella, Matthew</author> <title>XML Developer's Guide</title> <genre>Computer</genre> <price>44.95</price> <publish_date>2000-10-01</publish_date> <description>An in-depth look at creating applications with XML....