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

szadroga

Members
  • Posts

    28
  • Joined

  • Last visited

szadroga's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. Changed Status from Resolved to Feedback Requested this appears to have been marked resolved. I opened a new instance JS Studio 6.0 and I still see the same issue. I have attached 2 screenshots.
  2. I have created a case in Tracker for this issue
  3. how do i go about creating a case in Tracker?
  4. I am using the following SQL but for some reason NOT EXISTS is being underlined as being incorrect. The query still works and I am able to build my report in JS Studio 6 but can't figure out what the arguement is SELECT * FROM dsat_export WHERE serial_item = 'Y' AND NOT EXISTS (SELECT 1 FROM oracle_export WHERE oracle_export.serial_number=dsat_export.serial_number);
  5. I want to create a report using MS Access as the data source. How do I go about setting up MS Access as a data adapter in JS Studio 5.6.2? I am running Office 2010 64bit
  6. The user who knew the "jasperadmin" password on our PROD server is no longer with the company. Is there a way to reset the jasperadmin password? Would resetting the password cause any issues?
  7. Is this for JS Server 5.6.2 or JS Studio 5.6.2? The input controls are displayed on JS Server...
  8. I have created 2 input controls on Jasperserver (startDate and endDate). These appear when a report is ran, but the order of them is currently endDate then startDate. How do i get them to display startDate then endDate? I tried deleting the startDate input control and recreating this way it would be newer than the endDate, but it still does not appear first. seems to just be alphabetical
  9. Is this still current. Is there no way of reordering/sorting input controls on how they layout. I have a startdate and enddate controls and currently enddate appears first. need that switched. i have access to server and using studio 5.6.1
  10. I have the following expression that is valid in iReport but when copied into Studio I am getting an error message that the expression is not valid. Studio does not like the Period "." before format in the second half of the expression. any thoughts? both ireport and studio are using java as the language (new SimpleDateFormat("'This report was generated on' EEEE, MMMM d, yyyy 'at' h:mm:ss a.")).format(Calendar.getInstance().getTime())
  11. I am running the commercial edition and tried the adding the piece of code to the LDAP external config file (at the end but inside the </beans> tag), but still no luck. Anything else I am missing? <bean id="ldapExternalTenantProcessor" class="com.jaspersoft.jasperserver.multipleTenancy.security. externalAuth.processors.ldap.LdapExternalTenantProcessor" parent="abstractExternalProcessor"> <property name="ldapContextSource" ref="ldapContextSource" /> <property name="multiTenancyService"> <ref bean="internalMultiTenancyService"/></property> <property name="excludeRootDn" value="true"/> <!-- to place externals users in a single organization, make sure this list is empty --> <property name="organizationRDNs"> <list> </list> </property> <!-- to set the organization for all users, add this property --> <property name="defaultOrganization" value="organization_1"/> </bean>
  12. I have a new instance of JasperReports Server 5.6 that has AD authentication working. Within the logs, you can see the user login and all the AD Groups are referenced but when I go into the front end console as "jasperadmin" I am not seeing the users or groups under the manage option. Is there some "hidden" location where these users/groups exist?
  13. I have a new instance of JasperReports Sever 5.6 and I need to copy already established data sources from our PROD repository to this new instance. Is there a way to do this in iReport 5.5? if not, what are my other options?
×
×
  • Create New...