|
Results |
|
Fix for "axis2.AxisFault: Read timed out" errors on deployments/promotions
You may receive the following error in the Application Repository log in 11.3 when you attempt to deploy or promote a process app : Failed to export from Application Engine at: http:// servername
|
|
|
Read time out after exactly 2 hours taking a snapshot (exporting) a Process App from the SBM Application Repository -timeout
Exporting a Process App from the SBM Application Repository (Application Engine) can take hours if the Auxiliary tables are too large. The SBM system is set to export in max 2 hours otherwise it will appear with an error " Read time Out " if it is exceeding the 2 hours limit.
|
|
|
Composer time out during deploy gives error "The request channel timed out while waiting for a reply after 00:01:59.5468663"
SBM 10.1 and later: Inside Composer, if a process app is already open, close it. Click on the Composer button in the top left corner, and select Composer Options.
|
|
|
Error when deploying Process App - ....ERROR -- Cannot deploy BPEL definition for process model ... 500 ... bpel-definition.xml could not read wsdl document
Error similar to below occurs when trying to deploy Process App :
|
|
|
Orchestrations and Timeout Errors
This can happen for several reasons, but the timeout mostly occurs when Serena Business Mashups has recently been started. If a mashup user receives an error when submitting a request, the user should try submitting the request again. (In the case of Serena Business Mashups/Salesforce.com integration, Salesforce.com is the mashup tool and the mashup user initiates the request to the orchestration workflow from a customized interface presented by Salesforce.com.)
|
|
|
Cannot submit a release package, instead see error ""Uncaught TypeError: Cannot read property 'editedTaskCollection'"
In SBM Composer, open the RLC - Release Package process app . Under Visual Design, select the Submit Transition Form
|
|
|
Incorrect underscore in SBM2008 R2 script documentation
In the Mashup Script Reference guide, the “Sample One: Read /Write Fields” script contains the following line: Call Ext.LogErrorMsg( "Cannot write to field " & QUOTE & FLDNAME_DEST _ & QUOTE )
|
|
|
Incorrect manual stated in error message
If you receive an error message, in which it is suggested you read "the orchestrations section of the Serena Mashup Composer", there is now a separate guide for Orchestration issues called SBM Orchestration Guide.
|
|
|
Mashup import fails when not using US regional settings
When Importing a mashup, if the client computer is not set to US regional settings (to one where dates default to DD/MM/YY formats), the import may fail if there are default date values set in the orchestration. The system will incorrectly read those dates as MM/DD/YY and fault when it sees an invalid DD value.
|
|
|
Mashup Script リファレンス
QUOTE = Chr( 34 ) ' the only way to get a quote in VBScript ' Read from the source field If Not Shell.Item.GetFieldValue( FLDNAME_SRC, fldValue ) Then ' Error finding the field or reading from it Call Ext.LogErrorMsg( "Cannot read from field " _ & QUOTE & FLDNAME_SRC & QUOTE ) Exit Sub End If ' Write to the destination field If Not Shell.Item.SetFieldValue(
|
|
|