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 error DB21017E

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-09-04, 02:18
maulin maulin is offline
Registered User
 
Join Date: Jun 2004
Posts: 7
db2 error DB21017E

hi,
i am trying to run a perl script that makes a call to a db2 stored procedure that populates some tabels in a database. the script executes the stored procedure around 30000 times. i've been getting the following error for some calls to the stored procedure

DB21017E: The command line processor encountered a system error with the front-end process output queue. Reason code = <reason code>.

Explanation: A system error occurred while creating or reading from the front-end process output queue.

If the reason code is -2499, the command line processor output queue conflicts with an existing queue.

User Response: Resubmit the command. If the error occurs again, record the message number and reason code, and get help from your system administrator.

i have no clue why this error occurs or what i can do to get rid of it....to try and solve the problem i aded a loop in the perl script that made the same call to the stored procedure 5 times if the error was encountered, this works sometimes. what can i do to get rid of the problem. i can make the loop execute 20 times or something if the error occurs but thats like a cheap fix. i want to know if there is some db2 config that needs to be changed to fix this problem.

thanks
maulin
Reply With Quote
  #2 (permalink)  
Old 09-09-04, 18:23
maulin maulin is offline
Registered User
 
Join Date: Jun 2004
Posts: 7
hello? anyone?
Reply With Quote
  #3 (permalink)  
Old 09-10-04, 01:12
maulin maulin is offline
Registered User
 
Join Date: Jun 2004
Posts: 7
somebody help me!
Reply With Quote
  #4 (permalink)  
Old 09-10-04, 02:30
Romeo Romeo is offline
Registered User
 
Join Date: Feb 2002
Location: Philippines
Posts: 41
could you provide more detailed information?

i couldn't visualize the actual problem. is it a system problem (script) or DB2 problem (stored procedures)?
__________________
There are 10 kinds of people,
those who know binary and those who don't.

http://www.linkedin.com/in/rtitong
Reply With Quote
  #5 (permalink)  
Old 09-10-04, 03:23
maulin maulin is offline
Registered User
 
Join Date: Jun 2004
Posts: 7
i think it is a db2 problem. calls to a stored procedure are causing this error.
Reply With Quote
  #6 (permalink)  
Old 09-10-04, 03:54
Romeo Romeo is offline
Registered User
 
Join Date: Feb 2002
Location: Philippines
Posts: 41
Quote:
Originally Posted by maulin
i think it is a db2 problem. calls to a stored procedure are causing this error.
i still couldn't visualize it... like i said, provide more information (read the sticky thread "Must Read before posting")

if you read the problem, it's a system error... an error that prevented the stored procedure to continue....
there are so many causes of system errors... there are disk spaces, memory problems, authority problems, etc.... if you need to change some configurations in DB2, you need to identify what causes the problem so you can adjust accordingly.

... but most likely, your problem is system related... db2 could have provided different message if it is DB2 related
__________________
There are 10 kinds of people,
those who know binary and those who don't.

http://www.linkedin.com/in/rtitong
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