Informatica Administrator: Domain site refuse to connect - informatica

I have successfully completed the installation of informatica, and I am able to login domain Administrator http://ssingh:6008/administrator but the session get timed out after some time of inactivity.
The issue I am facing is It shows error to reconnect i.e. ERR_CONNECTION_REFUSED. Although this issue does not occur everytime, but frequently seen this issue.
Thanks in advance for the solution to resolve this issue.

It requires informatica service to be up and running. So go to System services and Start Informatica service. Wait for few minutes once service get started, and then will be able to view Administrator page.
P.S. I got this answer after self experimenting it. If any one knows better answer please do post it here. Thanks!

I have the same issue and as you suggested, all what we need to do is to check if the service is running under Control Panel > Administrative Tools > Services (for Windows users) and be patient. My browser connects to the tool automatically after 3 or 4 minutes. Thank you!

Related

Stuck on complying with domain verification requirements

Recently I have been trying to re-boot my app. This includes adding google play services to my app.
I setup a google cloud platform account and then linked it with the developer console for my app.
Next I setup the OAuth consent screen. After completing everything it asked me to verify my website and domain; I completed this step with the google search API.
Despite all of these efforts I still got the error, Pending developer action.
Here is my verified domain (blurred out for obvious reasons):
After observing the documentation a little bit more, it tells me that I must continue/reply to the email thread with their Trust and Safety team, but I have not received any emails from them with my developer email -
Thanks in advance
-James
I have actually found the solution to this problem, and I think I can safely say that this is due to human error every single time.
When linking your google play app in the developer console to google cloud it might automatically create one for you, but if you reload the page it will make a second one. You have to make sure you select the right google cloud app to link because it might not properly connect if you use the wrong one.
Once you have done this you need to create a website or link a website that has been verified (you can verify it yourself) with google. You should then be able to setup your app easily! Not every step will be instant you might sometimes have to wait a day or two for it to work.

Google Cloud Shell has been stuck on "Provisioning your Cloud Shell machine" for hours now

I am new to Google cloud and I am trying to sue the cloud shell. After going to the page with it it just has been saying "Provisioning your Cloud Shell machine" for hours now with no activity or prompts. Am I doing something wrong here or is this just the time it takes to generate the server.
Thanks in advance.
Try to restart it. Click on the 3 dots on the right of the window and hit restart.
Update, after switching from un googled chromium to Firefox it cleared up the issue, I am guessing some block that was causing this.
Firefox stays in this state forever, for me.
Microsoft Edge works just fine..
If you are using Chrome or an incognito tab then the following solves the issue:
At the right hand side of your search bar just ensure that Third-party cookie blocking is turned off to allow cookies.
The location of the Third-party cookie blocking icon:
Used Chrome instead of Firefox solved the issue.

Authentication Error when Trying to Log into WSO2 IoT Server - Device Management Console in wso2-iot-3.3.0

I followed the instructions in the link (https://docs.wso2.com/display/IOTS330/Enterprise+IoT+solution) in Windows to start WSO2 IoT server. So, broker, iot-server and analytics are started. But, when I'm trying to log in to the device management console using admin login or the login credentials I created, it gives me an authentication error.
I tried the solutions in this answer (Not able to access WSO2 IoTS Device Management Console in wso2-iot-3.3.0 when logged in 'admin') also (Reducing Java version to 1.8.0_144 and making the compression parameter to off in all the catalina-server.xml files). But any of it didn't work for me.
I have attached the screen shots of the error. Please help me to go through this! Thank you.
Error in browser
Error description in iot-server console-Part 1
Error description in iot-server console-Part 2
This is related to the issue mentioned in the github issue mentioned below and it seems, it is already fixed in latest master.
As a quick workaround you could try to modify the startup script files (bat files in this case) and add the changes mentioned in the above git issue.
For example, you can change the file modules/distribution/src/core/bin/iot-server.bat at line number 73 as below.
FOR %%D in ("%CARBON_HOME%\wso2\lib\commons-lang*.jar") DO set CARBON_CLASSPATH=!CARBON_CLASSPATH!;".\wso2\lib\%%~nD%%~xD"
Similarly do the same change as above for files mentioned below as well.
modules/distribution/src/core/resources/profiles/backend/iot-server.bat
modules/distribution/src/core/resources/profiles/keymanager/iot-server.bat
modules/distribution/src/core/resources/profiles/manager/iot-server.bat
This should resolve the issues you are facing.
Related github issue - https://github.com/wso2/product-iots/pull/1838/files

Windows Server 2012-R2/2016 auto login not working

After trying several version of the registry edit way to login automatically (https://support.microsoft.com/en-us/help/324737/how-to-turn-on-automatic-logon-in-windows)
I am still unable to make my servers(Windows 2012-R2, Windows 2016) automatically login. What i specifically need is for a program to start up whenever the server boots, and a logged in user is required for the program to function properly. I have followed the links and did as instructed.
My Registry Entry
As well as change the AutoAdminLogon to 1.
I also tried with the checkbox in User Accounts(https://superuser.com/questions/499724/auto-login-windows-server-2012)
but without luck...
The servers are machines i connect to remotely with a username and password.
Am i misunderstanding both of these methods?
Is it for some reason impossible when they are remote servers?
Are there any other ways of making the server login?
Any help is much appreciated :)
To Anyone stumpling upon this thread later, I found this tiny program.
https://learn.microsoft.com/da-dk/sysinternals/downloads/autologon
It worked like an absolute charm on my 2012-R2 and 2016 server.

Can't access oracle APEX page

I worked with Oracle apex and created some applications.
the access url was localhost:9090/apex/apex_admin
today I tried to change my book to work-group and changed the IP of my laptop and then restarted it, now I can't access the APEX environment any more although I restore my computer 3 day back but also no way.
note: when I enter this url: localhost in browser it opens IIS7 page.
Please who can help me I am in need to finish my work as soon as possible.
It seems like you should run some Oracle services.
Go to Windows + R (Run)
Write services.msc
Find OracleMTSRecoveryService and both services which are started by OracleOraDb11g.....
If it's disabled go to properties and change Startup Type to Automatic
Then run this services and refresh browser page.
Hope this will help. It worked for me