Could not connect the Intelligence Server - Microstrategy - microstrategy

When attempting to start the MicroStrategy Intelligence Server 10.6 service via the MicroStrategy Service Manager or Windows Services, the following error occurs:
I'm on windows 10
Edit #1: Additional infos:
This is the Windows Event Viewer:

Seems like it's 10.6 and not 9.x
Did you just upgrade ?

Please check this link on MicroStrategy knowledge base portal.
https://community.microstrategy.com/t5/Server/TN34508-quot-Failed-to-start-service-Unexpected-error-occurred/ta-p/185147

Related

IBM MobileFirst IBM DB2 "no DB2 instance found on the server"

Environment:
IBM MobileFirst 7.1
IBM Liberty Core 8.5.5
IBM DB2 10.5
0 Windows Server 2012 R2
While installed the IBM Mobile First 7.1 platform, in Database Creation request step, I am getting message No DB2 instance found on the server.
However on db2ilist it returns default instance as "DB2".
Any idea why it's not listing while Mobile First installation in database creation step?
This question may be a duplicate of: IBM Worklight 6.2 Server Deployement error: DB2 Instance not found on server
As the answer mentions, it seems the Server Configuration Tool may not able to create the database for your specific topology. You should then create it manually before running the tool. For instructions, see: https://www-01.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.installconfig.doc/admin/t_creating_the_db2_database_for_wladmin.html
For the Project Runtime databases, the doc is here: IBM Worklight 6.2 Server Deployement error: DB2 Instance not found on server

Issue with First step in DB2 Enterprise Server Edition Version 9.7

I installed IBM DB2 Enterprise Server Edition Version 9.7
window is not opening so because of this I couldn't able to create a sample database.
Is there any way to manually download the sample database & connect to DB2?
Try the command db2sampl and start reading some basic documentation.

Dreamfactory: IBM DB2 connection

I downloaded what I believe to be the latest copy of Dreamfactory for Windows from Bitnami bitnami-dreamfactory-1.8.2-0-windows-installer.exe. I would like to connect to an IBM DB2 remote database. In using the Admin Console I don't see an option in the SQL Vendor dropdown for IBM DB2. Did I miss a configuration step? If not, what do I need to do to configure IBM DB2 as a Remote SQL DB? I can't seem to find a reference in the documentation for how to do this.
Update
I just installed the Bitnami Ubuntu vmware appliance and it has a DB2 dropdown. Therefore, there is a flaw in the Windows 1.8.2 self installer.
With a quick test of the windows installer, we did confirm the DB2 value is in the dropdown menu. Please try to refresh the window frame or clear browser cache to see if that helps.
Also, the Bitnami package released for 1.8.2 currently doesn't have the db2 driver installed by default. We are working on getting another build that has better default setup. In the mean time, this link has the Windows instructions. I will try to get a more detailed instruction set for Windows.

Trouble installing ATG 10.1

Past two days, I was trying to install ATG in my windows machine using the ATG Installation and Configuration Guide.
I am able to install,
Oracle ATG Web Commerce platform
Oracle ATG Web Commerce Search
Then before installing CIM, I tried to configure the database. I am using MySQL 5.6.13.
In the section Creating Database Tables for ATG Portal, they asked to run the following command to run the script
install-mysql userid password database
but in the above command, what database name I should give?
Please guide me on this.
Thanks.
Assuming you are installing the Commerce Reference Store (CRS) you can use the following:
crsprod
as specified on page 9 of the CRS installation guide
If you are not using CRS, you can use whatever name you want since you then need to configure it in your DataSource files.

Unable to upgrade to Microsoft SQL Server2008 R2 RTM - Express with Advanced Services

I am trying to upgrade my current Express edition to Express with Advanced Services for supporting full-text search.
The current system setup is:
OS version: Windows server 2008 R2 web server 64 bit
SQL Server 2008 R2 Express, SP1, v10.50.2500.0
I have downloaded the SQL Server with Advanced Services. I am unable to upgrade the edition. The installation step goes without any issues and even getting Edition upgrade completed page. But once I click the close this page, an error will pop up.
SQL Server Setup has encountered the following error: Invoke or
BeginInvoke cannot be called on a control until the window handle has
been created.
Can some please assist me here to the right direction?
I could see that the version of SQL Server Express with Advanced Services is 10.50.1600.1. Is this the cause? So should I downgrade the sp1 to normal Express r2 edition before upgrading?
Downloaded link for the Express with advanced services http://www.microsoft.com/download/en/details.aspx?id=25174
I got it working finally!!
I was getting the below error previously. It is a bug and is related to UI. So i have upgraded using the command line that too in QUIET mode to prevent any UI intervention.
"SQL Server Setup has encountered the following error:
Invoke or BeginInvoke cannot be called on a control until the window handle has been created."
Following are the steps i used:-
Downloaded the latest sp1 for SQL Server 2008 r2 with Advanced Services (SQLEXPRADV_x64_ENU.exe) from http://www.microsoft.com/download/en/details.aspx?id=26729
Extracted the SQLEXPRADV_x64_ENU.exe to D:\SQL2008
Open command prompt as "Administrator"
Executed the following commands
D:\sql2008\setup.exe /ACTION=editionupgrade /INSTANCENAME=MyInstance /IACCEPTSQLSERVERLICENSETERMS /FEATURES=SQL,RS /INDICATEPROGRESS /Q
*MyInstance is your sql server instance name
*/INDICATEPROGRESS will show the setup progress to command prompt(For a confirmation :) )
You can follow this doc for more setup parameters
http://msdn.microsoft.com/en-us/library/ms144259(v=sql.105).aspx
Verified the upgrade has been successful.
Unfortunately FULL-TEXT Search feature was not enabled.
So Run the setup.exe as normall(double click) and added "FULL-TEXT Search" feature to the existing instance.
Everything works fine now. Thank you all.
I can verify that this bug and the same resolution also apply to SQL Server 2008 R2 Express SP2 v10.50.4000.0