The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
store example-set in repository
Hi
I have a problem by store an example-set in repository: when I read an example-set from "read database" , "data-management" is as double-array state, so data represent correctly, but after storing it in repository , the large numbers changing to a constant number(2147483647- the largest number in int-array).
how can I fix this problem?
Regards,
saeede
I have a problem by store an example-set in repository: when I read an example-set from "read database" , "data-management" is as double-array state, so data represent correctly, but after storing it in repository , the large numbers changing to a constant number(2147483647- the largest number in int-array).
how can I fix this problem?
Regards,
saeede
0
Answers
how do you store the data in the repository? I just created a simple test process consisting of a Read DB and a Store operator and the data does not change.
Regards,
Marco
I've solved it
thnks,
saeede