web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
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

I have the same question (0)
  • Ram Peru Profile Picture
    2,830 on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics SL (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans