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 server does not start, error: ervice terminated with service-specific error 42949

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-25-09, 07:20
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
DB2 server does not start, error: ervice terminated with service-specific error 42949

Hi,
I have installed DB2 Express-C v9.5 fixpack 2 on Windows XP SP3 and database was working fine for two weeks. Today I have rebooted computer and after Windows restart DB2 service didn't start.

I went to Control Panel | Services and try to manually start "DB2 - DB2COPY - DB2" service, but got error:
Code:
Windows could not start the DB2 - DB2COPY - DB2 on Local Computer.
 For more information, review the System Event Log. If this is a non-Microsoft
service, contact te service vendor, and refer to service-specific error
 code -1220."
I checked Windows Event Log and there is error message:
Code:
The DB2 - DB2COPY1 - DB2 service terminated with service-specific
 error 4294966076 (0xFFFFFB3C).
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."

Both of the messages are useless, just some numbers without explanations. What does this error means and how to solve the problem and start DB2 server?
Regards

Last edited by grofaty; 11-25-09 at 07:23.
Reply With Quote
  #2 (permalink)  
Old 11-25-09, 07:24
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
SQL1220N
The database manager shared memory set cannot be allocated.
Explanation:
The database manager could not allocate its shared memory set. The cause of this error may be insufficient memory resources either for the database manager or the environment in which its operation is being attempted. Memory resources that can cause this error include:

The number of shared memory identifiers allocated in the system
The size of the shared memory segment
The amount of paging or swapping space available in the system
The amount of physical memory available in the system
User response:
One or more of the following:

Validate that sufficient memory resources are available to satisfy the database manager's requirements, and those of the other programs running on the system.
On Linux 32-bit, increase the kernel parameter shmmax to 256 MB. On Linux 64-bit, increase the kernel parameter shmmax to 1GB.
Reduce database manager's memory requirement for this memory set by reducing the database manager configuration parameters which affect it. These are: maxagents, maxdari and, numdb.
Where appropriate, stop other programs using the system.
...............
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