Hi I want to link the account enquiry option on the AS 400 to the company website so that users can make account enquiries on the site. my question is how can I link the two?
Software/Hardware used:
IBM AS400, SERVER and LINUX
ASKED:
November 29, 2011 8:18 AM
UPDATED:
March 17, 2012 6:41 AM
Exactly *what* do you need to protect?
Does your site prompt for an account number, or are you proposing to allow anyone to browse the account file?
The first thought is to insulate the site from DB2 by delivering the information via an intermediate mechnism – the site calls a service, delivering an account number – the service accesses the DB2, and delivers an appropriate amount of data. Ensure no possibility of access to more than 1 account.
Presumably you have stringent authorisation of the site user before than get to this point?
.
…without exposing the system to hackers?
Without exposing what system?
…to the company website…
That usually implies that the “company website” is already ‘exposed’. Is that a more secureable system than your AS/400? (Why do you think so?)
Can your users’ PCs already access the company website? If so, then what exactly is the concern?
Tom
my question is how can I link the two?
How do you want to link them? What do you want to happen?
If you choose to do so, your AS/400 programming can make the inquiry and present any returned data for your users.
But that doesn’t seem to be what you are after. Please describe the need more fully.
Tom