ADODB.Command.Execute results in “Run-time error ‘-2147467259 (80004005)” how should I resolve?

I am encountering Run-time error ‘-2147467259 (80004005)” when calling the .Execute method of my ADODB.Command. The issue is not my connection string or it being a stored procedure. I have other stored procedures in my module that work perfectly fine, and the connection string is shared between these procedures inside the module.

Here are the relevant code sections:

Stored procedure to copy parameters:

function CopyModelParameters(a_destinationId in number, a_sourceId in Number) return number is
cursor mpvSource_cur is
    select * from ModelParameterValue where model_id = a_sourceId;
mpvSource_Rec mpvSource_cur%ROWTYPE;
begin
for mpvSource_Rec in mpvSource_Cur loop
    exit when mpvSource_Cur%NOTFOUND;

    update ModelParameterValue
        set Updated_date = SYSDATE,
            CurrentValue = mpvSource_Rec.CurrentValue
    where model_id = a_destinationId
        and modelparameter_id = mpvSource_Rec.modelparameter_id;
end loop;
return 1;
end CopyModelParameters;

Function that defines the stored procedure in vba:

Public Sub copyModelParameterValues(ByVal targetID As Long, ByVal sourceID As Long)
    connectToDB
    
    Dim copyModelParameterValuesProc As ADODB.Command
    Set copyModelParameterValuesProc = New ADODB.Command
    copyModelParameterValuesProc.ActiveConnection = dbConnection
    
    Dim returnParam As ADODB.Parameter
    Set returnParam = copyModelParameterValuesProc.CreateParameter("", adVariant, adParamReturnValue, 64)
    
    With copyModelParameterValuesProc
        .Parameters.Append returnParam
        .Parameters.Append copyModelParameterValuesProc.CreateParameter("@a_destinationId", adNumeric, adParamInput, 64, targetID)
        .Parameters.Append copyModelParameterValuesProc.CreateParameter("@a_sourceId", adNumeric, adParamInput, 64, sourceID)
        .CommandText = "ModelParameterPkg.CopyModelParameters"
        .CommandType = adCmdStoredProc
        '.Execute
    End With
    copyModelParameterValuesProc.Execute
End Sub

Where the stored procedure is called at:

Private Sub createModelButton_Click()
    Dim modelBarcode, modelNumber As String
    modelBarcode = targetBarCodeTextBox.Value
    modelNumber = targetModelTextBox.Value
    
    Dim activeModel As Integer
    If activeCheckBox.Value Then
        activeModel = 1
    Else
        activeModel = 0
    End If
    
    Dim newModelID As Integer
    newModelID = insertNewModel(modelBarcode, modelNumber, activeModel)
    
    Dim modelParameterRecordSet As ADODB.Recordset
    Set modelParameterRecordSet = getAllModelParameters
    
    Dim modelParameterID As Variant
    Dim currentValue As Variant
    
    If Not modelParameterRecordSet.EOF Then
        Do Until modelParameterRecordSet.EOF
            modelParameterID = modelParameterRecordSet.Fields("ModelParameter_ID").Value
            currentValue = modelParameterRecordSet.Fields("DefaultValue").Value

            insertModelParameterValue modelParameterID, newModelID, currentValue

            modelParameterRecordSet.MoveNext
        Loop
    End If
    
    CreateModelForm.Hide
    
    Dim sourceModelID As Integer
    If sourceComboBox.List(sourceComboBox.ListIndex, 1) Then
        sourceModelID = sourceComboBox.List(sourceComboBox.ListIndex, 1)
        
        copyModelParameterValues newModelID, sourceModelID
    End If
    
    'copyModelLimits sourceModelID, newModelID, "", "Model Copy"
    
    getNewModelInfo newModelID
    
End Sub

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật