Search found 364 matches

by sud
Fri Jun 16, 2006 2:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSSetParam Function error
Replies: 5
Views: 2487

Re: DSSetParam Function error

Hey, Could not see anywhere you are doing DSRunJob. Where are you executing the job ? Generally it is a good idea to check the status of the job before executing, pasting a sample code : JobHandle = DSAttachJob("MY_JOB",DSJ.ERRWARN) errSetParam = DSSetParam(JobHandle,"JOB_TABLE_NAME&q...
by sud
Fri Jun 16, 2006 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating xml
Replies: 3
Views: 1399

Re: Creating xml

Hi folks, I'm trying to create an xml. What i'm doing is getting data from an oracle table and trying to create an xml. I'm able to create the xml, but, for some reason, the first column is missing in the xml. i.e., if i have 8 columns defined in the table definitions, i'm getting only 7 in the xml...
by sud
Fri Jun 16, 2006 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 7688

DSguru2B wrote:Ray,
The link that I had posted is not for the website, but a unix directory path where the OP can find some examples to see from.
Hey DsGuru,

Thanks for the examples link. But I got the actual link for the actual pdf. :lol:
by sud
Fri Jun 16, 2006 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 7688

ray.wurlod wrote:I'm sure someone posted this link recently, to the eServices web site. Try a Search.
Yummy :D I was sitting on it, got to get my eyes checked, missed the blue ink !!

:lol: :lol: :lol: :lol: :lol:
by sud
Fri Jun 16, 2006 11:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XMLTYPE Column type in ORacle 9i
Replies: 1
Views: 712

Re: XMLTYPE Column type in ORacle 9i

Hi, I am using Oracle9i and datstage 7.5 I want to read a table . The structure is like COMPANY_NAME VARCHAR2(100 BYTE), VISIT_DATE DATE, REPORT SYS.XMLTYPE When I try to read in datastage, I get Unknown Column type for SYS.XMLTYPE. This happens when I try to load the column definition for this tab...
by sud
Fri Jun 16, 2006 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem using sequence in oracle stage.
Replies: 7
Views: 3074

swamiar wrote:It is an integer field of length 10.

Regards,

Aravind
But there is practically no way that ur sequence's current value will change unless nextval is called. Please check where u r using the sequence and actually how many times it is getting called.
by sud
Thu Jun 15, 2006 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding Data disappear
Replies: 6
Views: 1495

Yes , what you can do is create a procedure to refresh the materialised view and call this procedure in the close command of your target stage in the job or call the procedure through datastage after the loading job finishes. Since your users will always be hitting the materialised view, they will s...
by sud
Thu Jun 15, 2006 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in extract query
Replies: 3
Views: 1260

Re: Problem in extract query

hello everyone, I am facing a problem with an extract query that works well in the sql developer. the oracle extract query goes like this.. select a.clm1 null as clm2 (clm2 is decimal) null as clm3 (clm3 is char) from a this query runs well in the sql but when it is run in the oracle enterprise sta...
by sud
Thu Jun 15, 2006 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoiding Data disappear
Replies: 6
Views: 1495

Or load a second copy of the table and when the load completes, swap it in for the original. :wink: Exactly, this is called mirroring. It is infact pretty easy to achieve this through materialised views. Maintain a materialised view for your table and make sure that users always hit the materialize...
by sud
Thu Jun 15, 2006 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login to the FTP server failed invalid password for user abc
Replies: 6
Views: 2181

Re: Login to the FTP server failed invalid password for user

Please find the following: I gave ftp <servername> at the command prompt. Connected to <servername> 220 server_6 FTP server (EMC-SNAS: 7:45:33:2) ready. User: <username> 331 password required for <username>. Password: <I entered the password> 530 Login incorrect. Login failed. ftp> But whether you ...
by sud
Thu Jun 15, 2006 11:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Login to the FTP server failed invalid password for user abc
Replies: 6
Views: 2181

Re: Login to the FTP server failed invalid password for user

Hi We are using the ftp stage to copy a flat file to a share drive. We gave the correct server name , our windows login ID/password. but when we run the job we are getting the following error. "Login to the FTP server failed, invalid password for user co10004" we are able to connect to th...
by sud
Thu Jun 15, 2006 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchestrate Operators
Replies: 14
Views: 7688

Before intervention of IBM, we were easily able to get if from http://www.ascential.com/eservice/pages/products/manuals/orchestrate.html. Not sure about now. Kumar, The link is not working anymore and I need to have the list of operators badly. If you have the operators guide and relevant material ...
by sud
Thu Jun 15, 2006 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in joining 2 tables
Replies: 12
Views: 4030

Or do a lookup to the table2 for a dummy column with a value say '1'. You can check the lookup condition as give by you table1.a>table2.b and table1.a<=table2.c. In this case if there is a possibility of more than one record satisfying the condition, please do not forget to set the link name from w...
by sud
Thu Jun 15, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using FTP enterprise stage to read a record
Replies: 6
Views: 2070

But it is not working if I remove the file from the root directory.Is it like some kind of bug or is it a mistake with the settings that i have done I have used direct path in the location property and it works (cant access DS right now hence cant tell u the exact name of the property). In my case ...
by sud
Thu Jun 15, 2006 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem in joining 2 tables
Replies: 12
Views: 4030

Re: Problem in joining 2 tables

Amarpreet wrote:table1.a>table2.b and table1.a<=table2.c(in between condition)
You should not need a join condition at all and hence you won't need renaming columns. Achieve a cross join of the two tables and put a filter where you can specify the condition you mentioned.