business-objects

413 request entity too large apache “tomcat”

大兔子大兔子 提交于 2021-02-10 18:58:24
问题 User when access BOBJ tomcat URL the AD SSO works without any issues, when the user tries to access the Apache load balancer, then we get the Request entity too large error message. This is happening for few of the users and few of them can login without any issues. Setup: configured Apache Load Balancer - to connect to two tomcat server via Workers.properties. BOBJ AD SSO is configured on Tomcat server Error :Request Entity Too Large The requested resource /BOE/portal/1712062105/BIPCoreWeb

413 request entity too large apache “tomcat”

柔情痞子 提交于 2021-02-10 18:58:01
问题 User when access BOBJ tomcat URL the AD SSO works without any issues, when the user tries to access the Apache load balancer, then we get the Request entity too large error message. This is happening for few of the users and few of them can login without any issues. Setup: configured Apache Load Balancer - to connect to two tomcat server via Workers.properties. BOBJ AD SSO is configured on Tomcat server Error :Request Entity Too Large The requested resource /BOE/portal/1712062105/BIPCoreWeb

413 request entity too large apache “tomcat”

牧云@^-^@ 提交于 2021-02-10 18:57:49
问题 User when access BOBJ tomcat URL the AD SSO works without any issues, when the user tries to access the Apache load balancer, then we get the Request entity too large error message. This is happening for few of the users and few of them can login without any issues. Setup: configured Apache Load Balancer - to connect to two tomcat server via Workers.properties. BOBJ AD SSO is configured on Tomcat server Error :Request Entity Too Large The requested resource /BOE/portal/1712062105/BIPCoreWeb

413 request entity too large apache “tomcat”

本小妞迷上赌 提交于 2021-02-10 18:57:34
问题 User when access BOBJ tomcat URL the AD SSO works without any issues, when the user tries to access the Apache load balancer, then we get the Request entity too large error message. This is happening for few of the users and few of them can login without any issues. Setup: configured Apache Load Balancer - to connect to two tomcat server via Workers.properties. BOBJ AD SSO is configured on Tomcat server Error :Request Entity Too Large The requested resource /BOE/portal/1712062105/BIPCoreWeb

413 request entity too large apache “tomcat”

喜你入骨 提交于 2021-02-10 18:57:21
问题 User when access BOBJ tomcat URL the AD SSO works without any issues, when the user tries to access the Apache load balancer, then we get the Request entity too large error message. This is happening for few of the users and few of them can login without any issues. Setup: configured Apache Load Balancer - to connect to two tomcat server via Workers.properties. BOBJ AD SSO is configured on Tomcat server Error :Request Entity Too Large The requested resource /BOE/portal/1712062105/BIPCoreWeb

Loops and traps in database design

僤鯓⒐⒋嵵緔 提交于 2021-02-08 10:48:30
问题 I have started working on designing a database in MariaDB in a company. This is first time I am working on it. ( Previously I used to work for Business Objects in Datawarehousing ) However I have created the tables and have joined them as per requirements. I encounter loops, chasm traps and fan traps in the layout which I have created. Do I need to resolve them before working on the database ?? All the search I am doing in the internet about these problems fetches results which are about

Loops and traps in database design

半腔热情 提交于 2021-02-08 10:47:24
问题 I have started working on designing a database in MariaDB in a company. This is first time I am working on it. ( Previously I used to work for Business Objects in Datawarehousing ) However I have created the tables and have joined them as per requirements. I encounter loops, chasm traps and fan traps in the layout which I have created. Do I need to resolve them before working on the database ?? All the search I am doing in the internet about these problems fetches results which are about

Get CUIDs of all all the reports

早过忘川 提交于 2020-06-17 09:52:05
问题 How can I capture CUIDs of all reports available in CMC (Central management Console) or WEBI tool and paste it in Excel? Manually I can check by viewing each report properties but if I want all the CUID to be captured with out manually through coding Is that possible? Can this be done in Java language? 回答1: Not mine, but hope it can help you : Here is the sample Java code to export a Web Intelligence document to CSV format. import java.io.BufferedReader; import java.io.BufferedWriter; import

Can I link to Business Objects universe in R?

微笑、不失礼 提交于 2020-03-23 07:58:09
问题 Is it possible to link to a Business Objects Universe in R? I can connect R to a SQL database but that doesn't give me the Universe where all the joins are already created. I have end users that currently get there data through Business Objects but R would better suit their needs. And, since they are already familiar with field names and how the tables are linked in Business Objects, I would like for them to just link R to the existing BOBj universe. Thanks! 回答1: Since I'm not allowed to

Execute stored procedure in report

半世苍凉 提交于 2020-01-25 07:53:07
问题 My stored procedure and table capture details about which reports are run, by who, and at what time. This works fine in the Crystal Reports developer environment; The sproc gets run and details are captured. When deployed to Business Objects the insert statements inside my stored procedure don't never fire off. They are definitely in the report, but don't create any entries in the logging table. How can I resolve this? It's almost like Crystal Reports "scrapes" the SQL out of the stored