Shawn - That worked! I guess I did not realize that I could run the CVista product as a stand-alone application. I thought in order for it to work, it had to...
9640
kre843
Dec 1, 2005 3:49 pm
Mark, This type of question would normally be handled as an IBPM support related question through your channel partner who provides support to you. We can get...
9641
Brian Huff
bexmex
Dec 1, 2005 4:12 pm
Want performance? Forget Axis. Try JibxSoap. Its almost as fast as RMI: http://jibx.sourceforge.net/jibxsoap/ ...
9642
White, Tim
cyface
Dec 1, 2005 5:46 pm
Hey Bex - Good advice; I looked at jibx a while back, and we'll probably try that again for phase 2. For now though, I've narrowed the issue down to windows...
9643
Brian 'Bex' H...
bexmex
Dec 1, 2005 6:17 pm
wait... you're changing the server but not the client for these tests? Wierd... are you certain your client isn't reconnecting to the server after the initial...
9644
Alec Kloss
akloss@...
Dec 1, 2005 6:32 pm
... There are PROBLEMS with Solaris servers and Windows clients. For example: http://www.sean.de/Solaris/slowstart.html It sounds like you're bumping into...
9645
White, Tim
cyface
Dec 1, 2005 6:39 pm
... after the initial response? What ... encoding different for the solaris vs. > windows server? Is the response SOAP string different in any way? I just...
9646
White, Tim
cyface
Dec 1, 2005 6:51 pm
... connection after the end of the SOAP ... even before it had recieved the ... same way it does on windows - they > are both running Apache... Well...it...
9647
Blake Donley
gre_blake
Dec 1, 2005 9:14 pm
Is anyone using enterprise search across multiple content servers running on different operating systems (UNIX / Windows)? If both servers are v7.5, are there...
9648
Gary Heitman
newplg
Dec 1, 2005 10:45 pm
Previous CS ... 7.1.1 Windows 2000, IIS 5 Remote storage (mapped drive for 'weblayout39;/'vault') AD Groups equating to Stellent roles New CS ... 7.5.1 Windows...
9649
ecndavid
Dec 1, 2005 10:51 pm
Couple questions... Do the groups that the user has access to show up in the "My Profile" section? Assuming they did for 7.1.1 Typically if a user does not...
9650
Gary Heitman
newplg
Dec 1, 2005 10:57 pm
Yes - all of the user's assigned groups are visible under User Profile. For example, 'guest39; and 'View_Group39;. As far as the IIS - how can I determine...
9651
ecndavid
Dec 1, 2005 11:03 pm
No worries... getting AD to work seemlessly can be tricky. Under IIS, on the Virtual Directory tab, next to the "Network Directory" input area, there is a...
9652
David Fielding
dsfielding
Dec 2, 2005 12:00 am
I'm still on 7.1 but there is an option under Content Security for "Allow get copy for user with read privilege". Do you have that checked? ... [Non-text...
9653
Stoddard, Shawn
stoddardshawn
Dec 2, 2005 5:05 pm
Blake, You are very welcome. By the way what are you using Stellent for? Shawn ======================================= Shawn Stoddard Truckee Meadows Water...
9654
mcymerman
Dec 2, 2005 5:12 pm
Hi All, We are using custom components, most of which have XYZHandler.java classes, but there is a custom IdocExtensions class as well. Within the...
9655
Wick, Daniel
dpwick55044
Dec 2, 2005 5:39 pm
Hi everyone! I'm using the IdcJavaBean to get some Strings from a databinder. I'm running into some weird issues where the string that is returns is sometimes...
9656
greddin
Dec 2, 2005 10:06 pm
Hi all: I've searched this forum on this and found a little information but I just can't seem to get started with it. On the Check-In page, when a certain type...
9657
Ansah,Elikem K
ekansah
Dec 2, 2005 10:24 pm
Gregory, You're right. You'll need the onChange event. Refer to this: http://forums.devshed.com/archive/t-136910/javascrip-showhide-DIV-within ...
9658
Reddin, Gregory
greddin
Dec 2, 2005 10:37 pm
Where would I put the onChange event function at? Would I not need a custom component for this to work? Thanks, -Gregory Reddin Susan G. Komen Breast Cancer...
9659
Owens, Chris
cowens67
Dec 2, 2005 10:46 pm
Oh yes, it would definitely be a custom component :-) If you take a quick look at my response to SP's post yesterday entitled "How to link fields - - non DCL...
9660
merrifurlong
Dec 2, 2005 10:58 pm
For some reason, a Readonly user cannot save the "Enable Search Link " choices under "Edit Content Profile Links" in either "Trays" or "Top Menu" layout. ...
9661
Gary Heitman
newplg
Dec 3, 2005 3:28 am
Duh. Thank you. Apparently, this setting was not applied to the 7.5.1 servers, and I glossed over it while checking things out. I applied this setting, removed...
9662
sratay2002
Dec 3, 2005 9:06 pm
What is a Workspace object? Is this a Stellent object? Regardless, I see one big problem with this approach. Keep in mind that by declaring the Workspace...
9663
Amit Sehgal
amitsehgal_us
Dec 3, 2005 9:07 pm
*********************************************************************** Moving content from database to Stellent should be a common practice for all legacy web...
9664
jason_stortz
Dec 4, 2005 9:36 pm
I am working with a 7.5.1 content server. A while back I tried to find out if it will support resumable downloads. Anyone know how to get this to work? ...
9665
mcymerman
Dec 5, 2005 1:00 am
thanks for your reply. I agree and disagree with it. The workspace object is used to query the database. the singleton pattern is very common in web...
9666
s p
newlinks2001
Dec 5, 2005 1:46 pm
Chris, I was able to accomplish this with a custom component. The checkbox was for records management and I had to modify the include "rma_record_meta" to...
9667
s p
newlinks2001
Dec 5, 2005 1:54 pm
I'm getting the following javascript error with Folder browse button on content profile pages. "document.CheckIn.xCollectionIDPath is null or not an object" I...
9668
Alec Kloss
akloss@...
Dec 5, 2005 3:14 pm
If you're confident your new idoc script functions are only going to be used while generating pages inside a Service request, I'd suggest this: Workspace ws =...