Xpages - problems saving changes

Hello, good afternoon!

Could you help me with the xpage environment?
I am saving a change to an xpage and when I save it, it signs all the other unchanged xpages. In version 12.0.2FP1
and 14 it does not happen, but when I save I cannot run the code. Even though I have not tried to change any code.





T
TThank you for the help !

Whenever, you change the design of an Xpage or a Control or any other component in xpages environment, the same would get signed by the currently active user ID.

The page will be built immediately depending upon the "Build Automatically" being checked or not in your designer interface. In your image attached above, "Build Automatically" is not checked, so you will need to use the option "Build Project" or "Build All".

But only those components will be signed (Xpage or a Control etc) where you have had an effective Save irrespective of whether you changed something or not.

If Build Automatically is not checked build the Application manually for it to be able to be run.

Also check the Server Security settings under "Server->Programmability Restrictions" . The code signed by the current ID modifying the code may not be allowed to execute on the Server. ensure your ID is included in the relevant portions depending uopn the actions your code executes

Hope this helps.

See screen shot below:

@Vinicius Dantas

The application components will be signed using the currently active user ID.

Since "Build Automatically" is not enabled in your Designer (as seen in your screenshot), the project will not build automatically. In this case, you will need to manually trigger the build using "Build Project" or "Build All".

Please note that only components (such as XPages or Custom Controls) that have been explicitly saved even without any changes will be signed during the build process.

If "Build Automatically" is disabled, a manual build is required for the application to run correctly.

Additionally, ensure that your server's Programmability Restrictions (located under Server → Security → Programmability Restrictions) allow execution of code signed by your current Notes ID. If not, the application may fail to run as expected. Please confirm that your ID has the necessary permissions, based on the actions performed by the code.

Good afternoon!

What happens is that I’m in the sesenvoldore group and the group has privilege

I understand that only one element you change should be signed and compiled and not signing all elements.
but is signing all elements.

 

In the image in your initial post, i can see that there are two times being shown. So evidently, your one save is not effecting all the other xpages.

By the way , are you saying that when you save one control or xpage , the last save time for all changes? This can not happen unless you got a major issue in the designer installation. You may consider running your notes installation on top of the existing installation.

Also run the "clean" option and select "clean all projects" and " build the entire workspace" as a one time measure. Do this after switching to XPages perspective in designer

To be sure that signing issue is there, i suggest the following:

Log in with some other id who is in the same group.

Edit and save an xpage.

Login with your id and edit and save another page.

Then see if your contention is correct.

What about the Build Project point?

You said i cannot run the code.

What is the error you are getting on the console?

What have you configured in the launch properties of the nsf file.?

What is the url you type in the browser?

What is the error you get in the cosole?

A little more details about the problem will help.

The group name you mention and the one shown in image do not match. Is it just a typo error?

You may also consider running the designer install again over the existing installation?

Hy,

The problem is not with the installation error. I installed Designer Notes 9 and in this version it does not show the errors I reported. In addition, I was unable to work with two different versions of HCL Notes installed. So for now I have returned to the Notes 9 version to complete the project and make some changes to xpage.
The ideal would be an official position from HCL, since there are still projects in XPAGE from previous versions and there is this incompatibility?
 
Thank you all for the answers!



Hi vinicius

HCL has to respond to your query officially.

If it helps, i am doing extensive work on xpages on v 12.0.2 fp2 . I do not face any issue at all. You may like to try v 12.0.2 fp2.

In any case it is always better to upgrade to the latest version of fp on any version or the one that does not give you any pain or problem.

Regards