File Transfer using HTTPS and Datastage

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
DSChrick
Participant
Posts: 5
Joined: Tue Mar 21, 2006 10:50 am
Location: San Francisco

File Transfer using HTTPS and Datastage

Post by DSChrick »

Hello!

We need to transfer files between 2 distinct networks. The client insists in using HTTPS. I don't know much about HTTPS protocol and how to execute it outside of a Web browser

Has someone done something similar? How can I link HTTPS to DataStage?

Thanks

Christian
Christian Pelletier
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

HTTPS is not a file transfer protocol, it is a secure HTTP protocol layer. The two really are different beasts. There are secure FTP and secure copy mechanisms available for both Windows and Unix that are better suited for this kind of job.
DSChrick
Participant
Posts: 5
Joined: Tue Mar 21, 2006 10:50 am
Location: San Francisco

Post by DSChrick »

Thanks, that's exactly what I have been telling the customer, but they really insist on using HTTPS - non-negociable...

:O(
Christian Pelletier
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

If they can afford the overhead to do large volume file transfer on the https protocol and stay in that technology mindset then they should look into using RTI services.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I don't recall anything available in the RTI/SOA world that would allow 'HTTPS transfers'. Perhaps you are thinking of the Click Pack? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I think I did jump the gun there, just associated RTI with being able to transfer data with http. I still can see an http session doing a bulk data move in an automated fashion, even ignoring the secure part.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I have to remove a nut from a bolt. It is very tight. My client insists that I use a screwdriver. Please help.

There are two choices, neither of which uses DataStage AND HTTPS.

The script that does use HTTPS can be executed under DataStage control, of course, but is - and remains - external to DataStage. Therefore you incur additional overhead when promoting into test and production environments.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
angelloader
Participant
Posts: 2
Joined: Sun Apr 09, 2006 1:12 pm
Location: France

Post by angelloader »

for https files tranfers, you will need :
1- server-side script for processing uploads
2- client-side program to send https requests (files to upload)
3- datastage job using operating system command to execute the program with filename in command line parameters

Complicated enough for your client ? ;)
why not FTP ? security reasons ?
Post Reply