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

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

eConnect Error Number = 768 Stored Procedure= taPMDistribution Error Description = Account does not exist for Account Index

(0) ShareShare
ReportReport
Posted on by 76

Hello,

Getting this error using eConnect, I'm pretty sure I'm passing in the Account Index. I cannot repro this on my dev box. But this is happening on the customer site. I believe it's some configuration in GP. Any help would be appreciated.

thanks

Error Number = 768  Stored Procedure= taPMDistribution  Error Description = Account does not exist for Account Index

Categories:
I have the same question (0)
  • Suggested answer
    Derek Albaugh Profile Picture
    on at
    RE: eConnect Error Number = 768 Stored Procedure= taPMDistribution Error Description = Account does not exist for Account Index

    Looking at the taPMDistribution procedure, error 768 is produced from this piece of code:

    if (@I_vACTNUMST <> '')

    begin

    select @I_vACTINDX = 0

    select @I_vACTINDX = ACTINDX from GL00105 (nolock) where ACTNUMST = @I_vACTNUMST

    if (@I_vACTINDX = 0)

    begin

    select @O_iErrorState = 769    

    exec @iStatus = taUpdateString

    @O_iErrorState,

    @oErrString,

    @oErrString output,

    @O_oErrorState output

    end

    end

    else

    begin

    if not exists(select 1 from GL00105 (nolock) where ACTINDX = @I_vACTINDX)

    begin

    select @O_iErrorState = 768  

    exec @iStatus = taUpdateString

    @O_iErrorState,

    @oErrString,

    @oErrString output,

    @O_oErrorState output

    end

    In this case it's looking for the @I_vACTINDX value in the ACTINDX column of the GL00105 table, if not found, it generates this error message.

    The entire code string is here:

    Thanks

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 2,317

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 918 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 656 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans