sqldatabasefirebirdfirebird2.1

Firebird Error: "operating system directive CreateFile failed"


Did any one see this error ??

I'm using Firebird 2.1 and database create statement is getting failed on v.first stored procedure execution.

Error Message:

[869] : There was a problem creating a DBProvider with the following parameters: StoredProcedureName:sel_NextObjectID
 2. operating system directive CreateFile failed
 3. operating system directive CreateFile failed
    Stack Trace 


 2.at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create()
   at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at FirebirdDBProvider.NewProvider_Internal(String commandText, String connectionString, CommandType commandType)  

3 at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnectionPool.Create()
   at FirebirdSql.Data.FirebirdClient.FbConnectionPool.CheckOut()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at FirebirdDBProvider.NewProvider_Internal(String commandText, String connectionString, CommandType commandType)

Solution

  • Well, deleting all temp file fixed this thing. Found the same issue on firebird too.

    1) Make sure your application (on which you're facing this issue) is not running.
    2) One Run dialog (Window + R) and type in “%temp%” and click “ok”
    3) In the opened folder delete all the files (which can be deleted).
    4) Start the application.