> Start with:
>
> execute procedure ima_set_vnode_domain \g
>
Thanks, trying that gives me some errors (that procedure isn't
mentioned in the 9.2 manuals as far as I could see) :
execute procedure ima_set_vnode_domain
Executing . . .
E_GW8045 GWM error-- GCM completion error to 'devhost' (class '' flags
x00000000)
(Thu May 19 09:16:29 2011)
E_GC0132 User provided a vnode as part of the database name
(vnode::dbname), but connection information for that vnode is
missing. Enter
connection information for the vnode using NETUTIL.
(Thu May 19 09:16:29 2011)
E_GW8081 GWM error-- Error querying name server 'devhost::/IINMSVR'
(Thu May 19 09:16:29 2011)
Looking at that procedure it's defined as follows:
* help procedure ima_set_vnode_domain\g
Executing . . .
Procedure: ima_set_vnode_domain
Owner: $ingres
Procedure Type: native
Object type: user object
Created: 13-dec-2010 10:48:02
Procedure Definition:
/* 1 */ create procedure ima_set_vnode_domain as begin update
"$ingres". ima_mib_objects set value =dbmsinfo('ima_vnode') where
classid = 'exp.gwf.gwm.session.control.add_vnode' and instance = '0'
and server = dbmsinfo('ima_server');
/* 2 */ end
So I think it's equivalent to the original update statement stated in
the manual? Strange that this errors though.
>> Stay informed about: IMA Question