I’m trying to update source localization information to destination.
Steps I’ve followed inside the DDT ;
1. New Profile (LocalizationUpdate) with the option “Always Package”
2. Add New Database (StrataFrameSample)
3. Add Messaging And Localization Tables
4. Focus Deployment Data and Start Data Deployment Package Wizard
a. Select Deployment Data Type
b. Source and Destination
c. Include Localization Project
5. Now, I have Two packages (Localization(Messages) and Localization(Languages)
6. Run the package (with SampleInstaller executable in Vb.NET samples)
The package is now ready to be deployed. Review the deployment options below before continuing. If you would like to make changes, click the '< Back' button.
Package: LocalizationUpdate.pkg
SQL Server:
SQL Authentication: SQL Server Security
SQL Username: sa
Deployment Data Includes: None
Note: Password information omitted intentionally.
Questions
1. What is missing with the process ?
2. Why Deployment Data Includes property (see above) is set to none ? When I ‘ve controlled package file no bin files in it.? How Data packages can be included in the package file ?
3. “Create package for install” menu doesn’t work at any time. Event Id = 1026. No Error Message detail. (Error Message : An Error occured while attemting )
4. Deploy To Server – I Yes buton is selected. I’ve got the error message below ;
NullReferenceException
Object reference not set to an instance of an object.
Source : DatabaseDTK
Stack Trace:
at MicroFour.StrataFrame.Data.ProfileEditorDialog.PackageProfileForInstall()
at MicroFour.StrataFrame.Data.ProfileEditorDialog.cmdDeployToServer_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativewindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativewindow.WndProc(Message& m)
at System.Windows.Forms.Nativewindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
if No button is selected then got the same error message with sample installer.