Package creation error: 30003 RuntimeService has encountered an error

  • 19 January 2016
  • 1 reply
  • 3 views

Badge +4


 

Symptoms

 


The error occurs when you create a package

Exception:
SourceCode.Hosting.Exceptions.SCException: 30003 RuntimeService has encountered an error. RuntimeService has encountered an error. Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at SourceCode.Hosting.Client.BaseAPI.BaseAPIConnection.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType)
at SourceCode.Hosting.Client.BaseAPI.BaseAPI.RemoteCall(String TypeName, String MethodName, Object[] Parameters, Boolean[] NullList, MarshalMessageType CallType)
at SourceCode.Deployment.Management.ClientSession.OnPackageItems(PackageItemOptions options)
at SourceCode.Management.Controls.AddItemCommandHandler.<>c__DisplayClass14.b__6()
at SourceCode.Management.Controls.Framework.AsyncTaskManagerService.ProcessAsyncQueue()
 

 

Diagnoses

 


The error can be reproduced in certain instances by creating a package that contains large objects.
 

 

Resolution

You can work-around the issue by packaging views, forms, and SmartObjects separately.

 

 



 

1 reply

Badge +1

I have found an issue that in certain cases, if your view contains rules with open - and action work list item, the view does not want to package.

The workaround for this was to remove the rule, deploy to PROD and re-anble to rule, however this is not ideal.

 

Reply