Facing issue in informatica admin console - informatica

I have installed informatica 10.1 in my windows 10 machine, and the installation completed successfully. During installation i was able to connect to Admin web-page.
But, once i restarted my pc, I was not able to login Adminpage.
I am new to informatica
Please help.

Related

Can not access Centos admin panel CWP Pro

I recently installed OpenVPN on my VPS (Centos 7) which runs on a different port(943).
Since then I am not able to access CWP Pro which runs on port(2031).
SSH and other services works perfectly.
Any idea on how i can fix that problem without reinstalling CWP Pro?
Your copy of CWP pro may have expired. Run the update command sh /usr/local/cwpsrv/htdocs/resources/scripts/update_cwp on SSH shell.
You can login as root to change user configuration and change user password to access user accounts at ip_address:2031

Unable to connect oracle database (12c) while installing informatica power center 9.5.1

Oracle environment:
Guest OS: centos7 (Installed in a VMWARE)
version: Release 12.2.0.1.0 Production
Informatica Power Center:
Downloaded site: https://edelivery.oracle.com/osdc/faces/SoftwareDelivery
Software: Oracle Business Intelligence Data Warehouse Administration Console and Informatica PowerCenter
version: 9.5.1
Host OS: windows 10
While installing, informatica is asking to connect to the oracle user. So I created a user and granted dba to it. Even though I provided correct database address, Informatica test connection is failing.
But, with the same config details I can able to connect DB through SQL developer(Version: 19.2.0.206.2117) which was installed on windows (host OS).
So many possibilities, sql developer is running on your local windows client picking up your local tnsnames.ora to resolve the db connection against and with firewalls opened between your local windows client and the database. On your centos server, the Informatica install will resolve against the tnsnames.ora there which may not have an entry for the sid you're trying to hit and even then it will also only find its local tnsnames.ora file if the user doing the install has ORACLE_HOME correctly set in their profile. Not to mention firewalls and networking between the centos machine and the db may not be open.

Vtiger 7.1 Active Directory

Previously installed vtiger 6.5 and had active directory authentication working as per Vtiger 6 CRM AD
Clean Installed Vtiger CRM 7.1 and followed same procedure again for AD, user authenticates ok but it just loops back to the login page again.
Anyone experience this with 7.1?
Have checked config.php and confirm "$AUTHCFG['authType'] = 'AD';" is there.
Have also run the test ldap script and user also authenticates ok.
You seem to be doing everything right but I have found your not the only one with this issue, but if you take a copy of your 6.5 version and migrate to 7.1 using vtiger new files
If you are upgrading from 6.5 to 7.1, you will need to run this process twice. First to upgrade vtiger 6.5 to 7.0 and after that repeat the process to upgrade vtiger 7.0 to 7.1
Download the migration path from the SourceForge site. Patch 6.5 to 7 or Patch 7.0 to 7.1
Unzip patch.zip into Vtiger CRM Folder. A file called vtiger7.zip and migrate folder will be unpacked.
Through browser open /migrate path http://yourdomain.info/vtigercrm/migrate
Someone has successfully compete what you are trying to achieve.
https://discussions.vtiger.com/discussion/188023/vtiger-7-1-active-directory

have no permission to access superset tables either from load_examples or added manually after installation

i have airbnb superset setup on centos 6.6 and python 3.4 virtual env. the web server is booted up without error logged and also OK to browse the web ui. but neither the tables which are already there due to"superset load_examples" in setupup, nor the mysql tables i managed to add in web ui by myself, are accessable from web ui. all tables are reported "The endpoint requires the datasource tablenamexxx, database or 'all datasource_access' permission", "You do not have permission to access the datasource(s):multiformat_time_series."
Anyone familiar with superset can help check this?
Error prompt is like this pic:
I have encountered this issue myself by neglecting to run the superset init command during the installation and initialization process before starting the webserver. Shutting down the webserver, running superset init, then restarting the webserver with superset runserver solved the issue for me.

Can you install vmware server 2 on the Windows 8 preview?

Apologies if this has been asked already, searching the web reveals lots and lots of threads about installing the Win8 beta on VMware but not the other way around.
I am trying to install VMware Server 2.0.2 on a Windows 8 Preview machine. It appears to install correctly but I cannot then reach the web based homepage to configure virtual machines, i.e.
https://localhost:8333/ui/
gives the error that the "connection attempt to localhost was rejected. The website may be down or your network may not be properly configured".
Has anyone had any success running VMware Server 2.0.2 on Windows 8 Preview? If so were there any gotchas you needed to avoid?
I don't think it will ever be resolved. VMware Server was declared End Of Availability in January 2010; There will be no support for Windows 8.
Your best try would be trying launching the services in compatibility mode, but why would you do that? Why not use the much more advanced VMware Player or VMware Workstation products?
I've found a way to run it on Windows 8.
On my PC with a x64 version of Windows 8, when I installed VMware Server 2, I found there was a service called VMware Host Agent that cannot be run. When I opened the system Service Manager and clicked to launch this service, it gave me the error.
My solution is to create a service with the same command string and set it to start automatically by using the "sc create" command in cmd.exe. And it worked for me!