Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all 5661 articles
Browse latest View live

A database error occured. The database error text is: (CS) "Unexpected behavior : Java heap space" . (WIS 10901))?

$
0
0

We have users using MS SQL servers as reporting DB complaining their reports are throwing this error

 

A database error occured. The database error text is: (CS) "Unexpected behavior : Java heap space" . (WIS 10901)


)?



Env BO 4.1, SP4, patch 1. Distributed on linux based blades. What can be done to fix this?



Unable to logon through CMS(Account information not recognized: Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008))

$
0
0

Hi All,

I have installed BOBI 4.2 previously i  am able to login to cms but now when it is throughing this error please suggest me the possible cause of this error and how to resolve it.Error:-(Account information not recognized: Enterprise authentication could not log you on. Please make sure your logon information is correct. (FWB 00008))

 

Thanks In advance.

 

Ragards

Bapi

Business Objects Publication - Personalization Issue

$
0
0

Hi

We are on Business Objects 4.1 SP 1 Patch 1. I am trying to create a publication using a Crystal Report as the source document. This report was build using CR Version 2008. Currently the BO server has CR version 2011.

 

Source Document: Crystal Report

Enterprise Recipients: None

Dynamic Recipients: Crystal Report with a list of Account IDs that are similar to the ones in the Source crystal Report. Each has a unique email ID.

Personalization: When I click on Personalization, the tab appears to be blank, with a loading symbol. It is loading forever. Is there a reason why I am unable to personalize this publication?

 

I tested the functionality using a WebI report as a source and an enterprise recipient list. I was able to personalize and burst the report. It reached the users inbox successfully.

 

When I try the same with Crystal Report, I am unable to even complete the publication set up. I couldn't find any similar post or discussion on SAP.

Any help or direction is appreciated.

 

Thanks

DE

Adding META tag for IE10 compatibility view

$
0
0

Hi,

we're running into a unique issue and need to pick some brains.

We're making the jump to 2008R2 SP1, we're running BO XI 3.1 SP7 across the board.

OpenDocs is having an issue where the spinning wheel  "Loading" just stays in the browser, if the users click into it and hit ESC button they can access the document / PDF.

After some digging we found that IE10 is using IE 10 Compatibility Mode. When we set it to use just IE10 Standard this issue goes away.

 

Due to some other legacy sites and servers we can't force to turn off compatibility view all together with GPO.

 

After some digging I found a meta tag header that can be used to use standard mode over compatibility

 

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

what I cannot figure out is where to add this line.  I think we need it for OpenDocs and Infoviewapp.

Since it's only Tomcat7 and not a full blwon Apache/Tomcat7 setup I cannot use the.htaccess file.

 

Anyone ran into this issue? Where do I add this line?

Promotion Management Tool

$
0
0

What is promotion management in BI, how is it used to promote Crystal reports ?

File Repository Server Output is down

$
0
0

Hi,

 

Our current environment is SAP BI4.1 SP01, windows 2008R2 servers. We use a cutom .NET application to schedule webi reports and export them to pdf/excel formats then copy them to a different location. All this is done using SDK.

 

The developer is able to schedule the webi report but when trying to download the output file, he gets the below error:

 

" ERROR: Unable to copy from
Infostore - Report : ReportSample01.xlsx

File Repository Server Output is
down.
"

 

This error is very random and not consistent. In other words, if tried after a few hours, it worked fine, the developer is able to downlaod the report output file. (either excel or pdf). So it works often but fails some times.

 

I am suspecting this is something to do with port/firewall issues. The CMS Named server port is set to 6400 and all other Request prots are set to Auto Assign.

 

Any sueestions on how to resolve this?

 

Thanks,

Ravi

Migrating infoview user preferences from BO 3.1 to BI 4.0

$
0
0

Hello Experts,

 

Is there a way to migrate BO3.1 Infoview user preferences from BO 3.1 to BI 4.0 using UMT?

 

If Yes, could you please detail the steps involved. We tried migrating the users and it didn't migrate the user preferences.

 

We are trying to migrate the product locale , Preferred viewing locale and time zone preference for each user.

 

Thanks !! please advice !!

Get email alert when there is a failure?

$
0
0

