Search found 155 matches

by bala_135
Thu Mar 05, 2009 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Migration problem from 8.0 to 8.1
Replies: 8
Views: 4478

Oracle Migration problem from 8.0 to 8.1

Hi All, We were using IBM Information Server 8.0.All jobs were running fine. Our jobs have got huge sql queries.We were using Oracle 9i database. But now we want to migrate from 8.0 to 8.1. Now when we run the jobs especially the jobs which have got Oracle Enterprise edition stage throws an error. B...
by bala_135
Mon Dec 15, 2008 5:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deletion of Project does not remove all entries
Replies: 2
Views: 1563

Deletion of Project does not remove all entries

Hi All, I am trying to extract the metadata of all the projects by using the following command. 1.dssh "SELECT SCHEMA_NAME,@ID,PATH,OWNER FROM UV_SCHEMA WHERE SCHEMA_NAME <>'CATALOG';" > ./file1 I am doing the following test case:What happens on deletion of a project.While testing,I found ...
by bala_135
Thu Dec 11, 2008 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TCL Commands
Replies: 1
Views: 2048

TCL Commands

Hi, I am trying in IBM Information server the following.Just to try TCL commands through scripting. cd to the bin directory of the dsengine typing the following command. ./dssh.exe SELECT * FROM DS_JOBS > file4.txt Just testing on the TCL commands. File gets generated but could not see any data. Any...
by bala_135
Mon Sep 15, 2008 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting the names of the parameters across all jobs
Replies: 1
Views: 1077

getting the names of the parameters across all jobs

Hi, My enviornment is like this 1.No sequence 2.We use a routine to run the jobs. My requirement I need to trace the parameter name which is used by all jobs Approaches 1.Take a dsx and search for the names of the parameters. 2.Write a routine which gets the names of the jobs in the project and the ...
by bala_135
Thu Jul 10, 2008 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the data file
Replies: 7
Views: 2091

Hi, Thanks for the reply.Sequential file stage and the length i am specfying is 8000 for the XML column.I did another test used sequential file stage datatype as varchar 8000,removed all the other fields expect for the XML column field and written the results using another filestage.Used the strip r...
by bala_135
Wed Jul 09, 2008 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the data file
Replies: 7
Views: 2091

Reading the data file

Hi All, I am having a source file like this column1,column2(xml tag),column3. I read it and pass the column(xml) to the xml input stage and then to the targets.The job aborts after reading a million rows and throws the "ACCESS VIOLATION ERROR". I guess these are some data related issues.I ...
by bala_135
Fri Jun 20, 2008 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading through the delimter 000
Replies: 6
Views: 1895

Hi,
Its compile time.During view data itself its not accepting.

Error calling subroutine: DSD.Browse (Action=3); check DataStage is set up correctly in project Test

Regards,
Bala.
by bala_135
Fri Jun 20, 2008 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading through the delimter 000
Replies: 6
Views: 1895

Hi, Thanks Craig. I cant enable the supress row truncations as data is not read fully. I have used some of the delimters(144 or 161) suggested in the below link.These are very rare to come from the source. No worries my data is Engish not french http://www.asciitable.com/ Out my curiosity where can ...
by bala_135
Fri Jun 20, 2008 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading through the delimter 000
Replies: 6
Views: 1895

Reading through the delimter 000

Hi, I have a file in the below mentioned format. UHDR1 1234567890 AB1CD12345 ABCDEFGH ABC@ABC.COM UTRL1 Since the Header and Tralier Format is going to be the same for all the files,I am creating a template job to remove the Header and Tralier. Below is the design 1.Read all the records as a row usi...
by bala_135
Thu Jun 19, 2008 6:07 am
Forum: IBM QualityStage
Topic: From ODBC File definitions is not enabed
Replies: 8
Views: 2802

Hi,

Its a strange problem even once i have got.Click on the the data definitions first,the canvas(data definition) will open and then try it should get enabled.

Bala.
by bala_135
Sun Apr 13, 2008 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited() in ODBC stage
Replies: 5
Views: 1191

Hi, Thanks for the reply.It was absoultely an issue with the source columns which was having a CLOB datatype.I have to substring the columns instead of type casting it from CLOB to varchar.Once when I type cast it could read all the records.Apologies if I was not clear in my previous post. But still...
by bala_135
Sat Apr 12, 2008 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read_delimited() in ODBC stage
Replies: 5
Views: 1191

read_delimited() in ODBC stage

Hi, I have an ODBC(Oracle DSN) for sourcing data.When I write to the target sequential file stage. The following happens 1.Job Aborts 2.It sources some records. 3.It gives me the following error. src_ORA_Desc..Seq_Trg_Desc.Outto_Desc: read_delimited() - row 440, column CL_CORE_CD, required column mi...
by bala_135
Wed Mar 26, 2008 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing datas from hashed files to the where clause
Replies: 3
Views: 1344

Hi, Thanks for the inputs. Let me give my approach. Enviornment 1.Using parameter.ini file to set the parameter values. 2.No datastage sequence.External scheduler. My approach, Filter comes from one table.Need to separate the filters using conditions As craig suggested i am going to read the inputs ...
by bala_135
Tue Mar 25, 2008 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing datas from hashed files to the where clause
Replies: 3
Views: 1344

Passing datas from hashed files to the where clause

Hi All, Is there a way of passing the values from the hashed file to the Where clause of the sql. Let me explain 1.My source system is like this table1------table2 table1-------table3 table1 -------table4. All are related through primary key(table1 pk in table2,table3,table4) Filter condition for my...
by bala_135
Tue Mar 25, 2008 10:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Anyone has encountered this problem before.
Replies: 6
Views: 1968

Hi, Thanks for the command.I am not doing anything at the transformer level only at the target stage changing the Quote character from " to 000 in the format tab of the sequential file stage.My concern is about the strange behaviour of datastage.Just want to know the ghost :twisted: behind this...