Creation of ADE not possible on Windows 2008 Terminal Server

  • Thread starter Thread starter Norbert Meiss
  • Start date Start date
N

Norbert Meiss

I develop an Access 2003 project connecting to an SQL Server 2000 instance in
a (German) Windows Server 2008 Terminal Server environment. The development
works fine without any problems.
However when I try to create an ADE file I get the message "Microsoft Access
funktioniert nicht mehr" (==> Microsoft Access doesn't work any more. A
problem prevents the correct execution of the application. Close the
application.) which is not very helpful. The same happens if I try to do a
Compact / Repair.
Are there any known compatibility issues?
TIA, Norbert Meiss
 
If you do decompile the ADP project then do a full recompilation (from the
VBA Debug menu), do you see any warning or error message?

Are you capable of doing an ADE file using an empty ADP project?

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 
Also, because you can't make a compact / repair, maybe your project file is
corrupt.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 
I can do a full compile from VBA Debug without any errors.
I have done a lot of development (new and modified forms with code), many
full compilations, everything fine. So the project doesn't seem to be corrupt.
 
It's not because you can do a full compilation that there isn't any
corruption. Did you decompile the project before making the full compile?

What happens if you import everything into a blank new ADP project?

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 
Norbert Meiss said:
I develop an Access 2003 project connecting to an SQL Server 2000 instance in
a (German) Windows Server 2008 Terminal Server environment. The development
works fine without any problems.
However when I try to create an ADE file I get the message "Microsoft Access
funktioniert nicht mehr" (==> Microsoft Access doesn't work any more. A
problem prevents the correct execution of the application. Close the
application.) which is not very helpful. The same happens if I try to do a
Compact / Repair.
Are there any known compatibility issues?

Also try making a simple one form ADP solution and see if you can
create an ADE.

Tony
 
But I transferred the file to another server and the ADE creation worked
fine. Also I tried to make an ADE from a complete new ADP which failed as
well. We found a workaround on another system, so we don't need this get
fixed. Thanks.
Regards,
Norbert
 
Yes, I did that without success. However we have a workaorund on another
server...
Thanks, Norbert
 
Back
Top