If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Udb v8.2.9 - db2move, load with error SQL3025N (-3025)

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-22-09, 05:58
petitof petitof is offline
Registered User
 
Join Date: Apr 2004
Posts: 54
DB2 Udb v8.2.9 - db2move, load with error SQL3025N (-3025)

Hi!!
With my DB2 Administration Client (Linux) I'm trying to use db2move utility to start an import (I copy it from my Enterprise server, path bin and bnd), but I have the error below:

*** ERROR -3025. Check message file tab283.msg!
*** SQLCODE: -3025 - SQLSTATE:
*** SQL3025N A parameter specifying a filename or path is not valid.

The syntax that I'm using is:
db2move <db name> load -u <username> -p <password>

From "Message reference":
"
For LOAD, verify that each entry in the parameters of type sqlu_media_list: datafile should contain valid filenames; lobpaths copytarget, and workdirectory should contain valid paths on the server including the final separator and a null terminator.
"

My problem is that I don't know where are the parameters indicated (sqlu_media_list datafile lobpaths copytarget workdirectory).
I tried, without success, with -l option..

Have you idea?

Best regards,
Fabio
Reply With Quote
  #2 (permalink)  
Old 09-22-09, 08:26
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Did you
Quote:
Check message file tab283.msg
? What did you find there?
Reply With Quote
  #3 (permalink)  
Old 09-22-09, 08:42
petitof petitof is offline
Registered User
 
Join Date: Apr 2004
Posts: 54
Hi Nick,
I find some of this:
SQL3025N A parameter specifying a filename or path is not valid.
.
.
.
SQL3025N A parameter specifying a filename or path is not valid.

thanks,
Fabio
Reply With Quote
  #4 (permalink)  
Old 09-22-09, 09:19
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
you are going to post command that you ran, right?
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #5 (permalink)  
Old 09-22-09, 10:15
petitof petitof is offline
Registered User
 
Join Date: Apr 2004
Posts: 54
Yes..but db2move it's not an utility included in Administration client.
I had to take it from the Enterprise server (same version and fixpack) with db2move.bnd, and then I had to submit on client the instructions below:
connect to <db name>
bind /opt/IBM/db2/V8.1/bnd/db2move.bnd blocking all grant public
connect reset

thanks,
F
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On