Hi, I am trying create a XPage on a database, but the datasource form is on other different database.
In the section “Data Source: Domino Document” of my Xpage, I have selected “Application – Other”, but in the box “Form:” appear an error:
Error getting forms from database DB on server SV. Unable to find Forms in the database DB.
Could anyone to help me, please?
Subject: Re: Datasource from another daaae
Is the database you’re trying to connect to on the same server as the XPages application? I don’t think you can get data from a different server. It definitely works getting data from another database on the same server.
Regards
Paul
Subject: I have tried with databases on the same and different server
Hi Paul, first I have tried it with databases on different servers. Then, I thinked that the databases had to be on the same server, but this didn’t work either.
May be a problem of rights ?
Thanks
Subject: Same problem solved
I had the same problem. After searching for a while, I find out, that the path to the database ended with a '. After I removed that sign, everything worked fine for me.
Greetings