kofax capture version 9 have existing project , batch class works, built kofax engineer.
what need change script in project use new db connection. seemed simple enough.
using project builder copied existing project, altered script , saved project. using capture administration copied existing batch class , used synchronize kofax transformation project , pointed new project. seemed work without error.
however script being executed original not altered one, guidance great.
- make sure creating new batch after publishing change. batch class class update function works in limited scenarios, don't recommend it.
- there many ways database connection might handled in script. expect function @ project script level handles connection , called sub class, might want check sub classes make sure aren't using locally defined connection strings.
- even if making connection in script (which you've changed), might using product features use databases. open project settings , check databases tab.
- if there relational databases listed, change needed.
- if using "remote fuzzy" databases these might using kofax search , matching server connects relational database build fuzzy db. in case need use ksms admin change connection on ksms server.
- if using "local fuzzy" databases info based on content of text file. might have external process (possibly markview) dumps text file database.
Comments
Post a Comment