473,397 Members | 1,974 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

SQL3107W There is at least one warning message in the message file.

When I try to call db2move $todbname load from a shell script it will
give me this error in the log. When I call it from the command line
using the exact same dataset it works perfectly. Does anyone know
what might be causing that to occur? Below is the .msg file.

Thanks for any help. I really need to put this script to bed. This
is the last hangup.

Regards
Eric

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
++
Script snippet:
#
# Import Data
#
cd $db2moveimpdir/$expdate - This is the directory that I extracted
the .ixf files into.
mv db2move.lst db2move.lst.orig - Copy the original db2move.lst so I
can SED it using the next line.
sed -e "/$fromdbuser/ s//$todbuser/g" db2move.lst.orig db2move.lst

`db2move "$todbname" load` - Still in the directory I run the command
wait

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++
LOAD.out error:

*** Table "DB8INST1"."ALCO_LOGIN_SESSION": ERROR 3107. Check message
file tab359.msg!

*** SQL Warning! SQLCODE is 3107

*** SQL3107W There is at least one warning message in the message
file.

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++

root@hopdb1 # more tab359.msg

SQL3104N The Export utility is beginning to export data to file
"tab359.ixf".

SQL3105N The Export utility has finished exporting "7" rows.

SQL3501W The table space(s) in which the table resides will not be
placed in

backup pending state since forward recovery is disabled for the
database.

SQL3039W The memory available to LOAD for DATA BUFFER prohibits full
LOAD

parallelism. Load parallelism of "1" will be used

SQL3109N The utility is beginning to load data from file

"/backups/eldtest/dba/db2import/db2move/20071015/tab359.ixf".

SQL3500W The utility is beginning the "LOAD" phase at time
"10-29-2007

07:40:53.079771".

SQL3150N The H record in the PC/IXF file has product "DB2 02.00",
date

"20071015", and time "084357".

SQL3153N The T record in the PC/IXF file has name "tab359.ixf",
qualifier "",

and source " ".

SQL3168W The PC/IXF column specified to be loaded into database
column "5" is

not compatible with the database column. Nulls will be inserted.

SQL3519W Begin Load Consistency Point. Input record count = "0".

SQL3520W Load Consistency Point was successful.

SQL3110N The utility has completed processing. "7" rows were read
from the

input file.

SQL3519W Begin Load Consistency Point. Input record count = "7".

SQL3520W Load Consistency Point was successful.

SQL3515W The utility has finished the "LOAD" phase at time
"10-29-2007

07:40:53.253147".

SQL3500W The utility is beginning the "BUILD" phase at time
"10-29-2007

07:40:53.300471".

SQL3213I The indexing mode is "REBUILD".

SQL3515W The utility has finished the "BUILD" phase at time
"10-29-2007

07:40:53.529893".

SQL3107W There is at least one warning message in the message file.

Oct 31 '07 #1
2 26784
On Oct 31, 4:59 pm, EricDeWerth <Eric.DeWe...@gmail.comwrote:
When I try to call db2move $todbname load from a shell script it will
give me this error in the log. When I call it from the command line
using the exact same dataset it works perfectly. Does anyone know
what might be causing that to occur? Below is the .msg file.

Thanks for any help. I really need to put this script to bed. This
is the last hangup.

Regards
Eric

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
++
Script snippet:
#
# Import Data
#
cd $db2moveimpdir/$expdate - This is the directory that I extracted
the .ixf files into.
mv db2move.lst db2move.lst.orig - Copy the original db2move.lst so I
can SED it using the next line.
sed -e "/$fromdbuser/ s//$todbuser/g" db2move.lst.orig db2move.lst

`db2move "$todbname" load` - Still in the directory I run the command
wait

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++
LOAD.out error:

*** Table "DB8INST1"."ALCO_LOGIN_SESSION": ERROR 3107. Check message
file tab359.msg!

*** SQL Warning! SQLCODE is 3107

*** SQL3107W There is at least one warning message in the message
file.

++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++

root@hopdb1 # more tab359.msg

SQL3104N The Export utility is beginning to export data to file
"tab359.ixf".

SQL3105N The Export utility has finished exporting "7" rows.

SQL3501W The table space(s) in which the table resides will not be
placed in

backup pending state since forward recovery is disabled for the
database.

SQL3039W The memory available to LOAD for DATA BUFFER prohibits full
LOAD

parallelism. Load parallelism of "1" will be used

SQL3109N The utility is beginning to load data from file

"/backups/eldtest/dba/db2import/db2move/20071015/tab359.ixf".

SQL3500W The utility is beginning the "LOAD" phase at time
"10-29-2007

07:40:53.079771".

SQL3150N The H record in the PC/IXF file has product "DB2 02.00",
date

"20071015", and time "084357".

SQL3153N The T record in the PC/IXF file has name "tab359.ixf",
qualifier "",

and source " ".

SQL3168W The PC/IXF column specified to be loaded into database
column "5" is

not compatible with the database column. Nulls will be inserted.

SQL3519W Begin Load Consistency Point. Input record count = "0".

SQL3520W Load Consistency Point was successful.

SQL3110N The utility has completed processing. "7" rows were read
from the

input file.

SQL3519W Begin Load Consistency Point. Input record count = "7".

SQL3520W Load Consistency Point was successful.

SQL3515W The utility has finished the "LOAD" phase at time
"10-29-2007

07:40:53.253147".

SQL3500W The utility is beginning the "BUILD" phase at time
"10-29-2007

07:40:53.300471".

SQL3213I The indexing mode is "REBUILD".

SQL3515W The utility has finished the "BUILD" phase at time
"10-29-2007

07:40:53.529893".

SQL3107W There is at least one warning message in the message file.
AFAIK db2 thinks there a difference between the table you are
exporting from and the table you are loading to (column 5). Can you
post a describe of both tables?

/Lennart

Oct 31 '07 #2
On Oct 31, 4:32 pm, Lennart <Erik.Lennart.Jons...@gmail.comwrote:
On Oct 31, 4:59 pm, EricDeWerth <Eric.DeWe...@gmail.comwrote:


When I try to call db2move $todbname load from a shell script it will
give me this error in the log. When I call it from the command line
using the exact same dataset it works perfectly. Does anyone know
what might be causing that to occur? Below is the .msg file.
Thanks for any help. I really need to put this script to bed. This
is the last hangup.
Regards
Eric
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
++
Script snippet:
#
# Import Data
#
cd $db2moveimpdir/$expdate - This is the directory that I extracted
the .ixf files into.
mv db2move.lst db2move.lst.orig - Copy the original db2move.lst so I
can SED it using the next line.
sed -e "/$fromdbuser/ s//$todbuser/g" db2move.lst.orig db2move.lst
`db2move "$todbname" load` - Still in the directory I run the command
wait
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++
LOAD.out error:
*** Table "DB8INST1"."ALCO_LOGIN_SESSION": ERROR 3107. Check message
file tab359.msg!
*** SQL Warning! SQLCODE is 3107
*** SQL3107W There is at least one warning message in the message
file.
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++
+++
root@hopdb1 # more tab359.msg
SQL3104N The Export utility is beginning to export data to file
"tab359.ixf".
SQL3105N The Export utility has finished exporting "7" rows.
SQL3501W The table space(s) in which the table resides will not be
placed in
backup pending state since forward recovery is disabled for the
database.
SQL3039W The memory available to LOAD for DATA BUFFER prohibits full
LOAD
parallelism. Load parallelism of "1" will be used
SQL3109N The utility is beginning to load data from file
"/backups/eldtest/dba/db2import/db2move/20071015/tab359.ixf".
SQL3500W The utility is beginning the "LOAD" phase at time
"10-29-2007
07:40:53.079771".
SQL3150N The H record in the PC/IXF file has product "DB2 02.00",
date
"20071015", and time "084357".
SQL3153N The T record in the PC/IXF file has name "tab359.ixf",
qualifier "",
and source " ".
SQL3168W The PC/IXF column specified to be loaded into database
column "5" is
not compatible with the database column. Nulls will be inserted.
SQL3519W Begin Load Consistency Point. Input record count = "0".
SQL3520W Load Consistency Point was successful.
SQL3110N The utility has completed processing. "7" rows were read
from the
input file.
SQL3519W Begin Load Consistency Point. Input record count = "7".
SQL3520W Load Consistency Point was successful.
SQL3515W The utility has finished the "LOAD" phase at time
"10-29-2007
07:40:53.253147".
SQL3500W The utility is beginning the "BUILD" phase at time
"10-29-2007
07:40:53.300471".
SQL3213I The indexing mode is "REBUILD".
SQL3515W The utility has finished the "BUILD" phase at time
"10-29-2007
07:40:53.529893".
SQL3107W There is at least one warning message in the message file.

