webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  [ISC.0082.9027] Dimension mismatch, List expected

    Posted Fri November 08, 2013 01:35 PM

    Hi,

    I have this problem which it is impossible to validate flow service because the label displays isValid=false and I have the following message into error tags:

    pathname = /exceptions/exception/labels/label
    errorCode = VV-003
    errorMessage = [ISC.0082.9027] Dimension mismatch, List expected

    Could you help me to solve this defect?

    thanks!


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Wed December 04, 2013 04:15 AM

    Hi Brice

    Please check “/exceptions/exception/labels/label” is supposed to be a list but it might be created as a single record in your flow. It can be mapping issue while creating a document.

    Thanks,
    Mohit K


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Sun April 27, 2014 03:53 AM

    Suppose i have the xml like the below


    101
    abc


    101
    xyz

    when i have created the document using this xml .Could be something like the below

    person -doc
    account----doclist
    accno–string
    accname-string
    you mean all the time the xml must contain the multiple accounts for that person . If the xml would have the person having single account ,then the schema gives isValid =false([ends with this error :ISC.0082.9027] Dimension mismatch, List expected) when we use the pub.schema.validate.

    Question : How do we over come this error when we are providing the xml with single account which is vallidating with the above created document structure(which is used for to validating the person with multiple accounts schema) i mean the outcome should be isValid =true when we use the pub.schema.validate.

    Thanks in adavance…


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Sun April 27, 2014 03:05 PM

    Hi,

    errorMessage = [ISC.0082.9027] Dimension mismatch, List expected

    As per the error message it is expecting a list and at run time you are not passing a list.

    Can you share your xml/xsd file and share your code screen shot?


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Mon April 28, 2014 02:18 AM

    Hi Brice and HELLOOOO,

    We sometimes use the “arrays” input parameter of pub.xml:xmlNodeToDocument service to covert any tag as stringlist or doclist. Have a look at the documentation for the usage and see if it suits you.

    Thanks and REgards,
    Ninad Patil


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Mon May 29, 2017 11:49 AM


  • 7.  RE: [ISC.0082.9027] Dimension mismatch, List expected

    Posted Mon May 29, 2017 11:49 AM

    Thanks, Ninad, for the suggestion. By setting the field makeArrays field as false we can overcome this problem.

    By default value if true


    #webMethods
    #Integration-Server-and-ESB