R
Ricardo Perdigao
Guest
Meyrick, First a question: Why is "Copy Source Local" is so important to you? From your post, it sounds like it is stopping you development and it shouldn't be. My comments: Backend (Progress Developed Studio) and Fronted (Mobile.progress.com) are married. There a few situations that will break that marriage: - Delete your project on the frontend (mobile.progress.com) and create a new one without also deleting and recreating the project backend (and frontend) from Progress Developer Studio. If you care about the marriage, you should never create a project directly on mobile.progress.com, you should do it the Progress Developer Studio (with your backend) - Restoring a backup on the front-end (or backend) without also restoring the matching backup in the backend (or frontend) I might be wrong here, but maybe you deleted the project on mobile.progress.com, re-created it with the same name, and now that marriage between your backend and frontend is broken. ** They only way I know to resolve it is: - Backup up your frontend on a Zip file in mobile.progress.com - Backup your Appserver code directory from your Workspace directory - Erase or rename both your backend and frontend - Create a new project in Progress Developer Studio and during the initial wizard say that you will be building it from a backup file (input the zip you created on the first step) - Restore your backend procedures to the proper location - Expose / Publish / Test the backend - Now you should have a backend that is married to the frontend again ** For help on the steps above, please look at a Word document I've sent you not too long ago showing how to properly restore my sample project. The steps are the same with the only difference that you will be using your backups and not the ones from my sample.
Continue reading...
Continue reading...