Quantcast
Channel: Quality Center / ALM Practitioners Forum topics
Viewing all articles
Browse latest Browse all 5491

SAapi Delete Project

$
0
0

Hello,

 

I cant delete project from ALM 11 with the SAapi 

This is my code :

 

=============================

Private Sub DeleteProject()

Dim sDomainName As String
Dim sProjectName As String
Dim sReply As String

On Error GoTo err
sDomainName = "****"
sProjectName = "****"

Dim m_SAClient As New SACLIENTLib.SAapi
m_SAClient.Login "*******", "******", "*******"
MsgBox ("Admin Logged ")

sReply = m_SAClient.DeleteProject _
(sDomainName, sProjectName, "*******", "******")
MsgBox sReply
Exit Sub

err:
MsgBox "Program failed:" + err.Description
End Sub

 ======================

 

 

 

the error is in attachments

 

any  help! 

 


Viewing all articles
Browse latest Browse all 5491

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>