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, func2 func) @ raven.studio.infrastructure.invocationextensions.catch(task parent, action1 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.func2.invoke(t arg) @ system.threading.tasks.taskfactory1.fromasynccorelogic(iasyncresult iar, func2 endfunction, action1 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 :

  1. go database find list of tables.
  2. click check select tables.
  3. select export option dropdown.that export tables.
  4. now create new database want record
  5. go inside database (select database name.)
  6. go import tab.
  7. now create zip of exported file. if server allow simple upload can also.
  8. upload zip/sql exported
  9. your tables ready use.

tell me working or not?


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -