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

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


Unable to connect to the server: ###.CrystalReports2013ReportApplicationServer.

$
0
0

Hello Everyone,



 

I am migrating reports from Crystal 9 to Crystal 2013 version. I am using Oracle Database. After migrating the reports, I need to test it through a Java application. When I test them some reports work fine while the others give me this error message.

 

(Note: All the migrated reports work fine on my machine) Also checked the server connection and it is running properly.

 

 

 

Servlet Engine Exception

Error:

Cannot open report document. --- Unable to connect to the server: #####.CrystalReports2013ReportApplicationServer.

 

StackTrace:

com.crystaldecisions.sdk.occa.managedreports.ras.internal.ManagedRASException: Cannot open report document. --- Unable to connect to the server: #####.CrystalReports2013ReportApplicationServer.

cause:com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: #####.CrystalReports2013ReportApplicationServer.---- Error code:-2147467259 Error code name:failed

detail: Unable to connect to the server: #####.CrystalReports2013ReportApplicationServer.

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.a(Unknown Source)

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.RASReportAppFactory.openDocument(Unknown Source)

at jsp_servlet.__viewreport.getReportClientDocument(__viewreport.java:254)

at jsp_servlet.__viewreport._jspService(__viewreport.java:710)

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:301)

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

at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3732)

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

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

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

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

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

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

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

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

Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: #####.CrystalReports2013ReportApplicationServer.---- Error code:-2147467259 Error code name:failed

at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.a(Unknown Source)

at com.crystaldecisions.sdk.occa.managedreports.ras.internal.CECORBACommunicationAdapter.request(Unknown Source)

at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)

at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)

at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)

at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)

at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)

at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)

... 19 more

Caused by: java.lang.IllegalArgumentException

at com.crystaldecisions.sdk.occa.report.definition.ObjectFormatConditionFormulaType.from_string(Unknown Source)

at com.crystaldecisions.sdk.occa.report.definition.ObjectFormatConditionFormulas.readElement(Unknown Source)

at com.crystaldecisions.xml.serialization.CrystalSAXParserHandler.endElement(Unknown Source)

at org.apache.xerces.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:585)

at org.apache.xerces.impl.XMLNamespaceBinder.handleEndElement(XMLNamespaceBinder.java:898)

at org.apache.xerces.impl.XMLNamespaceBinder.endElement(XMLNamespaceBinder.java:644)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1008)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1469)

at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:329)

at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:525)

at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfiguration.java:581)

at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)

at org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1175)

at com.crystaldecisions.xml.serialization.XMLObjectSerializer.load(Unknown Source)

... 27 more

 

 

 

 

 

Could some one please help me with this?

 

Thank you

Iteration - list of users and groups

$
0
0

Hi,

 

I am trying to get the list of users and groups they are associated with it but could not iterate or loop through all the users and groups. Code is displaying only one user (login user) and its details. I need to get all the users and the associated groups. Any suggestion on how to modify the below code to display all the users and groups?

 

