Skip to main content
November 26, 2014
Question

Issue occurred after migration from ColdFusion 8 to ColdFusion 10

  • November 26, 2014
  • 1 reply
  • 515 views

XXX is a search engine application which searches for documents contained in various applications including App YYY. The issue is when App YYY document is searched in XXX and clicked to view the same, it is not opening.

Both the applications are in CF10 now and the issue is observed after migration of XXX from CF8 to CF10, earlier XXX was on CF8 and YYY was on CF10 and both applications were working fine.

Anyone can help in resolving the issue.

This topic has been closed for replies.

1 reply

Inspiring
November 27, 2014

Actually in ColdFusion 8 server, verity search was available whereas in ColdFusion 10, verity search technique was replaced with solr techniques & concepts since CF9.0.2 so you would need to change the application code wrt to solr techniques from verity compatible code for searching purposes..

Hope you have already migrated your verity collections to solr collections.

Inspiring
November 28, 2014

Kindly let me know if you have any additional query.

November 28, 2014

I think this is related to session management. Need some help regarding this.