Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

error 6908 another process has already added ...

(0) ShareShare
ReportReport
Posted on by

I have  VB.NET custom screen in sl 2011. when a new record is saving, error 6908 shows up complaining one of the drop down list.

Thanks in advance for any advices.

 

 

This is how list is populated

       

Dim strSource As String

        serr5 = SqlFetch1(c5,

"SELECT * FROM pjcode WHERE code_type = 'xxxx'", bPJCODE)

        strSource =

""

       

While serr5 = 0

            strSource = strSource + (Trim(bPJCODE.code_value)) +

";" + Trim(bPJCODE.code_value_desc) + ","

            serr5 = SFetch1(c5, bPJCODE)

       

End While

        strSource = Mid(strSource, 1, Len(strSource) - 1)

       

Call SetProps(Me, cxiSource, cxiSource, PROP_CUSTLIST, strSource)

*This post is locked for comments

  • Ram Peru Profile Picture
    Ram Peru 2,830 on at
    RE: error 6908 another process has already added ...

    Hello DYNDEV,

    Since It was the custom screen,the error might be raised due to the violation of primary constraints of your custom table,

    You are trying to inserting the same key value into your custom table.Please redefine your primary key values in your custom table.

    This may solve your issue.

    Thanks,

    Perumalsamy R.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,432 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans