Search found 74 matches

by swarnkar
Tue Feb 03, 2009 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connectivity issues after machine reboot
Replies: 4
Views: 2504

Re: oracle connectivity issue after reboot

have you had restart the ds server after changes have been made to dsenv ?

At times it works as dsenv will refresh values of all the variables.


Regards,
Nitin Swarnkar
by swarnkar
Thu Jan 29, 2009 1:51 am
Forum: General
Topic: Hashed File - Key column
Replies: 7
Views: 3432

Re: Hashed File - Key column

Thanks Nitin. Is it necessary that the output columns should be in the same order like the input columns in the hash file? Also In order to remove that key column, do I need to include another transformer. Regards, Deepti Deepti, If you want to reorder the columns then you have to maintain their po...
by swarnkar
Thu Jan 29, 2009 1:11 am
Forum: General
Topic: Hashed File - Key column
Replies: 7
Views: 3432

Re: Hashed File - Key column

It's necessary to have key column to be included in hashed file.

- Nitin
by swarnkar
Thu Jan 29, 2009 1:10 am
Forum: General
Topic: Hashed File - Key column
Replies: 7
Views: 3432

Re: Hashed File - Key column

It's necessary to have key column to be included in hashed file.

- Nitin
by swarnkar
Wed Jan 28, 2009 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC configuration
Replies: 2
Views: 4009

Re: ODBC configuration

TNS:listener could not resolve SID given in connect descriptor You are able to connect to Oracle through OCI stage, as you have TNS entry in tnsname.ora in you unix box, but connecting through ODBC, you need to mentioned following string in uvodbc.conifg file <db_handle> DBMSTYPE = ODBC and db_handl...
by swarnkar
Wed Jan 28, 2009 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I remove dashes in a date format?
Replies: 7
Views: 9981

Re: date conversion

[quote="Virupan"]Hi,

How can I convert date format from 'yyyy-mm-dd' to 'yyyymmdd' format ?

You can delete " - " by using EREPLACE function

EREPLACE(columnName,"-","")

Nitin Swarnkar
by swarnkar
Thu Jan 22, 2009 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle view data error
Replies: 3
Views: 1696

Hi Ray,

I am just curious about "Open File limit" in the message.

Is it pertaining to "ulimit" parameter on Unix box or MFILE/TFILE at Datastage environment ?
by swarnkar
Thu Jan 22, 2009 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mappings disappear from transformer
Replies: 4
Views: 1464

Re: Mappings disappear from transformer

In Manager also you can find the Date/time of last update in the job by changing the view as details.
by swarnkar
Thu Jan 22, 2009 1:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mappings disappear from transformer
Replies: 4
Views: 1464

Re: Mappings disappear from transformer

In Manager also you can find the Date/time of last update in the job by changing the view as details.
by swarnkar
Fri Jan 16, 2009 3:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unique constraint error
Replies: 8
Views: 9252

Re: unique constraint error

Hi, I have a server job and have the target table as an oracle stage. I am doing inset/update (insert new rows or upsert existing rows). But still i am getting this oracle error ORA-00001: unique constraint (CVID_UAT.PK_CV_WE_PRE_INSPECT) violated Ideally we should not get this in an upsert mode, i...
by swarnkar
Wed Jan 07, 2009 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generation of Ramdom Number
Replies: 2
Views: 1519

Re: Generation of Ramdom Number

[quote="bireswar.goswami"]Hi All,
I have to produce random no as customer id


Why you want to generate random number, to maintain Cust_Id to be unique or there is some other purpose ?
by swarnkar
Wed Jan 07, 2009 4:12 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Not able to save report as PDF file
Replies: 4
Views: 3771

wfis wrote:But I do not get a window to save the report as pdf. Any help apprepicated.
Do you installed PDF writer (not reader) installed in your machine. If you have then you can save it in any format and then right click it, there you would have an option to convert it to PDF.
by swarnkar
Tue Nov 18, 2008 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting the source data into timestamp
Replies: 2
Views: 937

Re: Converting the source data into timestamp

Hi, how to convert this into (13 NOV 2008 21:06) timestamp format Hi Laknar, first you have to convert it into internal format with help of Iconv Function. and then you can convert back this value to readable format by Oconv. Like Oconv(Iconv(Field_Name[1,11],"D"),"D/YMD[4,2,2]"...
by swarnkar
Wed Nov 12, 2008 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling special characters
Replies: 3
Views: 1830

Re: handling special characters

venni wrote:Hi frnds,
I have small query...
I hav sorcu data like this..

a$a%d
b^f*g
g@j&*h

pls can any one tell me how to handle this special char's.
You can use Oconv function with "MCA" or "MCP" options to get Alpha-Numeric or Printable characters.
by swarnkar
Fri Nov 07, 2008 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parameter set in new server
Replies: 5
Views: 3280

it seem like $PROJDEF doesn't resolve to value "bcuprod".[/quote]

While defining the parameter at Adminstrator, you have to provide the actual value of parameter and when you are using them in jobs then you can select the between $PROJDEF and $ENV.