Search found 99 matches

by igorbmartins
Fri Oct 28, 2011 1:15 pm
Forum: General
Topic: Sending mail with authentication
Replies: 0
Views: 1042

Sending mail with authentication

Hi gus, I would like to send mails using Notification Activity stage, but my SMTP server requires authentication. How can I solve my problem? It is possible? It is necessary make some configuration in the server?

Thanks, Igor Bastos Martins
by igorbmartins
Wed Sep 21, 2011 12:10 pm
Forum: General
Topic: How can I clear job log with DSJOB or using some routine?
Replies: 3
Views: 4150

How can I clear job log with DSJOB or using some routine?

Guys, I would like to know how I can clear job log with DSJOB or using some routine. It is possible? I have a big sequence and its log is very long. In this sequence there is an infinity loop and running during 23 hours. This sequence only start others jobs/sequences so its log is not important to m...
by igorbmartins
Fri Jul 01, 2011 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can i extract only numeric character?
Replies: 2
Views: 1640

How can i extract only numeric character?

Hi Guys, I have a little doubt. I have a column of type string and then I want to extract only numeric character. For example: STRING_1 = (12) 1234-1234 RESULT_1 = 1212341234 STRING_2 = XX12-1234-1234 RESULT_2 = 1212341234 I need to do this in a parallel JOB. In server JOB a can do it whit following...
by igorbmartins
Wed May 18, 2011 8:19 am
Forum: General
Topic: I want to copy a file to a network drive
Replies: 4
Views: 2992

Hi Ray, the value of ALLOWNFS is 1 but i changed to 0 and reboot my server, but the error persist. I tried with full path as cp e:\file s:\file and nothing.
by igorbmartins
Tue Dec 28, 2010 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when I click in the view data in the OracleConnector
Replies: 2
Views: 4197

During installation it will not warned of any failures. And it was successful. I checked the log again and found nothing.

Igor B. Martins
by igorbmartins
Tue Nov 16, 2010 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 6120

Thanks for the explanation. I do not have that XSD file. What I did was, click Import; Table Definitions, XML Meta Data. Then he opened the XML Meta Data Importer, clicked it open, I chose my file and selected the columns that were of interest to me.
by igorbmartins
Tue Nov 16, 2010 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 6120

Sorry, but what is XPath Expressions where I conffigure it?
by igorbmartins
Tue Nov 16, 2010 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 6120

My JOB TEXT_FILE - - - > XML_INPUT - - -> TEXT_FILE Configuration of XML_INPUT ************************************************************************* STAGE ************************************************************************* General No configuration was checked on this tab. Transformation Se...
by igorbmartins
Tue Nov 16, 2010 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with XML Input
Replies: 8
Views: 6120

Other error
XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 1, column: 1): An exception occurred! Type:UTFDataFormatException, Message:invalid byte 2 (O) of a 2-byte sequence.
by igorbmartins
Fri Nov 12, 2010 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel JOB does not work with Web Service
Replies: 2
Views: 5800

FULL LOG DataStage Report - Detail Log for job: TesteWebServiceParalle Produced on: 12/11/2010 15:05:21 Project: DATAENRICH_DSV Host system: DATASTAGE Items: 1 - 21 Sorted on: Date Sorter Item #: 1 Event ID: 0 Timestamp: 2010-11-12 14:58:47 Type: Control User Name: DATASTAGE|igor.martins Message Id...
by igorbmartins
Fri Nov 12, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel JOB does not work with Web Service
Replies: 2
Views: 5800

Parallel JOB does not work with Web Service

Friends I am developing a JOB that consumes a Web Service. If is a Server Job it works perfectly but if is a Parallel JOJB it aborts. Is there some setting that I have to do on the server for it to work? Follows the log. Thanks ************************************************************************...
by igorbmartins
Fri Nov 12, 2010 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service
Replies: 2
Views: 1300

Thanks, your answer was perfect.
by igorbmartins
Wed Nov 10, 2010 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Are there any size limit for the return of a web service?
Replies: 1
Views: 1164

Are there any size limit for the return of a web service?

Friends are there any size limit for the return of a web service? I have a Server JOB that works perfectly, but when the result is big it is truncating the register in 1001 characters. I tried to configure my column with VARCHAR 4000 and LONGVARCHAR 4000.

Thanks
by igorbmartins
Wed Nov 10, 2010 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Web Service
Replies: 2
Views: 1300

Web Service

Friends, I am developing a Server JOB that consumes a Web Service. The inputs of my Web Service are two columns COLUMN _01 and COLUMN_02. The output of my Web Service is one column COLUMN _03. Is there any way to set the output to the web service I have the three columns? So I would like that my res...