Search found 104 matches

by harithay
Thu May 19, 2005 3:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDENTITY_INSERT is set to OFF.
Replies: 5
Views: 10482

thanks ds_developer
by harithay
Thu May 19, 2005 11:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IDENTITY_INSERT is set to OFF.
Replies: 5
Views: 10482

IDENTITY_INSERT is set to OFF.

Hi , i am getting warning error as foloows. Cannot insert explicit value for identity column in table 'nsar' when IDENTITY_INSERT is set to OFF. what does it mean nsartable..Transformer_1.DSLink17: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO uci.dbo.nsar(nsar_id, total_net_assets...
by harithay
Thu May 19, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: current timestamp
Replies: 9
Views: 4920

hi ray,

the format is right.

i need something that genearte seconds after decimal

for example like this 2005-05-19 12:03:45.256
by harithay
Wed May 18, 2005 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting null values in fields
Replies: 5
Views: 2339

hi craig

I am loading data from sequential fiel to odbc, when i view the data from

databrowser i can able to see the input data ,


why it is saying for evry field that is mapping from input as 'null' (warnings)

if u have any idea please let me know
thanks
by harithay
Wed May 18, 2005 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting null values in fields
Replies: 5
Views: 2339

getting null values in fields

hi all, i am getting following warning. after 50 warninngs my job is aborting nsartable..Transformer_1.DSLink17: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO uci.dbo.nsar(nsar_id, total_net_assets, change_in_tot_assets, foreign_exposure, diversified_fund, open_end_fund, fund_name,...
by harithay
Wed May 18, 2005 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WARNING
Replies: 5
Views: 1548

WARNING

hi all; this is my run time error Ldnavtable..Transformer_1.DSLink5: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO uci.dbo.nav(account_id, eff_start_dt, nav, eff_end_dt, created_dtm, created_by, last_upd_dtm, last_upd_by) VALUES (?,?,?,?,?,?,?,?) SQLSTATE=S1000, DBMS.CODE=0 [DataSt...
by harithay
Wed May 18, 2005 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job is aborted due to mismatch
Replies: 2
Views: 1057

Thank you arndw,

you are ryt , my dba has changed its data type in the target . i don't know that.
by harithay
Wed May 18, 2005 10:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job is aborted due to mismatch
Replies: 2
Views: 1057

job is aborted due to mismatch

Hi all , my job is aborted , field sql type length scale input nav decimal 18 2 target is sql server nav numeric 15 2 i got follwing first warning. Ldnavtable..ODBC_2.DSLink4: DSD.BCIOpenW results of SQLColAttributes(nav) gave MetaData mismatch COLUMN.TYPE Expected = Numeric Actual = Integer what mi...
by harithay
Wed May 18, 2005 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: current timestamp
Replies: 9
Views: 4920

current timestamp

Hi all, in the out put i need to generate current timestamp . the format is like this yyyy-mm-dd hh:nn:ss.x whre x represents 3 digits of current time micro seconds i am suing OCONV(DATE(), "D4-YMD[4,2,2]") : " " : OCONV(TIME(), "MTS:") : ".000" but it is wron...
by harithay
Tue May 17, 2005 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings after run the job
Replies: 5
Views: 2212

Hi in my input file CIK is one of the fields ,its length is 10, sql type is integer dataformat is 0000004567 (example) In out put file CIK is one of the fields its length is 8, sqltype is varchar . if it's length is 8 it will truncate the data. i think my job is getting aborted because of above reas...
by harithay
Tue May 17, 2005 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings after run the job
Replies: 5
Views: 2212

thanks sainath my target database is sqlserver, for target i am using ODBC stage. the input and output columns are matching except their length. for 1st warning i am getting the following message. nsartable..Transformer_1.DSLink11: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO uci....
by harithay
Tue May 17, 2005 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings after run the job
Replies: 5
Views: 2212

Hi sainath


i tried using sequential file in the target;(dslink3 is input to transformer)

i am getting floowing error

textfile..Sequential_File_0.DSLink3: read_delimited() - invalid quotes, column FUND_NAME = "DOGS"


what does it mean

thanks
by harithay
Tue May 17, 2005 10:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warnings after run the job
Replies: 5
Views: 2212

warnings after run the job

Hi all; my job is aborting after 50 warnings . nsartable..Transformer_1.DSLink11: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO uci.dbo.nsar(nsar_id, total_net_assets, change_in_tot_assets, foreign_exposure, diversified_fund, open_end_fund, fund_name, borrowing_name, cik, as_of_dat...
by harithay
Tue May 17, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date format to timestamp
Replies: 2
Views: 866

date format to timestamp

Hi all; i have input field "DATE" in the format mm/dd/yyyy output i need "DATE" in the format yyyy-mm-dd 00:00:00.000 i am using following format , but it is giving syntax error(showing red); Oconv(iconv(DSLink3.DATE,'' D/MDY[2,2,4]") ,"D-YMD[4,2,2]") :" 00:00...
by harithay
Mon May 16, 2005 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: generation of surroagte key
Replies: 6
Views: 3107

Thank you kris,