When I try to download a Tableau file from the server it gives me the error
Errors occured while trying to load the workbook "C:\Users\mjones\AppData\Local\TableauTemp\0rfcxdjblahblah\test1.twbx". The load was not able to complete suxccessfully.
Then when I click on Show Details I get
This file was created by a newer version of Tableau.
Please contact Tableau Software to upgrade your software.
Everyone in the office is using the same Tableau version though.
Please Help!
Confirm your server is the same version as your desktop. Click in the upper right corner and select About Tableau Server.
If there is a difference, contact your server admin.
You can also download a different desktop version from here http://www.tableau.com/support/esdalt
Someone had changed the report on the server. The server was version 9.3 but I was not aware anyone was making changes from the server!
Related
So I have successfully installed Oracle DB 19c and connected it to Oracle SQL Developer. I am able to create tables and run queries. Furthermore, I can connect to ADW with both python and SQL Developer and any changes that I commit are seen in all locations. I am trying to connect the ADW database to Power BI. I am running all this on a personal Windows 10 Pro laptop with plenty of SSD & RAM.
In a new window of Power BI I click Get Data and then Oracle Database followed by Connect. When I do this I get a pop up that says:
The recommended provider ('Oracle.DataAccess.Client') is not installed. You can continue with your current provider, however it has been deprecated and may not work correctly.
I clock OK. Enter my Server as the TNS Name that I have used for my python and SQL Developer instances. In my ADW database, I have a table called TEST. It's a simple table with 1 column with the years 2015 through 2020 in it. Been using this to test to see if things are working. So I click on the DirectQuery and run the SQL statement SELECT * FROM TEST under the Advanced options menu and select OK. A sign in window pops up and I select the Database table and enter my correct ADW username and password. The same one that I can use to access this table from SQL Developer and then select Connect. When I do, I get this error:
Details: "The provider being used is deprecated: 'System.Data.OracleClient requires Oracle client software version 8.1.7 or greater.'. Please visit https://go.microsoft.com/fwlink/p/?LinkID=272376 to install the official provider."
So I go to the website and download the ODAC122011_x64 file from Oracle and unzip it. When I double click the setup.exe file inside the directory I get a yes/no user control account menu and I select yes and then a command prompt window flashes very quickly and then nothing happens. I ran a super slow motion capture from my phone to capture what the command window showed and below is what I see:
Starting Oracle Universal Starter...
Checking monitor: must be configured to display at least 256 color Higher than 256 . Actual 4294967290 Passed
Preparing to launch Oracle Universal Installer from C:\Users\<my username>\AppData\Local\Temp\OraInstall2020 09:20_09-04 {???}
Please wait .._
It does nothing after this I have tried running the oui.exe file under the install subdirectory and get nothing and I have tried running the install.exe file in Oracle Universal Installer that I acquired when installing Oracle DB 19c and I get the following error when I target the install.exe file for installation:
OUI-10118:C/Users/{my username}/Downloads/ODAC122011_x64/Setup.exe is either a directory or a corrupt file. Specify a valid filename.
This is a file that I just directly downloaded from Oracle's website and unzipped to a directory with no spaces in the directory location. I have the latest version of Java installed (JDK 15).
I am not sure the proper work around here. Why can't I get my Power BI to connect to my Oracle ADW table using the methods described in this article. Those are the instructions that I used. It appears that I need this ODAC application but I don't understand why it won't install.
Can anyone help me resolve this issue? Thanks!
Edit: I am using 64-bit on each application.
Update: Still having issues. I checked the log and this is what I am seeing:
Using paramFile:
C:\Oracle\Oracle_PowerBI_ODAC\ODAC122011_x64\install\oraparam.ini
Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed
The number of files bootstrapped for the jre is 0.
The number of files bootstrapped for the oui is 0.
the client version need not match the server version, Removing all other versions, and making sure that I had the x64 version,
You need the latest ODP.net library to use Oracle. Please download it here:http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
I figured out the solution after reviewing this post. Apparently having over 2TB of free space on a hard drive causes this problem. You have to go into command prompt and create a temporary file to get your free space under 2TBs using something like this:
fsutil file createnew temp_1TB_file 1200000000000
Run the setup.exe again and then delete the temp file after.
Update: After doing all this I still was running into the same issues in Power BI. Then I read the troubleshooting notes from this page more closely and realized that I might have found the problem when it said:
If you downloaded Power BI Desktop from the Microsoft Store, you might be unable to connect to Oracle databases because of an Oracle driver issue.
I uninstalled the PowerBI Desktop that I had installed from Microsoft Store and installed it from the download from its website and tried connecting to Oracle ADW again through PowerBI and IT WORKED!!! So much troubleshooting but it finally works!
I have installed tableau desktop version 2020.1.3 (with its license) and also its required drivers from here.
Now, according to what is considered in installation guides, what I am supposed to do as first step, would be just to open the tableau software and enter the needed connection information to connect to Oracle DB.
Although I done these steps in the said way, I get the following error:
An error occurred while communicating with the data source
Bad Connection: Tableau could not connect to the data source.
Error Code: 37CE01A3
No details available.
Can anyone help me with this error? Are there any settings or configurations that I did not attention to?
Thanks
By reading the related log file, I have found that the wrong is with Java version. So, I installed a higher version of Java, and everything went well. To me, available Java version was 1.7 that I change it to 1.8.
We use bots to build our iOS apps using the X server.
A few days ago, after the release of iOS 8, there were updates for Xcode, OSX and server and after installing the updates I am unable to find the log. It seems like Apple moved it to a different location?
Before these updates the log file was located at;
/Library/Server/Xcode/Data/BotRuns/Latest/output/build.log
I had a look but there is no /Library/Server/Xcode folder anymore?
The reason I would like to view these logs is because a python script is monitoring them and if there is a problem building notifying me of the problem by coloring a Philips hue light.
Any help would be greatly appreciated.
Thanks,
Robert
I totally forgot to post the result of my search.
I did find a solution to the problem.
Apple has a JSON service which you can contact to get the build logs.
You can find it here;
https://1.2.3.4/xcode/api/integrations/ (1.2.3.4 is the ip of your xcode server)
You can either view it with your browser or write a script to poll the JSON feed and process it.
You might get a SSL security warning in your browser if your SSL connection has no certificate.
Regards,
Robert
Trying to install Redmine on Windows 8 on this tutorial. Getting this errors:
Tried Bitnami's installer too, but I already have IIS Web Server and don't need the bundled Apache webserver. The installer doesn't give me to choose it's components. It installs Apache by default. So, Bitnami's Redmine is not for me.
What am I missing?
Is there any other good bug & request tracking software? Please don't Google and advise me to some random results. Advise something that you used and really good as Redmine
Once you get the error above, make sure that new WebSite's AppPool has write access to site's folder on the harddrive to complete the install process.
Then open the website in a browser and the installation will complete.
Set security accordingly after the install completes.
Use WebIssues multi-platform bug & request tracking software that fits all your needs instead of Redmine.
WebIssues is an open source, multi-platform system for issue tracking and team collaboration. It can be used to store, share and track issues with various attributes, comments and file attachments. It is easy to install and use but has many capabilities and is highly customizable.
Main features:
The Desktop Client application can run natively on Windows, Linux
and OS X
The Web Client can be used to access the system using a web browser
The server can be installed on any host with PHP 5.2 or newer and
MySQL, PostgreSQL or SQL Server
Issues can be filtered using public and personal views with
configurable filtering criteria
Email notifications can be sent and the Desktop CLient can
periodically check for new and modified issues meeting various
criteria
Various reports can be printed directly from the Desktop Client or
exported as HTML and PDF documents
Does anyone know how to get the Oracle performance tuner (referred to in this link: http://www.java.net/external?url=http://blogs.oracle.com/jenblog/entry/performance_tuner_in_oracle_glassfish) installed in the admin console?
Installed in the Glassfish 3.1 admin console? I can't find an Add-on with that name, it isn't installed by default and it doesn't show up for me on the left hand side of the admin console under resources like it shows in the performance tuning video tutorials.
You need to make sure you download the Oracle version.
http://glassfish.java.net/