Jump to content

Enrico

Administrators
  • Posts

    140
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by Enrico

  1. After reaching @FedericoTropiano directly in private chat, we try to re-install Rulex with a clean installation and this error message comes out This message was due to the lack of necessary Redistributable After installing them, he was able to successfully run Rulex Platform
  2. After analyzing the material shared privately and reaching out directly to @Pushkar the problem seemed to be caused by the minimum requirements (IOPS https://doc.rulex.ai/docs/v12/platform/installation/index.html) not being met by the VM
  3. Nope, only the people involved in the conversation by message can read what's written inside
  4. From this it seems that the VM is able to reach our license manager, we will wait for logs on private chat Please, remember that all the information shared in Forums are public!
  5. Hi, this seems to be an installation issue, have you already tried to perform a clean installation? Additionally, can you send us a screenshot of the files in the installation folder and the resources folder inside the installation folder itself? You can also try launching Rulex directly from the installation folder and let us know if you obtain the same error. If you need to share any private information, please reach on private chat
  6. You should find them at the following path C:\Users\YourUser\rulex\platform\log
  7. Hi Pushkar, we've been able to open Platform with your licence and see all components. Are you sure that the VM is able to reach our license manager? To check it, you can run the following command on windows PowerShell: Invoke-WebRequest -Uri ("https://licensemanager.rulex.cloud/license/login?productkey=<INSERT YOUR PRODUCT KEY>&sessionid="+(new-guid)+"&timestamp="+(Get-Date (Get-Date).ToUniversalTime() -UFormat '+%Y-%m-%dT%H:%M:%S.000Z')) -Method 3 Additionally, if you send us your Platform log on a private message we can further investigate Keep us updated
  8. Hi Elisa, glad that you are now able to work with the Platform! Anyway, I did not completely get this part: "Additionally, upon checking the product keys for both of us, they do not correspond to the licenses assigned to our accounts, and they are different between me and my colleague. However, our usernames appear correctly in the top right corner" At this point do you see 3 different product keys? (Yours, your colleague one, and the one in the place indicated by me) If you want, you can send me a private message in the community chat with some screen of what you see and where (not there just because these are private information twhich should not be shared publicly)
  9. Additionally, here it is an example on how to iterate posted in a previous topic of another member
  10. Hi Griz, the best way to iterate in Rulex is to compact a group of tasks in a module Compacting Tasks into Modules (rulex.ai)
  11. Hi Elisa, so you are working on the same computer? The issue may be related to the fact that during the installation one of you selected the option "Anyone who uses this computer" You have a Personal licence the grants 1 maximum parallel section and if you are using the same license this may cause the issue. Please, try both to uninstall Platform deleting all the file related to it: C:\Program Files → Delete "Rulex Platform" C:\Users\YOUR_USER\AppData\Local → Delete “rulex-updater” C:\Users\YOUR_USER\AppData\Local\Programs → Delete “Rulex Platform” C:\Users\YOUR_USER\AppData\Roaming → Delete “rulex” (Since AppData is a hidden item, if you are not able to see it, you need to click on View → Show → Hidden Item) If you have doubts on how to proceed on the installation, follow these steps: Rulex Platform desktop installation - Setting Up Rulex Platform on your Desktop | Rise 360 (articulate.com) After you both installed Rulex (Only for me option) check that you are using 2 different licences: Open Registry Editor Computer\HKEY_CURRENT_USER\Software\Rulex\platform Check the value "ProductKey" Let me know if you have any other doubts or issues
  12. Hello Mike, of course there is! This is the general command: &".\Rulex Platform.exe" --batch computeflow -fp "/RulexDesktop/Env_TestUser/Test" -iss (Make sure you insert the correct file path, starting from the folder where Rulex Platform is installed). You can also set all your preferences. Follow the guide in the documentation to become a true expert: CLI Rulex Platform Desktop Reference Manual
  13. Hi Pushkar, Thanks to suggest a workaround, this is for sure something you can do to avoid the deletion (copy the action before saving the new changes) The deletion of action depends on the status of the Data Manager (DM). If you move actions or reset an history (or directly the DM), you need to compute again the history to avoid the deletion of it after performing and saving new actions. This is because Rulex perform the action on the data following a specific order, and if you reset a DM and start performing new actions you will perform them on the dataset that is the "original" form See the following example: The dataman2 is computed and the first image shows how it looks after computing the history in the second image and the following image shows how it looks after resetting it And changing the value of the cell in "History_Test" this is how it looks If you do any action it will be applied to the dataset seen in the third image and for this reason the history applied in the first case will be deleted, to allow the dataset to have the shape seen during the latest changes (fourth image) Let me know if everything was clear or if you need further clarification
  14. Ciao Federico, abbiamo aggiornato la tua licenza, dovresti aver già ricevuto una mail a riguardo. Facci sapere se tutto ti funziona correttamente.
  15. Hi Griz! Thank for the additional explanation, I was able to replicate your issue. The problem seems to occur when: You have a DM with a history computed, move an element of the history or delete a part of it. Then if you perform any action and try to save you will receive the message the warns you about losing the previous actions. (Pay attention, something similar happens also when you reset a task hisotry and then try to perform new action and save them) We have notified the DEV team of this issue and will let you know if there will be updates.
  16. Buongiorno Federico, abbiamo ricevuto la conferma da Marco per il rinnovo e stiamo procedendo con il rinnovo. Essendo una licenza molto datata ci vorrà un po' per il rinnovo, riceverai al più presto una mail a questo indirizzo con la licenza aggiornata. Se hai preferenze per un'altra mail scrivimi per favore un messaggio in private visto che tutte le informazioni condivise sul forum sono pubbliche.
  17. Hi Griz, regarding What I used in the example was just a simple case, you may want to do multiple filters at the same time, or apply a value only to a series of values according to a group or perhaps sort a column in ascending order and assign a value only to the first 100 values, these are all things that can perhaps also be done with the formulas but they make everything more complex and above all permanent. Regarding You can find some direction here Tracking operations in the History tab (rulex.ai) in the operation "Cut operations" Anyway, we are steadily improving our documentation and will be adding much more information soon, thank you for your feedback
  18. Hello Nydia! At present, the Rulex Platform does not offer native lineage tracking capabilities found in dedicated commercial lineage tracking software. Nevertheless, it provides several built-in functionalities to facilitate the tracking of changes made to specific fields. All data operations are recorded in the History tab of the Data Manager: This provides a list of activities, allowing for the immediate detection of errors. Furthermore, users can access the code associated with each activity, written in GOLD language, directly from the History tab. This tab also allows users to perform various operations on the recorded activities, such as changing their order or deleting specific operations. Furthermore, located at the top right of the stage, there is an icon resembling binoculars. By clicking on this icon, you can access the 'Search' function of the Rulex Platform, which facilitates effortless information retrieval. It enables you to search within task names and their histories. For more detailed information, please refer to our technical documentation: Searching Tasks (rulex.ai)
  19. Hi Griz, we're sorry you're having problems with Platform, can you please share the exact steps to help us replicate the issue?
  20. Hi Griz! The reset query can be used to don't save a filter or a group. Maybe you need to assign a value to column depending on label of another one and you don't want to use a filter, let's look at an example: In Var_1 you have the label A, B, C and D and you want to assign different value (or formula) for A-D, B and C What you can do is to create a filter and then assign the value to the column Var_2. YOu After deleting the filter you will have the following result: So, if you now compute the task you will maintain 100% of your rows but with the changes only on the one filtered and the history will look like that: This is one of the many ways you can use the Reset Query
  21. The first message seems to be due to the impossibility of launching this command [Security.Principal.WindowsIdentity]::GetCurrent().Name Can you open a power shell and try to launch the command? It should return your user, do you confirm?
  22. Hi Naor, have you followed the steps listed here? Setting Up Rulex Platform on your Desktop - Overview | Rise 360 (articulate.com) Have you checked that the prerequisites are all met? (You can find them in the previous link) In order to better understand what your problem is, you could share the Rulex logs that you can find here: C:\Users\YOUR_USER\rulex\platform\log Remember! Everything you share on the community forums is public Let us know
  23. Oh, it's very easy! You just need to move the attribute you want to transform into a "result" to the bottom of the attributes list, if there are other attributes which are categorized as "result".
  24. Thank you for contacting us on the Community! We're going to guide you through all the steps to move your attribute to the non-result group. In this example, we're using one of our scenarios. First things first, let's open the Data Manager: as you can see, the pred(churn) attribute is a result attribute. Create a new attribute, called 'DUMMY_NONRES'. It will be located right before the pred(churn) attribute, so that the 'DUMMY_NONRES' attribute becomes a divider between the results and non-results attributes, as it is the 'last' non-result attribute in our list. Then, simply move the pred(churn) attribute before the 'DUMMY_NONRES' attribute. Remove the 'DUMMY_NONRES' attribute, so that your dataset is clean. Save and compute the task. This procedure is valid with Rulex 4 only. In Rulex Factory, you don't even need to perform this operation, as a divider indicating Results is provided in the Data Manager. So, you just need to move the attribute to the desired section, then save and compute the task, and you're good to go! I hope it helps!
  25. Hi @Asher Manangan unfortunately, there is currently no possibility to automate the WRT via API, both on Rulex4 and Rulex Platform (FRT). However, we will collect your request and move it to the "Propose your ideas" forum. If other members also value this feature, we will try to meet your needs!
×
×
  • Create New...