0

I need to change the creation date of an nsf. How do i proceed with it???

i searched and found out that database.Created is an >> read-only value and cannot be changed. http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.main.doc%2FH_CREATED_PROPERTY_DB.html

Is there any way by which i can do so????

Thanks In Advance.

Bebo
  • 129
  • 2
  • 12

3 Answers3

0

If you change the Database to a template by changing the file extension to .ntf, and then create a new database based on that template, that will change the created date

UPDATE: You can also accomplish this using the "Database > New Copy" option (or Application > New Copy in version 8.x)

Ken Pespisa
  • 21,989
  • 3
  • 55
  • 63
0

If you create an operating system copy of the file, the Notes creation date should remain the same. Otherwise, you can't have a creation date earlier than today.

David Navarre
  • 1,022
  • 10
  • 27
0

As I don't think this is in general a good idea I didn't test this, but it might work :

  • Shutdown the server.
  • then make a OS copy of the NSF you want to manipulate to your PC.
  • Change date/time of your local PC.
  • Start Notes, make a copy.
  • Copy this new NSF back to your server (OS copy).
Jacob Saylor
  • 2,371
  • 1
  • 31
  • 46
Michael Ruhnau
  • 1,399
  • 1
  • 7
  • 15