We have some reports on the scheduler, which seems to fail on occasion. For whatever reason. I would like to be able to get an email notification

from the crystal server, in case of any failure. How can this be done?


3rd Party 4.1 metadata tool

$
0
0

Can someone pls suggest any good 3rd party solutions to capture metadata information in 4.1 environment, we would like to capture report contents (objects, prompts, filters, variables used on all reports) along with with database table information.

 

thanks much for your help in advance.

Event log error of SAPJVM

$
0
0

Hi,

 

We installed BI4.1_SP4 in Windows Server2012.

Tomcat 7.0 is the APServer.

 

The following error shows in an event viewer.

 

---------------------------------------------------------------------

"Application",81037,"2014/12/08 18:40:23","+0900","2014/12/08

18:40:23","+0900",0,"Error","Error","classic",0,"Error","SAPJVM","boserver01.abc.local","N/A",

 

The description for Event ID 0 from source SAPJVM cannot be found.

Either the component that raises this event is not installed on your local computer

or the installation is corrupted.

You can install or repair the component on the local computer.

 

The next information is included in an event.:

   :    [6232]  18:40:23    ***ERROR (:0): Java assert: Assertion in

com.businessobjects.foundation.logging.log4j.Log4jLogger.assertTrue(Log4jLogger.java:52)

---------------------------------------------------------------------

 

By the way, after error occurrence, it seems no problem in BO.

 

Please tell me the cause and the corrective action by which this error log is indicated.

 

Regards,

Michiko

How to persist programatically set parameter values in WpfViewer parameter prompt?

$
0
0

We are using Visual Studio 2013 Update 4; Crystal 13.0.12.1494.  Here is the problem, and we have created a simple project that demonstrates our issue.  WPF project with 1 form with the viewer.  Load a report with an Oracle datasoure that just reads the data dictionary for a database table names.  1 report parameter to filter by table name.  In the report file, the parameter is set to find 'TABLE1'.  Right after loading the report, and before we assign it to the viewer, we need to change the parameter to 'TABLE2'.  This works okay.  The problem is then when the viewer refresh is clicked, and we prompt for new parameters, the parameter value reverts to back to the orignial from the report file 'TABLE1'.  I need it to persist the values I had programatically set, 'TABLE2'. We have reports with dozens of parameters, our .Net application has the correct initial parameter values, not the report file, and it ins't viable for us to set them to anything of significance in the report file, they aren't always known until the user is in a particular part of our application.  This is a major issue for us, any help is appreciated.  Below is the codebehind from our simple c# example project.

 

Thanks,

Dominic.

 

    public partial class Window1 : Window
    {
        CrystalDecisions.CrystalReports.Engine.ReportDocument Report;

        public Window1()
        {
            InitializeComponent();
            reportViewer.Owner = this;

            Report = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
            Report.Load("Crystal_Test.rpt");
            Report.SetParameterValue("TABLE_NAME", "TABLE2");
            reportViewer.ViewerCore.ReuseParameterWhenRefresh = false;
            reportViewer.ViewerCore.ReportSource = Report;
        }

    }

Error SAML2 when restarting APS servers

$
0
0

Hello,

i just installed a BI4.1 sp3 platform on a windows 2008 R2 server.

I then splitted APSes.

Each time i restart APSes servers i notice the following error in the corresponding trace file.

 

Do you know what it is about?

 

the following error is raised by an APS clone built on

Trace log

Vizualisation

Webintelligence monitoring

services

 

Thanks

 

Xavier

 

COLUMNS:Location|Guid|Time|Tzone|Trace|Log|Importance|Severity|Exception|DeviceName|ProcessID|ThreadID|ThreadName|ScopeTag|MajorTick|MinorTick|MajorDepth|MinorDepth|RootName|RootID|CallerName|CallerID|CalleeName|CalleeID|ActionID|DSRRootContextID|DSRTransaction|DSRConnection|DSRCounter|User|ArchitectComponent|DeveloperComponent|Administrator|Unit|CSNComponent|Text

SEVERITY_MAP: |None| |Success|W|Warning|E|Error|A|Assertion

HEADER_END

