Search the web
Sign In
New User? Sign Up
intradoc_users · Stellent Users Group!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9091 - 9120 of 21890   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9091
Hello, I have some idoc code that has created a Resultset successfully. The code then loops through the Resultset. I can successfully output each entry. When I...
ethersolutions
Offline Send Email
Sep 1, 2005
11:10 am
9092
it looks like you're trying to do a database search with Verity query syntax. I remember there being a bug with SOAP and non-Verity searches, but cannot...
Brian Huff
bexmex
Offline Send Email
Sep 1, 2005
1:52 pm
9093
Firstly, are you aware that what you are trying to do is extremely tricky and dangerous? Do you have 'seat belts' in place to prevent hackers and data...
Brian Huff
bexmex
Offline Send Email
Sep 1, 2005
2:51 pm
9094
Hi Bex, Yes, I understand and recognise the concern. In this particular, instance the code is in a component that will only be active to faciliate the...
ethersolutions
Offline Send Email
Sep 1, 2005
3:12 pm
9095
Hi Bex, Yes, I understand and recognise the concern. In this particular, instance the code is in a component that will only be active to faciliate the...
ethersolutions
Offline Send Email
Sep 1, 2005
4:00 pm
9096
By default, a JDBC ResultSet is 'live'. That means the data will go away the next time you make another SQL query. Sounds silly, but its a lifesaver for...
Brian Huff
bexmex
Offline Send Email
Sep 1, 2005
4:08 pm
9097
Hi Bex, Thanks for your feedback but that is not actually the case. I need to elaborate to make the position clear. Yes, I use a Service to run an SQL Select...
ethersolutions
Offline Send Email
Sep 1, 2005
4:30 pm
9098
This could be due to the fact that every time you run 'executeService' it clears some of the context to avoid data pollution. Try this: ...
Brian Huff
bexmex
Offline Send Email
Sep 1, 2005
4:50 pm
9099
Anyone know what the closest Stellent users group would be to Milwaukee, WI?...
rjplach
Offline Send Email
Sep 2, 2005
2:40 pm
9100
There are two. One in Minneapolis, another in Chicago. The following is from the latest Minnesota note I received: Dear Stellent User, Enclosed is an...
Owens, Chris
cowens67
Online Now Send Email
Sep 2, 2005
2:44 pm
9101
Chicago would be much closer (1 hr versus 5). If anyone knows about the Chicago branch, give me some insight. Thanks. ... the ... not ... forwarding ... Group ...
rjplach
Offline Send Email
Sep 2, 2005
3:43 pm
9102
Make sense, however when I use the syntax you specify I get another strange error. See below. ... <?xml version='1.0' ?> <SOAP-ENV:Envelope xmlns:SOAP- ...
dtrahan1
Online Now Send Email
Sep 3, 2005
1:57 pm
9103
Yep, there is a bug with SOAP and Database search. Better call Stellent Support to get a fix. -- bex...
Brian Huff
bexmex
Offline Send Email
Sep 5, 2005
6:46 pm
9104
SCUG – in the Chicago area. Contact Dorothy.Dietz@... or jgorecki@... ... ...
Dave Chaffee
dave_chaffee
Offline Send Email
Sep 5, 2005
7:44 pm
9105
I'm also interested in authenticating a user and bypassing the popup login window. I don't use AD. Is there a service to do this or how is it possible to pass...
tho11as
Offline Send Email
Sep 6, 2005
2:25 pm
9106
Hello, For a project we need to consume webservices. For example we would validate some metadata against a back-end system via a webservice. I prefer this to...
boris
ffwdrew
Offline Send Email
Sep 6, 2005
2:25 pm
9107
[SCS 7.5, Site Studio 7.2, Folders rev.127] Hi all, I need to display the hierarchy of the children folders of a given contribution folder within a Site Studio...
omar_lopez_ruiz04
omar_lopez_r...
Offline Send Email
Sep 6, 2005
2:52 pm
9108
You can do that by setting the 'Authentication' HTTP header or very insecurely by embedding the password in the URL directly: ...
Brian Huff
bexmex
Offline Send Email
Sep 6, 2005
2:59 pm
9109
A provider might be the wrong analogy for your problem. Do you need to access these web services on the fly as if they are a database? Might it make more sense...
Brian Huff
bexmex
Offline Send Email
Sep 6, 2005
3:08 pm
9110
My customer wants to have a load balanced cluster with Stellent on three nodes on windows machines. They do not understand how they can connect their three...
chailleyl
Offline Send Email
Sep 6, 2005
6:55 pm
9111
Hi, I started facing this problem recently. We have a public website developed in Site Studio and it was working fine until recently. Now most of the site ...
Nikunj Patel
patel_nikunj_p
Offline Send Email
Sep 6, 2005
8:36 pm
9112
Hi, For each release we are adding new metadata, which needs indexing. Indexed files are machine specific or can be copied from one to other? Is it possible to...
moasis_99
Offline Send Email
Sep 6, 2005
11:43 pm
9113
Three issues: 1) the relative web url is added to the index, so you need to make sure your servers have analogous URLs for the weblayout directory 2) the index...
Brian Huff
bexmex
Offline Send Email
Sep 7, 2005
12:25 am
9114
Hi Anthony, Although I have not seen this precise problem. I have encountered something very similar. From my testing Stellent appears to operate some form of...
ethersolutions
Offline Send Email
Sep 7, 2005
10:53 am
9115
Hi - We are using Apache AXIS code generated using the Stellent WSDL's to execute GET_SEARCH_RESULTS. A search that takes 2 seconds via the Stellent web GUI...
White, Tim
cyface
Offline Send Email
Sep 7, 2005
2:10 pm
9116
Hi all, If a contibutor hides some items from a Dynamic List through Contributor applet, how can I hide this items within my Dyn. List fragment? I supposse I...
omar_lopez_ruiz04
omar_lopez_r...
Offline Send Email
Sep 7, 2005
2:18 pm
9117
Linda Ray Committed to Excellence in Customer Service ... From: intradoc_users@yahoogroups.com [mailto:intradoc_users@yahoogroups.com] Sent: Tuesday, September...
Ray, Linda (Roadway)
linda_a_ray
Offline Send Email
Sep 7, 2005
2:27 pm
9118
Axis has some pretty heavy XML serialization code... but 20 seconds sounds high to me. Are you timing just the query, or the startup costs of the whole thing?...
Brian Huff
bexmex
Offline Send Email
Sep 7, 2005
2:36 pm
9119
one more thing... this might also be caused because Axis is keeping the HTTP session open even after the connection is complete. Try setting...
Brian Huff
bexmex
Offline Send Email
Sep 7, 2005
4:56 pm
9120
I'm not sure this can be done very easily. Since you can only assign any given LUN on a SAN to a single server, assigning three machines in a load-balanced...
Charles
charlesfenway02
Offline Send Email
Sep 7, 2005
6:24 pm
Messages 9091 - 9120 of 21890   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help