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 > problem creating SP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-29-03, 14:42
jfkuser jfkuser is offline
Registered User
 
Join Date: Mar 2003
Posts: 59
problem creating SP

I am trying to create a SP using db2 -td@ -v -f test1.sql ...but its giving me following error. Also where can i find the specified log file in error message?

DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL7032N SQL procedure "BOSP_DEL_TEST" not created. Diagnostic file is
"P3851580.log". SQLSTATE=42904
Reply With Quote
  #2 (permalink)  
Old 09-29-03, 15:21
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Re: problem creating SP

Quote:
Originally posted by jfkuser
Also where can i find the specified log file in error message?

DB21034E The command was processed as an SQL statement because it was not a
valid Command Line Processor command. During SQL processing it returned:
SQL7032N SQL procedure "BOSP_DEL_TEST" not created. Diagnostic file is
"P3851580.log". SQLSTATE=42904
I guess any OS would have some way to find a file. In Windows that would be "Start Menu -> Search -> Files or Folders"; in unix, "find / -name..."

For example, on my Windows machine the procedure mentioned above brings the following result: C:\SQLLIB\function\routine\sqlproc\<database_name> \<user_name>\tmp
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