Search found 193 matches

by Aquilis
Thu Aug 23, 2007 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage Issue
Replies: 5
Views: 1863

Re: XML Output stage Issue

I have the sequential file with the pipe delimited data as given below: aaaa| 1000|bbbb |2000| cccc|3000|dddd| 4000 And I want have the output as given below: - <statistics> - <stat> <statCode>aaaa </statCode> <statValue>1000</statValue> </stat> - <stat> <statCode>bbbb</statCode> <statValue> 2000</s...
by Aquilis
Thu Aug 23, 2007 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output stage Issue
Replies: 5
Views: 1863

XML Output stage Issue

Hi all, I need to convert the pipe delimited data to the XML format message to put/write this message in to MQ.I am able to convert the sequential file data to XML data but not in the proper order as i am expecting. I searched about this in the whole forum,and few members are already faced the same ...
by Aquilis
Tue Aug 21, 2007 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DS MQ plugin connects MQ Manager on a different server
Replies: 8
Views: 4527

Hi Ernie,

Do you mean that using MQ Series smaller footprint MQ "Client" api and license running on ETL server we don't need to install MQ Server on ETL box with DS EE 7.x.y?

Thanks,
-Aquilis
by Aquilis
Mon Aug 20, 2007 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DS MQ plugin connects MQ Manager on a different server
Replies: 8
Views: 4527

Ernie,

Thanks for your reply. Can you please elaborate on it? We are looking for some alternate solution to avoid installing MQ server on DS ETL box.

Thanks in advance.
-Aquilis
by Aquilis
Mon Aug 20, 2007 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DS MQ plugin connects MQ Manager on a different server
Replies: 8
Views: 4527

Hi All,

In our case MQ Server is installed on a separate server and managed centrally and its not possible to install the MQ Server on ETL server. Can we create a local queue manager that is managing remote queues so we can still use the remote installed server.

Thanks in advance.

-Aquilis.
by Aquilis
Mon Aug 20, 2007 8:03 am
Forum: General
Topic: XPath problem when transforming flat file to XML
Replies: 2
Views: 1722

Re: XPath problem when transforming flat file to XML

Hello All,
Does anybody got any workaround for this kind of XML file generation.
If so, let me know. i am also facing same kind of problem.

Thanks in advance.
by Aquilis
Sun Aug 19, 2007 8:05 am
Forum: General
Topic: sql statement execution from Routine.
Replies: 10
Views: 5662

Hi ray:

when the routine was compiled and tested,that time it will throw error. And i am using oracle DB.

Hi Josh:

I think if it would have been driver license related error,this will throw license error as a part of ERRTEXT.

correct me if i am wrong.
by Aquilis
Sat Aug 18, 2007 12:57 am
Forum: General
Topic: sql statement execution from Routine.
Replies: 10
Views: 5662

As its connection seems successful..."Connection OK".

Its SQL status message.

But statement execution failure :
i .e "Request KO"..
DSLogInfo("Request KO ", "ExecSql")
by Aquilis
Fri Aug 17, 2007 6:30 am
Forum: General
Topic: sql statement execution from Routine.
Replies: 10
Views: 5662

Hi Ray,

Error message happens to be:

"Variable "CallerName" previously undefined. Empty string used."
by Aquilis
Fri Aug 17, 2007 3:25 am
Forum: General
Topic: sql statement execution from Routine.
Replies: 10
Views: 5662

actually we are executing 3 statements truncate,delete and update. As a runtime 'Stmt' will have the sql statements(It might be Truncate or update or delete).This Routine is invoked in the job control code,which processes the different jobs in sequence. 1. If its job1 fails .. then delete whole data...
by Aquilis
Fri Aug 17, 2007 2:47 am
Forum: General
Topic: sql statement execution from Routine.
Replies: 10
Views: 5662

sql statement execution from Routine.

Hi all, acording to business logic ,if its a full refresh load then i need to truncate the Table Before loading.Otherwise i need to upsert the data into the table.So for truncating the table we wrote a routine. which is as given below. Before it was working fine, but now its giving execution failure...
by Aquilis
Fri Aug 17, 2007 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is DS MQ plugin connects MQ Manager on a different server
Replies: 8
Views: 4527

Is DS MQ plugin connects MQ Manager on a different server

Hi all, Is datastage MQ plug-in connects MQ manager Residing in the different server.Actually From MQ ,we get the messsage with Source File Location and the source File Name in it.Then Datastage should read that file and process it further, But our MQ Resides in different server other than the ETL s...
by Aquilis
Wed Aug 08, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbale to write message into MQ (DS MQ stage error)
Replies: 4
Views: 3159

Hi, We have verified all the access privileges. Except from DS we are able to add message into the queue from MQ explorer, from unix using different IDs and ID with which DS jobs are running. MQ Admin has given all the privileges on this queue. Still we are facing same issue. I think something relat...
by Aquilis
Wed Aug 08, 2007 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unbale to write message into MQ (DS MQ stage error)
Replies: 4
Views: 3159

Unbale to write message into MQ (DS MQ stage error)

Hi All, We are able to read message from a Websphere Message Queue using DS MQ stage. We are able to add message in MQ from perl script using dsadm user. It means dsadm is having all privileges to read and write message in the queue. We have verified this by running this perl script from before job ...
by Aquilis
Thu Aug 02, 2007 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Error Reason code 2035
Replies: 2
Views: 4453

Hi,
I am able to read data from Queue but unable to add data into queue. I am getting error message "Fail to Open queue. MQ Error Reason code 2035"
Thanks,
-aquilis