ax 2012 r3 async server installation - asynchronous

getting error of "There is a problem with windows installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." while installing async server of ax 2012 r3

The SQLCMD utility is required to install Async Server. This utility is typically installed with Microsoft SQL Server. If a version of SQL Server is not installed on the computer where you install Async Server, you can download and install Microsoft Command Line Utilities 11 for SQL Server to meet this requirement.
Microsoft ODBS 11 Driver for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36434
Microsoft Command Line Utilities 11 for SQL Server
http://www.microsoft.com/en-us/download/details.aspx?id=36433

Related

How can I connect R Studio to my MS SQL Server database running in a virtual machine? (Parallels for MacOS Apple Silicon)

This is my setup:
MacBook Pro 14" M1 Pro
R Studio native on MacOS Apple Silicon.
Parallels version 18 running the ARM version of Windows 11 with SQL Server 2014
The above being maintained and worked on through Microsoft SQL Server Management Studio 2018
I want to connect my R Studio instance running on the host (MacOS) to my database that's running on my virtual machine.
This is my code in R Studio using Tidyverse + ODBC
con <- DBI::dbConnect(
odbc::odbc(),
Driver = "SQL Server",
Server = "WINDOWSPARALLELS\\LOCALSERVERPLS",
Database = "CustomerSalesDW"
)
I get error message:
Error: nanodbc/nanodbc.cpp:1118: 00000: [unixODBC][Driver
Manager]Can't open lib 'SQL Server' : file not found
If I run the same code in R Studio installed on the same virtual machine that the Microsoft SQL Server is running on, it does work. That's obvious however.
However, seeing that R Studio is painfully slow on the virtual machine, I'd rather "remotely" connect my native instance of R Studio on MacOS to the database that is running in the virtual machine.
How can I do this?

R version Machine Learning Server SQL Server 2019

Using Machine Learning Server and SQL Server 2017. Unfortunately, it only supports R 3.3.3. I googled a lot but could not find a definitive answer. Which version of R is supported whilst using Machine Learning Server on SQL Server 2019?
What is SQL Server Machine Learning Services with Python and R? states:
Python and R versions
The following lists the versions of Python and R that are included in Machine Learning Services.
SQL Server version
Python version
R version
SQL Server 2017
3.5.2
3.3.3
SQL Server 2019
3.7.3
3.5.2
So 2019 installs 3.5.2 for R, while 2017 (contrary to your question) installs 3.3.3.
The versions of R and Python installed is only a default. You can update it.
Update to SQL 2017 CU22 or later, and you can change the version of R used:
If you have installed one of the above Cumulative Updates for SQL
Server 2016 or 2017, you may have multiple versions of R in a SQL
instance. Each version is contained in a subfolder of the instance
folder with the name R_SERVICES.. (the folder from the
original installation may not have a version number appended to the
folder name).
Change R Runtime Version - SQL Server 2016 and SQL Server 2017
The process for SQL Server 2019 is here.

BizTalk 2013 R2 Cumulative update 2 - not installing adapter pack update

I'm trying to install the BizTalk 2013 R2 Cumulative update 2.
The BizTalk server part is installing correct, but asking for install pack for BizTalk Adapter Pack x86 and x64. I have already installed the LOB.
Can anyone tell why the CU2 is asking to "insert the Microsoft BizTalk Adapter pack disk and click OK", for the Adapter Pack x86 and x64?
The reason it's asking your for a CD/DVD is because you don't have the installation package for BizTalk 2013 R2 still mounted on your server. I had the same issue, and it stopped asking for a CD when I mounted the BizTalk installation .iso disc image onto the server I was installing the CU pack on. If you connect the installation software to your current BizTalk server, it will show in the DVD drive under My Computer. Re-running the CU installation afterwards will correctly install the updates. This has worked for both CU2 and CU6.

MDS and BIPLATFORM repositories are not found while installing through RCU

I am aiming to install OBIEE 11g.
1) I installed Oracle DB 11
2) Installed Oracle SQL Developer
3) Tested the connectivity and it worked
4) I have SYS, SYSDBA users running well with all the privileges
5) I downloaded RCU from Oracle for Windows 64 bit. I am running Windows 8.
6) While installing the RCU, I couldn't find the repositories MDS and BIPLATFORM. The only schemas I see are as shown in the picture.I have the sysdba privileges and I tested a test connection as SYS/SYSDBA through SQL developer successfully.

Configuring Cloudera Connector for MicroStrategy

I have installed ClouderaHiveODBCSetup_v2_00 on my windows XP and I am following instructions as per the following page
https://ccp.cloudera.com/display/con/Cloudera+Connector+for+Tableau
I am get the following error
the setup routine for the cloudera ODBC driver for APACHE hive ODBC driver could not be loaded due to system error code 127
What could be the problem . I have tried with all privileges as an admin
Thanks
Cloudera had updated the Hive ODBC driver. Have you try their latest version of the driver? The latest version runs fine on XP.
Here is the download link:
http://www.cloudera.com/content/support/en/downloads/download-components/download-products/downloads-listing/connectors/cloudera-odbc-drivers.html

Resources