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

maverick911

Members
  • Posts

    27
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by maverick911

  1. Hi, My report have a background where a round rectangle is drawn. I can't find how to make this rectangle stretch with the whole report. Please help, thank you www.maverick-zone.fr
  2. Problem solved. I was using maven 3.0.1, required is 2.2.1 www.maverick-zone.fr
  3. Hello, I followed the instruction explained in the pdf doc file, but I can't manage to build jasper server 3.7.0 from it's source file. When I run the js-ant build-ce command, I get the following error... I'm stuck, please help me /tools/fckeditor/editor/images/smiley/msn/sad_smile.gif ======================== Buildfile: C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticbuild.xml init-source-paths: [echo] [echo] Property values (in dev.xml: init-source-paths): [echo] js-path = C:jasperserver-ce-3.7.0-srcjasperserver [echo] js-pro-path = ${js-pro-base-path} [echo] repo-path = C:jasperserver-ce-3.7.0-srcjasperserver-repo [echo] set-ce-webapp-name: [copy] Copying 1 file to C:jasperserver-ce-3.7.0-srcjasperserverbuildoma ticbuild_confdefault [copy] Copying 1 file to C:jasperserver-ce-3.7.0-srcjasperserverbuildoma ticbuild_confdefaultwebappWEB-INF build-ce: [exec] [iNFO] Scanning for projects... [exec] Downloading: file://C:jasperserver-ce-3.7.0-srcjasperserver-repo/c om/jaspersoft/jasperserver/jasperserver-api/3.7.0/jasperserver-api-3.7.0.pom [exec] [exec] Downloading: file://C:jasperserver-ce-3.7.0-srcjasperserver-repo/c om/jaspersoft/jasperserver/jasperserver-api/3.7.0/jasperserver-api-3.7.0.pom [exec] [ERROR] The build could not read 2 projects -> [Help 1][ERROR] [exec] [ERROR] The project com.jaspersoft.jasperserver.api.common.impl:ja sperserver-api-common-impl:3.7.0 (C:jasperserver-ce-3.7.0-srcjasperserverjasp erserver-api-implcommonpom.xml) has 1 error [exec] [ERROR] Non-resolvable parent POM: Could not find artifact com.j aspersoft.jasperserver:jasperserver-api:pom:3.7.0 in js-repo-svn (file://C:jasp erserver-ce-3.7.0-srcjasperserver-repo) and 'parent.relativePath' points at wro ng local POM @ line 8, column 11 -> [Help 2] [exec] [ERROR] [exec] [ERROR] The project com.jaspersoft.jasperserver.api.engine.impl:ja sperserver-api-engine-impl:3.7.0 (C:jasperserver-ce-3.7.0-srcjasperserverjasp erserver-api-implenginepom.xml) has 1 error [exec] [ERROR] Non-resolvable parent POM: Could not find artifact com.j aspersoft.jasperserver:jasperserver-api:pom:3.7.0 in js-repo-svn (file://C:jasp erserver-ce-3.7.0-srcjasperserver-repo) and 'parent.relativePath' points at wro ng local POM @ line 8, column 11 -> [Help 2] [exec] [ERROR] [exec] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [exec] [ERROR] Re-run Maven using the -X switch to enable full debug loggin g. [exec] [ERROR] [exec] [ERROR] For more information about the errors and possible solutions , please read the following articles: [exec] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/Pr ojectBuildingException [exec] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/Un resolvableModelException BUILD FAILED C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticdev.xml:262: The following error occurred while executing this line: C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticdev.xml:44: exec returned: 1 Total time: 3 seconds www.maverick-zone.fr
  4. Thank you for your reply. Is there a quick way to fix the problem without waiting for v4 ? Maybe a config file or a regexp to edit ? www.maverick-zone.fr
  5. Forgive me for posting again, but I really need an answer. This is a very stupid problem (why is score not allowed in email address ??), and maybe my question is very stupid too. In that case feel free to tell me. Thank you www.maverick-zone.fr
  6. Hello, I'm using JasperServer CE 3.7.1. When I use the putUser method of the UsersAndRolesManagementService to insert or update a user, I get an exception saying that the email contains invalid characters. This happens when the email address contains scores (-). For example : john-smith.sales@company.com Edit is working when I use the Jasper Server web UI How can I change the email validation parameters ? Is there a config file or is it hardcoded ? Thank you very much www.maverick-zone.fr Post Edited by maverick911 at 01/06/2011 09:17
  7. Gaby, Thanks a lot for your time and answers. I eventually found a solution to my problem, a parameter I did not notice in the web service object can receive parameters for the report. Bye www.maverick-zone.fr
  8. Thanks for your reply The problem is that I schedule my reports programmatically using the jasper web services. Therefore I do not use the UI. Is there a way to do the same with the web service ? www.maverick-zone.fr
  9. Okay, but how can I fill input controls from my scheduled task ? Thank you for your answer www.maverick-zone.fr
  10. Hello I would like to call a unique report page from my web application. Is there a built-in parameter or variable to specify the page I need ? I know the PAGE_NUMBER variable, but I guess it is filled by jasper. Thank you www.maverick-zone.fr
  11. Any ideas ? /tools/fckeditor/editor/images/smiley/msn/lightbulb.gif www.maverick-zone.fr
  12. Any ideas ? /tools/fckeditor/editor/images/smiley/msn/lightbulb.gif www.maverick-zone.fr
  13. Hello, I know how to configure scheduled tasks to mail reports in my JasperServer. My question is in the title : how can I configure the task to pass custom parameters to my report ? Can I modify the url of the called report to include my parameters inside ? Thank you for reading me www.maverick-zone.fr
  14. Hello, I can't manage to create the reference for the permissions management service in my Visual Studio. When generating the proxy, I get the following error : Impossible d'importer WebService/Schéma. Impossible d'importer la liaison 'PermissionsManagementServiceSoapBinding' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws'. Impossible d'importer l'opération 'getPermissionsForObject'. Passez en revue la déclaration de type 'WSObjectPermission' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws': l'élément 'permissionRecipient' ne spécifie pas un type. What happens ? Thank you www.maverick-zone.fr
  15. Hello, I can't manage to create the reference for the permissions management service in my Visual Studio. When generating the proxy, I get the following error : Impossible d'importer WebService/Schéma. Impossible d'importer la liaison 'PermissionsManagementServiceSoapBinding' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws'. Impossible d'importer l'opération 'getPermissionsForObject'. Passez en revue la déclaration de type 'WSObjectPermission' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws': l'élément 'permissionRecipient' ne spécifie pas un type. What happens ? Thank you www.maverick-zone.fr
  16. Hello, I know how to configure scheduled tasks to mail reports in my JasperServer. My question is in the title : how can I configure the task to pass custom parameters to my report ? Can I modify the url of the called report to include my parameters inside ? Thank you for reading me www.maverick-zone.fr
  17. Hello, See procedure to retreive data with .NET client here : http://www.maverick-zone.fr/index.php?page=tuto&id=16 (Fr) www.maverick-zone.fr
  18. Hello, During the last few days, I worked on JasperServer's web services integration with my ASP .NET client. I've encountered a lot of problems, but very few documentation and sample code. Anyway, work is now done, and I wrote an article where everything is explained. If you are in the same case and facing problems, move to : http://www.maverick-zone.fr/index.php?page=tuto&id=16 Article is in french. NB to Jasper's staff : you can put this URL in the Wiki /tools/fckeditor/editor/images/smiley/msn/regular_smile.gif www.maverick-zone.fr
  19. I have solved this issue by adding tenant id to login, like this : NetworkCredential nc = new NetworkCredential("User|Tenant", "Pwd");[/code]Now I can perform my request, BUT I have an other problem... My request to runReport is the following : <request operationName='runReport' locale='fr'><argument name='RUN_OUTPUT_FORMAT'>HTML</argument><argument name='USE_DIME_ATTACHMENTS'></argument><resourceDescriptor name='' wsType='' uriString='/Rapports/MyReport' isNew='false'><label>null</label><parameter name='UserId'>7</parameter></resourceDescriptor></request>[/code]I get the following error : Le client a trouvé 'application/dime' comme type de contenu de la réponse, alors qu'il attendait 'text/xml'[/code]In english : The client expected content type 'text/xml' but found content type 'application/dime' Please help me on this one
  20. Hello, I'm calling JS web services with C# (repository ws with runReport method actually) Where can I found sample code ? Couldn't manage to find some on the wiki... Thank you www.maverick-zone.fr
  21. Hello, I'm consuming the repository WS with an ASP.NET C# web app to run a report. My C# code : ===========================JSRepositoryService.ManagementServiceService mss = new JSRepositoryService.ManagementServiceService();NetworkCredential nc = new NetworkCredential("MyLogin", "MyPwd");mss.Credentials = nc;mss.PreAuthenticate = true;// Generate request XMLmss.runReport(requestXML);=============================[/code]When I call the runReport method, I get the following error : La demande a échoué avec l'état HTTP 401 : Full authentication is required to access this resource[/code]The credentials I use belongs to a company, BUT when I use the folowing credentials : NetworkCredential nc = new NetworkCredential("superuser", "superuser");[/code]It works ! Same conditions for the IReport plugin. Please tell me what I'm doing wrong /tools/fckeditor/editor/images/smiley/msn/regular_smile.gif
  22. That's an idea Thanks a lot :) www.maverick-zone.fr
  23. To meet the needs of our business, we have an external database containing information linked to the users. The fk is the jasper user id. Thank you for having replied www.maverick-zone.fr
  24. I am currently solving this problem by performing an SQL request with the email adress given by the User type. Please tell me if there is a better way to retreive the user id www.maverick-zone.fr
  25. Hello, I would like to retreive the user id (juser table's pk from jasperserver data base) from a User object in a report. I saw on this page : http://jasperforge.org/plugins/mwiki/index.php/Jasperserver/Cascading_input_controls that I can easily retreive the name, email and much more parameters from the user, but not the id. Is there a way to do this without performing an sql request ? Thank you www.maverick-zone.fr Post Edited by maverick911 at 04/07/2010 08:30
×
×
  • Create New...