We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have access to an OLAP cube which I have successfully acceded using Excel
Now, I'm trying to use X4R but R always crashes at the end of this code
library(X4R) handle <-xmlaConnect("cubos.sispro.gov.co", uid="sispro.local/mromero", pwd="mr0m3r0")
This is on R 3.1.2 (Both 32 and 64 bit version)
Any ideas on what the issue might be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have access to an OLAP cube which I have successfully acceded using Excel
Now, I'm trying to use X4R but R always crashes at the end of this code
library(X4R)
handle <-xmlaConnect("cubos.sispro.gov.co", uid="sispro.local/mromero", pwd="mr0m3r0")
This is on R 3.1.2 (Both 32 and 64 bit version)
Any ideas on what the issue might be?
The text was updated successfully, but these errors were encountered: