473,651 Members | 2,670 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

backup to samba network drive fails the second time but not the first !

Can you explain me what is going on here ?

J:\ is a network drive located on a samba server. DB2 is V7.2 fixpak
14.

[C:\]net use j: \\linuxserver\b ackupdb2
The command completed successfully.

[C:\]DB2 BACKUP DATABASE SAMPLE USER MAXI USING 110ELODE TO J:\

Backup successful. The timestamp for this backup image is :
20060904185718
[C:\]DB2 BACKUP DATABASE SAMPLE USER MAXI USING 110ELODE TO J:\
SQL2036N The path for the file or device "J:\" is not valid.

[C:\]type c:\sqllib\db2\d b2diag.log
2006-09-04-18.57.18.000000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubcka Probe:0 Database:SAMPLE

Starting a full database backup.

2006-09-04-18.57.42.080000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubcka Probe:0 Database:SAMPLE

Backup Complete.

2006-09-04-18.57.45.780000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubcka Probe:0 Database:SAMPLE

Starting a full database backup.

2006-09-04-18.57.45.980000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:14 Appid:none
oper_system_ser vices sqlomkdirp Probe:37

b700 0000 ....
2006-09-04-18.57.46.240000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:14 Appid:none
database_utilit ies sqluCreateBacku pFile Probe:20

Media controller -- dos path error. path = J:\SAMPLE.0

2006-09-04-18.57.46.320000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:14 Appid:none
database_utilit ies sqluMCInitBacku pMC Probe:80

Media controller -- device initialization warning

2006-09-04-18.57.46.320007 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubMWResponse Probe:5 Database:SAMPLE

DiagData
0cf8 ffff 4a3a 5c00 ....J:\.
2006-09-04-18.57.46.330000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubMWResponse Probe:10 Database:SAMPLE

DiagData
0cf8 ffff ....
2006-09-04-18.57.46.400000 Instance:DB2 Node:000
PID:388(DB2SYSC .EXE) TID:6 Appid:*LOCAL.DB 2.060904165717
database_utilit ies sqlubcka Probe:0 Database:SAMPLE

Backup terminated.

Sep 4 '06 #1
0 1718

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
4959
by: Przemo Drochomirecki | last post by:
hi, does anyone knows how to connect to samba server (from windows) thx in adv. Przemo
3
5441
by: Ray Lavelle | last post by:
I have a utility I wrote which can backup/restore my database as well as schedule backups. This has always worked pretty well except when I try to backup to a USB Flash Disk. When I use one of these the backup fails. If I backup to the C:/ drive then copy it over to the disk it works fine but when SQL Server tries to do it, it can't. I am simply doing the following: BACKUP DATABASE MyDatabase TO DISK = 'E:/backup.dat_bak' WITH INIT ...
2
13384
by: nt | last post by:
I am having a problem with a regular backup of an SQL Server (MSDE 2000) database to a local drive. I initiate the backup once a week, by issuing the required T-SQL, via ADO. In this case, the T-SQL is: BACKUP DATABASE GPRS_Dimensioning_Archive TO local_backup WITH RETAINDAYS=21, NAME='GDA_20040706' Note that "local_backup" is a file sitting on the same physical drive as the database itself, and has > 80 GB free. It is not a RAID...
2
1362
by: Damn fool | last post by:
Hi again, I am able to schedule a backup and default it to the server. However, is there an option or a way to locate the backup somewhere else on the network? regards, gilbert
5
4462
by: Nirosh | last post by:
Hi All, Can any one suggest me a best way to do this .. I have a thrid party tool "EXE" that we need to use with our web service to manipulate some complex XML files, which reside in a seperate files server. we have mapped the fodler to a different folder and need to allow the EXE to process on the mapped drive. When I trigger the EXE via web service the EXE get the permission of the launching user (mean ASP.NET user) resulting a...
8
13019
by: Ben Fidge | last post by:
Hi I have a small WinForms app that needs to copy files from a shared drive on a network. If I connect to the mapped drive using Explorer, a password dialog pops-up and I have to provide credentials with permission to access this resource on the machine where it's hosted. This is once for each desktop logon session (ie after every reboot). If I do this, my app can access the network resource fine, but otherwise fails with permission...
0
3196
by: Massimiliano Campagnoli | last post by:
I am trying to backup sample database to network drive J:\ which maps to a SAMBA share. The first time the backup is successfull but the the next time fails. I've to delete J:\sample.0 if I want to backup again. Here is the log: NET USE J: \\LINUXSERVER\BACKUPDB2 The command completed successfully.
9
2877
by: gabe101 | last post by:
I've searched enough to know that this ability probably doesn't exist in our current setup, thus the reason I'm coming to the community now. When doing a database backup in Enterprise Manager (SQL Server 2000 sp4), is there a priority level setting so that I can put less load on the CPU? Our small office uses one server for everything and when I do a 12:00 pm full backup of our live DB, the server slows to a crawl for about 4 or 5...
0
3622
Niheel
by: Niheel | last post by:
The importance of backups can never be emphasized enough. In Vista Ultimate and Windows Server 2008, there is a built in feature to take care of backups called Windows Complete PC Backup and Restore. It can be found by: Start >> All Programs >> Maintenance >> Backup and Restore Center Backing Up Your Data and PC Backup my files If you only want to back up your important files and data, Backup and Restore Center gives you this option.
0
8352
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8275
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8579
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7297
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6158
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5612
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4144
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4283
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1909
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.