|1681A7C0E2D14F00BC6A7F9FA5449ED80|2014 12 09 14:20:34.312|+0100|Error| |==|E| |aps_DEV960WAPP003.APS_VIZUALISATION| 7776|  21|ManagedService Update Queue| ||||||||||||||||||||com.sap.security.saml2.cfg.SAML2GlobalConfigImpl||Could not initialize SAML2 global configuration

com.sap.security.saml2.cfg.exceptions.SAML2ConfigurationException: Could not load trusted Identity Providers

  at com.sap.security.saml2.cfg.SAML2TrustedIdPsConfigImpl.loadAllTrustedIdPs(SAML2TrustedIdPsConfigImpl.java:151)

  at com.sap.security.saml2.cfg.SAML2TrustedIdPsConfigImpl.<init>(SAML2TrustedIdPsConfigImpl.java:73)

  at com.sap.security.saml2.cfg.SAML2ConfigImpl.initConfigurationObjects(SAML2ConfigImpl.java:79)

  at com.sap.security.saml2.cfg.SAML2ConfigImpl.<init>(SAML2ConfigImpl.java:55)

  at com.sap.security.saml2.cfg.SAML2GlobalConfigImpl.initGlobalConfiguration(SAML2GlobalConfigImpl.java:98)

  at com.sap.security.saml2.cfg.SAML2GlobalConfigImpl.<init>(SAML2GlobalConfigImpl.java:69)

  at com.sap.security.saml2.cfg.SAML2GlobalConfigImpl.createInstance(SAML2GlobalConfigImpl.java:85)

  at com.sap.security.saml2.cfg.SAML2GlobalConfigImpl.getInstance(SAML2GlobalConfigImpl.java:78)

  at com.sap.security.saml2.cfg.SAML2CfgFactory.getSAML2GlobalConfig(SAML2CfgFactory.java:24)

  at com.sap.security.saml2.cfg.ljs.SAML2LJSConfiguration.updated(SAML2LJSConfiguration.java:64)

  at org.eclipse.equinox.internal.cm.ManagedServiceTracker$1.run(ManagedServiceTracker.java:181)

  at org.eclipse.equinox.internal.cm.SerializedTaskQueue$1.run(SerializedTaskQueue.java:36)

Caused by: com.sap.security.saml2.cfg.storage.CfgStorageException: Could not obtain sub configurations for cfg path: default/trusted_providers/trusted_idps

  at com.sap.security.saml2.cfg.ljsadapters.filestorage.CfgFileStorage.getSubCfgNames(CfgFileStorage.java:307)

  at com.sap.security.saml2.cfg.storage.CfgObject.getSubCfgPaths(CfgObject.java:136)

  at com.sap.security.saml2.cfg.SAML2TrustedIdPsConfigImpl.loadAllTrustedIdPs(SAML2TrustedIdPsConfigImpl.java:121)

  ... 11 more

Caused by: com.sap.security.saml2.cfg.storage.CfgStorageException: SAML 2 configuration directory (set to "null") is incorrect! Use system property "sys.global.dir" to specify it the correct one!

  at com.sap.security.saml2.cfg.ljsadapters.SAML2LJSAdapters.getConfigurationRoot(SAML2LJSAdapters.java:46)

  at com.sap.security.saml2.cfg.ljsadapters.filestorage.CfgFileStorageAccessor.getReadableConfiguration(CfgFileStorageAccessor.java:38)

  at com.sap.security.saml2.cfg.ljsadapters.filestorage.CfgFileStorage.obtainReadableConfiguration(CfgFileStorage.java:408)

  at com.sap.security.saml2.cfg.ljsadapters.filestorage.CfgFileStorage.getSubCfgNames(CfgFileStorage.java:287)

BI4.1 SP3 tomcat java error in the trace log

$
0
0

Hello,

i just installed a BI4.1 SP3 platform on a windows 2008 R2 server, using the bundled tomcat App Server.

A configuration action for tomcat i only redefined Xms and Xmx parameters.

Each time i restart tomcat i get a trace file with a java error generated directly within tomcat directory.

 

here is the error, have you got any idea on the reason for this, the impact and the way to get rif of it?

Thanks

 

Xavier

 

