How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "wegtam/tensei-demo"
end
vagrant init wegtam/tensei-demo
vagrant up
This version was created almost 4 years ago.
This release contains an important fix that prevents crashed transformers to cause endless running jobs under some circumstances.
Remember that a free license is included in each release which allows the usage of one agent and up to three transformation configurations. For details see our license information page.
To try it out simply run vagrant init wegtam/tensei-demo; vagrant up --provider virtualbox
.
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
This version was created almost 4 years ago.
Some bugfixes and enhancements regarding DFASDL validation from the editor were made. If you're using reserved sql names which might be mapped to table or column names in a database then a warning will be issued upon validation. Additionally downing of unreachable frontend nodes in the akka cluster will be performed by the server watchdog.
Remember that a free license is included in each release which allows the usage of one agent and up to three transformation configurations. For details see our license information page.
To try it out simply run vagrant init wegtam/tensei-demo; vagrant up --provider virtualbox
.
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
This version was created almost 4 years ago.
Some bugfixes regarding export and import of cookbooks were made. Also a change under the hood regarding a secure number generator was made to prevent systems with low entropy to block forever.
Remember that a free license is included in each release which allows the usage of one agent and up to three transformation configurations. For details see our license information page.
To try it out simply run vagrant init wegtam/tensei-demo; vagrant up --provider virtualbox
.
To convert your old exports into the new format you can simply gzip them but be sure to have them encoded using UTF-8.
% gzip -9 my-old-cookbook.json
% iconv -f OLD-ENCODING -t UTF-8 my-old-wrong-encoded-cookbook.json | gzip -9 > my-old-cookbook.json.gz
java.io.FileInputStream
and java.io.FileOutputStream
considered harmfulTo update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
This version was created almost 4 years ago.
A free license is included in each release which allows the usage of one agent and up to three transformation configurations. For details see our license information page. Further changes include bug fixes and restructuring work.
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
This version was created almost 4 years ago.
This is a bugfix release which is highly recommened for all users. A regression was introduced that could under some circumstances lead to corrupted data if conversions between different encodings are necessary.
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.
This version was created almost 4 years ago.
This release fixes a lot of potential issues with string handling regarding different locales. We also removed a lot of unused code and last but not least we bring in special treatment of Microsoft Excel files due to popular demand. If a connection information points to a local excel file it will be transformed on the fly during schema extraction and transformation. For this to work properly you have to specify the locale of the file which is used to read date, time values and numbers from the excel file.
locale
for LowerOrUpper
transformerLowerOrUpper
transformer issues related to localeTo update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.
This version was created about 4 years ago.
This release contains minor changes and bugfixes which are not directly visible to the user. The most noteable change is a display of an introduction to the concepts of Tensei-Data for users that login for the first time.
If you experience an error message in the frontend when validating a DFASDL that complains about unknown "dfasdl-attributes-root" xml stuff then you are affected by an issue that we were unable to fully reproduce and solve. It might be triggered by a strange combination of vm and jvm startup stuff that messes up resource loading via classpath. The actual error message will most likely look like this:
Cannot resolve the name 'dfasdl-attributes-root' to a(n) 'attribute group' component.
To fix this issue the frontend service has to be restarted. Simply issue the following command from the terminal where you started the demo version:
vagrant ssh -c "sudo service tensei-frontend restart"
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.
This version was created about 4 years ago.
The memory footprint of the agent has been reduced by 42% in this release. Support for triggers based on jetty was removed. A lot of small fixes happened on the frontend side which now uses an embedded database by default. You may switch to a postgresql database via configuration.
If you experience an error message in the frontend when validating a DFASDL that complains about unknown "dfasdl-attributes-root" xml stuff then you are affected by an issue that we were unable to fully reproduce and solve. It might be triggered by a strange combination of vm and jvm startup stuff that messes up resource loading via classpath. The actual error message will most likely look like this:
Cannot resolve the name 'dfasdl-attributes-root' to a(n) 'attribute group' component.
To fix this issue the frontend service has to be restarted. Simply issue the following command from the terminal where you started the demo version:
vagrant ssh -c "sudo service tensei-frontend restart"
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.
This version was created over 4 years ago.
The last vagrant box contained some corrupted files. Therefore we re-packaged it and included some fixes as well.
If you experience an error message in the frontend when validating a DFASDL that complains about unknown "dfasdl-attributes-root" xml stuff then you are affected by an issue that we were unable to fully reproduce and solve. It might be triggered by a strange combination of vm and jvm startup stuff that messes up resource loading via classpath. The actual error message will most likely look like this:
Cannot resolve the name 'dfasdl-attributes-root' to a(n) 'attribute group' component.
To fix this issue the frontend service has to be restarted. Simply issue the following command from the terminal where you started the demo version:
vagrant ssh -c "sudo service tensei-frontend restart"
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
vagrant box update
vagrant destroy
vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.
This version was created over 4 years ago.
This is a bugfix release one that is highly recommended if you use triggers. Version 1.9.0 introduced a regression that could under some circumstances lead to the behaviour that triggers are executed not once but multiple times.
To update the demo version you can use the following sequence of commands. Please export your cookbooks before doing this if you don't want to loose them.
% vagrant box update
% vagrant destroy
% vagrant up
You can try the Tensei-Data system for free. Just request a free trial version and receive a 14 days free license.