Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics SL (Archived)

Did QTYSHIPNOTINV composing the table column LOCATION?

Posted on by 225

Did QTYSHIPNOTINV composing the table column LOCATION?

I would like to audit this information not understand full SQL query this information

Microsoft Dynamics SL 7.0 Future Pack

SQL SERVER 2008R2

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Estos son otros para la version 7.0 Fp1

    Bug Numbrer      Knowledge Base    Filename                           Released

    18774                   970260                     H703_18774OM               5/5/2009

    The Quantity on Open Shippers value on a sales order is incorrect after you cancel a shipper in Order Management

    Bug Numbrer      Knowledge Base    Filename                           Released

    19006                   971137                      H703_19006ED              5/26/2009

    Shippers are missing line items in Order Management

    Bug Numbrer      Knowledge Base    Filename                           Released

    18149                   972619                     H703_18149OM              6/16/2009

    Quantity in the "Qty Shipped" box is incorrect in the Shipment Confirmation

    Bug Numbrer      Knowledge Base    Filename                           Released

    18903                   972812                     H703_18903OM              6/19/2009

    Quantity on hand or total cost for item 'XXX' in site 'XX' will go negative error message when you try to release a batch of transactions in Inventory

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Hola Manuel y Enzo me comentan que estan el sp4 o en el FP1 de la verion 7.0 buscando en la red de microsoft me encontre los siguientes hotfixes:

    Este es de la version 7.0 SP4

    Bug Numbrer      Knowledge Base    Filename               Released

    24473                   2741180                   H705_24473IN    8/1/2012

    Quantity on hand is updated incorrectly when two inventory issues batches are created from OM for the same inventory ID and lot/serial number.

    Este es de la version 7.0 FP1

    Bug Numbrer      Knowledge Base    Filename               Released

    21906                   2406827                   H703_21906OM   9/8/2010

    A shipper is created that has a value in the Quantity Shipped box that is double the quantity that was entered on the sales order

    y este es del administrador de procesos.

    Bug Numbrer      Knowledge Base    Filename                           Released

    24905                   2711380                   H703_24905PLANREF  9/10/2012

    Error message after the SOPlan.planref value reaches 99999 for a plan type: "System message 6909 Another process has added the soplan record"

  • Manuel Sanchez Profile Picture
    Manuel Sanchez 75 on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Estimado eso es lo mas extraño tengo el SP4 Instalado... estamos pensando seriamente en ReImplantar Dynamics SL ya que hay  muchos problemas que no encontramos explicación. ya son 10 Años desde que parimos con la version 4.5.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Hola Enzo.

    Si ya es un problema recurrente puede ser que te esté faltando un hotfix, el proceso que hace la sumatoria y actualiza los datos es el administrador de procesos, este se encarga de poner y actualizar la tabla de soplan, soline, y soshipline, y va actualizando las cantidades y poniendo en una pila los artículos que van a ser procesados(soplan).

    ¿Sabes que hotfixes o hasta que hotfix del módulo de OM tienes?.

    Te paso nuestro correo de soporte en chile sopote@addenda.cl.

    Saludos y seguimos atentos a lo que necesites ;-)

  • Enzo Contreras Profile Picture
    Enzo Contreras 225 on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    la verdad es que cada una de esas  validaciones las he realizado con anterioridad, es por eso que quiero ir un poco mas a la Fuente del Dynamics quiero saber que Procedimiento llena el qtyshipnotinv para asi saber que shipper me esta sumando.

    coméntame de todas maneras la consultora que tienen en chile..

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Anexo al query anterior  en este uni la tabla de batch, para puedas ver el estado del lote, posiblemente tengas lotes con estatus 'V', (cancelados) o con 'S' (Parcialmente liberados) que puedan estar causando que tengas cantidad apartada en qtynotship

    select

          a.batnbr, b.Status, a.InvtID, a.Qty, a.SiteID,

          a.WhseLoc,a.Rlsed, a.PerEnt, a.PerPost

         from INTran a, Batch b

         where a.batnbr = b.batnbr

         and a.Rlsed = 0 and b.Module = 'IN'

    saludos y comentame si te puedo ayudar en algo más tenemos una filial consultora en chile ;-D que te puede apoyar o nosotros desde aca méxico.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Okas ... lo que se puede validar son 2 cosas los embarques y las salidas de inventario no liberadas.

    para el de embarques tenemos que ver la tabla soshipline, para el de la salida de inventarios tenemos que checar intran.

    Para la de embarques veremos primero las líneas embarcadas que tengas abiertas.

    select InvtID,QtyBO,QtyFuture,QtyOrd,QtyPick,QtyPrevShip,QtyShip,ShipperID,*

    from SOShipLine where Status = 'O'

    Lo que veríamos son los artículos abiertos dentro de embarques, luego lo que hice fue unir con la tabla del encabezado soshipheader, para ver el estado del embarque, porque puede ser que las líneas estén abiertas y el embarque cancelado, en el query estoy agregando las columnas de Inbatnbr, que es el número de lote de salida de inventarios, para poder rastrear si la salida se ha liberado.

    select a.InvtID,a.QtyBO,a.QtyFuture,a.QtyOrd,a.QtyPick,

    a.QtyPrevShip,a.QtyShip,a.ShipperID,b.INBatNbr,b.ARBatNbr,b.ShipRegisterID,b.Status,

    b.Cancelled, b.AdminHold

    from SOShipLine a, SOShipHeader b where a.ShipperID = b.ShipperID and a.Status = 'O'

    Ya que descartes los embarques veamos ahora las salidas de inventario, checaremos intran con este query.

    select batnbr, InvtID, Qty, SiteID, WhseLoc, PerEnt, PerPost, *

    from INTran where Rlsed = 0javascript:void(0);

    Con eso sabrías si tienes artículos pendientes por liberar los cuales te están afectado el campo qtynotship

  • Enzo Contreras Profile Picture
    Enzo Contreras 225 on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    estimado ya valide esos procesos y al momento del descuadre funcionan sin ningún problema, osea ne preocupo de tirar Diario de Ventas, Libero Lote de Salida, Administrador de Procesos Iniciado. Es por eso que me gustaría saber que shipper suma para poder revisar el error.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    Sip Enzo hablo español, soy de México :-)  este error suele suceder cuando no corre el administrador de procesos o no se ha sacado el reporte de diario de ventas, entonces causa el problema de que lo disponible lo restra porque esta en el campo qtynotshipinvc ...

  • Suggested answer
    Enzo Contreras Profile Picture
    Enzo Contreras 225 on at
    RE: Did QTYSHIPNOTINV composing the table column LOCATION?

    I have several problems, in some cases I have descuadrado inventory products (qtyonhand <> qtyAvail) and Units in QTYSHIPNOTINV, no open SHIPPER, Sales Journal (40.690.00) released. Audit need for this field in this data filling procedure (sqlquery), to obtain that compose Shipper

    Santiago, Chile

    hablas español?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans