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

Regarding Webi reports Exporting & Importing?

$
0
0

Hi All,

 

Basically we are running one SAP Business Objects Enterprise XI 4.0 Trail System in our premises.

 

We had developed few webi reports in this instance.

 

Now we are singing up with SAP PartnerEdge Program Application Development for Innovation pack for SAP Business Intelligence.

 

Sign Up

 

So we want our On premise BI trail system webi reports to be exported to the New SAP BI System what we are taking from SAP PartnerEdge.

 

Old BI System Version:- SAP Business Objects Enterprise XI 4.0

 

New BI System Version:- SAP Business Objects Enterprise XI 3.1

 

So can we export & import the webi reports between these 2 systems as there version levels are different.


SIA Configuration for a DR server

$
0
0

Hi folks,

 

We have a requirement to mirror the prod environment to DR(Disaster Recover) environment. I stopped the SIA service from prod server and took the CMS(SAP BO 3.1 XIR2) on prod offline and took the .mdb and .log files for CMS and took the FRS backup at the same time, but when I restored these db files to the DR db and replaced the DR FRS with Prod and started the SIA service on DR, it is still pointing to the servers (Adaptive job server,IFR/OFRS, etc) on prod server.

Kindly let me know how do create a SIA so that its replicates the Prod but is an independent instance.

 

Thanks & Regards,

Nachiket.

Script SQL: Distinct script between Rich Client and IDT 4.1 SP5

$
0
0

Hi Experts,

I am working with IDT linked to Oracle 11. I have created a query in IDT 4.1 SP5 and the script generated is the next:

 

SELECT

ZG.COD_ELEMENTO,

ZG.DES_ELEMENTO,

DELEG.COD_ELEMENTO,

DELEG.DES_ELEMENTO,

DIV_CONF.COD_DIVISION,

  DIV_CONF.DES_DIVISION,

  sum(NVL(CONF.EMPLEADOS_CONFLICTO,0))

FROM

VIGIA.VIPR_TELEMENTO  ZG,

VIGIA.VIPR_TELEMENTO DELEG,

VIGIA.VIPR_TDIVISION  DIV_CONF,

VIGIA.VIPR_VEMPLEADOS_CONFLICTO CONF,

VIGIA.VIPR_TNIVEL NP,

VIGIA.VIPR_TELEMENTO_REL REL

WHERE

  ( REL.OID_ELEMENTO_SUPERIOR=ZG.OID_ELEMENTO )

  AND  ( REL.OID_ELEMENTO =DELEG.OID_ELEMENTO )

  AND  ( DELEG.OID_NIVEL =NP.OID_NIVEL )

  AND  ( CONF.OID_ELEMENTO(+)=DELEG.OID_ELEMENTO )

  AND  ( CONF.OID_DIVISION=DIV_CONF.OID_DIVISION(+) )

  AND 

  (

   ( NP.NEL_NIVEL = 3  )

   AND

DIV_CONF.COD_DIVISION  IN  ( '12','14','16','19'  )

  )

GROUP BY

ZG.COD_ELEMENTO,

ZG.DES_ELEMENTO,

DELEG.COD_ELEMENTO,

  DELEG.DES_ELEMENTO,

DIV_CONF.COD_DIVISION,

DIV_CONF.DES_DIVISION

 

I have a report in Web Intelligence. A query with the same objects and the script sql generated is the next:

(

SELECT

  1 AS GID,

  ZG.COD_ELEMENTO,

  ZG.DES_ELEMENTO,

  DELEG.COD_ELEMENTO,

  DELEG.DES_ELEMENTO,

  DIV_CONF.COD_DIVISION,

  DIV_CONF.DES_DIVISION,

  sum(NVL(CONF.EMPLEADOS_CONFLICTO,0))

FROM

  VIGIA.VIPR_TELEMENTO ZG,

  VIGIA.VIPR_TELEMENTO DELEG,

  VIGIA.VIPR_TDIVISION  DIV_CONF,

  VIGIA.VIPR_VEMPLEADOS_CONFLICTO  CONF,

  VIGIA.VIPR_TNIVEL NP,

  VIGIA.VIPR_TELEMENTO_REL  REL

WHERE

  ( REL.OID_ELEMENTO_SUPERIOR=ZG.OID_ELEMENTO )

  AND  ( REL.OID_ELEMENTO=DELEG.OID_ELEMENTO )

  AND  ( DELEG.OID_NIVEL=NP.OID_NIVEL )

  AND  ( CONF.OID_ELEMENTO(+)=DELEG.OID_ELEMENTO )

  AND  ( CONF.OID_DIVISION=DIV_CONF.OID_DIVISION(+) )

  AND

  (

   ( NP.NEL_NIVEL = 3  )

   AND

   DIV_CONF.COD_DIVISION  IN  ( '14','16','12','19'  )

  )

GROUP BY

  ZG.COD_ELEMENTO,

  ZG.DES_ELEMENTO,

  DELEG.COD_ELEMENTO,

  DELEG.DES_ELEMENTO,

  DIV_CONF.COD_DIVISION,

  DIV_CONF.DES_DIVISION

UNION

SELECT

  0 AS GID,

  NULL,

  ZG.DES_ELEMENTO,

  NULL,

  DELEG.DES_ELEMENTO,

  NULL,

  NULL,

sum(NVL(CONF.EMPLEADOS_CONFLICTO,0))

FROM

VIGIA.VIPR_TELEMENTO ZG,

VIGIA.VIPR_TELEMENTO DELEG,

VIGIA.VIPR_VEMPLEADOS_CONFLICTO CONF,

VIGIA.VIPR_TNIVEL NP,

  VIGIA.VIPR_TDIVISION  DIV_CONF,

  VIGIA.VIPR_TELEMENTO_REL  REL

WHERE

  ( REL.OID_ELEMENTO_SUPERIOR=ZG.OID_ELEMENTO )

  AND  ( REL.OID_ELEMENTO=DELEG.OID_ELEMENTO )

  AND  ( DELEG.OID_NIVEL=NP.OID_NIVEL )

  AND  ( CONF.OID_ELEMENTO(+)=DELEG.OID_ELEMENTO )

  AND  ( CONF.OID_DIVISION=DIV_CONF.OID_DIVISION(+) )

  AND

  (

   ( NP.NEL_NIVEL = 3  )

   AND

   DIV_CONF.COD_DIVISION  IN  ( '14','16','12','19'  )

  )

GROUP BY

  ZG.DES_ELEMENTO,

  DELEG.DES_ELEMENTO

)

 

I don’t understand why Webi generates other script! I have performance problems with this type of sql generated by Webi

 

Sorry for my English.

 

Thanks in advance for ours answer.

Issues with migrating JAVA Application from BO 3.1 to BI 4.1

$
0
0

Posting this question under JAVA SDK Application Development upon a suggestion.

 

Hi All.

         I'm working on a JAVA application which uses BO reports.

I'm trying to update the application from BO 3.1 to BI 4.1 where I'm facing some issues with compatibility.

 

We use classes like BIPlatform, ResponseHolder, InfoObjects and methods like get (from BIPlatform) and getInfoObjects (from ResponseHolder) to fetch the reports from the BO folder

 

If we run with old jar files, the code couldn't pick up from the folder.

If the dsws-biplatform.jar is updated, we receive an error "Unhandled Type Exception DSWSException" which couldn't be resolved with importing it (or) using try/catch block (or) adding throws declaration.

If the dsws-session.jar is updated, we face issue with EnterpriseCredential.

EnterpriseCredential is used to pass the credentials to login to the BO Server

 

In BO 3.1, EnterpriseCredential is a class which can be initialized directly using newEnterpriseCredential();  .. whereas in 4.1, EnterpriseCredential is an Interface which cannot be initialized. If we use EnterpriseCredential.Factory.newInstance(); to intialize it, there's no error but it couldn't login to the server

 

Appreciate any help/suggestions on how to proceed with the upgrade.

BO4 - memory usage on servers sitting at high 80% and 65% but not much running

$
0
0

Hi,

 

We have a 2-node bo4 cluster which are using about 65% and 80% physical ram but are not actually running much processes.

 

24gb ram on each cluster.   Not execeeding menory but seems high for not much activity.

 

Have checked on differeent days and seem similar.

 

Thoughts?

 

Thanks

LOVs based on Business Views blank for first run

$
0
0

We are on 4.1 SP2 Patch 2 and have an intermittent issue we're unable to resolve. Web/App tiers on Windows.

 

When a user opens a Crystal report (either from Launchpad, or their Desktop) occasionally an LOV based on a Business View is blank. The issue can always be corrected by closing the report and reopening it, and it seems only to happen once per day per LOV; other users who access reports using that LOV after the initial blank incident see everything as it should be.

 

Generally, the LOVs refresh daily or weekly, and all of the scheduled instances complete successfully. We don't restart any servers on a nightly basis, and have no other external processes running to clean cache, etc. We have tried adding the flag "-procreportoptions __noverifydatabase" to all of the Crystal Reports servers in the CMC, but this has not resolved the issue.


I have not found anything obviously useful in the logs or audit DB. The only thing I have noticed is under the metrics for CrystalReports2013ProcessingServer  > Open Jobs, when the LOV for a report is blank, it does not show in this list. After closing/reopening the report it then appears. So it almost seems like the server is not "calling" the LOV initially.

 

A related question I have about Business Views is for the "Oldest data given to client" setting, and how this interacts with similar values for the Crystal Cache and Processing servers. If the Business View is scheduled only daily but "Oldest data given to client" is set to 300, does this mean the LOV instance is purged after 300 seconds? Or is it then cached by the Cache server (cache/processing servers both have this value set to 0)?

BO on HANA

$
0
0

Hello, We are going to implement S/4 HANA with a new customer and customer needs BO platform too. But is not clear for us if we have to install it over hana servers too, I understand that CMS and Audit database are the database that will be created over HANA if we choose this option

Do we have any advantage if we install BO over hana database?

Can BO platfrom be installed with another products? S/4, CRM i.e.

 

I will appreciate all your knowledge about this scenario

thanks in advance

SIA not communicating, servers not starting (Help!)

$
0
0

We had an issue upgrading from Windows 2008 to windows 2012, so we rolled back to a previous backup of 12/16/15 for both the database and the server.

 

We are using BO 4.1 SP4 in MS-SQL 2008. One server setup, no clusters.

 

The CMS comes up and I can see it in task manager, the SIA also comes up and I can also see it in the task manager. I can log in to the CMC.

 

When I check Servers everything is down except for the CMS, I try to start but they will not start. If I look at the CMS server properties it states: Database access error. Reason Error decompressing properties BLOB for tuple R498-P1009-C728 with error (4294967293)..

 

When I look at any server properties for the other services it says: The Server Intelligence Agent for this server is unavailable.

 

I have checked the ODBC setup and the service accounts and they are all OK. I also checked to make sure I was able to login to the database with the service account and I was.

 

I checked the Windows Event Log and it is getting filled with Event ID 33018: Unable to delete file from the file repository. Make sure a File Repository Server is running and registered and enabled. Details : Failed to connect to the File Repository Server Input. Make sure the server is up and running.

 

I have restarted the server several times, no luck.

 

On the SQL side the service account is the dbo for the database.

 

Service Manager Trace log shows:

.\TenantInterceptor.cpp:197:-: TraceLog message 2

|d298751a-5006-3db4-fba7-60f484cb9172|2015 12 19 06:59:17:870|-0600|Error| |>>|E| |SvcMgr| 4756|4760|| ||||||||||||||||||||||assert failure: (.\TenantInterceptor.cpp:197). (m_pInterceptor == NULL : no message).

 

CMS Trace log shows many of these:

|e60425cf-f810-ba04-e859-1b31c94f8a94|2015 12 19 07:37:14:455|-0600|Error| |>>|E| |cms_GSUERPWEBI.CentralManagementServer| 5000|1548|| |24|0|2|0|CMC.WebApp|gsuERPWEBi:1740:40.292:1|BIPSDK.SessionMgr:logonEx|gsuERPWEBi:1740:40.292:6|cms_GSUERPWEBI.CentralManagementServer.UserLogonEx5|localhost:5000:1548.2196:1|Cve6UxDsyk4MvT2X4rPAzNc122|||||||||||assert failure: (.\sessionmgr.cpp:3536). (0 : CSessionMgr::ValidateApplicationCUID: Attempt to login when specifying an invalid application CUID session. The specified id is = Af6SXD8cxq5Pu77TaMS_eiw).

 

The SIA Trace log shows many of these:

|E5B1FC1F72584739A72FD41C045AD7EC962|2015 12 19 07:52:54.935|-0600|Error| |==|E| |SIA_GSUERPWEBI| 4884|  15|InfoStore Agent | |2|0|0|0|BIPSDK.InfoStore:query|gsuERPWEBi:4884:15.6044:1|-|-|BIPSDK.InfoStore:query|gsuERPWEBi:4884:15.6044:1|Cou0Lxt5MkCXg6Z0GwEAmqk179c|||||||||com.businessobjects.foundation.exception.ExceptionSerializer||Failed to serialize exception. Encountered SAXException. Content is not allowed in prolog.

 

|E5B1FC1F72584739A72FD41C045AD7EC963|2015 12 19 07:52:54.935|-0600|Error| |==|E| |SIA_GSUERPWEBI| 4884|  15|InfoStore Agent | |2|0|0|0|BIPSDK.InfoStore:query|gsuERPWEBi:4884:15.6044:1|-|-|BIPSDK.InfoStore:query|gsuERPWEBi:4884:15.6044:1|Cou0Lxt5MkCXg6Z0GwEAmqk179c|||||||||com.businessobjects.foundation.exception.ExceptionSerializer||Error occured while parsing the serialized exception. null Content is not allowed in prolog.

 

We restored to a point in time where we are sure that the system was working properly.

 

Any help or guidance is truly appreciated. This is our production reporting server.


Cannot see the publication objects in CMC, after migration

$
0
0

Hi,

 

We have webi publications about 90 and I migrated publications from BO edge 3.1 to BO edge 4.1 SP 7. I migrated using Upgrade Management tool .

 

In Upgade Management tool, Object Log, I see the message beside Publication as (0 objects succeeded with  no warnings,  objects failed, 6 publication objects have warnings)

warning: This publication object is excluded from being committed.  This is part of the upgrade process, and is not an error. (UMT 10004).

 

In the SAP BO error guide for (UMT 10004), it says under "Action" :

No action is necessary.

 

Right now, I cannot see the 6 publication objects in CMC.

What steps shall I have to take?

 

 

 

Regards,

Jyothi

Crystal Report Server 2008 service pack

$
0
0

Dear All,

 

Is there any service pack for Crystal Report Server 2008 version? If yes, may i know where can i get it?

 

Current version of CRS 2008 12.1.0.

 

Thanks,

May

SSL Page is not working

$
0
0

Hi Team,

 

could you please help on the below,

 

Issue:

Suddenly my SSL page is not loading. I am using BI 4.1 SP05.

 

Investigations done:

  1. All server are up and running.
  2. could able to reach the default 8080 http:\\<serverip or name>:8080\BOE\BI
  3. Even check the validity of my SSL, it is active till next year end.
  4. Can able to login to platform via dashboard client tool.
  5. could able to ping the server ip's
  6. could able to reach tomcat default page.http:\\<serverip or name>:8080\

 

but cant able to even reach tomcat via https:\\<sereverip or name>\

 

Please help me on this. as per my though I think the issue is with SSL, if so please help me that how we can proceed further on this.

 

Thanks!

 

Regards,

Ramesh Jothimani

hi respected

$
0
0

please anyone tell about safety interval in rso2 where we we should what is condition with proper example and it would be great if anyone can tell with practical example that he faced in during work

 

 

Thanks

Really thankful for that

SSL encryption between Crystal SDK and Crystal Server

$
0
0

Hi,

 

We are using Crystal Report Server 2013 under, SAP BusinessObjects BI Platform 4.1 Support Pack 1.

We are using the Crystal SDK to launch the Crystal Report. I am trying to encrypt the communicate with the Crystal Report Server 2013.

I have followed all the steps that are mentioned in the Business Intelligence Platform Administrator Guide, under point Configuring servers for SSL, but unable to get this working. I have created all necessary files and performed configurations, but the data flowing through Crystal SDK to the server is plain text.

The Crystal SDK is invoked from a servlet deployed in a Jetty Server. The Crystal Server is running in embedded Tomcat packaged with BusinessObjects BI Platform.

We need help regarding the SSL Encryption to find out what is missing in the SSL configurations

 

Thanks

use of different services in SAP BO CMC

$
0
0

hi.

 

I walk through some of docs and discussions but not cleared want to know how  many services will be there and what is the use if each services

 

what is the differnce between 3.1 architecture and 4.1 architecture

 

 

Thanks,

varun

Error in Design Studio during installation

$
0
0

Hi guys,

I have a problem with the installation of Design Studio 1.5 on BI 4.1 SP5. When the installer checked the prerequisites, it showed the next error:


screenshot.failed.version.JPG


The installation is on the same folder than BI and the user is the same that installed BI.

