Not used for a while - launched today and i get a licence error #929
Replies: 13 comments 13 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Hey hey Long time no speak and Happy New Year!!! :) I got bogged down with day job however obtaining some balance again and time for some personal projects! :) As usual it expired, thus just trying to get it updated. it seems that Atoti 0.9 is local, however on your advice last year I used poetry. Poetry env seems stuck on 0.8.14 despite me trying to update, then using add. I'm rusty / do not use python alot, yet, so each time I come to this it's not immediately obvious to me and yet I bet is super simple! Do you have advice please? Thanks. Leigh |
Beta Was this translation helpful? Give feedback.
-
|
Hey OK thanks mate. I tried it and got an error regarding the project.toml file, error: No |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey had a chance to try just now as WFH :) |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey Good call re --hard reset (i've occasionally had to use that at work with GitLab haha). So uv looks much cleaner and that all worked. Now: |
Beta Was this translation helpful? Give feedback.
-
|
Hey OK cool. I deleted my tutorial folder and did python -m atoti.copy_tutorial tutorial and it copies down a file that has a date of 12 Aug 2024. So is this the old one then? As this command is still up on the Atoti installation page. Sorry if im asking simple questions; i only return to it now and then as day job been too busy.. :). And I run it purely to then write test stuff against. :) I can't remember if I explained it, when it is furthher along the line I will. |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey mate Thanks will try later when at home. I just need to spend a bit more time to learn the Python stuff properly as lately all I work in is C# :) |
Beta Was this translation helpful? Give feedback.
-
|
Hey mate Thx for pointers. All updated and working / see deprecated warning on stuff like session.port (which i use to get port for my custom stuff) thx Leigh |
Beta Was this translation helpful? Give feedback.
-
|
Hey Yes getting data in my initial tester area (the real DLL use will be in Unity :) ): |
Beta Was this translation helpful? Give feedback.
-
|
Hey mate I hope all is well! :) I got a chance to fire up stuff, and where I need to have a lean codebase in Unity, and it'll run on ARM Android processors, it seems my own custom C# MDX code will not work (as it uses MS ADOMDNet DLL). So I'll need to port it to Java. So i found a very old oLAP4J project, although this stuff expects what it calls a BackEndFlavor, derived from datasourceInfo which seems to be null coming back from your demo Atoti. Do you know why? Or can you recommend any other Java kit? Or I guess I could modify it and rebuild and/or look for alternatives. Thanks Leigh |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey So my custom project is in Unity games engine for an AR glasses app to visualise data. I began it ages ago and then it's been on hold as day job became too busy. So I came back to it, and then began simple data testing I realised that where the target runtime platform is Android and ARM processors the Microsoft stack I'd used, as I wrote my C# codebase for performing MDX querying, will not be built in. So it performs part of my code and then the underlying MS native cube connections stuff is not there. I asked questions on the Unity forums with regard to how to package it but to no avail so far. So I've realised probably the best bet is to port my custom MDX code from C# to Java, fairly straightforward, so I was going to base it on this OLAP4J stuff I found. It must work against any remote OLAP and not just yours, I happen to be using yours as I have a long history with you all, since 2010 QFS days, haha so my natural choice would be one of your cubes. |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey mate Thanks alot for a reply; I wasn't expecting one! :) So, here is the situation: I've since read that actually fairly recently there is an ADOMD version in .Net Core, so perhaps this will work. Unity packages .Net differently so although it's C# it isn't the same as official .Net / C# versions, with something called '.Net Standard 2.1' and a newer 3 I think. I test function from my Unity C#utilising my MDX DLL works up until trying to connect and then there is an error (basically that the underlying expected core MS libs are not there - usual behaviour for different OS and I'd totally forgotten that Unity has a 'cut-down' .Net packaged with it). With .Net core, more platforms, SSAS on Azure they've released newer libs apparently. So after a while I thought 'I know, I'll just port my C# code to Java, as I can write in both' (they are almost the same really). I did the reverse in 2022-23 when CACIB forced me to replace ActivePivot with MS SSAS; I ported my real-time codebase from Java to C# to provide real-time data from MurexAPI. I went looking for the connector code with which to use with my code and I stumbled across (the very old..2013 ish) OLAP4J. Running it against your cube I kept getting this getFlavor error. Once I get the cube connection and query code working I can return to the more funky Unity AR stuff. Currently I see my options as:
So yes you are correct, as usual :), in that 'And that the final follow-up question is if we have any recommendations or toolkits to help solve your issue/unblock you?' Thanks alot Leigh P.S. I'm not sure if you will be able to read this, I found the question, unanswered, on Unity forums from last year: https://discussions.unity.com/t/my-dll-works-however-ms-adomdclient-dll-i-call-does-not/952381 |
Beta Was this translation helpful? Give feedback.
-
|
Hey hey Yeah no worries mate and thanks alot for following up as I didn't expect it. :) This is very much a special op haha and something I've had in my head for ages. I don't think I do need to port the code to Java; I'm convinced there's a way to make a build of my DLL for use with Unity and an Android / ARMv7 deployment and it lies in getting the right combo of target platform and associated APIs. Earlier today I found a table on one of the many lengthy MS webpages with the various .Net and .Net Standard stuff, which is supported where, and in which Android and Unity versions/builds etc. So I will continue to play around with it until I crack it! :) Leigh |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
Apologies if there has been communication regarding licences I may have missed! :)
I just fired up my personal projects and launched Atoti, after a few months, and I see:
I see: On Demand License Server: AWS_EU_WEST_1_PROD
Is something up with your licence server? Or do I need to refresh something my side?
thx
Leigh
https://tilleytech.com
Beta Was this translation helpful? Give feedback.
All reactions