I need to do data comparisons between two different Amazon Web Service RDS database instances. I am able to run the data comparison and generate a SQL change script. The problem is I can not save the .dcomp file. Because the AWS RDS instance names are very long, dbForge is auto generating a file name like this (not real server names):
And this results in this error messagedev_env vs test_env (development_aeaw90ala0asdtgjkasltg_us-east-1_rds_amazonaws_com through 127_0_0_1 (SSH)-3306 vs djaklsgudiatg091t_us-east1_rds_amazonaws_com through 127_152_51_1 (SSH)-3306).dcomp
which would not be a problem if it let me change the file name to something shorter. But I never get that option. Can I either change how the default .dcomp file name is generated or try changing the default directory?The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
If I can not save a .dcomp comparison, then I need to re-create the comparison every time and I can not pay for that.
Thanks in advance