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

Report opens in "Design" mode and throws error

$
0
0

Hi All,

 

One of my user gets an attached error when he opens a report. I noticed that, this happens because his report always open in "Design" mode. Now when we click on "Reading" mode, it works fine.

Also, this behavior is happening only for one report. What can be the issue ? Is there a way in settings that I can do, so that the report always opens in "Reading" mode.

 

BI4.1 SP1

 

 

Thanks,

Anupam,


Business Objects 4.0 SP5 Users

$
0
0

Hi,

I've noticed that we've got a few users that I don't recognise. Could anyone let me know what they are for and whether I need them or not.

 

backupexec

BOE2SvcAccount

QaaWSServletPrinciple

SMAdmin

 

 

Many thanks

 

Stuart.

Every Scheduled Instance Fails in InfoView

$
0
0

Every instance that is scheduled regardless of the file type to export to local drive fails in infoview 

 

I am not sure what this could be

BI Launch pad 4.1, file sharing

$
0
0

Question: I would like to publish PDF files to BI Launch pad 4.1

 

I know thier are many ways to produce PDF from Crystal reports and other tools, however in this case I have a PDF I would like to distribute created by another application and I would like share the file using BI Launch pad 4.1

 

Does anyone have suggestions on how I can acomplish this?

BI 4.1 upgrade and migration

$
0
0

We want to upgrade our BI 4.0 to BI 4.1 on Windows platform. I know BI 4.0 to 4.1 is simple in-place update. But we also want to do homogeneous migration clubbing both upgrade and migration together.

 

I think to do installation of BI 4.1 on fresh Windows host and select option Custom (New) installation and choose "Select Existing CMS Database Type". Will this option install BI 4.1 and also bring the data from old source of BI 4.0?


 


Consuming BO Web services thru Xcelsius

$
0
0

Hi

 

I know how to publish a Webi block as a web service and use it in xcelsius to view the data.

I wanted to know if I can call/consume a web service like http://server:8080/dswsbobje/services/BIPlatform

from Xcelsius.  I thought I could just paste this URL in WSDL URL in connection in xcelsius and click on Import

and it will list all the available methods under this service but it doesn't.  Or these service can only be consumed

thru some programming language like Jave or .Net.  What am I missing?

 

Thanks

Abdul

Connecting Web Server to app server

$
0
0

Hi,

 

I am new to Business objects.

 

I have installed standalone Bo in my server both web and app in same system. How do i install app and web server independtly.

If I have installed how do i connect app and web?

AD users' "id number" overwrites the database credentials

$
0
0

Hello,

 

We have BO 4.1 sp1 (on mostly BW) with winAD enabled. We have mapped the groups and imported the AD users to BO. The users have no problem logging in and viewing reports. The company has a policy of updating AD passwords in every 2 months so that we have decided to schedule to update the AD groups every hour.

 

Recently We have witnessed a strange problem and suspect it is due to the scheduled update of the imported AD groups. In CMC some BO users have their database credentials enabled so that they can only view the restricted data on coming from Bw. The problem is, those database credentials we have entered is somehow changed on its own to the id number of the imported user. We don't want that, because there is no such bw user.


We suspect, some property (id number perhaps) of the AD user is mapped to the database credentials of the imported BO user so that it updates that part. And there is one more thing, each time we update the AD groups, the database credentials are not always overwritten. I am still trying to figure out the pattern (if there is one).

 

Any ideas or suggestion will be helpful.

 

Thank you very much


Can we use SAP BW 3.5 user authorizations (SSO) in SAP BI 4.1 crystal 2013?

$
0
0

There is no specific information over internet whether we can use SAP BW 3.5 SSO in Crystal reports 2013 or not.Please throw some light on this.

While Browsing Infoview in IE11 in sap bo 3.1 sp3

$
0
0

Hi Exports ,

 

we are using sap bo 3.1 sp3 ...Recently we installed   IE11 in my system .Is it support ?.when i am opening Infow in IE 11 .Iam facing below error

 

 

Image 1: While Editing

 

 

error-1.png

Image 2: While refreshing

error-2.png

Image 3: While scheduling

error-3.png

 

 

Thanks,

Raghunath

Having problems install 30-day trial Crystal Reports Server 8.5

$
0
0

CMS cluster error.jpgWe want to buy the Crystal Reports Server to utilize its InfoView feature for deployment and publishing, but the install isn't going too well.......

 

The install process is asking for CMS Cluster Key and we have none.

 

Please help.

How to reinstall (1st failed) SP4 udpate on same machine

$
0
0

Dear All, We are on BOBI 4.1 SP2 and we are updating to SP4. This is imp as we want to integrate recent sharepoint server.  We are on SUSE linux. We got the tar files on shared location on Linux. This shared location is available on both Linux and HP machines. Now SAP team untar Linux Install files by logging into HP and untar from there.  untar from HP for Linux did not work well. Some files are copied with missing extension i.e. .z instead of .zip.  We started the install but it failed as it was looking for assembly.zip file and we had assembly.z file in /<Install>/InstallData/InstallCache directory.

 

We came to know this and now we untar files using Linux server. Now we see the files with correct extensions.  We started the SP4 update from this new location but this failed again. Installer will skip the files which were previously copied and start from next steps. Files previous copied in installCache folder is wrong files.

Now we are stuck. We don't know how to force installer to recopy all the files it previously copied. It always uses the old files which are corrupt.

Any help would be greatly appreciated.

Thanks,

JSP/WebViewer - set parameter values to display in Parameter dialog as suggest

$
0
0

Hello, Community,

 

i'm struggling with the parameter dialog in the CrystalReportViewer.

I hope, i'm posting this question in the right place...

 

I'm developing a JSP application to display Reports. Parameter values are read from a database, when the report is opened, set to the viewer and saved to the database, when the user changes them in the viewer. This works fine.

 

But as soon as i set the parameter values programmatically to the viewer, the Parameter dialog is not showing up any more, and the report is opened immediately with these parameters. Instead, i would need to set the parameter values as suggest values, so the user can see and change them in the dialog.

 

I tried several approaches to set the values in a way to get this behavior with no success (it's more like guessing and not knowing, what i do).

Is it maybe possible to get the values from the database and save them in the report document somehow?

 

Any help would be appreciated! Thanks.

 

Here is the code  where i set the parameter values to the fields:

 

List<ParameterInfo> results = queryBean.getReportParameters(reportName);

    if (results == null || results.isEmpty()){

        return;

    }

  

   String parameterName = "";

   ParameterField paramField  = null;

   Values newValues = null;

 

   // now map the parameter values to the parameter

   for (ParameterInfo parameterBean : results){

       

      // yet another value for the same parameter?

      if (!parameterBean.getParameterName().equals(parameterName)){

          newValues = new Values();

          parameterName = parameterBean.getParameterName();

        

          // get the next parameter field

         paramField = getParameterField(parameterName, paramFields);

         if (paramField != null){

            paramField.setCurrentValues(newValues);

         }

      }

      // set the parameter value from parameterBean to the value list

      if (paramField != null){

         addParameterValue(paramField.getType().value(), parameterBean, newValues);

      }

   }

 

   // set the fields with the new values to the viewer

   crViewer.setParameterFields(paramFields);

Changing authentication to SSO in BO CMC

$
0
0


Hi,

     On changing OLAP connection authentication from pre-defined user to SSO in BO CMC(SSO is already configured between BW and BO) ;on creating a new webi report using the OLAP connection I am getting the following error message:-

java.util.concurrent.ExecutionException: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] <<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConnectionString>

   <Properties>

      <Initial Catalog />

      <Language>en_US</Language>

      <Data Source>ip address</Data Source>

      <Cube Type>Unknown</Cube Type>

      <SaveLanguage>true</SaveLanguage>

      <Initial Cube />

      <TargetProvider>SAPNETWEAVER7X</TargetProvider>

      <NetworkLayer>SAPBW_BICS</NetworkLayer>

      <Authentication Mode>2</Authentication Mode>

   </Properties>

   <ExtendedProperties>

      <JCO_ASHOST>ip address</JCO_ASHOST>

      <SapLoginMode>0</SapLoginMode>

      <JCO_R3NAME>system id</JCO_R3NAME>

      <JCO_CLIENT>client</JCO_CLIENT>

      <JCO_SYSNR>00</JCO_SYSNR>

      <JCO_LANG>EN</JCO_LANG>

   </ExtendedProperties>

</ConnectionString>>

Caused by: com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: [[error.openSapBwBrowsingSessionFailed] 0] <<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConnectionString>

   <Properties>

      <Initial Catalog />

      <Language>en_US</Language>

      <Data Source>ip address</Data Source>

      <Cube Type>Unknown</Cube Type>

      <SaveLanguage>true</SaveLanguage>

      <Initial Cube />

      <TargetProvider>SAPNETWEAVER7X</TargetProvider>

      <NetworkLayer>SAPBW_BICS</NetworkLayer>

      <Authentication Mode>2</Authentication Mode>

  Caused by: com.businessobjects.sdk.core.server.ServerException: [[error.openSapBwBrowsingSessionFailed] 0] <<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConnectionString>

  </ExtendedProperties>

</ConnectionString>>

at com.sap.sl.sdk.requests.doit.DoItRequestHandler.afterProcessing(DoItRequestHandler.java:50)

 

Any ideas or suggestions would be highly appreciated.

 

Thanks & Regards,

Anuradha Padhee

BO SSO SAP configuration with common BW user(for SAP BW =BPC/BO)

$
0
0

BO Single sign on configuration with existing BOBJ user


We are above to do single sign on configuration between SAP BW and BO 4.1 . I referred documents of SSO SAP Authentication of SAP BW and SAP BO.


Analysis


As per the document it shows we need to create a role “Crystal enablement” with required authorization in SAP BW

Authorization such as Crystal/Security/ , BDH,BDL5………etc


And after that we need to add the role to users

 

Concerns & Doubts


  • Do we need to add roles to all users (e.g 200 users) who are using BO application or the one user which is connecting between SAP BW and SAP BO in CMC application configuration?


  • While importing the roles in CMC. What are the roles we find apart from “Crystal entitlement’ .Do we have any other roles need to be imported


  • In CMC --->Authentication option-->entitlement system tab  we found one of the user is already configured from BW side (with BPC roles)


    • Hence I have a doubt, do I need to create separate users at BW level and I need to configure in CMC( for BW BO SSO Authentication)
    • If Yes, than what about the user which is already configured in BO CMC……….(with bpc roles)
    • I assume I need to assign roles of BO to the users which is already configured in BO CMC (with  BPC Roles)
    • any challenges involved in BO SSO with BW?


Please suggest .


Environment

BW 7.3

BO 4.1(Linux environment)

BPC 10

 

Thanks in advance

 

Regards


BO migration from XI R2 to XI 3.3 SP5 (Having an unused 3.1 on DEV box)

$
0
0

Hello All,

 

I have a situation at my work place. We are planning to update our BusinessObjects version. I would give the exact scenario of what's happening.

 

We are currently using the version XI R2. We also have an unused version of XI 3.1 which they tried to upgrade, but failed, as IE9 did not support it. So, they were waiting for a better version that supports our situation. Finally, they found XI 3.3 SP5 as the suitable one for our situation.

 

My question is, if we have to migrate XI R2 to XI 3.3 SP5, do we have to first upgrade the XI 3.1 whcih is sitting idle, to 3.3 SP5? or can we directly move from XI R2 to 3.3 SP5? In that case, what about 3.1 which is already there, do we have to uninstall it? Which one would be the best approach?

 

Please someone let me know.

 

Thanks in advance.

Alert Notification when a job is running for more than 3mins -BI4.1

$
0
0

Hi,

 

Is there a metric in CMC which can be used to send an alert notification when a crystal reports schedule runs for more than certain time (say 3mins)?

in other words, a scheduled report has been running for more than 3mins.

 

Using BI4.1 sp1

 

Thanks!

Ravi

LCM CLI BI4.1

$
0
0

Hi Team,

 

Could you please let me know the procedure to perform LIVE to LIVE using LCM CLI.

 

I am able to export and then import using LCM CLI however I could not find any parameter explaining LIVE to LIVE.

 

Kindly provide your inputs.

 

Env Details:

 

Destination: SAP BusinessIntelligence BusinessObjects 4.1 SP03 Patch1

Source:       SAP BusinessIntelligence BusinessObjects 4.0 SP06

Tool:            LCM CLI

 

Regards,

Pavan

Issue with the Prompt calendar in Webintellegence Report

$
0
0

Hi All,

Need your expertise inputs to resolve the below issue.

 

When we tried to run webi report and give date prompt value is 07/18/2013 12:00:00 AM and 07/18/2014 12:00:00 AM and when i check in the Webi sql the date values are converting into 07/18/2013 8:00:00 AM and 07/18/2014 8:00:00 AM.

 

This issue is impacting to all the reports.Even I checked it in the server level and the time is mentioned as per attachment

 

please find attachments as well.

 

BO version: BO BI 4.1

Database: Oracle 11i

Operating System: Linux

Text in Webi Thick/Thin Client Appears very big

$
0
0

BI 4.1 Enterprise SP2 FP3

 

We have an issue isolated to one client PC where the font size of the UI is enormous and thus not all checkboxes, buttons etc are visible (see attached screenshot). This happens with both the thin and thick client. Any idea how to resolve?Capture.JPG

Viewing all 5661 articles
Browse latest View live


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