Saturday 7 January 2017

Getting Errors SBL-EAI-50228, SBL-DEV-00341, SBL-EAI-04262 While Import/Export Of workflow



Error: File could not be created as the directory specified for the file creation is not valid (SBL-EAI-50228).

After 8.1.1.10 upgrade when we try to export workflow from tools we may find below error:



Similar error might be faced while importing WSDL, creating xsd from tools as well as in ADM.

This is due to new parameter EAIFileTransportFolders introduced as new feature in 8.1.1.10 Fix Pack and 8.2.2.3 or later. This parameter allows you to restrict write access for the EAI File Transport to specific folders within the Siebel file system.

By default, the Siebel temporary folder, SIEBSRVR_ROOT\TEMP, is a permitted folder and is not required to be explicitly configured with the EAIFileTransportFolders parameter.

If the parameter is not configured, then writing is allowed only to the Siebel temporary folder; any attempt to write a file to a folder other than the Siebel temporary folder will fail with error SBL-EAI-50228.

This parameter is affecting Siebel tools as well as dedicated client.

In order to fix this problem in Siebel tools and client you need to create following entry in Siebel Tools  & client cfg file

[EAIFileTransportConfigSubsys]
EAIFileTransportFolders = c:\;d:\

The path separated with ‘;’
It will allow you to export workflow anywhere in the path mentioned.
For further details refer oracle Doc ID 1542583.1



No comments:

Post a Comment