Hello friends. I am receiving the following PAHT exception, and need help deciphering it, can anyone point me in the right direction? We are running v. 8
COM object with CLSID {06B85CAA-48CD-4FC9-9494-4CE0CBE4EC47} is either not valid or not registered.
Exception:
System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {06B85CAA-48CD-4FC9-9494-4CE0CBE4EC47} is either not valid or not registered. at Tessitura.TicketFormatter.Engine.GetFormattedTicket(DataSet ds) at Tessitura.ETicket.WindowsService.Orders.ProcessOrder(Int32 orderNumber, String receipt, String reprint, String headerDesign, String ticketDesign) at Tessitura.ETicket.WindowsService.Orders.Execute(String receipt, String reprint)
Source:
TessituraTicketFormatter
StackTrace:
at Tessitura.TicketFormatter.Engine.GetFormattedTicket(DataSet ds) at Tessitura.ETicket.WindowsService.Orders.ProcessOrder(Int32 orderNumber, String receipt, String reprint, String headerDesign, String ticketDesign) at Tessitura.ETicket.WindowsService.Orders.Execute(String receipt, String reprint)
Target:
System.Data.DataSet GetFormattedTicket(System.Data.DataSet)
Hi Chris,
Good day.
I know this error.
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/88a6ea68-f476-4231-822f-27fabe59f458http://blogs.intesoft.net/post/2007/12/Running-NET-Apps-in-32-bit-mode-on-64-bit-Windows.aspx
Your sever is x64 windows, and the eticket windows service is 32 bit software.
you have to tell your windows server, eticket is 32 bit software.
so,
what you need to do is
run this:
CoreFlags.exe "C:\Program Files (x86)\Tessitura\Tessitura ETicket Server - Test\ETicketServerServiceTest.exe" /32BIT+
This CoreFlags.exe can be found in Windows SDKs.(C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\CoreFlags.exe)
(another possible problem, if you install v9.0 later, ADODB.dll will be needed. as the installation will not install this dll, but it is needed. it is a Microsoft file.)
have fun
Ben
step1, stop eticket window service.
step2, run CoreFlags.exe
step3, start eticket window service.
Done
Awesome! Thanks Ben. That was the trick.
From: Tessitura Web Forum [mailto:forums-tessitura-web@tessituranetwork.com] On Behalf Of Ben Gu Sent: Tuesday, September 01, 2009 1:17 AM To: Christopher Szalaj Subject: Re: [Tessitura Web Forum] PAHT Exception Help
From: Ben Gu <bounce-bengu4278@tessituranetwork.com> Sent: 9/1/2009 1:10:05 AM
http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/88a6ea68-f476-4231-822f-27fabe59f458 http://blogs.intesoft.net/post/2007/12/Running-NET-Apps-in-32-bit-mode-on-64-bit-Windows.aspx
You were sent this email automatically because you subscribed to the Tessitura Web forum. You may reply to this message to post to the Web forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!