Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. backup fails!!Urgent

backup fails!!Urgent

Scheduled Pinned Locked Moved Database
databasehelpsql-serversysadmin
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    venadder
    wrote on last edited by
    #1

    Hi, I run this in query analyzer dump database MYDB to disk = 'c:\temp.dat' with init sql server fails to back up and returns Server: Msg 3202, Level 16, State 1, Line 1 Write on 'c:\temp.dat' failed, status = 64. See the SQL Server Error Log For More details. Server: Msg 3013, Level 16, State 1, Line 1 Backup Database is terminating abnormally Please help, this has to be resolved before production goes online on monday. Any hints will be highly appreciated. Thanks in advance.

    V 1 Reply Last reply
    0
    • V venadder

      Hi, I run this in query analyzer dump database MYDB to disk = 'c:\temp.dat' with init sql server fails to back up and returns Server: Msg 3202, Level 16, State 1, Line 1 Write on 'c:\temp.dat' failed, status = 64. See the SQL Server Error Log For More details. Server: Msg 3013, Level 16, State 1, Line 1 Backup Database is terminating abnormally Please help, this has to be resolved before production goes online on monday. Any hints will be highly appreciated. Thanks in advance.

      V Offline
      V Offline
      venadder
      wrote on last edited by
      #2

      Ok I think I know what the problem is. Sorry for the 'c:\temp.dat'. The path is actually '\\myserver\c$\temp.dat'. The status = 64 means The specified network name is no longer available ( ERROR_NETNAME_DELETED ). But the myserver is the name of the computer on which sql server runs. I mean sql server is installed on myserver. So it should be same as saying c:\temp.dat. So the query becomes dump database MYDB to disk = '\\myserver\c$\temp.dat' with init But in case of c:\temp.dat it succeeds and in case of \\myserver\c$\temp.dat it fails ( it used to work, but ahs been failing recently). Now i tried following. 1. I am able to access c drive on myserver by typing \\myserver\c$ in windows explorer from another computer on LAN. 2. I am able to access c drive by typing \\myserver\c$ in the windows explorer on myserver. 3. ping 127.0.0.1 return normal results on myserver. So why does windows generates ERROR_NETNAME_DELETED when i run dump database MYDB to disk = '\\myserver\c$\temp.dat' with init in query analyzer???

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups