Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Listgrid problem in IE with build 06-17

    There are certain listgrids (some work) in our applications that have recently introduced an error in IE (9 - did not try others), FF is fine. Not sure where to start looking, really. I've put a breakpoint where dataArrived is being called and by the time it gets there, the error had already been thrown. When it does get to dataArrived, data IS present. Maybe you can take a look at the stacktrace and let me know what I can look at. The error is that newData is undefined when code tries to invoke .length on it. The listgrid just sits there with "loading data".
    Attached Files
    Last edited by acarur01; 30 Jun 2011, 12:00.

    #2
    This suggests null data. Just look in the RPC tab for the same request and you can confirm if that's the problem.

    Comment


      #3
      Ok. It says Success...

      Comment


        #4
        Are you relaying requests again today?? You've used this tool before, there's a tab that shows the response.

        Comment


          #5
          No I'm not. Would you like a screenshot of it?? I see the raw response data - its what I am expecting but the UI is not showing it. In any case, it looks like there's a call happening for IE only that requires data but the response has not arrived yet?
          Last edited by acarur01; 30 Jun 2011, 12:38.

          Comment


            #6
            Not a screenshot, the response text itself - just copy and paste it.

            Your call stack happens for every browser. So far, there's no particular reason to think this is a browser-side difference for IE, rather than something that your server is doing different for IE (for possibly subtle reasons).

            Comment


              #7
              Here's the response

              Code:
              [{endRow:7,queueStatus:0,totalRows:7,isDSResponse:true,invalidateCache:false,status:0,startRow:0,
              data:[
              {cwPK__:"4008",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"",
              addressType$L:{"Billing Address":"Billing Address","Notification Address":"Notification Address","Payment Address":"Payment Address",null:null,null:null},
              "addressType$k":"","addressLanguage":"German",addressLanguage$L:{"en":"English","fr":"French","es":"Spanish","it":"Italian","de":"German"},"addressLanguage$k":"","addressName1":"","addressName2":"",
              "addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland",
              addressCountry$L:{"AL":"Albania","AD":"Andorra","AM":"Armenia","AT":"Austria","AZ":"Azerbaijan","BY":"Belarus","BE":"Belgium","BA":"Bosnia and Herzegovina","BG":"Bulgaria","HR":"Croatia","CY":"Cyprus","CZ":"Czech Republic",
              "DK":"Denmark","EE":"Estonia","FI":"Finland","FR":"France","GE":"Georgia","DE":"Germany","GR":"Greece","VA":"Holy See (Vatican City State)","HU":"Hungary","IS":"Iceland","IE":"Ireland","IT":"Italy","LV":"Latvia",
              "LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MK":"Macedonia, The Former Yugoslav Republic of","MT":"Malta","MD":"Moldova, Republic of","MC":"Monaco","NL":"Netherlands","NO":"Norway","PL":"Poland",
              "PT":"Portugal","RO":"Romania","RU":"Russian Federation","SM":"San Marino","SK":"Slovakia","SI":"Slovenia","ES":"Spain","SE":"Sweden","CH":"Switzerland","TR":"Turkey","UA":"Ukraine","GB":"United Kingdom",
              "YU":"Yugoslavia (Serbia and Montenegro)"
              },"addressCountry$k":"","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},
              {cwPK__:"100060",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"",
              "addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"",
              "addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},
              {cwPK__:"1",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German",
              "addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"",
              "addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},
              {cwPK__:"4007",$isCwSelected:false,
              "findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"",
              "addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"",
              "addressModifiedAt":null},
              {cwPK__:"4006",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"",
              "addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"",
              "addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},
              {cwPK__:"100367",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German",
              "addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"",
              "addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},
              {cwPK__:"4002",$isCwSelected:false,
              "findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"",
              "addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"",
              "addressModifiedAt":null}
              ]}]
              Last edited by acarur01; 30 Jun 2011, 12:45.

              Comment


                #8
                Hmm, at this point you've given us contradictory symptoms.

                When did this start happening? New SmartClient build installed, code change on your end?

                Is it intermittent, or easily reproducible for the grids involved?

                What logs do you see if you set 'ResultSet' to INFO level and cause the error?

                Comment


                  #9
                  Sorry for the late reply. We have the exact same back-end code for both branches. One has the SC build from 12-15 from 2010 and the other is upgraded to 06-17. It is reproduceable every time for the listgrids that fail in IE ONLY.


                  Code:
                  09:42:54.753:WARN:Log:ClassFactory.addGlobalID: ID:'page$dialog$content$views$0$$dialog$content$Iterator$0$viewItem' for object '[MenuButton ID:page$dialog$content$views$0$$dialog$content$Iterator$0$viewItem]' collides with ID of existing object '[MenuButton ID:page$dialog$content$views$0$$dialog$content$Iterator$0$viewItem]'. The pre-existing widget will be destroyed.
                  09:42:54.919:WARN:DynamicForm:page$dialog$content$search$$dialog$content$searchFormSectionss$groupGrid:colWidths Array longer than numCols, using only first 4 column widths
                  09:42:55.368:WARN:DynamicForm:page$dialog$content$search$$dialog$content$searchFormSectionss$groupGrid:colWidths Array longer than numCols, using only first 4 column widths
                  09:42:55.575:WARN:DynamicForm:page$dialog$content$search$$dialog$content$searchFormSectionss$groupGrid:colWidths Array longer than numCols, using only first 4 column widths
                  09:42:55.638:INFO:ResultSet:page$dialog$content$$dialog$content$resultFrame$generalSectionss$result:Creating new isc.ResultSet for operation 'page$dialog$content$$dialog$content$resultFrame$generalSectionss$result$ds_fetch' with filterValues: {
                  }
                  09:42:55.644:INFO:ResultSet:isc_ResultSet_10 (created by: page$dialog$content$$dialog$content$resultFrame$generalSectionss$result):setCriteria: filter criteria changed, invalidating cache
                  09:42:55.647:INFO:ResultSet:isc_ResultSet_10 (created by: page$dialog$content$$dialog$content$resultFrame$generalSectionss$result):Invalidating cache
                  09:42:55.652:INFO:ResultSet:isc_ResultSet_10 (created by: page$dialog$content$$dialog$content$resultFrame$generalSectionss$result):getRange(0, 21) will fetch from 0 to 75
                  09:42:55.655:INFO:ResultSet:isc_ResultSet_10 (created by: page$dialog$content$$dialog$content$resultFrame$generalSectionss$result):fetching rows 0,75 from server
                  09:42:55.677:INFO:ResultSet:page$dialog$content$$dialog$content$resultFrame$addressSectionss$result:Creating new isc.ResultSet for operation 'page$dialog$content$$dialog$content$resultFrame$addressSectionss$result$ds_fetch' with filterValues: {
                  }
                  09:42:55.681:INFO:ResultSet:isc_ResultSet_11 (created by: page$dialog$content$$dialog$content$resultFrame$addressSectionss$result):setCriteria: filter criteria changed, invalidating cache
                  09:42:55.685:INFO:ResultSet:isc_ResultSet_11 (created by: page$dialog$content$$dialog$content$resultFrame$addressSectionss$result):Invalidating cache
                  09:42:55.689:INFO:ResultSet:isc_ResultSet_11 (created by: page$dialog$content$$dialog$content$resultFrame$addressSectionss$result):getRange(0, 1) will fetch from 0 to 75
                  09:42:55.692:INFO:ResultSet:isc_ResultSet_11 (created by: page$dialog$content$$dialog$content$resultFrame$addressSectionss$result):fetching rows 0,75 from server
                  09:42:55.698:INFO:ResultSet:page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result:Creating new isc.ResultSet for operation 'page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result$ds_fetch' with filterValues: {
                  }
                  09:42:55.702:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):setCriteria: filter criteria changed, invalidating cache
                  09:42:55.705:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):Invalidating cache
                  09:42:55.710:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):getRange(0, 1) will fetch from 0 to 75
                  09:42:55.714:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):fetching rows 0,75 from server
                  09:42:55.720:INFO:ResultSet:page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result:Creating new isc.ResultSet for operation 'page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result$ds_fetch' with filterValues: {
                  }
                  09:42:55.724:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):setCriteria: filter criteria changed, invalidating cache
                  09:42:55.729:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):Invalidating cache
                  09:42:55.733:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):getRange(0, 1) will fetch from 0 to 75
                  09:42:55.736:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):fetching rows 0,75 from server
                  09:42:55.743:INFO:ResultSet:page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result:Creating new isc.ResultSet for operation 'page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result$ds_fetch' with filterValues: {
                  }
                  09:42:55.747:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):setCriteria: filter criteria changed, invalidating cache
                  09:42:55.751:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):Invalidating cache
                  09:42:55.755:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):getRange(0, 1) will fetch from 0 to 75
                  09:42:55.760:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):fetching rows 0,75 from server
                  09:42:55.853:RDQ9:WARN:DynamicForm:page$dialog$content$search$$dialog$content$searchFormSectionss$groupGrid:colWidths Array longer than numCols, using only first 4 column widths
                  09:42:55.950:XRP0:WARN:RPCManager:Error evaling structured RPC response: [object Error] response text: [{endRow:7,queueStatus:0,totalRows:7,isDSResponse:true,invalidateCache:false,status:0,startRow:0,data:[{cwPK__:"4008",$isCwSelected:false,"customerId":11009,"ptsId":"100048","customerCompanyIdx":"","customerStatus":"Activated",customerStatus$L:{"Created":"Created","Activated":"Activated","Deactivated":"Deactivated","Deleted":"Deleted","Archived":"Archived"},"customerStatus$k":"","customerName1":"CBU","customerName2":"","customerName3":"","customerShortName":"CBU","customerType":"Provider of Telecom Services",customerType$L:{"PTS":"Provider of Telecom Services","ISP":"Internet Service Priovider","Internal Customer":"Internal Customer","Intercompany Customer":"Inter Company","Others":"Others",null:null,null:null,null:null},"customerType$k":"","customerVATObligation":1,customerVATObligation$L:{"0":"VAT-exempt (steuerbefreit)","1":"liable to VAT (steuerpflichtig)","2":"VAT-exempt SCS intra"},"customerVATObligation$k":"1","customerNote":"","tradeRegisterNumber":"t200","tradeRegisterLanguage":"",tradeRegisterLanguage$L:{"en":"English","fr":"French","es":"Spanish","it":"Italian","de":"German"},"tradeRegisterLanguage$k":"","tradeRegisterName1":"Swisscom Schweiz AG","tradeRegisterName2":"","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"Bern 1","tradeRegisterZIP":"3000","tradeRegisterStreet":"Alte Tiefenaustrasse","tradeRegisterHouseNumber":"6","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland",tradeRegisterCountry$L:{"AL":"Albania","AD":"Andorra","AM":"Armenia","AT":"Austria","AZ":"Azerbaijan","BY":"Belarus","BE":"Belgium","BA":"Bosnia and Herzegovina","BG":"Bulgaria","HR":"Croatia","CY":"Cyprus","CZ":"Czech Republic","DK":"Denmark","EE":"Estonia","FI":"Finland","FR":"France","GE":"Georgia","DE":"Germany","GR":"Greece","VA":"Holy See (Vatican City State)","HU":"Hungary","IS":"Iceland","IE":"Ireland","IT":"Italy","LV":"Latvia","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MK":"Macedonia, The Former Yugoslav Republic of","MT":"Malta","MD":"Moldova, Republic of","MC":"Monaco","NL":"Netherlands","NO":"Norway","PL":"Poland","PT":"Portugal","RO":"Romania","RU":"Russian Federation","SM":"San Marino","SK":"Slovakia","SI":"Slovenia","ES":"Spain","SE":"Sweden","CH":"Switzerland","TR":"Turkey","UA":"Ukraine","GB":"United Kingdom","YU":"Yugoslavia (Serbia and Montenegro)"},"tradeRegisterCountry$k":"","updatedBy":"y","lastUpdatedDate":"2011-01-27T13:21:32-05:00"},{cwPK__:"100060",$isCwSelected:false,"customerId":100,"ptsId":"27","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"Dübi","customerName2":"","customerName3":"","customerShortName":"Dub","customerType":"Internet Service Priovider","customerVATObligation":1,"customerNote":"","tradeRegisterNumber":"1","tradeRegisterLanguage":"French","tradeRegisterName1":"1","tradeRegisterName2":"2","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"1","tradeRegisterZIP":"1","tradeRegisterStreet":"1","tradeRegisterHouseNumber":"2","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"y","lastUpdatedDate":"2011-03-24T08:25:20-04:00"},{cwPK__:"1",$isCwSelected:false,"customerId":1,"ptsId":"1","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"NIB Migration Dummy","customerName2":"","customerName3":"","customerShortName":"DUM","customerType":"Customer","customerVATObligation":0,"customerNote":"","tradeRegisterNumber":"t10007","tradeRegisterLanguage":"","tradeRegisterName1":"Cim Trade7 GmbH","tradeRegisterName2":"","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"Bern 1","tradeRegisterZIP":"3000","tradeRegisterStreet":"Laupenstrasse","tradeRegisterHouseNumber":"18","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"","lastUpdatedDate":""},{cwPK__:"4007",$isCwSelected:false,"customerId":11008,"ptsId":"100","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"TDC (CLn Mig-Test)","customerName2":"","customerName3":"","customerShortName":"cdm","customerType":"Customer","customerVATObligation":1,"customerNote":"","tradeRegisterNumber":"t10006","tradeRegisterLanguage":"","tradeRegisterName1":"TDC GmbH","tradeRegisterName2":"","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"Bern 1","tradeRegisterZIP":"3000","tradeRegisterStreet":"Laupenstrasse","tradeRegisterHouseNumber":"18","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"","lastUpdatedDate":""},{cwPK__:"4006",$isCwSelected:false,"customerId":11007,"ptsId":"8150816","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"TDC (FP-Test)","customerName2":"name 2","customerName3":"","customerShortName":"ffp","customerType":"Provider of Telecom Services","customerVATObligation":1,"customerNote":"","tradeRegisterNumber":"t10006","tradeRegisterLanguage":"English","tradeRegisterName1":"TDC GmbH","tradeRegisterName2":"2nd line","tradeRegisterName3":"3rd line","tradeRegisterName4":"","tradeRegisterCity":"Bern 1","tradeRegisterZIP":"3000","tradeRegisterStreet":"Laupenstrasse","tradeRegisterHouseNumber":"18","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"y","lastUpdatedDate":"2011-03-24T21:42:22-04:00"},{cwPK__:"100367",$isCwSelected:false,"customerId":121,"ptsId":"125","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"Test 17","customerName2":"Test 17","customerName3":"Test 17","customerShortName":"T17","customerType":"Provider of Telecom Services","customerVATObligation":1,"customerNote":"","tradeRegisterNumber":"Test 17","tradeRegisterLanguage":"","tradeRegisterName1":"Test 17","tradeRegisterName2":"","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"Test 17","tradeRegisterZIP":"1","tradeRegisterStreet":"1","tradeRegisterHouseNumber":"1","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"<Process_255023>","lastUpdatedDate":""},{cwPK__:"4002",$isCwSelected:false,"customerId":11003,"ptsId":"13","customerCompanyIdx":"","customerStatus":"Activated","customerName1":"TestCustomer2","customerName2":"","customerName3":"","customerShortName":"cu2","customerType":"Customer","customerVATObligation":1,"customerNote":"","tradeRegisterNumber":"t10002","tradeRegisterLanguage":"","tradeRegisterName1":"Cim Trade2 GmbH","tradeRegisterName2":"","tradeRegisterName3":"","tradeRegisterName4":"","tradeRegisterCity":"Bern 1","tradeRegisterZIP":"3000","tradeRegisterStreet":"Laupenstrasse","tradeRegisterHouseNumber":"18","tradeRegisterPOBoxCity":"","tradeRegisterPOBoxZIP":"","tradeRegisterPOBox":"","tradeRegisterCountry":"Switzerland","updatedBy":"","lastUpdatedDate":""}]}]
                  09:42:55.954:XRP0:WARN:Log:Error:
                  	'Unable to get value of the property 'length': object is null or undefined'
                  	in http://localhost:8080/cwf/isomorphic/system/modules/ISC_DataBinding.js?v=46880
                  	at line 1356
                  09:43:00.962:WARN:Timer:timer ID:$ir995 fired during eval thread lasting more than 5000ms. Thread may have caused an error and failed to complete. Allowing delayed action to fire.
                  09:43:00.979:XRP4:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):Received 7 records from server
                  09:43:01.000:XRP4:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):cached 7 rows, from 0 to 7 (7 total rows, 7 cached)
                  09:43:01.014:XRP4:INFO:ResultSet:isc_ResultSet_13 (created by: page$dialog$content$$dialog$content$resultFrame$customerGroupsSectionss$result):Cache for entire DataSource complete
                  09:43:01.021:XRP6:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):Received 7 records from server
                  09:43:01.025:XRP6:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):cached 7 rows, from 0 to 7 (7 total rows, 7 cached)
                  09:43:01.027:XRP6:INFO:ResultSet:isc_ResultSet_14 (created by: page$dialog$content$$dialog$content$resultFrame$mappingSectionss$result):Cache for entire DataSource complete
                  09:43:01.031:XRP8:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):Received 7 records from server
                  09:43:01.034:XRP8:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):cached 7 rows, from 0 to 7 (7 total rows, 7 cached)
                  09:43:01.038:XRP8:INFO:ResultSet:isc_ResultSet_12 (created by: page$dialog$content$$dialog$content$resultFrame$swisscomAndRoleSectionss$result):Cache for entire DataSource complete
                  09:43:01.042:XRP0:WARN:RPCManager:Error evaling structured RPC response: [object Error] response text: [{endRow:7,queueStatus:0,totalRows:7,isDSResponse:true,invalidateCache:false,status:0,startRow:0,data:[{cwPK__:"4008",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"",addressType$L:{"Billing Address":"Billing Address","Notification Address":"Notification Address","Payment Address":"Payment Address",null:null,null:null},"addressType$k":"","addressLanguage":"German",addressLanguage$L:{"en":"English","fr":"French","es":"Spanish","it":"Italian","de":"German"},"addressLanguage$k":"","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland",addressCountry$L:{"AL":"Albania","AD":"Andorra","AM":"Armenia","AT":"Austria","AZ":"Azerbaijan","BY":"Belarus","BE":"Belgium","BA":"Bosnia and Herzegovina","BG":"Bulgaria","HR":"Croatia","CY":"Cyprus","CZ":"Czech Republic","DK":"Denmark","EE":"Estonia","FI":"Finland","FR":"France","GE":"Georgia","DE":"Germany","GR":"Greece","VA":"Holy See (Vatican City State)","HU":"Hungary","IS":"Iceland","IE":"Ireland","IT":"Italy","LV":"Latvia","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MK":"Macedonia, The Former Yugoslav Republic of","MT":"Malta","MD":"Moldova, Republic of","MC":"Monaco","NL":"Netherlands","NO":"Norway","PL":"Poland","PT":"Portugal","RO":"Romania","RU":"Russian Federation","SM":"San Marino","SK":"Slovakia","SI":"Slovenia","ES":"Spain","SE":"Sweden","CH":"Switzerland","TR":"Turkey","UA":"Ukraine","GB":"United Kingdom","YU":"Yugoslavia (Serbia and Montenegro)"},"addressCountry$k":"","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"100060",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"1",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"4007",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"4006",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"100367",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null},{cwPK__:"4002",$isCwSelected:false,"findAddressForCustomer":"","addressSelected":"","addressType":"","addressLanguage":"German","addressName1":"","addressName2":"","addressName3":"","addressName4":"","addressCity":"","addressZip":"","addressStreet":"","addressHouseNumber":"","addressPOBoxCity":"","addressPOBoxZIP":"","addressPOBox":"","addressCountry":"Switzerland","addressPhoneNumber":"","addressFaxNumber":"","addressEMailAddress":"","addressNote":"","addressModifiedBy":"","addressModifiedAt":null}]}]
                  09:43:01.046:XRP0:WARN:Log:Error:
                  	'Unable to get value of the property 'length': object is null or undefined'
                  	in http://localhost:8080/cwf/isomorphic/system/modules/ISC_DataBinding.js?v=46880
                  	at line 1356

                  Comment


                    #10
                    This part of your data:

                    Code:
                    "Intercompany Customer":"Inter Company","Others":"Others",null:null,null:null,null:null
                    .. is apparently an issue for IE (specifically the null:null part). We can cause that data to be delivered properly (as a JavaScriptObject property "null" with value null), but, do know how you're ending up sending this data?

                    Comment


                      #11
                      Actually, on inspection, the JSTranslater will already quote a key with name "null", so this seems to indicate you've added your own IToJSON or other custom JSON serialization code, and it's not handling null keys correctly.

                      Comment


                        #12
                        Yes, We have custom ITOJSON. I will check and see where those nulls are coming from. Just wondering though, why would this be working in 12-15 and not in 06-17. Like I mentioned before, our backend code is the same for both libraries.

                        Comment


                          #13
                          Just debugged the code and there's no reason for those nulls to be in the enumeration (obviously). I've tweaked our product code to not send null keys and now it works. Thanks for debugging - I still think there was some change on your end that invalidated this though :)

                          Comment


                            #14
                            Probably because the data you're testing with differs.

                            Comment

                            Working...
                            X