Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Batch Update

web-app

For some reason, when I attempt to Batch Edit Issues using "Batch Update" to assign Unassigned issues to a user, no users show up in the "Assigned To" column. The only option I have is to select Ignore. All Gemini users have access to this project. Please help... Thx

Eric_M
· 1
Eric_M
Replies (5)
helpful
0
not helpful

Which version of Gemini?

Does it work ok for editing issues?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I'm using Gemini version 3.0.3.   I can assign issues individually, but not with Batch Update.   When trying to assign multiple issues with Batch Update, I have no one to assign to...?


Eric_M
· 1
Eric_M
helpful
0
not helpful

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I tried fix for line 29 in BatchUpdate, but received an exception error after doing so. Below is the Exception information: Exception type: HttpException Exception message: DataBinding: 'System.Data.DataRowView' does not contain a property with the name 'FullName'.

Request information: Request URL: http://xxx/Gemini/issue/BatchUpdate.aspx?PROJID=17 Request path: /Gemini/issue/BatchUpdate.aspx User host address: XX.4.244.117 User: XX Is authenticated: True Authentication Type: Forms Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information: Thread ID: 5 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName, String format) at System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at CounterSoft.Gemini.BatchUpdate.PopulateCombo(ListBox lbList, DataTable dtData) at CounterSoft.Gemini.BatchUpdate.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Eric_M
· 1
Eric_M
helpful
0
not helpful

The fix will work for 3.0.4 only.


Mark Wing
· 9108
Mark Wing