installing integration server on ibm app connect enterprise V12 - ibm-integration-bus

when install integration server on ibm app connect enterprise version 12 an error occurs , it said Could not connect to the Integration Server after starting it.
with log message
Error initializing event log file:
BIP2119E: IBM App Connect Enterprise internal error: diagnostic information ''The process cannot access the file because it is being used by another process.'', '32', ''\\?\C:\Users\mohamed.yehia\IBM\ACET12\workspace2\new\log\integration_server.new.events.txt'', '3221225472', '4', '1', '32', ''The process cannot access the file because it is being used by another process.
I'm trying to intsall integration server on ibm app connect enterprise V12

Related

Deployment issue in Oracle Service Bus

I am not able to deploy jars into oracle service bus console , the session activation is not getting successful showing error like 'A connection to the server has failed(status=unknown)'.

Orcale Database connection failure from VS-2022

I am suddenly unable to get connected to the Oracle database from VisualStudio 2022.
The latest build is also not working after the deployment on the deployment server, I cannot see any changes in my checkout files related to the connection string but the previously hosted build is working perfectly at the deployment server.
However, I am still able to connect from SqlDeveloper.
(The only change that I can observe is the windows update)
"DefaultDb": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=)(PORT=))(CONNECT_DATA=(SERVICE_NAME=)));User Id=;Password=;"
Error: ORA-12545: Network Transport: Unable to resolve connect hostname'

Oracle Services for Microsoft Transaction server Failed

what is the purpose of Oracle Services for Microsoft Transaction server, I am asking this because I tried installing ODTwithODAC (Oracle) on a server and i got the error message Oracle Services for Microsoft Transaction Server Failed

Mule Anypoint Gateway for .NET platform not running as a service in windows 7 professional desktop

I am trying to use MSMQ queue inside Mule flow;Going by the docs here, I find we need to run Anypoint Gateway as a service. The service wont run and gives error:
"Error 1053: The service did not respond to the start or control request in a timely fashion"
System:windows 7 professional desktop 64 bit;
How to resolve the issue?
Info from System logs:
A timeout was reached (30000 milliseconds) while waiting for the Anypoint Gateway service to connect.
Info from Application logs:
The program AnyPoint-Gateway-Service.exe version 1.0.0.0 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
Error from MSI installer:
Product: Anypoint Gateway for Windows -- Error 1920. Service 'Anypoint Gateway' (MuleMSMQService) failed to start. Verify that you have sufficient privileges to start system services.
I have admin privileges to install any service and running on .NET 4.03 platform.
The Mule Doc says for a .NET 4.0 prerequisite.
But I resolved the above error by:
1.Updating to .NET 4.5 platform
2.Running the Anypoint-Gateway.exe as compatible for windows 7(tweaking the properties of exe).
3.Also check if you have admin rights.

ASP.NET MVC3 webdeploy: database deployment on production

I am using webdeploy to deploy my web application to IIS. I followed Microsoft's 12 part tutorial for this. I successfully deployed it on my local IIS.
I have to now deploy this to production and I am following the same steps. I am connected to the remote machine via VP. Form VS2010 publish profile the connection to the server was successful. But when I enter the DB connection string as
"Data Source=xxxx\SQLExpress;Initial Catalog=SWSS;Integrated Security=True"
and try to preview the Database, I get the following error:
Web deployment task failed. ((4/1/2013 9:18:42 PM) An error occurred when the request was processed on the remote computer.)
(4/1/2013 9:18:42 PM) An error occurred when the request was processed on the remote computer.
Exception has been thrown by the target of an invocation.
Member 'ClassName' was not found.
The remote machine does not have TCP/IP enabled.
1. Is it safe to enable this in production machine?
2. If not, how to deploy DB, taking advantage of the dbdacfx?
Update 1:
Based on the comments below, I have changed my connection string as follows:
"Data Source=SWSS\SQLExpress;Initial Catalog=SWSS;User Id=xxxx;Password=xxxx;"
I created a sysadmin user in SQL server with SQL authentication rather than Windows authentication. Now the error is as follows:
Web deployment task failed. (Could not generate deployment script.
Unable to connect to target server.
Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.)
Update 2:
Using mixed mode authentication on SQL Server fixed my issue.

Resources