Hi Everyone,
Something really strange is happening.
When I'm scripting and testing my script, I'm working on a test environement. When I'm trying to use the script and test it on a another environement (production environement), the script crashes. So I copied the database from the production environement and copied it in my testing environement (meaning the same objects were copied, also the filters.. everything), the script worked.
Someone can explain why is that ? It would really help !
Thank you
Alexander Cherednichenko on
Hi,
Suspicious #1 is a filter for the user you use in prod. Check what the filter assigned your user has in prod.
Suspicious #2 is access to groups. Again, if there are some restrictions for the user in prod environment, you'll get issues.
Suspicious #3, related to #2. If your script writes into DB and you do not have permission in prod, you'll get an issue.