ISessionMgr sm = CrystalEnterprise.getSessionMgr();

          ies = sm.logon(UserName, password, cms, auth);

          IInfoStore iStore = (IInfoStore)ies.getService("","InfoStore");

          String Query = "SELECT top 10 * FROM CI_SYSTEMOBJECTS WHERE SI_KIND = 'User'AND SI_NAME = '" + UserName + "'";

          IInfoObjects iObjects = iStore.query(Query);

         

          for(int i=0;i<iObjects.size();i++)

           {

                      

              if (iObjects.size()> 0)

              {

                                   

                iObject = (IInfoObject) iObjects.get(i);     

                user = (IUser)iObject;

                java.util.Set usergroups = (java.util.Set)user.getGroups();                

                Iterator iter = usergroups.iterator();

                out.println("<tr bgcolor = lightblue><td>" + user.getTitle() + "</tr></td>");

                String groupName = null;

                    

                while (iter.hasNext())

 

 

                        {

      id = String.valueOf(iter.next());

                             String Query1 = "SELECT top 10 * FROM CI_SYSTEMOBJECTS WHERE SI_KIND = 'UserGroup' AND SI_ID = '" + id + "'";

                             IInfoObjects iObjects1 = iStore.query(Query1);

 

 

      for(int j=0;j<iObjects1.size();j++)

      {

 

 

                             iObject1 = (IInfoObject) iObjects1.get(j);

                             groupName = iObject1.getTitle();

                             out.println("<td>" + groupName + "<br></tr></td>");

 

Thanks,
Arun

Java Code to trigger Custom Based Event in BO XI 4.0 Release

$
0
0

Hello,

Before I ask my question, I already know that that the following configuration is not supported, but I would like to ask the question anyway in case someone knows an answer.

 

We installed BI Platform 4.0.  We have an existing custom java application that was built using the XI3 SDK.  For the most part, this app continues to work, with the exception of triggering custom events.  An example follows.  In this case,

 

IEvent oEvent = (IEvent)lInfoObjects.get(lIdx)    results in the exception:

 

"com.crystaldecisions.sdk.occa.infostore.internal.InfoObject cannot be cast to com.crystaldecisions.sdk.plugin.desktop.event.IEvent"

 

In looking at the IInfoObjects returned, these can't be cast to any of the usual class types.  Running this query via the Query Builder tool, I do see that the some of the properties for the result do look odd, for example:

 

#3797#     CrystalEnterprise.UserEvent

#3796#     UserEvent

 

Of course this same code runs fine using XI4 SDK.  I looked at the class structure for com.crystaldecisions.sdk.plugin.desktop.event package in the <cecore.jar> for both XI3 and XI4 and aside from having some additional classes in XI4, they include the same classes.  Does anyone have an explanation as to why this wou

 

Sample:

          ISessionMgr lSessionMgr = CrystalEnterprise.getSessionMgr();               

          lEnterpriseSession = lSessionMgr.logon(lUser, lPWD, lCMS, lSecurity);           

          IInfoStore lInfoStore = (IInfoStore)lEnterpriseSession.getService("", "InfoStore");

 

          String lQuery = "SELECT * FROM   CI_SYSTEMOBJECTS WHERE  SI_KIND = 'Event' ORDER BY SI_NAME";

           

          IInfoObjects lInfoObjects = lInfoStore.query(lQuery);

          for (int lIdx = 0; lIdx < lInfoObjects.size(); lIdx++)

          {               

               IEvent oEvent = (IEvent)lInfoObjects.get(lIdx);  

               IUserEvent lUserEvent = (IUserEvent) oEvent.getEventInterface();

               lUserEvent.trigger();

          }

Java Code to Trigger Custom Event XI3 SDK

$
0
0

I'm getting the following error for the statement on line 3:

 

java.lang.ClassCastException: com.crystaldecisions.sdk.plugin.desktop.event.internal.Event cannot be cast to com.crystaldecisions.sdk.plugin.desktop.event.IUserEvent

 

IEvent event = (IEvent) results.get(i);        //res += event.getTitle() + "<br />";        IUserEvent eTrigger = (IUserEvent) event;        eTrigger.trigger();

 

It's a similar problem as this thread however I am using the XI3 SDK.

 

http://scn.sap.com/thread/2061559

 

Can anyone help?

 

Thanks

BusinessObjects Enterprise Java Software Development Kit (SDK) ??

Failed to establish confidential channel. (FWM 02119) when using crystalReportViewer

$
0
0

Hi,

 

I trying to use the Java SDK to view crystal report that reside in another server from my application server.

I get the following error when the jsp try to execute the following line

 

IEnterpriseSession enterpriseSession = sessionMgr.logon(username, password, serverHost+serverPort, "secEnterprise");

 

]] Root cause of ServletException.

com.crystaldecisions.sdk.exception.SDKException$ConfidentialChannelFailed: Failed to establish confidential channel. (FWM 02119)

cause:com.businessobjects.bcm.exception.FIPSError: Cryptographic library is not FIPS-140-compliant.

detail:Failed to establish confidential channel. (FWM 02119) Cryptographic library is not FIPS-140-compliant.

        at com.crystaldecisions.sdk.occa.security.internal.ConfidentialChannelService.establishConfidentialChannel(ConfidentialChannelService.java:199)

        at com.crystaldecisions.sdk.occa.security.internal.ConfidentialChannelService.createConfidentialChannel(ConfidentialChannelService.java:145)

        at com.crystaldecisions.sdk.occa.security.internal.LogonService.doUserLogon(LogonService.java:985)

        at com.crystaldecisions.sdk.occa.security.internal.LogonService.userLogon(LogonService.java:292)

        at com.crystaldecisions.sdk.occa.security.internal.SecurityMgr.userLogon(SecurityMgr.java:191)

        at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody2(SessionMgr.java:446)

        at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon_aroundBody3$advice(SessionMgr.java:42)

        at com.crystaldecisions.sdk.framework.internal.SessionMgr.logon(SessionMgr.java:1)

        at jsp_servlet.__crystalreportviewer._jspService(__crystalreportviewer.java:130)

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

 

Application server i am using is weblogic 11g

May i know how can i resolve or bypass this error ?

 

Thanks.

Regards

Dennis

BI4 Java SDK - setting Webi prompts

$
0
0

In Java BO SDK I use following code to schedule a report with prompts to the file system destination:

 

private void scheduleReport(Member member, Report report, String savePath) throws SDKException {

        // Get the Report Engine and retrieve the document instance

        ReportEngines mReportEngines = new ReportEngines(enterpriseSession.getLogonTokenMgr().createWCAToken("", 1, -1));

        ReportEngine mReportEngine = mReportEngines.getService(ReportEngines.ReportEngineType.WI_REPORT_ENGINE);

        DocumentInstance documentInstance = mReportEngine.openDocument(140140);

        documentInstance.refresh();

 

        // Populate the document prompts with proper data

        Prompts prompts = documentInstance.getPrompts();

        setReportPrompts(prompts, member, report);

        documentInstance.setPrompts();

        documentInstance.save();

 

        // Retrieve Webi object in order to schedule it

        IInfoObjects infoObjects = infoStore.query(String.format("Select * From CI_INFOOBJECTS Where SI_ID=%d",140140));

        IWebi webi = (IWebi) infoObjects.get(0);

 

        ISchedulingInfo schedulingInfo = webi.getSchedulingInfo();

        schedulingInfo.setType(CeScheduleType.ONCE);

        schedulingInfo.setRightNow(true);

 

        IWebiFormatOptions formatOptions = webi.getWebiFormatOptions();

        formatOptions.setFormat(IWebiFormatOptions.CeWebiFormat.PDF);

        setDestinationToUnmanagedDisk(webi, savePath, report);

 

        IInfoObjects objectsToSchedule = infoStore.newInfoObjectCollection();

        objectsToSchedule.add(webi);

        infoStore.schedule(objectsToSchedule);

    }

 

The problem seems to be line:

documentInstance.setPrompts();

 

When I debug and just before this line call:

documentInstance.getPrompts().getItem(0).getCurrentValues();

then I can see in debugger that prompt is set with proper value.

 

Calling this

documentInstance.getPrompts().getItem(0).getCurrentValues();

after setPrompts() shows empty String array.

 

Rest of the code is just setting schedule destination to file system and running the schedule. In BI GUI I can see that new Report instance have been created and failed to schedule due to empty prompt value.

 

Do you have any idea why calling setPrompts() on documentInstance makes the prompts disappear?

 

Thank you


How to set Default DateTime values in Crystal Reports 2008

$
0
0

Hi All,

 

I'm using Crystal Reports 2008. I have two fields FromDate and ToDate in reports. While running report, FromDate field should be displayed with CurrentDate + 00:00:00 in the UI and for ToDate it should be displayed with CurrentDate + 23:59:59 format.

 

I have tried the below things, But still I want to set CurrentDate + 00:00:00 time in DateTime field.


"In CR 2008 you would set the time portion to 00:00:00 in this way:

 

1) Edit the date/time parameter and look for the 'Default Value' option; it would be blank

2) Set this to 00:00:00

 

This would default the calendar to 12/30/1899 00:00:00. The only worry here is, when you click on the calendar icon you would be presented with the calendar for the year 1899 and it is painstaking to scroll all the way to the current year."

 

I found one solution in SAP forum and I have added the below lines in Record Selection formula,

 

{@FromDate} = date(@CurrentDate)+time(00,00,00)

{@ToDate} = date(@CurrentDate)+time(23,59,59)

 

When I run the report, I still getting the empty values in the input parameters screen.

 

Am I missing anything? Kindly help

 

Thanks,

Ramesh Kumar G.

Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?

$
0
0

We need to import Business Objects Enterprise Java SDK's jar files. However, there is no document or forum post that have the directory for version BOXI3.1.

 

By searching for the cecore.jar file, we find a directory that contains many Business Objects Enterprise Java SDK jar files:

D:\Business Objects\BusinessObjects Enterprise 12.0\warfiles\WebApps\BusinessProcessBI\WEB-INF\lib

Is this the correct directory for the Business Object Enterprise jar files?

 

We imported bellow SDK jar files:

asn1.jar

cecore.jar

celib.jar

ceplugins_client.jar

ceplugins_core.jar

ceplugins_cr.jar

cereports.jar

certj.jar

cesession.jar

ceutils.jar

clientplugins.jar

commons-codec-1.3.jar

commons-logging-1.1.jar

corbaidl.jar

ebus405.jar

flash.jar

freessl201.jar

jsafe.jar

logging.jar

pluginhelper.jar

postprocessing_oca2service.jar

publishing_oca2service.jar

rasapp.jar

rascore.jar

reporttemplate.jar

serialization.jar

SL_plugins.jar

webreporting.jar

xbean.jar

xcelsius.jar

XcelsiusSLPlugins.jar

 

Is this the complete list that we should import for X3.1? there are some files like commons-codec-1.3.jar, it looks a Apache jar file, not the SDK's jar file. shall i include such files as well?

Logging off / invalidating an OpenDocument session

$
0
0

We're running into a problem with the use of OpenDocument.  Specifically, after a user is done using a WebI we'd like to logoff and invalidate their session.  The logical thing to do would be to redirect their browser to the Logoff URL used when you click Log Off from the SAP Dashboard.

 

Unfortunately, this URL (e.g. http://hostname:8080/BOE/portal/1407311547/InfoView/logon/logoff.do?bttoken=<token>) appears to require a form of CSRF (something called the bttoken) which if omitted doesn't allow the logout to work.


I was wondering if anyone else had come up with a good solution to this problem?

 

SAP claims this isn't being addressed in older KB issues 1384496 & 1437785 although they provide a workaround for the problem in 1897531 which only works for BO 3.1.

 

Not logging off the user when they're done using the WebApp rendering the WebI isn't the end of the world, but it would be very nice to do (reset state, free up resources on BO server, free up in-use licenses, allow BO user preferences e.g. locale to take effect without waiting for a session timeout).

 

====

 

Incidentally, as a bit of a surprise to me, the following code and redirecting the user to the OpenDocument URL with a logonToken establishes two separate sessions.  Calling logoff() on the boSession below will close out the first session, but doesn't effect the OpenDocument session at all.

 

final ISessionMgr sessionMgr = CrystalEnterprise.getSessionMgr();

ITrustedPrincipal trustedPrincipal = sessionMgr.createTrustedPrincipal(boUser, boServer, boSharedKey);

IEnterpriseSession boSession = sessionMgr.logon(trustedPrincipal);


String logonToken =  boSession.getLogonTokenMgr().getDefaultToken();

// Redirect user to OpenDocument/opendoc/openDocument.jsp with token=logonToken

WebiPrompt problem: no data to fetch ("your parameter here": no given values)

$
0
0

I am new to SAP Business Objects and am having trouble running a report that has parameters.  Specifically I am trying to execute a Web Intelligence Document that has WebiPrompts.

 

When I execute my program i get the following error:

no data to fetch ("pmTWIA": no given values)


In my code execution I can see that I am passing the xml with the prompts populated AND that when I look at the history for my Web Intelligence document that parameters have been passed.


Please see my java code attachment, debug output, and screen shot for more details


Get list of objects used in boxi 4.1 webi report

$
0
0

Hi, I am new to business objects sdk. Can anyone tell me the code to get list of objects used in a web intelligence report in BOXI 4.1. Which sdk to be used? Report engine sdk or restful sdk?

How to know who modified webi document?

$
0
0

Hello all.

I need to know who modified webi document with BO SDK.

This information can be found in the section "statisticts" in "document summary" if you open the report (screen attached).

Using the Query Builder I can know who created, creation date, and modification date, but can not know who modified.

Screen.jpg

Thanks.

Error: Unable to find servers in CMS - Deploying in Sun Solaris Machine

$
0
0

Hi Experts,

 

My team is developing a crystal report java application that access CR Report in the CR server X1.

The report retrieval works fine in windows dev environment (using Tomcat or Oracle App Server (OC4J)).

But when we deploy it to Oracle App server in Sun Solaris machine, we encounter this CMS server connection error.

 

[error]

08/12/01 18:40:43 com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServersDown: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

detail:Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

The exception originally thrown was com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$AllServersDown: Unable to find servers in CMS <ip address> and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator. and had the following message: Unable to find servers in CMS 10.188.12.108 and cluster  with kind cms and extra criteria null. All such servers could be down or disabled by the administrator.

[error]

 

I'm pretty sure that that CR server is not down since we can access it in our windows machine.

This might be a common problem and experts out there can share some resolutions.

 

Thank you in advance.

 

Regards,

Rulix


Crystal Reports Viewer 2013 Error Handling

$
0
0

Hi all,

 

I am building a JSP web application to display a report by using the Crystal Report Viewer API. Whenever an error occurs, it is displayed in a popup window together with the full stack trace as can be seen in the screenshot below:

Screenshot.png

 

Is there any configuration to disable these error messages since it is a PCI requirement not to display any stack traces to the user?

JSONObject["ancestors"] is not a JSONArray

$
0
0

I'm using the Crystal Reports 12.1 Java SDK. I receive this exception when a report initially loads and each time I page through the report:

 

com.businessobjects.report.web.json.JSONException: JSONObject["ancestors"] is not a JSONArray.

  at com.businessobjects.report.web.json.JSONObject.getJSONArray(JSONObject.java:456)

  at com.businessobjects.report.web.shared.JSONParameter.getDiscreteValueFromJSON(JSONParameter.java:708)

  at com.businessobjects.report.web.shared.JSONParameter.getValueFromJSON(JSONParameter.java:635)

  at com.businessobjects.report.web.shared.JSONParameter.jsonToFieldValues(JSONParameter.java:592)

  at com.businessobjects.report.web.shared.JSONParameter.getValues(JSONParameter.java:455)

  at com.businessobjects.report.web.shared.JSONParameter.toParameterField(JSONParameter.java:919)

 

I'm wondering if it is because I am handling the report parameter screen myself rather than having the viewer prompt the user to enter parameters. The user fills out a custom parameter screen and the parameters are sent back to the server and injected into the viewer using the setParameterFields() method. The report runs fine, I'm just concerned about these exceptions that are being thrown.  I don't see the exceptions when running a report that does not require parameters.

 

If anybody has seen this before please let me know. Thanks.

PromptsUtil.populateWebiPrompts not working in BI 4.0

$
0
0

We are trying to schedule a report in java sdk by set the prompts to the scheduling report for which we tried the  "PromptsUtil.populateWebiPrompts "  to set the prompt value but it is not working .I saw in a forum that  bunch of classes\ interfaces from Rebean SDK are removed in BI 4.0 and so the PromptsUtil class  is not working . 

 

Is there any replacement for the classes or any other solution to set the prompts to reports in BI 4.0 SDK ? 

 

Any help appreciated !

 

 

Thanks,

A. Senthil Ganesh

BI 4.1 Java SDK Export to PDF more slowly then BOE XI R2

$
0
0

Hi Experts,

 

BOE XI R2 upgrade to BI 4.1.

But Java SDK export to PDF become slow.

 

 

[Processing Diagram]

ViewReportProcessing.jpg

 

[Export Time]

BOE XI R2 : 17 sec

BOEXIR2.jpg


[Export Time]

BI 4.1 : 99 sec

BI41.jpg

 

 

 

[Code]

Code.jpg

 

 

Is this iText library(SDK) version issue?

 

Who is PDF generator?  WAS(BOE Java SDK)?  BOE(Processing Server)?

 

How can I solve this situation?

Please suggest.

Thanks a lot of.

 

 

Marc

Get CMC Scheduled Report Status

$
0
0

Hi Experts,

In CMC Instance Manager, one can get a list of schedule reports and their statuses.  I am looking for an Java API to get the same information as that in Instance Manager.  Would you mind pointing me to which API I can use or having sample to provide me to do that?

 

Thank you for your help.

Viewing all 1701 articles
Browse latest View live


Latest Images

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