Forum Discussion
Hi Jim,
Recently, I was working on a project with two orgs, similar to your project, one for DEV/QA and one for production. I don’t think that there is some best practice document but I can share my experience and I hope you will find it helpful.
On the DEV/QA environment, we had one project used for development and one for QA (you can add some suffix in the QA project name, for example, “.QA” to make a distinction between the two projects). We were migrating pipelines, files, accounts… from DEV to QA using the Project Migration API. Here is the link of the API documentation, let me know if you have any questions, you can also use this for migrating projects to production: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1982373/Project+Migration+API
Here is one of our articles for code versioning outside SnapLogic: https://interworks.com.mk/how-to-version-your-snaplogic-code-to-git/
Regards,
Petar
I suspect there is a problem with how you’re building your snap pack and perhaps you’re including some outdated version of the SDK in the snap pack itself.
Please email me your pom.xml: ptaylor@snaplogic.comBTW, I can’t reproduce this issue. I have a string property that’s not an expression with uiRowCount(5) and it works just fine.