Search found 80 matches

by Harini
Mon Nov 01, 2010 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage
Replies: 9
Views: 6908

Thanks ernie.. Two links from xml input stage?? Thats where am getting this error... :(

yes, this is a sample xml... I tried to replicate the original one..Since i cannot post it..

Thanks
by Harini
Fri Oct 29, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input stage
Replies: 9
Views: 6908

XML Input stage

Hello All, I facing problem in laoding data into multiple tables. I have a single xml file and it looks like, <Item> <Item Number>001</Item Number> <Item Name>Rod</Item Name> <Item Code> P001</Item Code> <Item Desc> Iron type </Item Desc> <Item Desc> Red Colored</Item Desc> <Item Desc> 0.2 dia <Item...
by Harini
Thu Oct 28, 2010 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with XML
Replies: 3
Views: 1814

Look at the output link of your XML Input Stage.....go to the Descriptions of each column..... chances are, the elements you are retrieving are missing the final /text() from the xpath syntax. Without the "text()" it means "get the whole element"....... ....so it should be .../....
by Harini
Thu Oct 28, 2010 6:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Working with XML
Replies: 3
Views: 1814

Working with XML

Hello All, I am trying to read from a xml file and load the data into SQL Server. My job design is as follows. External Source Stage -> XML Input Stage -> Transformer -> ODBC Here, the problem is the data in table is entered along with the XML Tags :( Eg: <Name>Meena</Name> <DOB> 21121986 </DOB> In ...
by Harini
Thu Jul 22, 2010 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connecting to primavera, sap, ariba, and maximo from DS
Replies: 2
Views: 1763

Connecting to primavera, sap, ariba, and maximo from DS

Hi all,

Can anyone give me some basic information on how to connect to the following products from datastage in unix and windows?

1)primavera
2) sap
3) ariba
4) maximo

Thanks in advance.
by Harini
Wed Jun 23, 2010 4:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 13070

ray.wurlod wrote:
Harini wrote:But i would want all the jobs as a single dsx file. Is it possible to do that?
It is not possible. You could construct a single DSX file out of the individual job DSX files, w ...[/quo

:( It's a premium content..
by Harini
Tue Jun 22, 2010 11:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 13070

No, it's either one job or all jobs. You'll need another solution, perhaps something like the DSX Cutter posted here or an iterative loop, for category exports. ... Craig, Iterating the loop would give me a seperate dsx file or each job. But i would want all the jobs as a single dsx file. Is it pos...
by Harini
Mon Jun 21, 2010 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 13070

Thank you all. Yes i use 8.1, but am not sure whether istool patch is installed. I would give it a try if we are able to get it. From a windows environment, I believe the following command would do the export for me if it is whole project. C:\IBM\InformationServer\Clients\Classic\dscmdexport /D=serv...
by Harini
Mon Jun 21, 2010 5:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 13070

Re: Can the DataStage jobs back-up be automated?

Hi all, Is there a Unix shell scripting solution to acheive this? Thanks Hi all, I have to take the back-up of all DataStage jobs from the project repository every week, this is a requirement of the client. I can export the whole project at one shot, but the client want us to export by folder. This ...
by Harini
Thu May 27, 2010 4:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: phone number
Replies: 6
Views: 3292

ray.wurlod wrote:This particular operation is not possible in the Modify stage. ...
Oh, thank you.. !
by Harini
Tue May 25, 2010 12:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: phone number
Replies: 6
Views: 3292

anbu wrote:Use convert function to remove unwanted characters

Code: Select all

Convert("() -","",Phone_No)
Is the syntax same, to use in both modify and transformer stage?
by Harini
Tue May 11, 2010 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 8525

:-) yes, it is just that, i was not confident whether one can execute a xmla file, from unix, like running a shell script.

I would have to write this is "After job sub-routine" in my job properties..

E:\Practise\filename

Hope i got it right.. :-)

- Harini
by Harini
Tue May 11, 2010 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 8525

Yes, i got your point. Thank you..

Am not quite sure of the command used in Unix to run the XMLA files.. Any idea pls?


Thanks and Regards,
Harini
by Harini
Tue May 11, 2010 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 8525

No.. I meant executing the script is Unix's headache, isn't it?

I would like to know the command which would run the xmla file..

What datastage does is, it gives a option to run unix commands...
We can't say that datastage execute the script, can we?


Thanks and Regards,
Harini
by Harini
Tue May 11, 2010 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xmla scripts in datastage
Replies: 14
Views: 8525

Thank you Craing.. Below is the sample file: <Batch xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"> <Parallel> <Process xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ddl2="http://schemas....