Skip to main content
Nintex Community Menu Bar

Invalid Serial Numver :

  • June 19, 2008
  • 5 replies
  • 7 views

Forum|alt.badge.img+5

I Submited and created an instance ok, but when trying to open the task, I get thir error: 4126 Invalid Serial Numver : 2_127


The serial number (2_127) is the correct one.

5 replies

Forum|alt.badge.img+3
  • June 19, 2008

Hello Rui Martinho,


 


From the error you are getting, I have seen this in the past.  Please check the following:


 - If your page is a page that starts a process it needs to be a Plan Page.
- If it is a page with a Plan Button, it needs to be a Plan Page.
- If it is a Client Page it needs a Finish / Update Button.


 After verifying this please let me know if this helped with your issue.


 


Cheers,


 


Jon


Forum|alt.badge.img+11
  • June 19, 2008
What does the code you are using to open the item look like?  I assume this is a web application, so have you enabled integrated authentication and impersonation?

Forum|alt.badge.img+5
  • Author
  • June 19, 2008

Hi, thanks for your reply,


This is not a smartform (I'm not working with plan pages/client pages), it's a normal aspx (K2 Blackpearl) and I'm using K2 objects to connect. I'm using the method OpenWorklistItem(SerialNumber, "ASP"), which I know it works, I've done it both in K2.net 2003 and blackpearl(K2 vpc). But in this environment I'm getting this error.


Forum|alt.badge.img+5
  • Author
  • June 19, 2008

Yes, I have integrated authentication and impersonation, I was able to start the process instance.


Forum|alt.badge.img+5
  • Author
  • June 20, 2008

My mistake... I was using an url address in the client event that has the connections for K2.Net 2003. Just realized it when looked in detail to the error and saw K2ROM referenced.