| 01-03-2005, 10:00 AM | #1 |
Guest | hey. I downloaed the latest new year AMAI developer edition... i install the requirement (pearl) and every feature works fine EXCEPT for the "extract" and "insert" buttion.... i downloaded the .aip file (other people created strategy)from the database which i want to share... I click on the extract button and it does not work... I also click on the insert button and nothing works.. Please, if anyone have the same problem or is there anything i should do, reply... THX~ |
| 01-03-2005, 11:12 AM | #2 |
Likely you didn't download latest perl. It has 2 different versions up on the site. An old and a new one. 5.8.6 is latest on the site. But then i have 5.8.4. The latest is 5.8.6 so its likely they havn't updated there code to work for the latest version of perl. If you can get perl 5.8.4 that works fine but thats no longer available on that site. You will have to search for it. If you don't want to do that, wait till the AMAI team fixes it. |
| 01-03-2005, 10:02 PM | #3 |
Hmm, seems that they did not fix that bug in Perl yet. I put in a workaround in the code but unfortunately that replacement code only works with the bug present. Due to that both are in now and a version check at the beginning decides which one to use. Currently it only uses the workaround for version 5.8.4 Do the following to activate the workaround for 5.8.6 : Open AMAIStrategyManager.pl with a text editor. Near the beginning you will find: if($] == 5.008004) { $fdialogbug = 1; } Replace that with: if($] == 5.008006) { $fdialogbug = 1; } Then it should work for you. |
| 01-03-2005, 10:36 PM | #4 |
Yep that seems to have worked. I thought i might as well update. |
| 01-05-2005, 11:34 AM | #5 |
Guest | I´ve not reached this point, the bug I´ve seen is that missing one parte of the window of strategy editor (see the thread "possible bug"). May this bug be related to this ? |
