Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

Hi!, I have 2 questions

1. I've installed the Knowage Server and its running (JDK 1.8) .

   Now I've installed the Knowage Designer.

    I follow the instruction   to add   -vm and 
    C:/Program Files/Java/jdk1.7.0_80/bin/java.exe in KnowageReportDesigner.ini.

    Under Knowage Designer, I add the Server(knowage.sbiserver).  I put the server information to access the localhost but it shows error  "Could not connect to Knowage Server ".  could you please help me

2. I did not see where are the Business Model and Data Source Connection as Spagobi Studio has under Data tab. How to add them

Thank you

Environment windows8
in General Configuration by (180 points)
Hi

Can you send us the generated log under the <knowage studio>/log...

Best Regards

Angelo
Hi, Thank you for the reply. I checked already and there are only 2 files but empty inside. i don't know what happen. I deleted the Project file, create again, set new server and test again. still the error occurred. What should I do? tq

C:\Knowage 6.1\KnowageReportDesigner_6.1.0_win64\log\knowage

metaeditor.log  0KB

studiogenerator  0KB

Hi again,  

I follow the instruction from this site https://knowage-suite.readthedocs.io/en/latest/functionalities-guide/birt-reporting/index.html

Connection to Knowage Server

If something in your network configuration has been changed from your first run of Knowage Studio, the connection test of Knowage Studio to the Server could fail. Most often this problem is due to the proxy settings in your Eclipse environment. If this is not the case, try to run Knowage Studio from the command line with the clean option (Knowage.exe clean) to reset working settings.

-vm
C:/Program Files/Java/jdk1.8.0_171/bin/java.exe
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m

I edit at KnowageReportDesigner.ini, change the JDK version as my Java_Home (server) use JDK 1.8. then,

I add [localhost at proxy setting ] , stop and start the Knowage Server and run [ Knowage.exe clean ]  on Command Prompt. The previous error is gone but new error pop out.

Could you please help me?

Is your Knowage server up and running while you are doing this test? Do you use http o https to access it via browser?

the server up..

I jump to this site

https://www.knowage-suite.com/qa/1933/how-enable-https-the-knowage-service-runs-http-8080-default

but it running under Linux .

how to do it under windows? thank you

Sorry I don't understand, at the moment your server is running on http or https ?

1 Answer

0 votes

Answer to 2nd question: 

Switch to the report designer perspective: Go to Eclipse Window menu > Open Perspective > Report Design.

image

image

Open Report configuration: Right click on report name(abc.rptdesign) and open with 'Report Editor' or double-click on report name. Its will open a Data Explorer perspective.

image

image

by (1.3k points)
...