Search found 198 matches

by janhess
Thu Feb 08, 2007 10:50 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problem with Patch installation of Dstx
Replies: 2
Views: 2685

Without knowing what the patch does it's impossible to say. I think you need to raise it with support as there are obviously other issues asociated with the change.
by janhess
Mon Jan 29, 2007 4:11 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: 1 file - multiple messages to multiple outputs using header
Replies: 4
Views: 3601

Define the file as File Group(s) GroupType1[0:s] Header Data GroupType2[0:s] Header Data GroupType3[0:s] Header Data The header Record is made up of 2 items MessageName and length of Detail section. The items have size min 1 max unspecified (unless you know what this is). The record conponent-syntax...
by janhess
Tue Dec 19, 2006 8:15 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

you still seem to be using port 80

Code: Select all

Server host is '10.201.50.71'. 
Using port '8080' for the connection. 
Connecting to '10.201.50.71'. 
Socket Opened. 
Connected
by janhess
Wed Dec 13, 2006 8:55 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

Are you using the correct port? Port 443 is the default SSL port (as port 80 is the default for plain HTTP). -t -url https://<user>:<pass>@10.201.50.71:8443 /<removed>.com/pages/customerlogin.jsp -SPROTO SSLv2 Try not specifying the port no to use the default. Also have you got the correct username ...
by janhess
Wed Dec 13, 2006 6:13 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

do you need to set the ssl protocol? SSL Protocol (-SPROTO) Use the SSL Protocol adapter command (-SPROTO) to set the Secure Socket Layer (SSL) protocol level. SSL enables the adapter to process HTTPS URLs. If -SPROTO is not specified, the SSL Protocol defaults to SSLv23. -SPROTO {SSLv2|SSLv3|SSLv23...
by janhess
Wed Dec 13, 2006 5:22 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

you need to use
-URL HTTPS://user:pass@host[:port]][/dir[/file]]
The other parameters are only necessary if certificates are used.
by janhess
Wed Dec 06, 2006 3:36 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Unicode
Replies: 1
Views: 2810

You specify the data language in the Type Tree so data can be ASCII, EBCDIC, UNICODE Big Endian, UNICODE Little Endian or UTF-8 or just about anything else from vn 8.
by janhess
Wed Dec 06, 2006 3:24 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Script to call map reiteratively
Replies: 1
Views: 2787

You need to have the Event Server installed. Then create a system file using the Integration Flow Designer and specify in your file name something like path\*.txt to pick up all files with a .txt extension. The system file needs to be generated into the system folder that the event server is configu...
by janhess
Mon Dec 04, 2006 9:25 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

I think you need to read the http adapter documentation and anything relating to web access.
by janhess
Mon Dec 04, 2006 8:00 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

Do you want to access https? if it's just http then do nothing otherwise buy the security option for DSTX
by janhess
Mon Dec 04, 2006 7:14 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

you buy it
by janhess
Mon Dec 04, 2006 5:40 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: problem startup service, event server monitor, mgt console
Replies: 7
Views: 6021

I think we need more details of the error message. What operating system are you running under? Is the event server running correctly and processing jobs?
by janhess
Mon Dec 04, 2006 5:29 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

Datastage TX security option
by janhess
Fri Dec 01, 2006 9:30 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

looks like yo're trying to connect to https using http. I think you need the security option.
by janhess
Wed Nov 29, 2006 11:15 am
Forum: IBM<sup>®</sup> DataStage TX
Topic: Webservices calling methods
Replies: 27
Views: 22947

is your webservice expecting an http request or a SOAP message - that's what you use the wsdl for.