Hi
We have an issue in Citrix Presentation server 4.5 with a Microsoft Word template that is causing problems in Word 2007 after our upgrade to Office 2007. The problem occurs with all documents (10s of thousands) that have been created from a specific template that contains an AutoOpen VB macro. If macros are enabled you get the following error message when the document is opened:
Microsoft Visual Basic
The setting could not be created
If you click OK in this message the document is opened and you can edit header and footer and manually update the fields but it is very annoying that everyone gets this message.
The problem does occur in the following situations:
1. If I open one of the documents logged on with my normal domain user account as well as for the users.
2. If I open a document logged on with a normal domain user account even if have made that account admin on the Citrix Server.
3. If I open a document logged on with a normal domain user account even if have excluded that account from the Citrix server GPO.
4. If I open a document logged on with a normal domain user account even if have deleted the user profile for that account.
The problem does NOT occur in the following situations:
1. Log on to the server with my admin account and open the document. This account is not a member of the domain admins group it is only a Citrix administrator account.
2. Log on to the server with a newly created server local administrator account and open a document.
3. log on to the server with a newly created server local normal user account and open a document.
The main function of this macro is to update all fields in the document (mostly in header and footer) when the document is opened.
I am not a VB scripting guy but we have been able to see that the error occurs when the following command line in the VB macro is executed:
Application.Options.UpdateLinksAtOpen = False
If I open the macro in edit mode and run it from there the error message is a bit different:
Microsoft Visual Basic
Run-time error '5416':
The setting could not be created
Since it does not seem to matter whether you are running this as an admin or a normal user we suspect that this is caused by some GPO or other setting that is outside of our control. The problem is that we cannot figure out what type of setting that could cause this type of error and I have searched the web without finding any tips that help. If anyone has an idea that could help us solve this we would be very grateful.
Thanks in advance
BR
/Mats
We have an issue in Citrix Presentation server 4.5 with a Microsoft Word template that is causing problems in Word 2007 after our upgrade to Office 2007. The problem occurs with all documents (10s of thousands) that have been created from a specific template that contains an AutoOpen VB macro. If macros are enabled you get the following error message when the document is opened:
Microsoft Visual Basic
The setting could not be created
If you click OK in this message the document is opened and you can edit header and footer and manually update the fields but it is very annoying that everyone gets this message.
The problem does occur in the following situations:
1. If I open one of the documents logged on with my normal domain user account as well as for the users.
2. If I open a document logged on with a normal domain user account even if have made that account admin on the Citrix Server.
3. If I open a document logged on with a normal domain user account even if have excluded that account from the Citrix server GPO.
4. If I open a document logged on with a normal domain user account even if have deleted the user profile for that account.
The problem does NOT occur in the following situations:
1. Log on to the server with my admin account and open the document. This account is not a member of the domain admins group it is only a Citrix administrator account.
2. Log on to the server with a newly created server local administrator account and open a document.
3. log on to the server with a newly created server local normal user account and open a document.
The main function of this macro is to update all fields in the document (mostly in header and footer) when the document is opened.
I am not a VB scripting guy but we have been able to see that the error occurs when the following command line in the VB macro is executed:
Application.Options.UpdateLinksAtOpen = False
If I open the macro in edit mode and run it from there the error message is a bit different:
Microsoft Visual Basic
Run-time error '5416':
The setting could not be created
Since it does not seem to matter whether you are running this as an admin or a normal user we suspect that this is caused by some GPO or other setting that is outside of our control. The problem is that we cannot figure out what type of setting that could cause this type of error and I have searched the web without finding any tips that help. If anyone has an idea that could help us solve this we would be very grateful.
Thanks in advance
BR
/Mats