parsing connection string: Keyword not supported: 'p:/ignorepermissions'..
Loading
parsing connection string: Keyword not supported: 'p:/ignorepermissions'..
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Brahma Prakash ShuklaPosted May 10, 2023, 9:33 AM
This error message indicates that there is an issue with the connection string that is being used in Jenkins. Specifically, the error is indicating that the connection string contains an invalid keyword: 'p:/ignorepermissions'.
To resolve this issue, you should check the connection string being used in Jenkins and make sure that all keywords are valid and supported. If the connection string was copied and pasted from another source, it's possible that an incorrect or invalid keyword was included by mistake.
If you're unsure about the correct format or keywords to use in your connection string, you should consult the documentation or support resources for the technology or database you are trying to connect to.
Once you have corrected the connection string, you can try running your Jenkins job again to see if the issue has been resolved.