Quantcast
Channel: SCN : Popular Discussions - Java SDK Application Development
Viewing all 1701 articles
Browse latest View live

How to retrieve object labels and values from a report using JAVA SDK

$
0
0

Hello,

 

 

I have a need to retrieve the labels and corresponding values for items represented on a report.

 

The best I can get using REST is  to get /documents/<docid>/reports/<reportid>/specification .

 

This returns the layout of the report which contains all the values in <content> tags and some of the labels and others as table elements etc.

 

However, I have not found a way to retrieve them and link a label to its corresponding value.

 

 

Is there any corresponding java SDK that allows to retrieve this data that REST may not allow?  Are these relationships stored anywhere other than the layout?


Issues with BI-Open Document in Internet Explorer

$
0
0

We have integrated BO SDK with Java-JSF based web application and we are using Trusted Authentication to connect to BO server.  We are able to view the Open Documents and  drill down the sub reports in Chrome/Firefox. But in IE (Internet Explorer) We are facing 2 issues:

 

 

Issue 1 in IE -version 8:

 

 

Once the trusted Authentication is successful with BO server, We are viewing a Web Intelligence - Open Document in a browser window which has drill down option. If we try to further link to view the detailed/sub-report (which is another Open Document), we are getting Error "Invalid Request(5)" in  in  IE 8

 

 

Issue 2 in IE - version 10 and above

 

 

Once the trusted Authentication is successful with BO server, We are viewing a Web Intelligence - Open Document in IE -10/11. In this case multiple windows (one with Actual data and other is a blank window) are opening to view a single Open Document which should not happen. Also if we try to open the Detailed/Sub report (which is a new Open Document), the existing summary report is overriding with the sub report (detailed report) which will not allow us to see Summary report and Sub report in 2 different tabs. Instead its overriding the sub-report in the summary tab.

 

 

Above mentioned 2 issues are working perfectly fine in Chrome and Firefox.

 

 

Only in IE we are seeing these issues.

 

 

Any pointers in this regards is highly appreciated.

 

 

Thanks in advance

 

Venkat

Crystal Reports for Java - Java Reporting Component (JRC)

$
0
0

Can someone please share any URL from where the Crystal Reports for Java - JRC can be downloaded.  The Runtime libraries as mentioned in the link SAP Crystal Reports, version for Eclipse - Downloads says that the file size to be downloaded is ~46 MB (http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/crjava-runtime_12.2.217.zip ), but after ~14.8 MB - the download stops (have tried numeroud times and evertime it stops at the same state) and the zip file is a corrupt one.

 

I have tried opening the partially downloaded file with 7-Zip file manager and can confirm that the file was downloaded partially.

Appreciate any quick help and support.

DB Connections Question

$
0
0

I'm trying to get information about the connections (universe and business view) that have been set up in a BI 4.1 system.  I get the IInfoObjects for these connections by running the following query:

 

Select * from CI_APPOBJECTS where SI_KIND like '%DataConnection'

 

From this I'm able to get information about what type of connection (ODBC, etc.) using the SI_CONNECTION_NETWORKLAYER property and the type of database using the "SI_CONNECTION_DATABASE" property.  However, I'm not able to find information about the server name or database name.  I assume this information would be in the connection string from either SI_CONNECTION_PARAMSTRING or SI_CONNECTION_CONNECTSTRING, but it appears that these properties are encrypted, which is understandable because they may contain passwords.

 

Is there any way to decrypt these fields?  Or is there another way to get information about the connections instead of using IInfoObject (I've been unable to find a specific interface for this type of object...)

 

Thanks!

 

-Dell

List of prompt values for all public folder reports

$
0
0

Hi,

 

We have a requirement where we need to track the list of prompts and their current values set for all Public folder reports. Could you please let me know if anybody had implemented this earlier?

 

We need to track them down as report name, path and Prompt values/Parameters etc in an excel or CSV.

 

We are currently on BO XI 3.1 SP6

 

Thanks,

Krishna

XI R2 JAVA SDK and Cluster question

$
0
0

I would like to take advantage of the two servers we are running the CMS on. We created the cluster for these two machines. If I want to use the SDK, how do I call the servers in the cluster? Right now I can only enter one or the other servers for it to work.

 

Can the SDK call the @cluster value?

use opendocument 4.1 like opendocument 3.1 ...upppsss

$
0
0

First of all ...... let me explainwhat I mean

My problem is thatwe have over1000 WebIntelligenct documents that includeall kinds of callsaccording to opendocumentBOXI31 format, so thatnowwe havemigrated toSAPBO4.1is hell and a nightmareupdatingthem.

 

Now calls are something like:

 

http://servername:8080/OpenDocument/opendoc/

 

SAPBO 4.1 something like:

 

http://servername:8080/BOE/OpenDocument/opendoc

 


  My questionis whether ...... there issome way that I can redirector use parameters that allow modify opendocumentpropertiesor unfortunately we need a smalldevelopment with theSDK.

  Please, I needurgentassistance

  Thank you very muchtoeveryone in advance

Java code for NetWeaver AS Java

$
0
0

Hi,

 

I am trying to develop a standalone java application which will change the NetWeaver AS Java user passwords as provided by me.

But, I am unable to find a way by which i can automate the process.

Is there any way by which i can change user passwords through my java application ?


Still issue with java.lang.UnsupportedOperationException: csEX

$
0
0

Hi,

 

I facing to issue "java.lang.UnsupportedOperationException: csEX" while executing the code:


RelationalBusinessLayer businessLayer = (RelationalBusinessLayer) service.load(pth) .

 

I met that proposed solutions:

 

The issue still persists. Please give me any hint on that I am completely stucked.

 

Thank for any tip.

Exception from server when downloading an output file of a scheduled Crystal Report

$
0
0

Hello,

 

I'm using the Java SDK to schedule a Crystal Report and download the binary result file with the following steps:

 

1) Logon to the server using a com.crystaldecisions.sdk.framework.ISessionMgr

 

2) Get a handle (com.crystaldecisions.sdk.occa.infostore.IInfoObject) of the report document, using the info store (com.crystaldecisions.sdk.occa.infostore.IInfoStore)

 

3) Using this handle, get a com.crystaldecisions.sdk.plugin.desktop.common.IReportProcessingInfo by calling getPluginProcessingInterface("CrystalReport")

 

4) Fill the prompts on this IReportProcessingInfo with user's values.

 

5) Schedule the report for immediate execution and get the instance ID via property SI_NEW_JOB_ID. Poll for the execution to reach a final state (COMPLETE or FAILURE), using the info store.

 

6) Upon successful completion, get an IInfoObject handle of the new instance from the info store.

 

7) By calling getFiles() on the instance handle, get a remote file handle (com.crystaldecisions.sdk.occa.infostore.IRemoteFile) and then a streaming download file (com.crystaldecisions.sdk.occa.infostore.IStreamingDownloadFile).

 

8) Open the IStreamingDownloadFile, download it in chunks and finally close it.

 

9) Logoff from the session

 

This workflow worked fine in BO XI 3.1, but it fails in step 8 on BO XI 4.1 (SP5, Patch 2). I have replaced the 3.1 JARs with the ones from 4.1, but the error is the same. I get an exception on the call to IStreamingDownloadFile.openFile() with the following error text:

 

com.crystaldecisions.sdk.exception.SDKServerException: The error message is unknown. This is likely caused by version inconsistencies between components.

Here is the value that caused the problem: 65314 and the additional information: .

cause:com.crystaldecisions.enterprise.ocaframework.idl.OCA.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2

detail:The error message is unknown. This is likely caused by version inconsistencies between components.

Here is the value that caused the problem: 65314 and the additional information: .

The server supplied the following details: OCA_Abuse exception 6408 at [.\authrequest.cpp : 128]  65314 {}

...No logon token has been provided for authentication!

 

Any idea what is going wrong here? At the moment of calling IStreamingDownloadFile.openFile() the session opened in step 1 is still active and valid and I did not find any information on how to provide an authentication token to the openFile() call.

I also tried to download the binary file from the history of a WebI report, but this results in the same exception.

 

Thanks for any help or hints! Best regards,

Joerg

To extract variables and variable formulas from Webi Report in BO 4.1

$
0
0

Hello Experts,

 

I need to extract the variables and variable formulas used in a Webi report in BO 4.1

 

I got a solution for getting variable by using methods from ReportDictionary and VariableExpression interface.

But these interface are no longer functional from SAP BO XI 4.0 release.

I searched a lot in SCN community but i didnt get any solution for this.

 

Can anyone suggest a solution/ sdk methods available for this in BO 4.1

 

Thanks in advance.

 

Regards,

Preethi M

To get List of Object used in Reports

$
0
0

Hi Team,

 

Do we have any SDK where we can get the list of objects used in reports.

 

Env:BO XI 3.1

 

Regards,

Shiva Gunturu

The maximum connection limit has been reached. (Error: RWI 00000)

$
0
0

Hi All,

 

     I have developed a report metadata extractor using Java SDK. It was working fine till yesterday. From today, I am getting a strange error "The maximum connection limit has been reached. (Error: RWI 00000)" when I am extracting the data using that tool. What is this error and how can we rectify this error ?

How to disable the prompt when Auto refresh

$
0
0

Dear All,

 

I made a JSP page to open the webi report, and add a Auto Refresh function.

and the webi report has prompt, so the prompt always show up when refresh.

Is there a way to ignore the prompt when report auto refresh? just refresh with last selected values....

tt.png

 

thanks & regards,

warrick.

Download and convert native format published crystal reports to pdf

$
0
0

Hi

 

We have requirement where in we want to download and convert native format published crystal reports to pdf from BO XI 3.1 SP3 server.

 

Thanks

Janardhan


Unexpceted error while publishing reports through a JSP

$
0
0

Hi,

 

I am trying to publish reports to crystal reports XI sever using a JSP. I am pasting the code snippet I am using below:

 

     ISessionMgr oSessionMgr = CrystalEnterprise.getSessionMgr();

 

     ISessionMgr oSessionMgr = CrystalEnterprise.getSessionMgr();

 

     IEnterpriseSession oEnterpriseSession = oSessionMgr.logon("rptuser01", "rptuser01", "socw3s2ap19", "secEnterprise");

 

     IInfoStore oInfoStore = (IInfoStore)oEnterpriseSession.getService("", "InfoStore");

 

     //Retrieve the new report information

     String parentFolder       = (String)request.getParameter("parentFolder");

     String reportName         = (String)request.getParameter("reportName");

     String reportDesc         = (String)request.getParameter("reportDesc");

     String keyWords         = (String)request.getParameter("keywords");

     String reportFileLocation = (String)request.getParameter("reportFileLocation");

     String thumbnail = (String)request.getParameter("thumbnail");

 

     if (parentFolder != null)

     {

          int parentID = Integer.parseInt(parentFolder);

          try

          {

               String BOBJHome = "D:
Business Objects";

 

               System.setProperty(CeEnterpriseContext.BOBJ_ENTERPRISE_HOME, BOBJHome);

 

               IPluginMgr oPluginMgr = oInfoStore.getPluginMgr();

 

               IPluginInfo oPluginInfoNewReport = oPluginMgr.getPluginInfo("CrystalEnterprise.Report");

 

               IInfoObjects oInfoObjects = oInfoStore.newInfoObjectCollection();

               oInfoObjects.add(oPluginInfoNewReport);

            

               IInfoObject oInfoObjectNewReport = (IInfoObject)oInfoObjects.get(0);

 

               //Set the report name and file location

               oInfoObjectNewReport.setTitle(reportName);

               oInfoObjectNewReport.setDescription(reportDesc);

               oInfoObjectNewReport.setKeyword(keyWords);

               oInfoObjectNewReport.getFiles().addFile(reportFileLocation);               

 

               //Set the parent folder for the new report.

               oInfoObjectNewReport.properties().setProperty(CePropertyID.SI_PARENTID, parentID);

 

               IReport oReport = (IReport)oInfoObjectNewReport;               

               oReport.refreshProperties();// Getting ERROR at this step

 

               //Commit the new collection to the CMS using the commit method. This publishes the new report.

               oInfoStore.commit(oInfoObjects);

          }

 

In the above code I am getting an Unexpected error at the line oReport.refreshProperties();. The error message is as follows:

 

com.crystaldecisions.sdk.exception.SDKException$Unexpected: An unexpected error has occurred

cause:java.io.IOException: CreateProcess: "D:\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Report\ReportAdd.exe" -report "C:\Workspace\CRJavaTest\WebContent\reports\Group By Interval.rpt" -newrpt -discard -version 1150 -thumbnail -outfile -token z00@1W@_4[]FWF7HfDc?S7JPm3W<?7ZM_aPK>0U8U5c528iK:Ddh>MjAm99SelC:CGbOSMZ;HkT7[]gN[_ghicj2KoM50 error=20

 

 

detail:An unexpected error has occurred

The exception originally thrown was java.io.IOException: CreateProcess: "D:\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Report\ReportAdd.exe" -report "C:\Workspace\CRJavaTest\WebContent\reports\Group By Interval.rpt" -newrpt -discard -version 1150 -thumbnail -outfile -token z00@1W@_4[]FWF7HfDc?S7JPm3W<?7ZM_aPK>0U8U5c528iK:Ddh>MjAm99SelC:CGbOSMZ;HkT7[]gN[_ghicj2KoM50 error=20

        at com.crystaldecisions.sdk.plugin.desktop.report.internal.a.g(Unknown Source)

        at com.crystaldecisions.sdk.plugin.desktop.report.internal.a.g(Unknown Source)

        at com.crystaldecisions.sdk.plugin.desktop.report.internal.a.refreshProperties(Unknown Source)

        at jsp_servlet.__publish_report._jspService(__publish_report.java:336)

        at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)

        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)

        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)

        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)

        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3231)

        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)

        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2002)

        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1908)

        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1362)

        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

Caused by: java.io.IOException: CreateProcess: "D:\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\plugins\desktop\CrystalEnterprise.Report\ReportAdd.exe" -report "C:\Workspace\CRJavaTest\WebContent\reports\Group By Interval.rpt" -newrpt -discard -version 1150 -thumbnail -outfile -token z00@1W@_4[]FWF7HfDc?S7JPm3W<?7ZM_aPK>0U8U5c528iK:Ddh>MjAm99SelC:CGbOSMZ;HkT7[]gN[_ghicj2KoM50 error=20

        at java.lang.ProcessImpl.create(Native Method)

        at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)

        at java.lang.ProcessImpl.start(ProcessImpl.java:30)

        at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)

        at java.lang.Runtime.exec(Runtime.java:591)

        at java.lang.Runtime.exec(Runtime.java:464)

        ... 17 more

 

If I comment that line, i.e. do not refresh the properties then this error does not occur and the report gets published but when I open the Object from the Central Management Web Console it shows an internal error and does not show the property tabs (i.e. Property, History, Process, etc.). In need help in finding out what this error is. I tried to google a lot about it and read a lot of documentation but did not find anything related. Any help will be appreciated.

 

Thanks

Manish

Connection driver not found SLS 16000: Semantic Java SDK

$
0
0

Hi,

 

I am trying to create and publish connection on BO 4.1 server using Semantic Java SDK

 

I have 4.1 server installed on my system trial version and I have created ms access db but I am getting below error

 

Error:

Exception in thread "main" com.sap.sl.sdk.authoring.internal.AuthoringException: The connection driver "MS Access 2013/ODBC Drivers" is unknown. (SLS 16000)

  at com.sap.sl.sdk.authoring.connection.internal.RelationalDriverFactory.getRelationalDriver(RelationalDriverFactory.java:128)

  at com.sap.sl.sdk.authoring.connection.internal.services.ConnectionFactoryImpl.createRelationalConnection(ConnectionFactoryImpl.java:39)

  at connectionpackage.ConnectionClass.main(ConnectionClass.java:67)

 

 

Java Code:

package connectionpackage;

 

 

import com.sap.ip.bi.util.BiConsole.out;

import com.sap.sl.sdk.authoring.cms.CmsResourceService;

import com.sap.sl.sdk.authoring.cms.internal.right.SessionRight;

import com.sap.sl.sdk.authoring.connection.Connection;

import com.sap.sl.sdk.authoring.connection.DatabaseConnection;

import com.sap.sl.sdk.authoring.connection.DatabaseConnection.AuthenticationMode;

import com.sap.sl.sdk.authoring.connection.ConnectionFactory;

import com.sap.sl.sdk.authoring.connection.ConnectionParameter;

import com.sap.sl.sdk.authoring.connection.ConnectionService;

import com.sap.sl.sdk.authoring.connection.RelationalConnection;

import com.sap.sl.sdk.authoring.local.LocalResourceService;

import com.sap.sl.sdk.framework.SlContext;

import com.sap.sl.sdk.framework.cms.CmsSessionService;

import com.businessobjects.framework.*;

import com.crystaldecisions.sdk.exception.SDKException;

import com.crystaldecisions.sdk.framework.CrystalEnterprise;

import com.crystaldecisions.sdk.framework.IEnterprisePrincipal;

import com.crystaldecisions.sdk.framework.IEnterpriseSession;

import com.crystaldecisions.sdk.framework.EnterpriseVersion;

import com.crystaldecisions.sdk.framework.ISessionMgr;

import com.crystaldecisions.sdk.framework.internal.SessionMgr;

import com.crystaldecisions.sdk.properties.IProperties;

import com.businessobjects.dsl.framework.session.SessionManager;

 

 

 

 

 

 

 

  

  public class ConnectionClass {

 

 

  

  public static void main(String[] args) {

   IEnterpriseSession sess = null;

  

   try {

    sess = CrystalEnterprise.getSessionMgr().logon("administrator","password1", "INFBA03853.bglrodc.lntinfotech.com", "secEnterprise");

   

   out.println("logged on as: " );

   } catch (SDKException e) {

    // TODO Auto-generated catch block

    e.printStackTrace();

   }

 

 

  

   SlContext context;

   context = SlContext.create();

   context.getService(CmsSessionService.class).setSession(sess);

  

   CmsResourceService service = context.getService(CmsResourceService.class);

 

 

   String tempFolder = "c:\\temp\\";

  

   String userName = "username1"; // dbconnection.getParameter(DatabaseConnection.USER_NAME).getValue();

   String password = "password" ;

   String dbmsName = "MS Access 2013" ; //dbconnection.getParameter(DatabaseConnection.DBMS).getValue();

   String ntwkName = "ODBC Drivers" ; //dbconnection.getParameter(DatabaseConnection.NETWORK_LAYER).getValue();

   String connName = "test" ; //dbconnection.getParameter(DatabaseConnection.DATASOURCE).getValue();

   String dbName   = "Investor";

   String connectionName = "SDKTestRelationalConn";

    

   com.sap.sl.sdk.authoring.connection.ConnectionFactory connectionFactory;

  

   connectionFactory = context.getService(com.sap.sl.sdk.authoring.connection.ConnectionFactory.class);

  

   RelationalConnection connection = connectionFactory.createRelationalConnection(connectionName, dbmsName, ntwkName);

   connection.getParameter("DATASOURCE").setValue(connName);

   connection.getParameter("DATABASE").setValue(dbName);

   connection.getParameter("USER_NAME").setValue(userName);

   connection.getParameter("PASSWORD").setValue(password);

  

   com.sap.sl.sdk.authoring.local.LocalResourceService localResourceService = context.getService(com.sap.sl.sdk.authoring.local.LocalResourceService.class);

   localResourceService.save(connection, tempFolder + connectionName + ".cnx", true);

  

   service.publish(tempFolder  + connectionName + ".cnx", "/Connections" , true);

  }

 

 

 

 

 

 

}

RDBMS parameters table not mentioned in SAP guide

$
0
0

Hi,

 

There is no RDBMS connection parameters table I can find on below page of Semantic SDK Guide however comments are mentioned on top of page to refer table , is anyone able to see the table list?

 

BI Semantic Layer Java SDK Developer Guide

Restful Web services

$
0
0

Hi,

 

I am working on implementing restful web services to add login token in Business Objects URL.

 

I am able to generate login token using CURL commands.

 

I have worked with only BI technologies and have no experience in coding to capture login token and embed to Business Objects URL.

 

System: SAP BO 4.1 SP2

 

Let me know if anyone has done this activity.

 

Thanks

Parmjit

java.lang.UnsupportedOperationException when loading local .blx

$
0
0

I looked all the posts that have a simmilar error but they all suggest to add this -Dbusinessobjects.connectivity.directory attribute.

I am using jdeveloper  I have added it an verified in the run log that java command has this directive. My error is as follows:


The code is:

 

Project classpath includes SL_SDK.jar  and

C:\PROJECTS\SL_PROJECT\bin\dataAccess\connectionServer\java\* (all the cs_*.jar files)

 

Also, the java argument is set like this

-Dbusinessobjects.connectivity.directory="C:\PROJECTS\SL_PROJECT\bin\dataAccess\connectionServer"

 

LocalResourceService service = context.getService(LocalResourceService.class);

     // universePath =  “C:\STUFF\TMP\retrieval-2015-10-15-08-04-55\DART- Data Analytics & Reporting Tool.blx”

RelationalBusinessLayer businessLayer = (RelationalBusinessLayer) service.load(universePath);

 

*Note* the computer this is running on remotely connects to BOBJ,  and uses

  1. cmsService.retrieveUniverse()

to retrieve the  universe files  .blx and .dfx etc

 

There is not actually a bobj installation on the machine so the folder C:\PROJECTS\SL_PROJECT\bin\dataAccess\connectionServer is just a copy of the folder from the installation directory.

 

Then I get error:

 

Exception in thread "main" java.lang.UnsupportedOperationException

at com.businessobjects.connectionserver.ConnectionServer.getInstance(ConnectionServer.java:165)

at com.businessobjects.connectionserver.ConnectionServer.getInstance(ConnectionServer.java:100)

at com.businessobjects.mds.services.relational.CsService.<init>(CsService.java:362)

at com.businessobjects.mds.services.solver.AbstractConnectionSolver.getCSService(AbstractConnectionSolver.java:180)

at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.getPRM(DataFoundationSQLDecoder.java:79)

at com.businessobjects.mds.services.parser.decoder.DataFoundationSQLDecoder.<init>(DataFoundationSQLDecoder.java:96)

at com.businessobjects.mds.services.parser.decoder.UniverseSQLDecoder.<init>(UniverseSQLDecoder.java:40)

at com.businessobjects.mds.services.parser.EncodeDecodeHelper.decodeExpression(EncodeDecodeHelper.java:301)

at com.businessobjects.mds.services.helpers.BindingHelper.decodeExpression(BindingHelper.java:250)

at com.businessobjects.mds.services.helpers.BindingHelper.decodeResultExpression(BindingHelper.java:264)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.getResultExpression(MdsToSdkBusinessLayerConverter.java:343)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyBusinessItemProperties(MdsToSdkBusinessLayerConverter.java:303)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.createSdkItem(MdsToSdkBusinessLayerConverter.java:252)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyMdsToSdk(MdsToSdkBusinessLayerConverter.java:216)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyMdsToSdk(MdsToSdkBusinessLayerConverter.java:221)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.copyMdsToSdk(MdsToSdkBusinessLayerConverter.java:221)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.MdsToSdkBusinessLayerConverter.createSdkModel(MdsToSdkBusinessLayerConverter.java:143)

at com.sap.sl.sdk.authoring.businesslayer.internal.services.BusinessLayerModelToModel.createSdkModel(BusinessLayerModelToModel.java:31)

at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.createSdkBusinessLayer(LocalResourceServiceImpl.java:191)

at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.loadInternal(LocalResourceServiceImpl.java:172)

at com.sap.sl.sdk.authoring.local.internal.services.LocalResourceServiceImpl.load(LocalResourceServiceImpl.java:134)

at gov.gnma.iopp.service.bobj.SL_TEST.useSemanticLayer(SL_TEST.java:184)

at gov.gnma.iopp.service.bobj.SL_TEST.main(SL_TEST.java:144)

Caused by: java.lang.NullPointerException

at com.businessobjects.connectionserver.ConnectionServer.getInstance(ConnectionServer.java:151)

... 22 more

Viewing all 1701 articles
Browse latest View live


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