Ok, I'm not looking for a complete solution here, just some ideas on the best way of going about this.....
I'm looking to automatically transfer data from our AS400 into an MS Access database. The transfer of the data is to be triggered maybe via an exit program after an object has been checked out into Development (we use the Aldon Change Management System).
Basically, without going into too much detail, some of our development is done with JWALK. This is a PC based application where AS400 screens are "scraped" and made into a Windows GUI front end. At the moment all the JWALK files are stored on a server which all the developers can access. The problem we have is that there is no control over what changes are made to these files and because of the manner of these files I don't believe we can use something like Source Safe. So we're looking at creating a release on the AS400 (in ACMS), then each JWALK file on the server will have a corresponding source member within this release - all the JWALK files on the server will be changed to Read-Only. When a developer needs to make a change to a JWALK file on the server they checkout the corresponding source member in ACMS......this is then where an exit program will kick in. The idea is that something (not too sure what yet) will be automatically be transferred to an MS Access database, then some VBA code within the database will take off the Read-Only attribute of the JWALK file on the server. I realise this all sounds very complicated, but my company is reluctant to fork out huge amounts of money for a ready made product that will do this!! So if anyone has got some suggestions on how an exit program can trigger an automatic data transfer to MS Access, or even some ideas on how to go about this, I would be most grateful.
I'm looking to automatically transfer data from our AS400 into an MS Access database. The transfer of the data is to be triggered maybe via an exit program after an object has been checked out into Development (we use the Aldon Change Management System).
Basically, without going into too much detail, some of our development is done with JWALK. This is a PC based application where AS400 screens are "scraped" and made into a Windows GUI front end. At the moment all the JWALK files are stored on a server which all the developers can access. The problem we have is that there is no control over what changes are made to these files and because of the manner of these files I don't believe we can use something like Source Safe. So we're looking at creating a release on the AS400 (in ACMS), then each JWALK file on the server will have a corresponding source member within this release - all the JWALK files on the server will be changed to Read-Only. When a developer needs to make a change to a JWALK file on the server they checkout the corresponding source member in ACMS......this is then where an exit program will kick in. The idea is that something (not too sure what yet) will be automatically be transferred to an MS Access database, then some VBA code within the database will take off the Read-Only attribute of the JWALK file on the server. I realise this all sounds very complicated, but my company is reluctant to fork out huge amounts of money for a ready made product that will do this!! So if anyone has got some suggestions on how an exit program can trigger an automatic data transfer to MS Access, or even some ideas on how to go about this, I would be most grateful.