Hi. Primary database my oid is 6934. Second database i got new oid 6948. Can i change this oid in second database 6948 to 6934? Thanks. |
Hi Zamir, I guess this oid value belongs to the application oid that is used in the application URL: host:port/formspider/main.html?oid=6934 And you would like to save the old application oid since there are some references to the link with the old oid value. In fact, in such cases, you have to use the URL based on the application name (instead of its oid): host:port/formspider/main.html?name=yourAppName Since the application name is fixed, there will be no problem after a migration. Hope this helps, |