Jump to content
We've recently updated our Privacy Statement, available here ×

thomassoo

Members
  • Posts

    12
  • Joined

  • Last visited

thomassoo's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. if in production server, there is one data source or report no longer use. we will need to remove them. My project manager want to remove them by using command instead of login to jasperserver to remove them.
  2. justlike import and export, do you have delete command or script?
  3. migration report, data source from UAT server to Production server. Client don't want to remove or modify report, datasource and folder by login jasper server. they want to use command to update jasperserver information. anyway, i know the way to update report and data source but how about delete folder, report and data source. Post Edited by thomas soo at 03/24/09 09:05
  4. sorry, idea from client, we cannot use ireport to change the setting. we only allow to use command to remove or modify. only idea I know, we can drop all jasperserver content in current server and import another server's jasperserver content.
  5. Hi jasperserver master, I would like to know whether we can delete or modify specific datasources, reports or folders without login to jasper server. if can, could you provide code for window and linux os?
  6. Hi, I have a csv source which contain two column, "ID" and "DESCR". How to set them to be a list value in jasperserver without manually key in. how to make it display in the report? example: A table contain ID and Date but without DESCR. The report has to show ID, DESCR, and Date. Post Edited by thomas soo at 03/19/09 07:33
  7. I have fixed the issue. right now subdatasets can receive parameter from main report.
  8. Hi, I have create two report, one for main and another is subreport. my subreport contain pie chart and time period chart t report. In main report, i let user filter date range. it is working in main report, but the parameter in main report can not pass to subreport. may I know the way to pass the filter to chart report. Post Edited by thomas soo at 03/19/09 03:19 Post Edited by thomas soo at 03/19/09 03:52
  9. Hi, I have installed the jasperserver in my local pc, i try to configure the ldap in file applicationContext-security.xml. after everything setup, I got an error message show as below. I wonder ldap setup won't work for jasperserver installing in local PC. I also attech the ldap configuration file to you. 19:04:33,042 WARN LoggerListener,http-8080-Processor24:55 - Authentication event AuthenticationFailureBadCredentialsEvent: tsoo; details: org.acegisecurity.ui.WebAuthenticationDetails@12afc: RemoteIpAddress: 127.0.0.1; SessionId: 8C4F988CEDDA942B61D639008C0B3534; exception: Bad credentials
  10. I have problem to read SAS datasets. how to set the jdbc to read the SAS datasets?
  11. where to get this document? i am using the basic jasper server 3.1 not pro version. the JasperIntelligence User guide document did mention and the code show as below, but it will not work for jasperserver3.1. <bean id="userTimeZonesList" class="com.jaspersoft.jasperserver.war.common. JdkTimeZonesList"> <property name="timeZonesIds"> <list> <value>GMT</value> <value>PST</value> <value>CET</value> <value>EET</value> <value>GMT+4</value> <value>GMT+9</value> </list> </property> </bean>
  12. i am using jasper server 3.1. this is jasperserverservlet. xml file. it show the way to get time zone as below <bean id="jsCommContr" class="com.jaspersoft.jasperserver.war.control.JSCommonController"> <property name="methodNameResolver" ref="paramResolver" /> <property name="repository" ><ref bean="repositoryService" /></property> <property name="userAuthService"><ref bean="userAuthorityService" /></property> <property name="objPermService" ><ref bean="objectPermissionService" /></property> <property name="timezones" ><ref bean="userTimeZonesList" /></property> <property name="locales" ><ref bean="userLocalesList" /></property>[/code]in the web, it only show all the US or Europe time. how to choose asia timezone GMT+8? it effect all the report schedule.
×
×
  • Create New...