COLUMNS:Location|Guid|Time|Tzone|Trace|Log|Importance|Severity|Exception|DeviceName|ProcessID|ThreadID|ThreadName|ScopeTag|MajorTick|MinorTick|MajorDepth|MinorDepth|RootName|RootID|CallerName|CallerID|CalleeName|CalleeID|ActionID|DSRRootContextID|DSRTransaction|DSRConnection|DSRCounter|User|ArchitectComponent|DeveloperComponent|Administrator|Unit|CSNComponent|Text

SEVERITY_MAP: |None| |Success|W|Warning|E|Error|A|Assertion

HEADER_END

|179DDCDBDF604902840A8261981BBCD00|2014 12 09 11:31:48.553|+0100|Error| |==|E| |TraceLog|  308|  17|Start Level Event Dispatcher| ||||||||||||||||||||com.bo.aa.layout.DashboardManager||underlying implementation doesn't recognize the attribute

java.lang.IllegalArgumentException: http://javax.xml.XMLConstants/feature/secure-processing

  at org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.setAttribute(Unknown Source)

  at com.bo.aa.layout.DashboardManager.setDocBuilderFeaturesForXXE(DashboardManager.java:134)

  at com.bo.aa.layout.DashboardManager.<clinit>(DashboardManager.java:161)

  at com.bo.aa.impl.DBServerImpl.<clinit>(DBServerImpl.java:397)

  at com.bo.aa.servlet.AFBootServlet.InitServers(AFBootServlet.java:80)

  at com.bo.aa.servlet.AFBootServlet.init(AFBootServlet.java:47)

  at com.businessobjects.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:81)

  at com.businessobjects.http.servlet.internal.digester.WebXmlRegistrationManager.loadServlets(WebXmlRegistrationManager.java:127)

  at com.businessobjects.http.servlet.internal.digester.WebXmlRegistrationManager.registerRest(WebXmlRegistrationManager.java:209)

  at com.businessobjects.http.servlet.internal.ProxyServlet.readXml(ProxyServlet.java:368)

  at com.businessobjects.http.servlet.internal.ProxyServlet.registerInternal(ProxyServlet.java:395)

  at com.businessobjects.http.servlet.internal.ProxyServlet.register(ProxyServlet.java:317)

  at com.businessobjects.http.servlet.config.WebXmlConfigurator.register(WebXmlConfigurator.java:60)

  at com.businessobjects.bip.core.web.bundle.CoreWebXmlActivator.start(CoreWebXmlActivator.java:66)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)

  at java.security.AccessController.doPrivileged(Native Method)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)

  at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)

  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)

  at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)

  at com.businessobjects.http.servlet.Activator.startBundle(Activator.java:129)

  at com.businessobjects.http.servlet.Activator.start(Activator.java:116)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)

  at java.security.AccessController.doPrivileged(Native Method)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)

  at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)

  at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)

  at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)

  at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)

  at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)

  at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)

  at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)

  at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)

  at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)

  at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330)

JSP code doesn't load the embedded dashboard

$
0
0

Hi all,

I've embedded the OpenDocument URL of a dashboard in my JSP code and since I've created a logon token, I expect that the BI launchpad logon screen be bypassed. But the dashboard cannot be even loaded.

Here is the code

Code:

 


IEnterpriseSession enterpriseSession=null;

 

ISessionMgr enterpriseSessionMgr = CrystalEnterprise.getSessionMgr();

 

enterpriseSession = enterpriseSessionMgr.logon(userName, password, systemName, authType);

 

ILogonTokenMgr logonTokenMgr = enterpriseSession.getLogonTokenMgr();

 


defaultToken = logonTokenMgr.getDefaultToken();

 


Response.sendRedirect("http://BOServer:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AUZC.3sK_mtCuO1vcU0muDE&token="+defaultToken );



If the &Token=defaultToken is removed, at least the dashboard should be loaded but it doesn't;no error messages are shown and the page keeps waiting.

The dashboard loads properly if I copy the whole URL including the generated token from the source of the page to a new tab in the browser.


And if I place the SWF file beside the JSP, the dashboard loads and the logon screen is bypassed successfully but I do not want to copy the SWF on the web server.

Any ideas?

I'm using BO 4.1 SP4

Thanks

