Search found 131 matches

by shilpa79
Wed Apr 04, 2007 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp
Replies: 14
Views: 5422

Timestamp

this column is not commin from the source

I have to populate the crreationtimestamp column
like "2007-03-20T09:21:22"

for this column sql type is timestamp

Thanks,
by shilpa79
Wed Apr 04, 2007 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequence number in Oracle DB
Replies: 5
Views: 2263

Sequence number in Oracle DB

Do we have any function for generating the sequence number in Oracle
in PX.

Thanks,
by shilpa79
Wed Apr 04, 2007 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query
Replies: 7
Views: 1493

DSguru2B wrote:Its complaining that you have defined it as ustring? What is the datatype, set it as timestamp or Date with length 38. The sql select will automatically stick in a TO_CHAR() to it.
Its working ,
Thanks for all ur help.
by shilpa79
Tue Apr 03, 2007 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query
Replies: 7
Views: 1493

what happens when you run that sql from anysql tool, does it work? Check the format of that field it is possible that you might be missing the microseconds part .......... yes, Its working fine in Toad and server job too. I donot know when I am trying to develop the same Job in PX as they preferred...
by shilpa79
Tue Apr 03, 2007 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query
Replies: 7
Views: 1493

us1aslam1us wrote:Extract that field as string(char/varchar) then do an explicit conversion to the timestamp using stringtotimestamp function. While doing the conversion check for the timestamp format.
I am trying to view the select query form the Source DB.

Thanks,
by shilpa79
Tue Apr 03, 2007 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Query
Replies: 7
Views: 1493

SQL Query

HI, I am extracting data from Orcale and it was showing some error for one column Error executing View Data command: ##E TFIP 000000 14:56:37(003) <Oracle> Error when checking operator: When binding output interface field "CREATION_DATE" to field "CREATION_DATE": No default type ...
by shilpa79
Fri Mar 23, 2007 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Repetitive Header in XML output file
Replies: 2
Views: 1353

Repetitive Header in XML output file

sample file: <EnterpriseDocument InterfaceName="XXXXXXXX" Version="1.0" CreationTimestamp="2007-03-19 18:16:51" CreationSource="Enterprise"> --<Fuel BUC="001418" Date="01/12/2007" BILL="096146" BOLDate="2007-06-01" INVNO...
by shilpa79
Fri Mar 23, 2007 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update existing or insert new rows
Replies: 3
Views: 2892

Re: Update existing or insert new rows

For the Inital run choose the option Inserts and load the data from FF. After that make a self lookup with the Target table and compare the columns from source and lookup colums . On the target side there will be two output links ,one for insert and another for updates. In update check the key colum...
by shilpa79
Wed Mar 21, 2007 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2640

I tried to change in options to reject and fatal but still its reading the file and job is not aborting.

Thanks,
by shilpa79
Wed Mar 21, 2007 11:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 4248

can anyone help how to capture the Inputfile in the Joblog table after the whole process is done.

Thanks,
by shilpa79
Mon Mar 19, 2007 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 4248

What does that mean? What 'that' do you need a routine for? :? No , I dididnot mean that I have created a Joblog table and thats diff DsJob and calling the Job in sequence and trigger the Job after the process Columns: jobname, status ,inputfile ,outputfile and other colmns I would like to capture t...
by shilpa79
Fri Mar 16, 2007 7:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 4248

The file name can be passed into the job as a parameter - after all, it's going to read that file. Therefore, the filename column is derived as the value of this job parameter. The file name paramet ... I donot have the premium account. I have created a paramter filename and DSJob (wht should i pas...
by shilpa79
Fri Mar 16, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading the files
Replies: 15
Views: 4248

[quote="chulett"]Ok, good... just wanted to make sure you weren't expecting anything more from me. Yet. :wink:[ I have already a script for extracting the files to Ds server and looping it Still i need to write another routine for that I would like to know one more thing.After the above pr...
by shilpa79
Fri Mar 16, 2007 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2640

In the name space it will just import the Xpath.

I have imported the schema and try to validate the XML Inputfile if any attributes are missing then the job should abort.

In my case its not aborting , its reading the header file without loading anything into the target stage.

Thanks,
by shilpa79
Fri Mar 16, 2007 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML schema Validations:
Replies: 9
Views: 2640

How to validate the xml file with the XSD file when the file is with just header information without detail .

I checked with XML schema validation from the XML input stagep still its not throwing any error.

can anyone help me out.....................

Thanks,