Can't access OBIEE analytics - weblogic

I have a problem when I try to login to the OBI Analytics, it give me an error Unable to sign in although it is success in both console and EM with the same username and password of weblogic but when I try to access OBI Analytics is not accepted, I have checked all services are all up and running as mentioned in the attached files, any suggestion please
enter image description here
enter image description here

Related

Device Access Console - "Application in review" status and Users receiving "No access to partner..." error

Our project to integrate support for Google Nest was verified for OAuth by The Google Trust & Safety Security & Privacy Team.
However, on the Device Access Console the project (ID: a09be4ad-f0be-479b-b9a3-77bd74f23c40) is still showing as "Application in review" and is still in the sandbox.
I'm not sure if this is what is causing the issue but our users are still getting the error below:
No access to partner
Information could not be retrieved. Please contact <> to verify your account has been property set up. You may need to add the developer email address as a home member in the Google Home app settings.
A screenshot is below:
enter image description here
We submitted the application on the Device Access Console first in mid December before we submitted the oAuth application.
The Google Trust & Safety Security & Privacy Team recommended I post here. Is there anyone from the Google Device Support team who can help us out with this issue? We'd like to roll this capability out to users as soon as possible.
If you need any other information from me, please let me know.
We verified that users trying to link their Nest accounts have converted over to Google accounts.
We had users try again after we were approved for OAuth also.
The users are still getting the same error message I mentioned.

How do I add Pinterest Google Tag Manager when getting error blocked app with no administrator email for API controls?

before the error window-click relaunch:
I am trying to make ads in Pinterest and I need to 'Install the Pinterest tag on Google Tag Manager - Track conversion events etc' and when I do, it makes you log in with your gmail account and I got an error saying The app is blocked/accessing sensitive info (refer to screenshot). I tried to find where I can allow it and I can't get access to it.
I don't have administrator access (non-gmail account) to access API Controls and fix the setting. Can you please allow Pinterest to connect accounts?
Error message screenshot:

How can I login into my heroku account ? Unable to access my account due to Multi Factor Authentication

Please Help!
I am unable to login into my heroku account even I know my correct login id and password due to the 2FA which was enabled mistakenly with me because I needed to deploy my app quickly.
I used Google Authenticator for generating the authentication code and logged in but next day my mobile got damaged in a way which couldn't be repaired. Due to which when again I tried to login it still asks for google generated verification code which I don't have, I contacted heroku support several times but it's been a month but still I couldn't get any satisfactory response.
They have opened some Temporary code login and provided a recovery code but still I am unable to login.
Anyone Please help me get my account
Page where I am stuck

How to fix login process to dialogflow after I have attached gmail to my non-gmail account?

I had a Google account based on not-GMail-account. I had another email company's email as a login to my Google Account (myemailhere#ukr.net). And I used this Google account to login the dialogflow.cloud.google.com.
Today Google suggested me to create a #gmail.com account and attcach it to my myemailhere#ukr.net Google Account. I have confirmed and created the myemailhere#gmail.com.
Using both of this logins (myemailhere#gmail.com and myemailhere#ukr.net) I am still able to login my cloud.google.com Profile. But when I try to login the Dialogflow Profile (dialogflow.cloud.google.com) - I see the eternal loading animation (or a totally blank page). There is no errors about password or something like this. Just login process after I submit the password and then white page. This behavior I see on all my devices, while I trying to login with myemailhere#gmail.com or myemailhere#ukr.net
And I see some 400 errors in web console (if it matters).
Could you please help me to fix this and get access to DialogFlow?
Screen that I see after the login and password entering
Do you have the project owner role for the mentioned username that is registered on your project in the GCP console (not Dalogflow Console)? Here is a list of roles related to Dialogflow that grant access to its Console.
Note that some of these roles give full access or edit access while other roles have permissions that simply gives view access to the Dialogflow Console.
If you are missing any of these then simply assign on your GCP project's console.
Assigning roles as described above did not work for me. Solution was to delete gmail email service from the account.
Instructions here
If you would like to use gmail, do NOT add gmail to your existing google account. You should instead create a seperate google account and use gmail from this seperate account

Google Drive Android: Error signing in the specified account. Please choose a different account

I am implementing the google drive use google play services.
I enable drive Api and Drive SDK from api console, and implemented configuration settings for Drive SDK, But when I try to login from my application, I get the following error,
Error signing in the specified account. Please choose a different account,
I add another account but facing the same error,
I did not know what is the problem? did I have to add the test users? but I did not find any place to test users.
In authentication section (https://developers.google.com/drive/web/enable-sdk#drive_integration). I found . In order to authenticate Drive users with the user info service, you must manually enter the following two scopes:
email
profile
But scope section only allow to enter the url and not the email and profile.
In the Google Developers Console, the package name must be the same as the Android app's package name in your android studio.
If you enter the wrong name, you may get this error message.