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 > Informix > MT_EX_OS, Context: mem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-29-04, 02:51
Rodion Rodion is offline
Registered User
 
Join Date: Nov 2003
Location: Moldova
Posts: 25
MT_EX_OS, Context: mem

Hi !
Linux 7.3
IDS 9.21

Can you help me ?
What has taken place?
Please see attachment

[informix@tproliant1 ]$ ipcs

------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x59070002 163840 informix 666 1760 1
0x52564801 32769 root 660 418852864 29
locked
0x52564802 65538 root 660 131072000 29

------ Semaphore Arrays --------
key semid owner perms nsems status
0x00000000 0 root 660 30

------ Message Queues --------
key msqid owner perms used-bytes messages
0x000004d2 65537 root 666 0 0
Attached Files
File Type: zip af.zip (414.9 KB, 31 views)
Reply With Quote
  #2 (permalink)  
Old 06-29-04, 08:03
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

I think that you have few conflict:
Please i suggest that you change:
MULTIPROCESSOR 0 to MULTIPROCESSOR 1 and NUMCPUVPS 2
OR
MULTIPROCESSOR 0 and NUMCPUVPS 1
NETTYPE soctcp,1,50,NET to NETTYPE soctcp,1,50,CPU
DBSPACETEMP tmp_dbs2:tmp_dbs1:tmp_dbs to
DBSPACETEMP tmp_dbs2,tmp_dbs1,tmp_dbs
OPTCOMPIND 2 to OPTCOMPIND 0
RESIDENT 1 to RESIDENT 0
NOAGE 1 to NOAGE 0
--------------------------------------------------------------------
In session 349398:
User-created Temp tables :
partnum tabname rowsize
100063 tmp_passwd 129
100062 tmp_res1 94
100061 tmp_dog2 2063
100060 tmp_dog1 2160
This tables are in rootdbspace.
--------------------------------------------------------------------
Please chec with this, if is posible.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 06-30-04, 10:15
matute matute is offline
Registered User
 
Join Date: Jun 2004
Location: Madrid, Spain
Posts: 47
I'd say you found any kind of bug. It seems your procedure called an internal function that isn't defined.
__________________
José Luis Matute.

Regards from Spain.
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