I am running Achilles and am getting the below error. I was able to create the tables in the Results schema, from the WebAPI/ddl/results location. and then I ran Achilles.
Here are the steps I followed with reference to Achilles:
When I gave TRUE for cost analysis, it gave me some other error, hence I wanted to first test with out cost analysis. The screenshot with error is attached.
Not sure if I am missing something. Appreciate any help on this.
That’s correct Chris! I think thats the policy/standard here at UT-SBMI. Any user/schema will have the prefix ‘c##’. And my username is: c##smanikonda.
Do you think that is causing the issues I am facing?
I ran Achilles again and I still get similar error. The tables names are prefixed with ‘#.’ , which is causing the issues. Any help on how to fix this issue.
I have installed Atlas, but not able to see any of my CDM table data as I am not able to run Achilles.
I think I found the issue, but I can’t test since I don’t have Oracle. Essentially, I have been setting tempOracleSchema to scratchDatabaseSchema in every SqlRender translate call, which is making the temp tables become named “#.tablename”, which is invalid.
Can you uninstall Achilles completely and try installing the oraclefixes branch by using this command:
I don’t have permissions to remove the packages. And I got the error (attached) when I try to do it. Logged a ticket for my sysadmins. Will work on it tomorrow and update you.
I did not have the best luck with the OpenJDK. I ended up having success with Oracle Java JDK version 11. Make sure your JAVA_HOME environment variable is set to the correct directly
I need your help. I was able to Oracle JDK version 11 installed today and when I run it, i get the below error. Looks like the build was made for SQL Server. Appreciate if you can help me with the correct one.
Yep, and please re-install from the oraclefixes branch of Achilles. I pushed some fixes today that should help with ensuring the tempOracleSchema is used properly.
I changed the O in oracle to lower case. This time its the Java error again. We have installed Java 11, but I am still getting the ‘…major.minor version 52.0 error’.
Could you please suggest the version of Java that we need to have installed for Achilles to work. Thanks a lot for all your help. I feel like I am almost there, but not there yet.