I looked into the installation logs and I found the next problem (the version installed is SAP BusinessObjects 4.1 SP 5 (Version: 14.1.5.1501):


bad.jpg


A successful installation would be like the next:


good..jpg


I think the installer can't find the minimum version of BI  installed, but I don't know why.

 

Could you help me with this problem?

Thanks in advance.

 

Regards


AwAdminBCMCryptoKey Error when scheduling jobs

$
0
0

Greetings,

 

I am running DS 4.2.5 on Linux. When I log onto DS CMC and try and schedule a jobs and click apply I get "com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed." I have sourced the job server to run against al_env.sh, so I am not sure what is causing this problem.

 

Also, I have no cron.allow file in my system and nothing has been defined in cron.deny.

 

Let me know if anyone can be of assistance.

 

 

Error Log:

 

12/21/2015 13:51:10 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed^M

12/21/2015 13:51:54 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed^M

12/21/2015 13:53:28 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed^M

12/21/2015 13:59:55 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed^M

12/21/2015 14:30:17 [    INFO ] unknown^M

12/21/2015 14:30:36 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize class because prior initialization attempt failed^M

12/21/2015 15:03:23 [    INFO ] unknown^M

12/21/2015 15:03:45 [    INFO ] com/acta/jcrypto/AwAdminBCMCryptoKey : cannot initialize cl

 

 

-Travis

Universe created with a ECC Infoset

$
0
0

Hi,

 

 

I create an Universe using as base an ECC Infoset.

 

In Rich client i create some reports merging with another Universes as well based on Infosets.

 

All is fine but when i change some table in the base infoset i need to recreate all the reports i did before even if the change in the table it is not in the fields we want to merge

 

How can i avoid this behaviour?

 

 

Best Regards

 

João Fernandes

Problem with datetime format - BI 4.1 sp7

$
0
0

Hello,

 

We are in trouble with datetime format.

We work with datetime objects and we need to display the date with the time part in the report but we want to filter (prompt) only with the date without time in the where clause (there are two distinct objects in BO, one for the select and the other for the where).

 

We are updated BO from BO 4.1 sp5 (14.1.5.1501) to BO 4.1 sp7 (14.1.7.1853) and since this update we have a problem with a date format in the where clause.

 

Our configuration:

In the database (SQL Server 2008 R2), the date is in the format “MDY”.

The desktop date setup is FR (dd/mm/yyyy).

We already tried to change the sqlsrv*.prm files in the “…\SAP\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc\extensions\qt” folder, and more precisely the two following lines:

<Parameter Name="DATABASE_DATE_FORMAT">MDY</Parameter>

<Parameter Name="USER_INPUT_DATE_FORMAT">'dd/mm/yyyy HH:m:s'</Parameter>

 

We have the following message when we tried to execute the query:

“The following database error occurred: [Microsoft][ODBC SQL Server Driver][SQL Server] The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. For information about this error, please refer to SAP Knowledge Base Article 2054721 on the SAP Support Portal. (IES 10901) (WIS 10901)”

 

We also tried to use the cast and convert functions to truncate the time from datetime object (and keep a date as result), but with no success for now.

 

Remark: we want to keep the date in a date format and not to convert it in a text or a number. 

 

To sum up, we have two problems: the date interpretation between SQL Server and BO (US vs FR); and the time part in the where clause.

 

Could you help us to find and solve this issue?

 

Best regards

 

Olivier

Update to Crystal Server 2013

$
0
0

Hi,

 

i get to know that i have to move from Crystal Server 2011 to Crystal Server 2013. Now the order management bought named user licences.

Or is there some need to buy the software itself?

 

Is this enough that i can install the Crystal Server 2013 product? If so - where can i download the package?

 

Kind Regards

Tobias

No valid local SIA

$
0
0

Hi Folks,

 

I am installing the BODS in a distributed landscape.

The IPS/BI plataform are in server A and BI/Plataform/IPS (local SIA/CMC using remote CMS) in serverB

Now, I am trying to install the Data Service in server B, following the scenario B of the MAster Guide.

At the moment to enter the CMS Server data an error is generated saying - No valid local SIA.

If I reach the Information Plataform Services Central Management Console, I am able to log on CMC in server B. The IPS is up and running.

I saw the OSS note 1784835 but it does not work for my scenario.

 

Has anyone faced that?

 

Thanks,

Paula

Viewing all 5661 articles
Browse latest View live




Latest Images