Unable to launch at this time

All,

Need one help on the follwing messages,

When my users open the stored form in their mail box. The form contains one embedded view which has displayed from one DB.

When they open this mail in place of embedded view they are getting this message.

"View: Mailview was unable to launch. To try to launch again, click this rectangle or press the space keywith focus on the rectangle. "

and when they click on this rectangle they will get a message box saying “Unable to launch at this time”.

What could be the reason? What is the solution do I need to approach for this?

Regards

Sanjay

Subject: Unable to launch at this time

Sanjay,

I have seen this message before. In my case it was caused by the user not having security to the secondary database to which the embedded view was pointing. I would suggest looking into the user’s security for the database and view to which the embedded view is pointing.

If you want to hide the embedded view from those people who don’t have access to see the view you can use a hide when formula similar to this:

@IsError(@DbColumn(“”:“nocache”;“SERVER_NAME”:“DATABASE_FILE_NAME”;“EMBEDDED_VIEW_NAME”;1))

I hope this helps.

Chris