Not a sub or function name: STAMPDOCEXEXPIREDATE

Basically, if you upgrade your folder design (manually, or by using load convert -u * ) you “may” get this message when you try and go into the folders that have been updated.

Just got off the phone to IBM.

There is a “known code defect” that is not getting any attention becuase nobody has reported it yet.

The very helpfull person I spoke to has said that if more people report the problem - the more chance it has of getting fixed sooner rather than later.

It won’t be fixed in 7.0.3 (due october)

It “might” get fixed in 7.0.4 (due apr 2008 … earliest)

If you’ve got a support contract … please report the issue,

thank-you.

(Darren, Alan … if you’re reading … this could potentially mean we have to kick notes & domino out - it will hold two big projects up)

Subject: Not a sub or function name: STAMPDOCEXEXPIREDATE

Open the database in designer and try clicking on Tools-Recompile all lotusscript and see if that resolves the issue.

Subject: RE: Not a sub or function name: STAMPDOCEXEXPIREDATE

Thanks for the reply,

As per this thread:

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/cabfdf0d8b3b0ee085257133005f4de6?OpenDocument

I tried this and unfortunately it doesn’t work.

I spent an hour or so on the phone with IBM going through an INTERNAL document. It is a “known code defect” - proved by using thier test.

I managed to drag the internal document reference from the support chap, on the promise that I only use it in correspondence with IBM.

Subject: RE: Not a sub or function name: STAMPDOCEXEXPIREDATE

We faced the same problem and we found out that using the server command “load convert -u dbname * templateName” fixed the problem !!!

It seems the problem comes when do a refresh design and then use the upgrade folder design action…

Hope this helps

Renaud

Subject: RE: Not a sub or function name: STAMPDOCEXEXPIREDATE

We are starting the upgrade our clients to release 7.0.3, including the upgrade of their mailfile using dwa7.ntf template. In order to distribute the new client + template, we are have setup a SMART upgrade process. The distribution works fine, but at the end of it our very first test user got this ‘STAMPDOCEXEXPIREDATE’ error message when selecting one of his folders. I am putting a 150 users upgrade on hold just because of this.

We have tried both suggestions found in this forum: ‘Recompile all Lotusscripts’ & ‘load convert -u dbname * templateName’, none have solved the problem unfortunatelly.

Can someone from IBM come with a solution please?

Subject: RE: Not a sub or function name: STAMPDOCEXEXPIREDATE

We found a (not very nice) workaround in the mean time. Let me share it with everyone:

Let’s imagine that your folder AAA comes up with this error when you click on it.

  1. Create AAA01 folder

  2. Move content from AAA to AAA01

  3. Delete AAA

  4. Rename AAA01 into AAA

  5. Close and re-open Lotus Notes client.

I hope this helps.

Subject: RE: Not a sub or function name: STAMPDOCEXEXPIREDATE

I had the same issue, nothing worked (design replace, upgrade folder design several times), so I had a look into the design of a misbehaving folder. After opening the design, I was not able to save it (error message that STAMPDOCEXEXPIREDATE was not found.

You can find references to STAMPDOCEXEXPIREDATE

in the options and under Queryaddtofolder.

What worked:

Comment out the call to Queryaddtofolder and the use statement to Use “DocExpProcessing_de-DE”, saved it.

Open design again activate again the two lines and now you are able to save the folder design. Seems it forces to reload the scriptlib.

Please note, its for just one folder …