Storefront 3.12: Authentication issue after the upgrade, Logons expired. When only single DDC is added for logon restriction.

This is due to the discrepancy on how to handle the situation of partial success in enumeration(meaning some sites return success, but some return failures), initially we decided to show end users as much as possible, thus in your customer deployment, the user vdi were enumerated even though the enumeration in other DDCs(where user logon is not allowed) failed. But later we decided to at least prioritize the authentication failures, that’s why it fails the entire enumeration.

So with 3.12 the behavior of adding all DDCs for user to logon is expected, if that’s not acceptable, you can suggest customer to configure user mapping, so enumeration for a particular user shall only contact specified sites/DDCs.

Related:

  • No Related Posts

Date time component error

I need a solution

I have a workflow that takes user input to push into a database. In my form I have 2 date time components that give me an application error if I give an input besides the standard input. From my lab testing environment, the component catches this error but it does not in my main workflow.

eg. instead of 01/01/2010 2:10PM

I put 01ada/01/2012 reqg 2:10 PM

Can this be fixed?

Error is a shown

System.Web.HttpUnhandledException (0x80004005): Exception of type ‘System.Web.HttpUnhandledException’ was thrown. —> System.InvalidOperationException: Nullable object must have a value.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at LogicBase.Components.FormBuilder.Controls.FbDateTimePicker.OnPreRender(EventArgs e)
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Control.PreRenderRecursiveInternal()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

0

Related:

What type of formula can be used in the Text formula event of the Output Control from BPM UI Toolkit

I’m wondering what type of formula can be used in the Text formula event of the Output Control from the new BPM UI Toolkit. Documentation says it’s used to calculate the output text. I wanted to use it in a View where I provided a date input, a format string for a configuration property and then I would use the Text formula to format the date according to the format string entered.

I’m not getting it to recognize any formula with variables or configuration properties. Even if I just bind a text variable to the Text formula, it won’t display. Initially, I was not even using the format string. I tried a formula of {{tw.businessData.aDate.toString()}} — no text displayed. I’ve tried just binding a plain string variable to the formula — no text displayed. The only time I get anything to display using the Text formula is if I hard code in text such as “abc”.

I’m not sure if this is a bug or do I need to add something to my formula for it to recognize and use variables and configuration properties. I would really like to use this functionality to build this view for date displays. It would make our Heritage Human Service conversion project much easier to accomplish.

Any assistance you could provide would be appreciated. Thanks!

Tracy

Related:

Populate complex output tuple from Java operator

Hi All,

I am in the process of writing a Java primitive operator whose task is to extract data from a data source and populate the output tuple. The output tuple is quite complex and whilst I have managed to populate the simpler parts, I am struggling to populate the remaining part. I am hoping somebody can point me the right direction.

The tuple structure is similar to:

– type AType = rstring a_str1, rstring
a_str2, rstring a_str3;
– type BType = rstring b_str1 AType
b_atype, list b_lstAtype,
map b_mapAtype;
– type Record = rstring rec_str1,
Atype rec_atype, list
rec_lstBtype, map> rec_mapBtype;

As I said complex. The Record type tuple is the one I need to populate and with all the nested levels of collections I am stuck. Could someone provide an example of how to do this?

Many thanks

Related: