call us now! +8615978832153
[email protected]
Shanghai, China.

How to get the list of process instances based on dataslot value

By default, BizStore Query Service API(BS****) retrieves the data as per user session created. User will need to use the addUser method of QSFilter class and pass all the users from the realm to the filter.

Get Quote

How to extract the content of List dataslots via a SQL query to the

Large dataslots are actually stored in tables as BLOB datatypes(i.e in binary formats), so it is not possible to extract them via a query. Furthermore, it is recommended to use the bundled API to retrieve the dataslot values and it is the supported way to access data that are stored with the OEBPM schema.

Get Quote

OEBPM: How to create a collaboration for an activity

1. Create a Java project in PDSOE. 2. Add following to its build path: jbossall-client.jar (DLCoebpmjbossclient) jboss-client.jar (DLCoebpmjbossclient) External class folder

Get Quote

[OEBPM] Error casting JavaScript variable after migration

Migrating from Savvion to OpenEdge BPM. Code is executing in the "Start_WhenCompleted" script. Same code worked in Savvion.

Get Quote

BizLogic server Error

Resolution. Use supported version of IBM WebSphere (Standalone 7.0.0.13) and observe the behavior. This problem has not been seen with a tested / certified version of WebSphere (App Server version 7.0.0.13). Even if WebSphere AppServer 7.0.x is supported on Rational Application Developer, Savvion has not been tested / certified for use with ...

Get Quote

Caused by: java.lang.NoClassDefFoundError: …

Resolution. To know the order of the classes being loaded in such scenario, as the class "com/savvion/sbm/bizlogic/util/BizLogicClientException" is already loaded, …

Get Quote

Getting "java.security.NoSuchAlgorithmException: DES …

Note: If you have run the installer without applying the Java 7 fix to Websphere Application Server, you will notice that the Java Home value is not being picked up automatically when WebSphere is selected during the first run of the installer. Once the Java 7 fix for Websphere Application Server is properly installed, you have to rerun the …

Get Quote

API to retrieve the file attached to a document dataslot which gets

Product: Savvion Version: All SBM versions OS: Any Application Server: Any Database: Any Browser: Any Question/Problem Description How to retrieve the file attached to a document dataslot which gets saved as a BLOB object in the database ?

Get Quote

Unable to consume the message sent via publish Mode of …

Overview You face BizLogic can not process the message sent from the message workstep considering it being non-serializable. The below...

Get Quote

How to make a workitem available to the additional members of …

Below is the API that can be used for this requirement. import com.savvion.sbm.bizlogic.server.ejb.BLServer; import com.savvion.sbm.bizlogic.server.ejb.BLServerHome ...

Get Quote

When Queue is not present therequest is getting suspended …

jst.setperformer' do not reassign workstep to manager but only sets the performer to valid and existing user. If performer is invalid, then pre-script will fail and inturn suspend the workstep.

Get Quote

Exception "Either the workitem with id "146,438" could not be …

The default value of bizlogic.session.timeout=360 minutes. User continously worked for 6 hours without logging off. After extending the work on portal without re-login, the bizlogic session got timeout and thus the already existing bizlogic session got invalidated by Bizlogic.

Get Quote

How to attach files to document dataslot using SBM API …

Step 2:- Get the handle to BizLogic session object. Step 3:- Once BLServer and BLSession objects are initialized, get the process instance object and manipulate the document …

Get Quote

EXCEPTION_ACCESS_VIOLATION exception on Termination of …

EJB server shuts down randomly and terminates and throws below mentioned exception

Get Quote

Problem occuring on Analytic Engine while executing webservice

I have defined a rule and specified a web service as action. Rule is violated and instance is created but web service is not get created. Following exception occurs m.dante.analysis.action.template.context.ActionContextImpl@11b6341 OPTIMIZE) [Analytic Engine v7.1.0.0.dante.analysis.action.WebServiceAction. sActionInvokeAction] …

Get Quote

Savvion sbm bizlogic util bizlogicappexception-ээс үүдэлтэй

Nov 26, 2017 caused by savvion bizlogic util bizlogicappexception. Savvion Problem The total size of process template data slots . Nov 7, 2011 …

Get Quote

WorkStepInstance and WorkItem API execution is failing in …

Overview You are using the below APIs in the Adapter workstep to get and complete the workitem: com.savvion.sbm.bizlogic.server.svo.WorkStepInstance com.savvion.sbm.bizlogic.server.svo.WorkItem H...

Get Quote

BizStore Server is stuck and not processing bizlogic …

at com.savvion.sbm.util.SBMException.prepMessage(Unknown Source) at com.savvion.sbm.bizlogic.storeevent.BizStoreException.(Unknown Source) at …

Get Quote

Long running adapter option is not working in TomEE – Savvion …

Overview. You have a long running adapter in business process which you have marked explicitly in the adapter configuration. It's working with JBoss but failing on TomEE with the below error:

Get Quote

Savvion Worksteps suspended with: Internal error -100007 in …

Disclaimer. The origins of the information on this site may be internal or external to Progress Software Corporation ("Progress"). Progress Software Corporation makes all reasonable efforts to verify this information.

Get Quote

How to archive process/events data using API

The below API will purge the process data of the qualified instance(s) and create an xml file for the purged data at the location specified in the "location" property in the archival configuration file(in this case its archiverpurge.xml).

Get Quote

How to attach files to document dataslot using SBM API in a BizLogic

private com.savvion.sbm.bizlogic.util.Session blsession = null; private com.savvion.sbm.bizlogic.client.BLClientUtil blc = null; private BLServer blserver = null; private long piid=776; // 776 is the target ProcessInstance ID …

Get Quote

How to attach document to document dataslot using API?

Below is the sample client code for attaching document to document dataslot. package com.savvion.test; import java.io.*; import com.savvion.sbm.bizlogic.client ...

Get Quote

Adapter suspended due to JMS Exception

The exception occured because the messaging engine the Savvion Bizlogic app is trying to connect to was quiesced (was shutting down) [2/18/12 1:13:16:827 EST] 00000037 SibMessage I [:] CWSIV0785I: The messaging engine SBMEJBCLUSTER.002-sbmbus on bus sbmbus is quiescing.

Get Quote

How to retrieve start and due date of a ProcessInstance?

Below is the sample code that can be used to get the start and due date of process instance and bind the values to date dataslot: java.io.InputStream futil = java.lang.ClassLoader.getSystemClassLoader().getResourceAsStream("sbm.conf");

Get Quote