Hi @RobertScheitlin__GISP ,
Issue 1: We created symbology with Status and DeActivated IDC status and hosted this as a map service in ArcGIS Server Manager1. Here are the values for the combination of two fields: 1,<Null>;5,<Null>;30,<Null>,1,N;5,N;30,N
When I am trying to render the layer in 4.x, layer is unable to render 1,<Null> with the blue line and applying the default symbol (<all other values>) i.e. black line.
So I created renderer object using UniqueValueRenderer replacing "1,<Null>" with "1, " and assigned to the Feature layer and it worked.
I wish this layer to load without renderer object in the coming later versions.

Issue 2:
After resolving issue1 with renderer object, I am facing issue with the symbology in the legend widget. Please refer the screenshot showing difference between two frameworks for the same layer.
Both frameworks are using same map service hosted in 10.2 ArcGIS Server Manager.
3.x 4.x

Here is the symbology of the conduit layer in the mxd document. For example, for In Service (blue) symbol, there are six values with the combination of two fields Status and DeactivatedIDC.
4.x is showing duplicate symbol in the legend widget where as the 3.x version showing unique symbols similar to the mxd below.

I would like to generate same output in 3.x and 4.x. Please suggest.
Thanks
Srikanth Dasari