cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Transporting MII DEV to QA

Former Member
0 Likes
219

Hello people.

Somebody have any "check-out list" for transportation between environments?

Federico Cicerchia

Argentina.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Federico,

I am interpretating you question to be, how do I move my development from DEV to QAS. If I am wrong I apologize.

If you are using MII 12.0 then I suggest that you setup the directory structure for your development in a manner that allows you to move your development appropriately, i.e. in a manner that will allow you go grab what you need easily. So, in a simple example if your development project have 3 tasks; create data, amend data and report data. Then one way of setting up your directory structure would be as follows:

//project_name/data_mgnt/create_data

//project_name/data_mgnt/amend_data

//project_name/report_data

As I say it's a simple example but the underlying fact should be your directory structure makes it easy for you to move your development. Two things you probably want to stay away from are (1) moving all your development each time (2) moving pieces of your development that are contained in multiple directories because eventually you will miss something.

I hope I helped to answer your question.

Cheers,

Chris

Former Member
0 Likes

Hi Cris !

I know how is the"export/import" projects between MII´s servers. My doubt is about how do testing of the conections, SQL, SAP, etc in the new server.

1. Data conections.

2. SAP conector.

3. Database´s considerations about migration, example, users configurations, roles, etc.

thks a lot !!

Federico Cicerchia

Former Member
0 Likes

Federico,

The export / import between servers works fine. What you need to consider, and what I think you are referring to, is how you setup the connections because you don't want to make multiple changes to the development after you have imported to QAS everytime. What I would suggest is that you setup each connection with a generic "Name" that never changes. When you move to QAS you only need to change the server name, client etc... depending on the type of connector.

Cheers,

Chris

Answers (0)