Hi Everyone
I am working on the wimpy point package. I have managed to create new
presentations and create slides within the presentations. I am working
on actually viewing those presentations at the moment. But I am
getting the following error that I just cannot figure out. If anyone
could help me out with this I owuld be most appreciative.
The error message is as follows:
[23/Sep/2001:14:43:43][16271.13317][-conn3-] Error: Ns_PgExec: result
status: 7 message: ERROR: fmgr_info: function 0: cache lookup failed
As far as I can see it is coming from the following query, which seems
ok to me. I was hoping someone could tell me what the problem was.
select s.slide_title,
s.sort_key,
wp_sliide__get_preamble('2268') as preamble,
wp_slide__get_postamble('2268') as postamble,
wp_slide__get_bullet_items('2268') as bullet_items,
to_char(ao.creation_date, 'HH24:MI, Mon DD, YYYY') as
modified_date
from cr_wp_slides s, cr_items i, acs_objects ao
where i.item_id = '2268'
and i.live_revision = s.slide_id
and ao.object_id = s.slide_id;
Thanks
Jack