Hi,
launch the smc and enable the httplogging in file or database. You can set the degree of detail of the advanced menu (debug).
You can also add plot to to your monitor in the smc.
Tschuss, Schunel
I'm not sure i've understood but if you want to access files on the server (anywhere) from your browser, you have to use a servlett (called by an url) wich reads the file and send it with the mime format you want to use.
Hope that it helps,
Schunel
Hi,
try an AgRemoveDB -d filefeeds -U[login silvermaster] -P[pwd silvermaster] in the bin directory of your server.
The AgremoveDB is on the installation's CD.
Schunel
Ok,
First test the value with an empty string.
The main problem is to get the textfield. In a dataview sssw attributes internal names to the elements, so it's not easy to get all the textfiels wich are in the dataview.
I think you have to generate yourself the dataview with the rowGenerateBegin...
You can add differents sssw database on a same server located in the same physical device by using the user-specifed driver : you enter host, port and the identifiant of the device.
On wich database server are you (oracle ,sybase ..?)
Schunel.
Hi,
start your server with the -nodbcheck option. Normally, it would be quicker. When you add an oracle database with the 3.7, an entire reverse of the tables is made. The 3.7 reverse all the tables of all the schema that are present in your oracle instance. It's why it's so low when you add a...
There are several solutions for your problem :
you can use the pageRequestEnd to append html at the end of your page (res.append...)
you can use a java bean (you have to program yourself)
the best way is to insert a label in your page. Then, label.setRawHTMLMode(true) allows you to make pure...
Hi ,
Your problem is known and i effectly have the same trouble. I think there's a bug ...
To use boxes in dataview and get their content, you can "bind" them with properties of your data source that you created.
For example, a box can be binded with the boolean property...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.