06-22-2012 04:20 PM
Hi All,
We are deploying blackberry application. I complied different applications, one with blackberry jre 4.2 (for 4.2, 4.3 & 4.4 OS devices) and other application with blackberry jre 4.5 (for all 4.5 & above OS devices).
I am getting this error on BES "The alx file has an invalid key or value in [4.2.0,4.3.0,4.4.0)".
Can you guys please help me here to fix this error?
Belwo is the complete alx file content:
-------------------------------------------
<loader version="1.0">
<application id="TGEnterprise">
<name >
TGEnterprise
</name>
<description >
TGEnterprise
</description>
<version >
4.0.0
</version>
<vendor >
TGEnterprise Inc
</vendor>
<copyright >
Copyright (c) 2012 TGEnterprise Inc
</copyright>
<fileset Java="1.25"_blackberryVersion="[4.2.0,4.3.0,4.4.0) ">
<directory >
4.2.0
</directory>
<files >
TGEnterprise.cod
</files>
</fileset>
<fileset Java="1.54" _blackberryVersion="[4.5.0,)">
<directory >
4.5.0
</directory>
<files >
TGEnterprise.cod
</files>
</fileset>
</application>
</loader>
-------------------------------------------
Ali
Solved! Go to Solution.
06-25-2012 02:43 PM
There is no such thing as BlackBerry OS version 4.4.0. I believe the _blackberryVersion should only have at most 2 versions listed, not three.
06-25-2012 03:23 PM