AFAIK db2 thinks there a difference between the table you are
exporting from and the table you are loading to (column 5). Can you
post a describe of both tables?

/Lennart- Hide quoted text -

- Show quoted text -
This is the describe of the ALCO_LOGIN_SESSION table that it came
from:
db2 =describe table ALCO_LOGIN_SESSION

Column Type Type
name schema name Length
Scale Nulls
------------------------------ --------- ------------------ --------
----- ----- -
LOGIN_SESSION_ID SYSIBM INTEGER
4 0 No
SESSION_NUM SYSIBM INTEGER
4 0 Yes
LOGIN_TIME SYSIBM TIMESTAMP
10 0 Yes
SERVER SYSIBM VARCHAR
255 0 Yes
USER_ID SYSIBM INTEGER
4 0 Yes
CONNECTION_ID SYSIBM VARCHAR
255 0 Yes
PROXY_USER_ID SYSIBM INTEGER
4 0 Yes

7 record(s) selected.

This is the table that it is going to:
db2 =describe table ALCO_LOGIN_SESSION

Column Type Type
name schema name Length
Scale Nulls
------------------------------ --------- ------------------ --------
----- ------
LOGIN_SESSION_ID SYSIBM INTEGER
4 0 No
SESSION_NUM SYSIBM INTEGER
4 0 Yes
LOGIN_TIME SYSIBM TIMESTAMP
10 0 Yes
SERVER SYSIBM VARCHAR
255 0 Yes
USER_ID SYSIBM INTEGER
4 0 Yes
PROXY_USER_ID SYSIBM INTEGER
4 0 Yes

6 record(s) selected.
It looks like you are correct that it is a table issue. I'll have to
check my code but I guess my SED command might stripping out a little
to much when I split the entire ddl for a create on tables and pk and
separate create for fk.

Thanks for the insight,
Eric

Nov 1 '07 #3

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

Similar topics

0
by: Carl Owenby | last post by:
Re: Microsoft Knowledge Base Article - 174942 "File Modified Outside Source Editor" Warning Message I believe I have discovered a cause of this warning in a specific situation. I encountered...
1
by: billa1972 | last post by:
Hi, I am trying to hook into Yellow Freight's rating webservice. Below is the wsdl. When i try and create a proxy file with wsdl.exe i get the following errors, see below. Also, when i...
6
by: Tom McL. | last post by:
I'm trying to move a program that was designed using Visual Studio 2003 and (Visual Basic) into Visual Studio 2005. When it runs I get the following warning in the Error List Window and I'm not...
0
by: Manish | last post by:
PHP INI File Setting ------------------------------------------------------------------------------------------------------------------ error_reporting = E_ALL & ~E_NOTICE No warning message are...
4
by: gaurav.dube | last post by:
I am facing a problem with warning removal I have got a header file it contains extern declarations of lot of variables (say 100) This header file is included in hundreds of .c files. Some of...
3
by: th1982 | last post by:
I've a ticker's code like this : <?php // load SimpleXML $SECURITIES = new SimpleXMLElement('http://www.zet.com/xml/TableDt.xml', null, true); echo <<<EOF <marquee bgcolor="#333333"...
9
by: kumar | last post by:
i am bit confused about this code, why does the below while loop is contineous how can i come out of the file. i am using linux machine char ch;//char varaible FILE *fp; // file pointer...
7
by: dm3281 | last post by:
Hello, I have this non-standard XML file that I have to manually sort thru each day and verify whether various jobs finish successfully or not. This file isn't a real XML file, so I cannot appear...
3
by: LordHog | last post by:
Hello, How would I go about finding the default handler, let's say a text file (*.txt), then launch the default handler with the file as an argument? I had found how to launch an external...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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,...

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.