Issue with deploying OPA Mobile Solution - Zip not supported
823063Dec 11 2010 — edited Dec 15 2010Dear Support,
I created an OPA rules using OPM version 10.1.0.27. The rules are deployed on mobile devices as a zip file.
I created a C# compact solution ( WCF 3.5) to test rule engine on Windows mobile device ( Oracle determination dlls are those provided for mobile)
I get the following exception when running the application:
Message : Zip not supported
at Oracle.Determinations.Engine.Local.FilesContainerWithZip..ctor(InputStream stream)
at Oracle.Determinations.Engine.Local.CachingRulebaseLoader.GetRulebase(File file, String locale)
at Oracle.Determinations.Engine.Local.LocalEngine.GetRulebase(String path)
at SmartDeviceProject2.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.ButtonBase.WnProc(WM wm, Int32 wParam, Int32 lParam)
at System.Windows.Forms.Control._InternalWnProc(WM wm, Int32 wParam, Int32 lParam)
at Microsoft.AGL.Forms.EVL.EnterMainLoop(IntPtr hwnMain)
at System.Windows.Forms.Application.Run(Form fm)
at SmartDeviceProject2.Program.Main()
Is the exception copied above related to Zip version ? I suspect the Oracle.Determinations.Masquerade.IO.InputStream does not support the Zip file generated through OPM..
Any help on this would be appreciated,
I thank you in advance for your reply,
Regards,
Yani