<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>post Known Errors in TSM in Telecom articles</title>
    <link>https://www.servicenow.com/community/telecom-articles/known-errors-in-tsm/ta-p/2324358</link>
    <description>&lt;P&gt;From my experience so far , i found some errors during order management which can help in troubleshooting.&lt;/P&gt;
&lt;P&gt;If you find some more information&amp;nbsp;please comment , i can update/add new errors and fix into the list.&lt;/P&gt;
&lt;P&gt;Related to API errors when executing Post/Get/patch.. you can find the error and its meaning in product documentation . You can check "&lt;EM&gt;Status code"&lt;/EM&gt; section of any REST request type:-&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/tmf622_product_ordering-api.html#d1403575e3875"&gt;https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/tmf622_product_ordering-api.html#d1403575e3875&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="height: 124px; width: 1840px; border-color: red;" border="2" cellspacing="2" cellpadding="2"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;STRONG&gt;Errors&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;&lt;STRONG&gt;Meaning&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The product offering associated with this order has expired. Please contact the product catalog manager for assistance.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;It means the product offering associated with the order line items has been expired.&lt;/P&gt;
&lt;P&gt;current date should be before End date of the product offering.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86603i9CE03CBC908095A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The product specification associated with this order has expired. Please contact product catalog manager for assistance.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;&amp;nbsp;The End Date should be greater than current date of the product specification linked to the order line item.&lt;/P&gt;
&lt;P&gt;Once the date is crossed, It gives expiration message .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86621i90BD7E860CCCA452/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;OrderItem ORDLXXXX does not contain the correct characteristics or its child order items are either missing or do not contain the correct characteristics.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;There could be multiple reasons. So far i found -&lt;/P&gt;
&lt;P&gt;1. The Relationship issue between parent and child order line items. when creating an order need to&lt;/P&gt;
&lt;P&gt;define correct relationship with&amp;nbsp;productOrderItem.ID mapping child and parent. The ID should be unique .&lt;/P&gt;
&lt;P&gt;2. Characteristics which are defined&amp;nbsp;&lt;EM&gt;Customer input required&lt;/EM&gt; as true on offering level but not mentioned during order creation .&lt;/P&gt;
&lt;P&gt;You need to patch and revise order by adding the missing characteristics .&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The Orderline Quantity value exceeds the max quantity allowed&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;You need to increase the maximum quantity mentioned in specification relationship of the product specification .Should be more than 1 depending upon how many order line items&lt;/P&gt;
&lt;P&gt;will be created for particular product specification.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86611iC568C0AEFEF2DCBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you have any new error related to TSM, please provide and its fixes into comments below . I can update/add into the article so that it can be helpful to others who are new to TSM.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 02 Apr 2022 12:44:38 GMT</pubDate>
    <dc:creator>Anshu_Anand_</dc:creator>
    <dc:date>2022-04-02T12:44:38Z</dc:date>
    <item>
      <title>Known Errors in TSM</title>
      <link>https://www.servicenow.com/community/telecom-articles/known-errors-in-tsm/ta-p/2324358</link>
      <description>&lt;P&gt;From my experience so far , i found some errors during order management which can help in troubleshooting.&lt;/P&gt;
&lt;P&gt;If you find some more information&amp;nbsp;please comment , i can update/add new errors and fix into the list.&lt;/P&gt;
&lt;P&gt;Related to API errors when executing Post/Get/patch.. you can find the error and its meaning in product documentation . You can check "&lt;EM&gt;Status code"&lt;/EM&gt; section of any REST request type:-&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/tmf622_product_ordering-api.html#d1403575e3875"&gt;https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/tmf622_product_ordering-api.html#d1403575e3875&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="height: 124px; width: 1840px; border-color: red;" border="2" cellspacing="2" cellpadding="2"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;STRONG&gt;Errors&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;&lt;STRONG&gt;Meaning&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The product offering associated with this order has expired. Please contact the product catalog manager for assistance.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;It means the product offering associated with the order line items has been expired.&lt;/P&gt;
&lt;P&gt;current date should be before End date of the product offering.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86603i9CE03CBC908095A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The product specification associated with this order has expired. Please contact product catalog manager for assistance.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;&amp;nbsp;The End Date should be greater than current date of the product specification linked to the order line item.&lt;/P&gt;
&lt;P&gt;Once the date is crossed, It gives expiration message .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86621i90BD7E860CCCA452/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;OrderItem ORDLXXXX does not contain the correct characteristics or its child order items are either missing or do not contain the correct characteristics.&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;There could be multiple reasons. So far i found -&lt;/P&gt;
&lt;P&gt;1. The Relationship issue between parent and child order line items. when creating an order need to&lt;/P&gt;
&lt;P&gt;define correct relationship with&amp;nbsp;productOrderItem.ID mapping child and parent. The ID should be unique .&lt;/P&gt;
&lt;P&gt;2. Characteristics which are defined&amp;nbsp;&lt;EM&gt;Customer input required&lt;/EM&gt; as true on offering level but not mentioned during order creation .&lt;/P&gt;
&lt;P&gt;You need to patch and revise order by adding the missing characteristics .&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 416.85px;"&gt;&lt;EM&gt;The Orderline Quantity value exceeds the max quantity allowed&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="width: 323.15px;"&gt;
&lt;P&gt;You need to increase the maximum quantity mentioned in specification relationship of the product specification .Should be more than 1 depending upon how many order line items&lt;/P&gt;
&lt;P&gt;will be created for particular product specification.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/86611iC568C0AEFEF2DCBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If you have any new error related to TSM, please provide and its fixes into comments below . I can update/add into the article so that it can be helpful to others who are new to TSM.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 12:44:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/telecom-articles/known-errors-in-tsm/ta-p/2324358</guid>
      <dc:creator>Anshu_Anand_</dc:creator>
      <dc:date>2022-04-02T12:44:38Z</dc:date>
    </item>
  </channel>
</rss>

