-
My connection string looks like this: Then I add Oracle connection like so: If I run the app I see a pop-up saying that my app wants to make changes to the keychain on my Mac and I don't want that. I have ADB for transaction processing and was able to connect with a wallet.
|
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
There should be a way to disable this pop up messages on the macOS configuration. I'm not that familiar with the OS and how to disable it myself. |
Beta Was this translation helpful? Give feedback.
-
BTW, if you are not using the client side wallet at all, you shouldn't see this pop up message unless you are using OAuth or some other token-based authentication. If you are not using token auth, is CryptoasterDataContext doing something app specific to trigger the pop up? |
Beta Was this translation helpful? Give feedback.
-
I'm not using OAuth and don't have anything special in the context initialization code. This pop-up actually masked the real problem. |
Beta Was this translation helpful? Give feedback.
-
It's hard to diagnose an ORA-00542 without a trace. Can you turn on ODP.NET tracing and share the trace? Add the following two lines of code (and set the output directory) prior to opening the connection:
|
Beta Was this translation helpful? Give feedback.
-
Is at the bottom of the stacktrace. It appears when I let it access the keychain. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This is when I let it use keychain
|
Beta Was this translation helpful? Give feedback.
-
The first trace implies the wrong trust root was inserted. Can you review to verify you're using the correct one? |
Beta Was this translation helpful? Give feedback.
-
It appears to be only reproducible on my development machine. When I put it on the server it works fine. |
Beta Was this translation helpful? Give feedback.
-
The Oracle .NET team has reproduced this error on macOS. It appears to affect newer macOS versions only from our observations. We have created bug 35865628 to track this issue. |
Beta Was this translation helpful? Give feedback.
The Oracle .NET team has reproduced this error on macOS. It appears to affect newer macOS versions only from our observations. We have created bug 35865628 to track this issue.