Search found 11 matches

by vans2003
Tue Mar 22, 2005 2:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help...Help....please organize the code and ExecDOS syntax
Replies: 4
Views: 2285

When I execute the following from command prompt it's working..fine --------------dropindex.bat----------------- C:\PROGRA~1\NCR\TERADA~1\bin\BTEQ.exe < c:\DS7.5\DropIndex.txt -------------------- I tied the following it's giving error... ExecDOS : C:\PROGRA~1\NCR\TERADA~1\bin\BTEQ.exe < c:\DS7.5\Dr...
by vans2003
Mon Mar 21, 2005 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign SYSDATE to Job Parameter
Replies: 8
Views: 5709

You can Use the following in transform derivation...


Sysdate:
Oconv(@DATE, "D-YMD[4,2,2]")

Sysdate-1
Oconv(@DATE-1, "D-YMD[4,2,2]")

--vans
by vans2003
Mon Mar 21, 2005 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help...Help....please organize the code and ExecDOS syntax
Replies: 4
Views: 2285

Help...Help....please organize the code and ExecDOS syntax

Can someone please look at the following code and correct it..I wrote all differtent pieces..and need syntax to call ExecDOS routine.... my problem here is to drop indexes before loading data into a teradat table using Multiload Plugin.. --------Teradata Drop Index Macro----------- REPLACE MACRO si_...
by vans2003
Thu Mar 17, 2005 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata unique secondary index error
Replies: 1
Views: 5821

Teradata unique secondary index error

I have table with Secondary indexes on severl columns in Teradata so when I try to load data using Multiload Plugin I am getting the following error... 09:04:39 UTY0805 RDBMS failure, 3547: MLoad target table may not contain unique secondary indexes. it means I can't load data with secondary indexes...
by vans2003
Tue Feb 15, 2005 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE process
Replies: 4
Views: 2584

Hey Nivas,
it looks like problem with config file(.apt) file..why don't you create u'r own .apt file and check it out..

--Vans
by vans2003
Tue Feb 15, 2005 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Type Bit to Binary Data Conversion Problem
Replies: 9
Views: 6088

Sample_Exists and Level_Type are same binary datatypes on teradata

I am trying in two different jobs......


Thanks,
Vans
by vans2003
Mon Feb 14, 2005 2:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP into Datastage Server
Replies: 5
Views: 3487

Use FTP Stage to transfer the files from one server to another

You can schedule a job in Datastage director to run weekly...
--Vans
by vans2003
Mon Feb 14, 2005 1:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Type Bit to Binary Data Conversion Problem
Replies: 9
Views: 6088

still has same problem..
I tried with Iconv(DSLink1.Level_type,"MX0C")
Source is Bit Type and Target is Binary Type(Teradata)
need conversion...

Any suggessions would be appreciate.

Thanks,
Vans
by vans2003
Mon Feb 14, 2005 11:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Type Bit to Binary Data Conversion Problem
Replies: 9
Views: 6088

SQL Type Bit to Binary Data Conversion Problem

Hi, I am getting the following error message when I hardcode the value "1" in transform.. TD_Main_Test..TD_ProdMast_Main: Invalid SQL column type for column Sample_Exists in stage TD_Main_Test.TD_ProdMast_Main TD_Main_Test..TD_ProdMast_Main.trg: DSP.Open GCI $DSP.Open error -100. Thanks, V...
by vans2003
Mon Feb 14, 2005 10:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Type Bit to Binary Data Conversion Problem
Replies: 9
Views: 6088

Bit to Binary Conversion error

Level_type has defined as BYTE(1) in Teradata.. when I import metadata into Job Binay is SQL Type.. level_type input values are 1,0, source is SQL server with datatype Bit I got following error message ........ TD_Main_Test..TD_ProdMast_Main: Unable to start MultiLoad process : MultiLoad failed: Che...
by vans2003
Mon Feb 14, 2005 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Type Bit to Binary Data Conversion Problem
Replies: 9
Views: 6088

SQL Type Bit to Binary Data Conversion Problem

Hi, I am converting Bit into Binay datatype in Teradata(Byte) using server job.. I am getting the following error message... **** 09:49:03 UTY0805 RDBMS failure, 3857: Cannot use value (or macro parameter) to match 'Level_Type'. Can someone Please find me a solution... early reply would be appreciat...