Anyone know the easiest way to find and install the asipublishing15 service?
Installing asipublishing15 service on server
Error in PublishingService.log for second instance
I'm getting the following error in the PublishingService.log file, any ideas on what could be causing it?
2009-06-10 15:05:04.525 ERROR 1540 Asi.Business.RuleCache - Failed to load assembly from cache.
Exception: System.IO.DirectoryNotFoundException
Message: Could not find a part of the path 'C:\Program Files\ASI_LMA\iMIS15\net\TempDirectory\BODAssembly.dll'.
Source: mscorlib
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
at Asi.Business.RuleCache.LoadAssemblyFromDatabase()
2009-09-23 11:58:07:
i am getting the following error: 2009-09-23 11:58:07: Publishing Server 1 could not be started.
Please what could be the posible cause and also my imis website is not working
Do you have more than one
Do you have more than one publishing service? Check the ODBC and application URL information in the publishingservice.config.
Thanks,
Andie
Use installutil
Use installutil to install the service (PublishService.exe) from the command line. The following is one command; change the folders as appropriate:
c:\windows\Microsoft.NET\Framework\v2.0.50727\installutil.exe /ServiceName=AsiPublishing15 /Logfile=
"c:\windows\temp\AsiPublish15.txt" "c:\program files\asi\imis15\publishingService\PublishService.exe"
Start the service from Control Panel / Services, or run: net start asipublishing15
I'm working on adding Publishing Service support to the 15.1.1 version of the multi-instance utility; it will be coming soon to the TechSupport download area.