Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Checklinks - Created Batch without BatchID

Posted on by 50

Checklinks created a batch in financial without a BatchID.  There are zero transactions in the batch.  When I click to open the batch, it states " Please select a record first".  I want to delete it.  I ran checklinks on the entire financial series and clear data on the Transaction Work table.  Any other ideas?

*This post is locked for comments

  • Verified answer
    Mahmoud Saadi Profile Picture
    Mahmoud Saadi 32,738 on at
    RE: Checklinks - Created Batch without BatchID

    Cindy,

    you are supposed to replace the "Dex_Row_Value" with the number retrieved from the first statement.

    I mean, the first select will give you the Dex_Row_Id of the empty batch id. Suppose it says "543". Now you run the delete statement replacing the (Dex_Row_Value) with 543.

    Your feedback is highly appreciated.

  • Cindy E Profile Picture
    Cindy E 50 on at
    RE: Checklinks - Created Batch without BatchID

    First statement worked.  After runninb second, it states that "Dex_Row_Value does not exist".  Any ideas?  

  • Mahmoud Saadi Profile Picture
    Mahmoud Saadi 32,738 on at
    RE: Checklinks - Created Batch without BatchID

    Get it deleted on the SQL level , SY00500

    Run the following SQL statement,

    SELECT BACHNUMB, DEX_ROW_ID, * FROM SY00500 WHERE BACHNUMB = ''

    You can then proceed deleting this record by considering the Dex_Row_ID. Run the following SQL Statement;

    DELETE FROM SY00500 WHERE DEX_ROW_ID = Dex_Row_Value

    If you are not quite accustomed to using SQL, please contact you DB administrator.

    Hope this helps,

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans