Forum Discussion

Henro Nijboer's avatar
Henro Nijboer
Copper Contributor
Nov 08, 2017

CSOM error WASSN_ACTUALS_PENDING IS NULL

I'm currently developing a Project Online client application using CSOM.

When i'm requesting the Task Assignments i'm receiving the following error with some projects:

 

The value for column 'WASSN_ACTUALS_PENDING' in table 'Assignments' is DBNull.

 

I've already checked out and published the project but it doesn't help.

 

Any suggestions how to solve this?

5 Replies

  • Henro Nijboer's avatar
    Henro Nijboer
    Copper Contributor

    Currently i'm trying to get in contact with Microsoft, but it is very hard to get in contact with someone who has technical knowledge.

     

    In the attachment some example code, with the Exception from Project Online.

     

    Any help is appreciated.

    • Anonymous's avatar
      Anonymous

      I am also suffering from this same error.  Be keen to here any solutions you may have come up with?

      • Henro Nijboer's avatar
        Henro Nijboer
        Copper Contributor

        This weekend I received a fix from Microsoft.

        A Full Publish will solve the problem, a full publish can be executed from Project Professional Pro. 

         

        After you open the project:

        - In the ribbon 'View', click on the arrow below 'Macros' and select Visual Basic

        - Double click on 'This project' in the navigation tree

        - Copy paste this:

         

        Sub FullPublish()
        Publish Republish:=True
        End Sub

         

        - Press the play button (F5)

         

        This solved my problem.

Resources