getting error as "Failed to find user name [WORKGROUP\SYSTEM]" during informatica installation - data-warehouse

Getting above error in the logs, while installing informatica server 10.4, this is happening while i am in the create domain menu
then i get this error
when i check the logs, I am seeing this error.
OutPut : [ICMD_10033] Command [generateEncryptionKey] failed with error [[INFASETUP_10000] [FrameworkUtils_0006] The encryption key file cannot be generated. [[FrameworkUtils_0022] Failed to find user name [WORKGROUP\SYSTEM] during Informatica service startup, and so cannot grant read and write permissions on the node configuration directory to the user. Verify that the user that started the Informatica service is valid. If you are a Local System User, you can ignore this message as you inherit the read-write permissions.]..].
I am not getting where this [WORKGROUP\SYSTEM] user name is coming up

Related

The requested page cannot be accessed because the related configuration data for the page is invalid. (with a "catch"...)

Another user in my organization put a folder with source code on a central server. I copied the source code to my local machine and when I try to run the application in VS on my local machine I get the following error:
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Detailed Error Information:
Module IIS Web Core
Notification Unknown
Handler Not yet determined
Error Code 0x80070005
Config Error Cannot read configuration file due to insufficient permissions
Config File \\?\UNC\...\users\username\My Web Sites\Website1\web.config
The issue is with the file location of the problematic .config file:
\\?\UNC...\users\username\My Web Sites\Website1\web.config
This location does not exist on my local machine. I have confirmed with the other user that it does exist on his machine - so it appears that the application is referencing a file location that simply does not exist. My suspicion is that there is some kind of folder/cache that needs to be cleared out, but I don't know what to do in this situation. Any ideas?
Ended up actually finding a duplicate question with an answer regarding deleting an applicationhost.config file and then recreating it in VS:
HTTP error 500.19 - Cannot read configuration file

ERROR Failed to start Neo Server

I have to use neo4j for my rails application.
So I started installing the neo4j server.I followed steps to install here on linux.
But when I run
./bin/neo4j console
It gives
ERROR Failed to start Neo Server on port [unknown port] Bad value 'conf/neo4j-http-logging.xml' for setting 'org.neo4j.server.http.log.config': HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable.
org.neo4j.graphdb.config.InvalidSettingException: Bad value 'conf/neo4j-http-logging.xml' for setting 'org.neo4j.server.http.log.config': HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable.
I am unable to start the neo4j server.Help me how to resolve it.
Thanks in advance.
The error message very clearly mentions the root cause:
HTTP log directory [/opt/neo4j-community-2.3.2/data/log] is not writeable.
So check file permissions and fix them so the user running neo4j can write to that directory.

Duplicate key error during Umbraco installation

I'm installing Umbraco V7 and get this error during installation
Error during installation
The database failed to install. ERROR: The database configuration failed
with the following message: The CREATE UNIQUE INDEX statement terminated because
a duplicate key was found for the object name 'dbo.cmsPropertyType' and the
index name 'IX_cmsPropertyTypeUniqueID'.
The duplicate key value is (00000000- 0000-0000-0000-000000000000).
The statement has been terminated. Please check log file for additional
information (can be found in '/App_Data/Logs/UmbracoTraceLog.txt')
Any Idea where I can get full DB script for Umbraco or Full DB Backup?
Since it is a brand new install, I would try wiping your db and starting the install over. It sounds like something got corrupted once, and now it is perpetually breaking.

Windows service setup: Error 1001

I am getting the following error when I try to install my service installer on my machine:
Error 1001. The source was not found, but some or all event logs could be searched. Inaccessible logs: Security.
Error 1001. An exception occurred during the Rollback phase of the installation. This exception will be ignored and the rollback will continue. However, the machine might not fully revert to its initial state after the rollback is complete. --> The source was not found, but some or all event logs could be searched. Inaccessible logs: Security.
I have created the window service as specified in the link: http://support.microsoft.com/kb/816169
Any help on this is much appreciated.
Please note: I dont have admin rights in this machine.

CREATE DATABASE failed at stsadm -o extendvs

Anyone pls give me suggestion.
I am trying to create a new web application at sharepoint.
But cannot create from sharepoint central admin ... error occured "Unknown Error".
so I try to create with stsadm -o extendvs ... at that time error occured..
Directory lookup for the file "F:\MSSQL\DATA\WSS_Content_Internet_NewProd.mdf" f
ailed with the operating system error 3(The system cannot find the path specifie
d.).
CREATE DATABASE failed. Some file names listed could not be created. Check relat
ed errors.
CREATE DATABASE failed at stsadm -o extendvs
pls give me any advice...
Check the ULS logs for detailed error messages. F:\MSSQL path that you have mentioned, does exist on the server, right?
Also, do you appropriate permissions?

Resources