Ravendb database export/import issue in versioning -
we using ravendb 2.0 , bundle 2330.
we have problem in export/import of versioned documents. did following.
- we had database versioning bundle enabled
- we had number of records multiple versions
- exported database dump file using raven-studio
- tried importing same in server versioning bundle
- but server refused import documents , gave error follows , stopped import
server sent: @ raven.studio.infrastructure.invocationextensions.catch(task parent, func
2 func) @ raven.studio.infrastructure.invocationextensions.catch(task parent, action
1 action) @ raven.studio.commands.importdatabasecommand.<>c_displayclass8.b_1() @ system.threading.tasks.task.innerinvoke() @ system.threading.tasks.task.execute() @ system.threading.tasks.task.executioncontextcallback(object obj) @ system.threading.executioncontext.run(executioncontext executioncontext, contextcallback callback, object state, boolean preservesyncctx) @ system.threading.tasks.task.executewiththreadlocal(task& currenttaskslot) @ system.threading.tasks.task.executeentry(boolean bpreventdoubleexecution) @ system.threading.tasks.task.system.threading.ithreadpoolworkitem.executeworkitem() @ system.threading.threadpoolworkqueue.dispatch() @ system.threading._threadpoolwaitcallback.performwaitcallback()client side exception: system.net.webexception: [httpwebrequest_webexception_remoteserver] arguments: notfound debugging resource strings unavailable. key , arguments provide sufficient information diagnose problem. see http://go.microsoft.com/fwlink/?linkid=106663&version=5.1.20513.0&file=system.windows.dll&key=httpwebrequest_webexception_remoteserver @ system.net.browser.clienthttpwebrequest.endgetresponse(iasyncresult asyncresult) @ system.func
2.invoke(t arg) @ system.threading.tasks.taskfactory
1.fromasynccorelogic(iasyncresult iar, func2 endfunction, action
1 endaction, task`1 promise)
- so removed versioning bundle , imported , applied versioning bundle.
- the import successful. versions of documents being treated separate documents , not different version
we on our alpha stage , recovering such issues in ravendb. ideas please?
muthu,
do following steps :
- go database find list of tables.
- click check select tables.
- select export option dropdown.that export tables.
- now create new database want record
- go inside database (select database name.)
- go import tab.
- now create zip of exported file. if server allow simple upload can also.
- upload zip/sql exported
- your tables ready use.
tell me working or not?
Comments
Post a Comment