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 > An unexpected system error in call sqlj.install_jar command

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-05-04, 07:01
melb melb is offline
Registered User
 
Join Date: Aug 2003
Location: AUS
Posts: 26
Question An unexpected system error in call sqlj.install_jar command

Hi all,
I am new to db2. I am working on db2 ver8. I am trying to use the call sqlj.install_jar command as follows
db2 => call sqlj.install_jar('file:///c:/jre/mail.jar', 'MAILJAR')
but I am getting the following error message.

SQL1042C An unexpected system error occurred. SQLSTATE=58004

can anyone help me out.

cheers
Reply With Quote
  #2 (permalink)  
Old 05-05-04, 09:30
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by melb
Hi all,

db2 => call sqlj.install_jar('file:///c:/jre/mail.jar', 'MAILJAR')
This doesn't look like a valid path... Try 'file:c:/jre/mail.jar' or even 'file:c:\jre\mail.jar' (the latter works for me).

You may also want to look in db2diag.log to see if any error messages there give you an idea of what's going on.
Reply With Quote
  #3 (permalink)  
Old 05-06-04, 22:27
melb melb is offline
Registered User
 
Join Date: Aug 2003
Location: AUS
Posts: 26
thanks n_i,
but still getting the same trouble.anyother solution

cheers
Reply With Quote
  #4 (permalink)  
Old 05-07-04, 09:40
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Do you get any messages in db2diag.log? Try changing DIAGLEVEL to 4
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