mohan05
5th March 2003, 11:49
Hi

I have developed one session in BaaN IV c4, Oracle 8.0.5 and Win NT. If I want to export this session to run on diferent platform or different version of BaaN then how can I do it or should I take care while developing the session? or any other thing?

Your valuable comments will show me the way of success.

Thanks

Mohan

morpheus
5th March 2003, 13:57
Take the software dump of the session from the current BaaN version, and then import it to the new version. Compile the scripts, create to runtime, etc., and check out if there are any errors. If any, do the required modifications.
Good Luck!!

askajale
5th March 2003, 22:10
I think tools export / import does not work across two different tools versions. It gives Wrong Version Dump error.

-- Avinash

maxime
6th March 2003, 01:08
I agree with Avinash. Import/Export does not work on different versions.

The way to go about it is to redo the development on the New environment.

The fastest way is to copy and paste the script and replicate the forms/reports.

Regards,
Maxime.

morpheus
6th March 2003, 11:02
Yes, for different BaaN Tools version, it won't.
I am not sure whether Mohan is talking about different Tools version or same version and different release (b2/c3/c4/etc.)!!