Search found 38 matches

by anujgarg
Tue Apr 04, 2006 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output in specific format
Replies: 4
Views: 2676

Hi,

You can also do a thing.Create an XSLT to convert the xml file after aggregateing if not in proper format to required format.And use that XSLT to create the xml file using xml transformer stage.

XML transformer stage is used to convert one type of xml to another type.
by anujgarg
Tue Apr 04, 2006 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output in specific format
Replies: 4
Views: 2676

anujgarg wrote:Hi,

Santosh have you tried aggregate all row option ?
I think it may solve your problem.
Don't keep any column as key column.Then try aggregating all rows.
Plesae post the updated xml format you got after this.
by anujgarg
Tue Apr 04, 2006 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML output in specific format
Replies: 4
Views: 2676

Hi,

Santosh have you tried aggregate all row option ?
I think it may solve your problem.
by anujgarg
Tue Apr 04, 2006 4:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: teradata stage view data error
Replies: 9
Views: 4566

scorpion wrote:can any one please respond !
Can we supply the dsn information for this table in different database or it needs to be created in teradata itself.
by anujgarg
Mon Mar 27, 2006 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in Dataset
Replies: 9
Views: 4449

Have you tried with dsadm? It is not necessary for datastage to use the same aproach we use to access the dataset. I don't have access to tha.Client hasn't provided us the dsam id.Any other thing problem is there in script?? Can i delete the datset file by deleting both descriptor and datafiles dir...
by anujgarg
Mon Mar 27, 2006 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in Dataset
Replies: 9
Views: 4449

Basically it should work. What is the user id you use? Try with dsadm. If that works, issue is sure with the permissions. Is it possible that these files doesn't have object files attached to that. Another thing Whatever may be the problem then how the dataset managment tool is able to do all the a...
by anujgarg
Mon Mar 27, 2006 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in Dataset
Replies: 9
Views: 4449

kumar_s wrote:Have you check with the permission of those files.
It is having only read permission for all groups and users.Will it work??
by anujgarg
Mon Mar 27, 2006 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in Dataset
Replies: 9
Views: 4449

Make sure your .profile have the following. DSHOME=/opt/Ascential/DataStage/DSEngine; export DSHOME PATH=$PATH:$APT_ORCHHOME/bin:$DSHOME/bin:$DSHOME/lib; export PATH . $DSHOME/dsenv LIBPATH=$APT_ORCHHOME/lib:$LIBPATH; export LIBPATH If not, add it. Exit. Open a new session, and try. Hi kumar, I hav...
by anujgarg
Mon Mar 27, 2006 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row count in Dataset
Replies: 9
Views: 4449

Row count in Dataset

Hi, I have to do read the Row count in Datasets and also delete the dataset from PX. For that i have created the script !#/bin/ksh set -vx cd /home/apps/GES/GESDev/seqfiles/workfiles/mh DSHOME=/opt/Ascential/DataStage/DSEngine . $DSHOME/dsenv DSBIN=$DSHOME/bin export APT_CONFIG_FILE=/opt/Ascential/D...
by anujgarg
Mon Mar 27, 2006 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting a dataset
Replies: 15
Views: 16908

Is it for HP-UX or AIX? It is on AIX.After changing LD_LIBRARY_PATH to LIBPATH it is giving error "Could not load program orchadmin: Dependent module /home/apps/db2c/ddb2018/sqllib/lib/librwtool.a(librwtoo l.o) could not be loaded. Member librwtool.o is not found in archive" And also i co...
by anujgarg
Mon Mar 27, 2006 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting a dataset
Replies: 15
Views: 16908

As you've noted, the .ds file doesn't contain the data, so removing it iwll leave orphaned datafiles. You should use the UNIX command orchadmin rm {dataset.ds} to remove bo ... Hi Arndw, I have also tried same thing. first i have done the settings :- DSHOME=/opt/Ascential/DataStage/DSEngine . $DSHO...
by anujgarg
Mon Mar 27, 2006 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting a dataset
Replies: 15
Views: 16908

As you've noted, the .ds file doesn't contain the data, so removing it iwll leave orphaned datafiles. You should use the UNIX command orchadmin rm {dataset.ds} to remove bo ... Hi Arndw, I have also tried same thing. first i have done the settings :- DSHOME=/opt/Ascential/DataStage/DSEngine . $DSHO...
by anujgarg
Mon Feb 20, 2006 10:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CSV to XML Issues
Replies: 3
Views: 1438

Re: CSV to XML Issues

Hi Diya,

You cannot have output like this.For that you need another root tag above your <ApplicationPrincipalAttributeValues> and use aggregate mode in setting . Then you can get this result.
by anujgarg
Mon Feb 20, 2006 10:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extremely slow Oracle Loading
Replies: 15
Views: 7092

Hi,

Can you try by collecting DBMS WRITEERROR records.That may also be the reason for slow performance as records may be getting rejected or some problems in writing the records.
by anujgarg
Mon Feb 20, 2006 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle OCI Load (Automatic Mode) Error
Replies: 31
Views: 12576

Re: Oracle OCI Load (Automatic Mode) Error

Hi,

Is this table is accessible while you import table definition through import table definitions through plugin.If it is not accessible then it may not have entry in tnsnames.ora file , put the tnsentry in that file.