Hello, I'm struggeling with the exact same issue. Were you able to solve it? How?
Thank you so much for your reply! >We installed CFMX 7 to our development box on Monday. (It's a Solaris >8 machine with a previous install of cf 6.1 and Verity.) We have been >working ever since to get Verity working and we are about to hit our >deadline. We have installed every language pack we can find and we are >still having issues with locales. The code is running on Windows with >CFMX 7 and Verity just fine. But when we try to create indexes in a >foreign language we get exceptions. > >Our current hurdle is that when we run this code: >< cfcollection action="CREATE" path="/hiding/our/collection/path/" >collection="partners_2_3" language="french" > > >followed by this code: >< cfindex type="custom" collection="partners_2_3" language="french" > query="processed" title="title" key="contentid" >body="title,contentbody" action="refresh" custom2="urlpath" > > >We get this error on the CFIndex: >Language mismatch for collection partners_2_3. The language you >specified, english, does not match the collection language of french. > >Even though we specify French in the CFIndex tag, Verity receives that >we specified English. We have 800 collections involving many different >languages. We assume that this would fail for all languages, not just >French, but we haven't taken out French to test this. > >Help! > >Thanks >-- >"I must remember to honor the power of the off switch." Omi of Xiaolin Showdown > >Now blogging.... >http://www.blivit.org/blog/index.cfm >http://www.blivit.org/mr_urc/index.cfm ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:274299 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