How to activate an Excel Sheet from Schedule in BO 4.0?

$
0
0

I have an Excel Sheet with vba code I would like to activate from BO 4.0 Schedular. Please inform step by step as I haven't carried out this task before.

 

I am looking forward to your help..

 

Best Regards,

FinnB


BI Folder - Access Level Wrights - Advanced Tab

$
0
0

Hi,

 

I want that a user saves as a document from Public folder to his favourite but he does not save as a document to another folder in the Public folder.

Also, I want him to do everything for reports in his favourite folder but not in public folder.

 

So I gave below wrights to user but I could not get my needs above.

 

If I give deny wright for "Copy Objects to Another Folder" so I could not save as on Personel Folder as well as public Folder.

 

I could not find any wright to save a document only to personal folder.

 

Our Platform is 4.1 SP4 Patch1

1.jpg

2.jpg

Can you help me, please?

 

Best Regards,

Cihangir

JSP code doesn't load the embedded dashboard

$
0
0

Hi all,

I've embedded the OpenDocument URL of a dashboard in my JSP code and since I've created a logon token, I expect that the BI launchpad logon screen be bypassed. But the dashboard cannot be even loaded.

Here is the code

Code:

 


IEnterpriseSession enterpriseSession=null;

 

ISessionMgr enterpriseSessionMgr = CrystalEnterprise.getSessionMgr();

 

enterpriseSession = enterpriseSessionMgr.logon(userName, password, systemName, authType);

 

ILogonTokenMgr logonTokenMgr = enterpriseSession.getLogonTokenMgr();

 


defaultToken = logonTokenMgr.getDefaultToken();

 


Response.sendRedirect("http://BOServer:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=AUZC.3sK_mtCuO1vcU0muDE&token="+defaultToken );



If the &Token=defaultToken is removed, at least the dashboard should be loaded but it doesn't;no error messages are shown and the page keeps waiting.

The dashboard loads properly if I copy the whole URL including the generated token from the source of the page to a new tab in the browser.


And if I place the SWF file beside the JSP, the dashboard loads and the logon screen is bypassed successfully but I do not want to copy the SWF on the web server.

Any ideas?

I'm using BO 4.1 SP4

Thanks

How to add 2nd SMD Agent to ncs.conf SAP Business Objects

$
0
0

Dear all is it possible to add the config parameters of an 2nd installed SMD Agent on SAP BOE System to the ncs.conf? Can these parameters be added as addtional placeholders via the placeholders editor in the CMC of the BOE env: %SMDAgentHost_2% localhost %SMDAgentPort_2% is 50000+system number of SMD agent*100 + 18 Thanks in advance. Andrea Schneider

BOBJ 4.1 SP 3 Customize Right Click Menu - Mobile Properties

$
0
0

Hello All,

 

My organization recently upgraded to BOBJ 4.1 SP3.  Everything went pretty well except we had run into, what appears to be the common issue, of the mobile properties option displaying as ???dummy.action.mobile_document_properties.display.name???. We understand the solution to this issue, but since we are not ready to take on any additional down time, we were more looking for a means of hiding this feature from our users.  My question is, are we able to hide that option from end users, until such time we are ready to make the correction.  As always any help or direction that can be provided will be appreciated.

 

-Mark

Failed instance of Webi with count () on the select statement

$
0
0

Hi All

 

I have a webi Report which runs for 52 seconds while refreshed and produces the result as expected. But when I am scheduling it, the instance Fails after running for 1 hour.

 

We have already found out that the cause of failed insatnce was due to the distinct count on the SELECT Statement at the user defined SQL on the Webi Report.  But question is why the AJS is not able to process the distinct count on the SELECT Statement when the Webi processing Server is producing the result in 52 seconds ? Do we need to change any server parameter for AJS to run through the whole table search for the distinct values ?

 

The SQL Looks like following.

 

======

SELECT

  ..,

...,

COUNT( DISTINCT (TABLE.COLUMN)),

 

FROM

 

TABLE 1

TABLE 2

TABLE 3

..

..

TABLE n

 

WHERE

  ..

  ..

  ..

 

GROUP BY

..

..

======

 

 

 

Regards

Arijit

Viewing all 5661 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>