Spk to 2 engineers with Brio, Said with the issues that I am having the best thing is a reinstall. I have gone through step by step to remove the Portal/ods...
I'm new to Brio and have been run into some difficulty. I need to capture duplicate phone numbers that appear in our helpdesk table.<br><br>In MS-Access (which...
Hi there.<br><br>Under the 'View' menu there is a 'Custom SQL' option. This will display a window under the Request line that will allow you to enter/modify...
Dear All:<br>I'm trying to integrate NT4 account and Brio.Portal. The status I'm in is I could see all NT user in ONE/Administrator. Does anyone know how to...
I am running sqr jobs in the portal using one/api. To get the job I use :<br><br>jJob = rCurrRepository.getJob("/Path/Name/Dir1", "jobname");<br><br>This works...
One option is to use the Query interface to search for objects of a particular type (including sqr jobs). I've inserted a sample program that demonstrates how...
BrioPortal 7.0.1<br>BrioEnterprise 6.2.2<br><br>I have the OnDemand Server integrated with my portal and that is working fine. However, I have an EIS Dashboard...
Hi,<br>I am hooking to my portal using <br>SessionFactory.getInstance...<br><br>This works great as long as the portal is up and running - but if components of...
See Brio's FAQ website at <br><a href=http://briofaq.brio.com/scripts/faq.exe target=new>http://briofaq.brio.com/scripts/faq.exe</a><br>and then do a search...
We have installed Portal 7.01 on an windows 2000 server. The Web Client Configuration to open doesn't run for some reason. I can't get to the changes. Do I ...
I am using Tivoli SECURE WAY LDAP servee to authenticate users into BRIO Portal 7.0. I have set BRIO Portal to use HTTPUSER and HTTPPASSWORD to login. Login is...
I am also trying to do the same. I would also like to obtain ws.conf variables from portal for use in an EIS to maintain the same look and feel as well as grab...
G'day,<br><br>We have been trying to set up the same thing. I have had success by configuring basic authentication in the IIS manager, then setting portal to...
Hi All,<br><br> We are in the process of creating extra templates within portal which would be accessible from the users personalTop.htm frame. However, ...
You cannot create new templates for the WebClient's template hierarchy. What comes out of the box is all you get.<br><br>You can modify existing templates and...
Hi Deb.<br><br>There are two tricks to get this to work.<br><br>1. You could create a HTML page that simply contains a HTTP or Javascript redirect to the URL ...
Hey Steve!<br><br>My reply to the original message from drobarge addresses the EIS as Portal Object.<br><br>But you can get those settings from the web server ...
What do you mean the setting for the Services it's self. That is on local machine. When I try to start service I get an error that reads "could not start the...
Dave,<br><br>I'm sorry I don't have an answer to your question, but we are trying to establish the same set-up you mention in your note. How did you manage to ...
We are using IBM WEBSEAL as our LDAP Server. Getting Single Sign to work was extremely simple. First you need to set-up a 'smart-junction' from webseal to ...
Have you tried using the LDAP auth driver instead of using the HTTP variables?<br><br>Brio.Portal comes with an LDAP driver that you can put in place of the...
Hey peoples,<br><br>I wish to implement a completely transparent logon for portal. We are using NT challenge/response (IIS) for our web-based authentication,...
You may try using the REMOTE_USER. Setting this in the WebClient. Then setting password to USERNAME. You will need to work with this a bit. Not sure if IIS is...
Thanks for your prompt reply!<br><br>The only problem is that everyone (for portal) is authenticated against an external NT authentication server (our National...
Chris,<br><br>Thanks for your help on this one. I am now able to grab the userid from the portal and set a cookie containing the id. I am having trouble ...
Are you using Insight/Quickview/Freeview in during testing? Only one of the browser plugins can read from (and write to for cookies) the Session object and ...