Forum

Word Web App cannot...
 
Bildirimler
Hepsini Temizle

Word Web App cannot open this document for viewing because of an unexpected error. To view this document, open it in Microsoft Word.

5 Yazılar
2 Üyeler
0 Likes
465 Görüntüleme
(@EnverSabit)
Gönderiler: 84
Estimable Member
Konu başlatıcı
 

Web App yuklendi ama bu hatayi veriyor "Word Web App cannot open this document for viewing because of an
unexpected error. To view this document, open it in Microsoft Word."

/

 
Gönderildi : 10/04/2011 17:43

(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member

(@EnverSabit)
Gönderiler: 84
Estimable Member
Konu başlatıcı
 

http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/8fa6b92b-f54c-4e11-9ae0-ba60d3337c50

Ufuk bey,

Bunu bir deneyim. Cok tessekkur ederim.

 
Gönderildi : 10/04/2011 19:31

(@EnverSabit)
Gönderiler: 84
Estimable Member
Konu başlatıcı
 

http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/8fa6b92b-f54c-4e11-9ae0-ba60d3337c50

Once Bunu yaptim, IIS restledim, ama olmadi

=======================================================================================================

If db_owner solves the problem,
follow the steps below to give the least privilege
access
to your
service accounts:

1. Let us assume we have 4 accounts:
domain\sp_visio,
domain\sp_word,
domain\sp_excel,
domain\sp_ppt that are not used anywhere else except in Word, Excel, PowerPoint and Visio service applications.

2. Open the SQL Server Management Studio and connect to your SharePoint 2010 database instance.

Note: if you gave any of these accounts
db_owner, make sure you remove the db_owner
and give them
db_datareader and db_datawriter roles
before going forward.

3. Go to the SharePoint content database that contains your site collection (ex.
http://intranet
). For a reference purpose, let's call this content database SP_Content_01.

4. Under SP_Content_01 ->
Security -> Roles -> Database Roles, right-click and select to create a New Database Role.

5. Enter
WSS_Content_Application_Pools as the role name and
dbo as the owner.

6. On the same screen, click
Add button
located at
the bottom to add
domain\sp_visio,
domain\sp_word,
domain\sp_excel and
domain\sp_ppt accounts.

Note:
Assumption is that
these accounts
already exist in SP_Content_01 -> Security -> Users prior to this step.

7. After adding necessary users, click Securables on the left and then click Search button on the right.

8. With the
All objects of the types selected, click OK.

9. Choose an object type as
Databases and click OK.

11. At the
bottom in Explicit tab, look for Execute and check the
Grant checkbox. Click OK.

12. Under
SP_Content_01 ->
Security -> Schemas, right-click and select to create a New Schema.

13. Create
a schema with WSS_Content_Application_Pools as both the schema name and schema owner. Click OK.

14.
Make sure you delete your browsing history, offline files, etc. in your
browser. Run an iisreset –noforce in your SharePoint front end servers.

15. Try opening Word, Visio, PowerPoint and Excel document in a browser and also try editing them to make sure

==================================================================================

Sonra bunu ama sonuc ayni calismiyor.

==================================================================================

Once I made the connection everything appears to be working fine. So take the steps below:

1) Go to Central admin

2) Choose Application Management

3) Under Web Applications, click Manage Web Applications

4) Now Highlight the Web App by selecting it where you have the word docs that you can't open in browser

5) Now in the ribbon, click Web Applications, and then in the manage section click Service Connections

6)
Now on the Configure Service Application Associations window make sure
you have the 1) Word Viewing Service, 2) Excel Services Application, 3)
PowerPoint Service Application
are checked.

Note: association might be custom or default

========================================================================

Sonuc olumsuz, basagrisi ya bu web app

 

 
Gönderildi : 10/04/2011 23:01

(@EnverSabit)
Gönderiler: 84
Estimable Member
Konu başlatıcı
 

Belki benim hatam dir Eger Web app DC len ayni servere yuklenmis olsa calismiyorumus. Ama onun yolunu 1 hafta sonra buldum,

SharePoint 2010 Management Shell, run as Admin:

#Enable Word Web App:

$e = Get-SPServiceApplication | where {$_.TypeName.Equals("Word Viewing Service Application")}

$e.WordServerIsSandboxed = $false
$e.WordServerIsSandboxed

#Enable PowerPoint Web App - you need to answer "Y" for each command:

Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedViewing $false
Get-SPPowerPointServiceApplication | Set-SPPowerPointServiceApplication -EnableSandboxedEditing $false

Ve  c:\windows\system32\inetsrv\config\applicationHost.config.  acip  dynamicTypes section e bunu ekleyin
<add mimeType="application/zip" enabled="false" />

 IISRESET bence Retart server

 

kaynak : http://blogs.msdn.com/b/opal/archive/2010/04/25/faq-sharepoint-2010-rtm-installation.aspx

 

 
Gönderildi : 14/04/2011 22:11

Paylaş: