Topic Options
Rate This Topic
#135189 - 08/22/06 07:36 AM View Forms From web.
suddha Offline
Stealth Member

Registered: 06/17/06
Posts: 6
Hi,

I have two issues here.

1. I want to view all the forms in my server from web. Is there an URL which shows all the forms in my server?
2. While we are performing a search in the user we get to see an hour glass while the search is in progress. But if we perform the same search in web we don’t get to see the hour glass. Is there a way we can get this hour glass in web?

Thanks,

Top
#135191 - 08/22/06 07:57 AM Re: View Forms From web. [Re: suddha]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi,

1 - You can import and enable the object list. Then try to go to http://midtier/arsys/forms

2 - No idea, but you can try do include additionnal javascript in your forms to do this...
_________________________
Vincent.

Top
#135193 - 08/22/06 09:17 AM Re: View Forms From web. [Re: Vincent_RIEDWEG]
suddha Offline
Stealth Member

Registered: 06/17/06
Posts: 6
When I am trying to enable the object list and save the changes I am getting a JAVA error. My path looks fine.

Error. The server encountered an unexpected condition which prevented it from fulfilling the request.


java.io.FileNotFoundException: C:\Program Files\AR System\Mid-Tier\WEB-INF\classes\config.properties (Access is denied)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOutputStream.java:70)
at com.remedy.arsys.config.ConfigProperties.save(Unknown Source)
at com.remedy.arsys.config.ConfigProperties.set(Unknown Source)
at com.remedy.arsys.config.Configuration.setProperty(Unknown Source)
at com.remedy.arsys.config.ConfigServlet.doRequest(Unknown Source)
at com.remedy.arsys.stubs.GoatHttpServlet.postInternal(Unknown Source)
at com.remedy.arsys.stubs.GoatHttpServlet.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.newatlanta.servletexec.SERequestDispatcher.forwardServlet(SERequestDispatcher.java:638)
at com.newatlanta.servletexec.SERequestDispatcher.forward(SERequestDispatcher.java:236)
at com.newatlanta.servletexec.SERequestDispatcher.internalForward(SERequestDispatcher.java:283)
at com.newatlanta.servletexec.ApplicationInfo.processApplRequest(ApplicationInfo.java:1827)
at com.newatlanta.servletexec.ServerHostInfo.processApplRequest(ServerHostInfo.java:919)
at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1091)
at com.newatlanta.servletexec.ServletExec.ProcessRequest(ServletExec.java:1002)

Top
#135198 - 08/22/06 09:48 AM Re: View Forms From web. [Re: suddha]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi,

Check the NTFS permissions for Mid-Tier installation directory.
_________________________
Vincent.

Top