Goodmorning. I downloaded the Demonstration tool from the website and I installed it on my PC. The problem is that it seems it doesn′t work properly because i cannot start the tool and when I try to launch the tool Lambda, i get this error message: "Table DBO_Version absente! Choisir une autre base au prochain démarrage" Anyone can help me? Thankyou in advance for your help!
Problem with Demonstration tool
Thu, 10/03/2011 - 13:00
#1
Problem with Demonstration tool
Hello
In order to solve this problem
1- Restart the software, if it ask you for a database (.udl) go to point 5, if it still display the error message close the window and see under
2- Get to the Dekra Files on C:
As default under Windows Xp = C:\Program Files\DEKRA\Fides
As default under Windows 7 = C:\Program Files (x86)\DEKRA\Fides
3- Look for lambda.ini and open it with Notepad
4- Seek if you got UDL=C:\Program Files\DEKRA\FiDES\LAMBDA.UDL or UDL=C:xxxxx
Just keep the beginning UDL=
Tips :This command is used to spot the database file (lambda.udl) for the Lambda.exe
4- Seek if you got CheminAccesBC=C:\Program Files\DEKRA\FIDES\LAMBDA.UDL or CheminAccesBC=C:xxxxx
Just keep the beginning CheminAccesBC=
Tips :This command is used to spot the database for the CompData.exe
5- Restart the lambda.exe, it will ask you to seek lambda.udl, so get in the example file and choose lambda.udl, and do the same for compdata.exe
Hope it will work, if not get back and send another post
Tourtelier_D
Tips updated 21/12/2012
Bonjour
Concernant Windows 7, l'outil n'est pas initialement prévu pour fonctionner sous ce système néanmoins il y a des solutions.
Le principal souci provient du changement du système d'arborescence de Windows 7 qui au lieu d'être C:\Program Files\DEKRA est devenu C:\Program Files (x86)\DEKRA
Comme le logiciel utilise des pointeurs (extension .udl) qui permettent de cibler les bases de données (.mdb) ceux ci sont établis par défaut pour un chemin d'accès du type C:\Program Files\YY.
Il faut donc modifier les pointeurs lambda.udl situé dans le dossier exemple, mais c'est la que ça se complique.
Le système des UDL utilise une bibliothèque 32 bits présente dans Windows mais non mise en oeuvre. Il faut donc utiliser l'astuce suivante
Sur le bureau de Windows créer un fichier texte puis coller la ligne suivante dedans (en une seule ligne)
c:\windows\syswow64\rundll32.exe C:\PROGRA~2\COMMON~1\System\OLEDB~1\oledb32.dll,OpenDSLFile C:\PROGRA~2\DEKRA\Fides\Exemple\Lambda.UDL
Enregistrer le fichier texte et fermer la fenêtre. Renommer ensuite l'extension .txt en .cmd
Exécuter le fichier .cmd (double clic) et à l'aide de l'explorateur proposé pointer la base qui se situe dans C:\Program Files (x86)\DEKRA\Fides\Exemple
Le logiciel devrait maintenant pouvoir trouver la base de donnée et s’exécuter. Si ce n'est pas le cas il se peut que le problème vu dans les posts précédents soit cumulé à celui exposé dans ce post.
Merci de poster si cela vous a permis de résoudre le problème
Tourtelier Denis