Hello,
Please suggest deployment options available for BIRT. I would like to access reports from android based mobile.
Best Regards,
Amit Golhani
BIRT Reporting
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: BIRT Reporting
Hello.
1) Download the All-in-one package http://download.eclipse.org/birt/downloads/ or the RCP Designer.
Both can be used to design your reports or adapt the example reports provided with WinCC OA.
2) You could use the built-in Jetty Webserver from the All-in-one package but there are better options.
Tomcat (or any other J2EE Server like JBoss) is one of them, have a look at our product help or http://www.eclipse.org/birt/documentati ... -setup.php
Reportserver.net (https://reportserver.net/en/) is also a good & free choice since it additionally offers scheduling/dashboarding/user management etc
To access your report (from any device) you just have to access the birt viewer engine on your webserver(e.g. http://192.168.1.1:8080/birt-viewer/fra ... .rptdesign).
Best regards
Robert
1) Download the All-in-one package http://download.eclipse.org/birt/downloads/ or the RCP Designer.
Both can be used to design your reports or adapt the example reports provided with WinCC OA.
2) You could use the built-in Jetty Webserver from the All-in-one package but there are better options.
Tomcat (or any other J2EE Server like JBoss) is one of them, have a look at our product help or http://www.eclipse.org/birt/documentati ... -setup.php
Reportserver.net (https://reportserver.net/en/) is also a good & free choice since it additionally offers scheduling/dashboarding/user management etc
To access your report (from any device) you just have to access the birt viewer engine on your webserver(e.g. http://192.168.1.1:8080/birt-viewer/fra ... .rptdesign).
Best regards
Robert
- amitgolhani
- Posts:41
- Joined: Thu Apr 10, 2014 10:32 am
Re: BIRT Reporting
Hello Robert,
Thanks for reply.
ReportServer looks more suitable to me. I will try and update you.
Best Regards,
Amit Golhani
Thanks for reply.
ReportServer looks more suitable to me. I will try and update you.
Best Regards,
Amit Golhani
- amitgolhani
- Posts:41
- Joined: Thu Apr 10, 2014 10:32 am
Re: BIRT Reporting
Hello,
Please let me know whether changing target namespace from urn:Siemens.OA to ABC in Reporting.wsdl is allowed or not?
Best Regards,
Amit Golhani
Please let me know whether changing target namespace from urn:Siemens.OA to ABC in Reporting.wsdl is allowed or not?
Best Regards,
Amit Golhani
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: BIRT Reporting
Hello.
Changing the namespace is allowed and doesnt have an impact on the functionality of the reporting manager.
Best regards,
Robert
Changing the namespace is allowed and doesnt have an impact on the functionality of the reporting manager.
Best regards,
Robert
- amitgolhani
- Posts:41
- Joined: Thu Apr 10, 2014 10:32 am
Re: BIRT Reporting
Hello Robert,
I tried to change name space in Reporting.wsdl ( definition):
targetNamespace="urn:ABC"
xmlns:tns="urn:ABC"
and additionally modified:
I tried to change name space in Reporting.wsdl ( definition):
targetNamespace="urn:ABC"
xmlns:tns="urn:ABC"
and additionally modified:
- amitgolhani
- Posts:41
- Joined: Thu Apr 10, 2014 10:32 am
Re: BIRT Reporting
Hello,
Is there any setting related with "Access Control Allow Origin"? I am trying to access information from Reporting manager and getting error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://10.7.15.160/. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
Please suggest if Access-Control-Allow-Origin can be configured in WinCC OA Reporting manager.
Best Regards,
Amit Golhani
Is there any setting related with "Access Control Allow Origin"? I am trying to access information from Reporting manager and getting error:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://10.7.15.160/. (Reason: CORS header 'Access-Control-Allow-Origin' missing).
Please suggest if Access-Control-Allow-Origin can be configured in WinCC OA Reporting manager.
Best Regards,
Amit Golhani
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: BIRT Reporting
Hello.
Changing the name spaces works fine, pls see the atteched/modified wsdl.file (change it from .txt to .wsdl)
Changing the method names is not allowed.
Are you using the reportserver.net environement?
The error describes, that you cant get Data from another domain, which is the default/secure way.
There is no option for this in reporting manager, you might need to set it in the webserver(?) config
e.g. https://tomcat.apache.org/tomcat-7.0-do ... ORS_Filter https://www.winccoa.com/fileadmin/image ... orting.txt
Changing the name spaces works fine, pls see the atteched/modified wsdl.file (change it from .txt to .wsdl)
Changing the method names is not allowed.
Are you using the reportserver.net environement?
The error describes, that you cant get Data from another domain, which is the default/secure way.
There is no option for this in reporting manager, you might need to set it in the webserver(?) config
e.g. https://tomcat.apache.org/tomcat-7.0-do ... ORS_Filter https://www.winccoa.com/fileadmin/image ... orting.txt
- Attachments
-
- Reporting.txt
- (13.6 KiB) Downloaded 239 times
- amitgolhani
- Posts:41
- Joined: Thu Apr 10, 2014 10:32 am
Re: BIRT Reporting
Thanks Robert! I am not using Tomcat, I am trying to access information without web server using some custom reporting pages and facing issue related with CROS. Any workaround to handle this issue?
Best Regards,
Amit Golhani
Best Regards,
Amit Golhani
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: BIRT Reporting
Hello.
Sorry, i have no idea what your custom reporting pages are or where they are located in your system environment.
Please provide more information on what your setup is and what you are trying to achieve.
Best regards,
Robert
Sorry, i have no idea what your custom reporting pages are or where they are located in your system environment.
Please provide more information on what your setup is and what you are trying to achieve.
Best regards,
Robert