Search found 37 matches

by supernova2005
Fri Dec 10, 2010 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate key generator using an Oracle sequence
Replies: 1
Views: 3300

Surrogate key generator using an Oracle sequence

Hi Everyone, I am using a surrogate key stage in my job. This is the properties in my surrogate key stage: Database Type - Oracle Oracle Server Name = xxx Password = xxx User Name = xxx Gerarated Ourtpu Column Nam = sk_Facility_ID Source Name = Schema name.sequence name Source Type = Database Sequen...
by supernova2005
Tue Dec 07, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

... which means there are no 'extra' pipes in your file and thus my suggestion should have worked just fine as well. Craig, Yes, my assumption is, there is no extra pipes, if there are extra pipes, there is still a way to get around, this is what I think, step 1. remove all #'s step 2. replace all ...
by supernova2005
Mon Dec 06, 2010 8:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

This is my solution in the end, I wrote a simple shell script to remove all quotes in the incoming directory, then use to sequential file stage to read all *.new files, after jobs are completed, remove all *.new files. Per suggestion from Ray, yes, Server may work, but I want to use the "file p...
by supernova2005
Sat Dec 04, 2010 10:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

If you want to try your luck with a 3-character delimiter like "|" (might work if you don't have a pipe at the start or end of your record), then you need to use the delimiter string property. The delimiter character property is limited to a single character. Mike Mike, I did use delimite...
by supernova2005
Fri Dec 03, 2010 10:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

I would think that you could tell it that your fields are not quoted so they come in as data and then you can trim off only the leading/trailing quotes. ... Craig, That is what I thought, but it looks like the sequential file stage does not take "|" as a delimit string. whenever I hit ok,...
by supernova2005
Fri Dec 03, 2010 10:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

Is it possible to have "|" as the delimiter string? I tried that but the sequential file stage does not take it.

This is a little bit strange because I have no problem parsing the file using Excel, by doing a text to column.
by supernova2005
Fri Dec 03, 2010 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PSV file has quote in the text body
Replies: 13
Views: 9029

PSV file has quote in the text body

Good evening everyone, I have a simple parallel job that reads a PSV file, that is, Pipe delimited file with double quotes, here is a sample "aaa"|"bbb"|"ccc"|"dddd" "eeee"|"fffff"|"ggggggg"|"hhhhhhh" but the job skipped...
by supernova2005
Fri Mar 26, 2010 12:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace in oracle enterprise stage does not work
Replies: 3
Views: 2354

Re: Replace in oracle enterprise stage does not work

Hi Everyone, Thank you very much for the suggestions. I have an update on this, I split the job into 2 jobs, the first job writes to a dataset, and the second job reads from the same dataset and load into the Oracle enterprise stage, guess what, no problem. I really don't know why this happens. Hi E...
by supernova2005
Thu Mar 25, 2010 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace in oracle enterprise stage does not work
Replies: 3
Views: 2354

Replace in oracle enterprise stage does not work

Hi Everyone, Here is a problem, I want to do a destructive load, that is, delete all, then insert, in the oracle enterprise stage, I have Write Method: Load Write Mod=Replace but it does not delete, only inserts. Can anyone let me know why? by the way, I build a server job doing the same thing and t...
by supernova2005
Thu Jan 22, 2009 12:39 pm
Forum: General
Topic: Datastage market condition
Replies: 7
Views: 3373

I started working on Datastage in 2002, I am not sure how bad the market will go this year , but so far I am more happy in 2009 than 2002. A friend of mine ( not myself, ok ) told me he got laid off from Ascential back then and it took him nearly 5 months to get a contract.
by supernova2005
Tue Jan 06, 2009 11:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is Datastage client compatible with linux+wine
Replies: 1
Views: 2456

Is Datastage client compatible with linux+wine

Hi Everyone,

I am planning to install datastage client on linux ( ubuntu 8.04 ) with wine. DS server is running on solaris. Has anyone tried this in the past? is Datastage 100% compatible with linux+wine?

Thanks.
by supernova2005
Tue May 06, 2008 6:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.SEQOpen An NLS map (ISO8859-2) has been specified,but...
Replies: 1
Views: 1594

DSD.SEQOpen An NLS map (ISO8859-2) has been specified,but...

Hi Everyone, I am getting this error message when I run any job in this project, I am also getting this message when I tried to view any sequential file, however, other projects on the same server do not have this problem. Do you know what's going on? Thanks. DSD.SEQOpen An NLS map (ISO8859-2) has b...
by supernova2005
Wed Aug 22, 2007 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ftp a csv file with header
Replies: 1
Views: 1258

ftp a csv file with header

Hi everyone, I need to ftp a csv file, the delimiter is a #sign, and the file comes with a one line header, and there is no empty row between the header and the body. like this, #header# a#b#c#d#e#f#g a#b#c#d#e#f#g a#b#c#d#e#f#g a#b#c#d#e#f#g a#b#c#d#e#f#g a#b#c#d#e#f#g I am wondering, is there any ...
by supernova2005
Tue Aug 22, 2006 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple links to the same file in one job
Replies: 6
Views: 2232

multiple links to the same file in one job

Good morning everybody,

I need to have multiple links writing to the same target, the target could be a sequential file, afileset or a dataset. is there anyway I can do it without using a funnel stage?
by supernova2005
Mon Aug 14, 2006 12:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: row too big for inter stage rowbuffer
Replies: 6
Views: 4187

The entire file has more than 2 million characters. I use an xml input stage, and the xml source is 'xml document'. I saw your message earlier this morning , so I changed the source to 'url/file path', But I am still getting the same error message. This is the error message: FBuilder_DTD_test.#0.get...