登录Tridion时出现以下错误.请你帮助我好吗.
Error: Retrieving the COM class factory for component with CLSID {9926D1CF-F158-418F-A9A2-B653B497D982} failed due to the following error:
8000401a The server process could not be started because the configured identity is incorrect.
Check the username and password. (Exception from HRESULT: 0x8000401A).
System.Runtime.InteropServices.COMException (0x8000401A): Retrieving the COM class factory for component with CLSID {9926D1CF-F158-418F-A9A2-B653B497D982} failed due to the following error:
8000401a The server process could not be started because the configured identity is incorrect.
Check the username and password. (Exception from …
Run Code Online (Sandbox Code Playgroud) 我使用eclipse和oData Web Service将Tomcat配置为应用程序服务器,Tridion部署程序.我在tomcat,TridionUpload和cd_webservice中部署了两个应用程序.现在我可以成功发布.但我无法找到已发布的html页面.如何查看已发布的页面?请帮忙.
在TridionUpload应用程序中的cd_storage_config.xml中进行配置:
<Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="defaultFile" defaultFilesystem="false">
<Root Path="D:\Tridion\Temp" />
<!--<Root Path="c:\temp"/>-->
</Storage>
<Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="defaultDataFile" defaultFilesystem="true" defaultStorage="true">
<Root Path="D:\Tridion\Temp\Data" />
<!--<Root Path="c:\temp\data"/>-->
</Storage>
<Storage Type="filesystem" Class="com.tridion.storage.filesystem.FSDAOFactory" Id="tomcatFS" defaultFilesystem="false">
<Root Path="D:\Program Files (x86)\apache-tomcat-6.0.35\webapps" />
</Storage>
Run Code Online (Sandbox Code Playgroud)
在cd_deployer_config.xml中配置:
<Queue>
<Location Path="D:\Tridion\ContentDelivery_Incoming\TridionUpload" WindowSize="20" Workers="10" Cleanup="true" Interval="2s"/>
<!--<Location Path="c:\tridion\work\http" WindowSize="10" Workers="10" Cleanup="true" Interval="30s"/> -->
</Queue>
<!-- Configure the HTTPSReceiver to store incoming package in specified location, and configure if deployer should run in process -->
<HTTPSReceiver MaxSize="10000000" Location="D:/Tridion/ContentDelivery_Incoming/TridionUpload" InProcessDeploy="true"/>
Run Code Online (Sandbox Code Playgroud)