We have new LANSA dev that we are getting everything hooked up with. We refreshed his repository with the master and have all the Tables and Fields but they are all "greyed" out, indicating they are on the server but not on his machine.
When doing a checkout readonly on the Table, it only checks out the Table, not its Fields.
Is there anyway to check out both at once or does he have to manually checkout readonly ALL the fields in the Repository first?
Thanks,
Joe
VL IDE - Check Out Readonly Tables and Fields
Re: VL IDE - Check Out Readonly Tables and Fields
For a new Developer I usually export from the IBM i. I create an export with fields, tables, VL Components, and whatever else. I never liked exporting all partition components because you would get the frameworks and other stuff you don't need. Frameworks are gone but old habits.
If you go the checkout route, you have to do it manually.
I do all fields, then tables, RP's, Forms, Web stuff. You'll see a refreshing repository message, but once everything is checked out, just close the IDE and open it again, it will be refreshed.
Art
If you go the checkout route, you have to do it manually.
I do all fields, then tables, RP's, Forms, Web stuff. You'll see a refreshing repository message, but once everything is checked out, just close the IDE and open it again, it will be refreshed.
Art
Art Tostaine
Re: VL IDE - Check Out Readonly Tables and Fields
And further to Arts sound advice, you should do your 'mass export' of the repository for read-only. Essentially, you just want to fill up the local slave repository with all objects. The developer can then check out for update anything to be worked on.
cheers
bark
cheers
bark
Re: VL IDE - Check Out Readonly Tables and Fields
Lol when you check out for update. That’s fun
Art Tostaine
Re: VL IDE - Check Out Readonly Tables and Fields
Hey Art and Bark,
I've only done exports to a save file to handle deployment scenarios.
Any advice on how to actually do a mass export from the iSeries?
Do you create an export list, add everything to it then export it?
Thanks,
Joe
EDIT
Could I create an export from the MY ide and use that? Will that cause conflicts with the server when it tries to reconcile the imported objects on their machine with the server's?
I've only done exports to a save file to handle deployment scenarios.
Any advice on how to actually do a mass export from the iSeries?
Do you create an export list, add everything to it then export it?
Thanks,
Joe
EDIT
Could I create an export from the MY ide and use that? Will that cause conflicts with the server when it tries to reconcile the imported objects on their machine with the server's?
Re: VL IDE - Check Out Readonly Tables and Fields
Create an export list, choose target system type PC
Here is what I like to put in it, although you could do all partition objects.
Then when you run it, look in the IFS under /LANSA_XXXX/export/name of export
It's fastest to download all of the files to the PC and do an import, but you can import over a mapped drive to the IBM i
Art
Here is what I like to put in it, although you could do all partition objects.
Then when you run it, look in the IFS under /LANSA_XXXX/export/name of export
It's fastest to download all of the files to the PC and do an import, but you can import over a mapped drive to the IBM i
Art
Art Tostaine
Re: VL IDE - Check Out Readonly Tables and Fields
I did not realize you could do *ALL.
Awesome, will try it out.
Thanks!
Joe
Awesome, will try it out.
Thanks!
Joe
Re: VL IDE - Check Out Readonly Tables and Fields
Oh the way I do that is by selecting option to export ALL partition objects, then go into the export list and delete the stuff I don't want.
Art Tostaine