Excerpt |
---|
Here you can find common error messages and known solutions to them. |
...
Column | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Overview
|
Column | ||
---|---|---|
| ||
...
See Error and Performance Troubleshooting Checklist
Login errors
See I can't log in from mobile device
See also
|
Login errors
See I can't log in from mobile device
Runtime errors
See Error and Performance Troubleshooting Checklist
Installation and Upgrade errors
...
Area | Document Type | Error Message | Possible Solution | Link/Screenshot |
---|---|---|---|---|
Printing | PostPickOrder and others | Order posted successfully. | The error is caused by custom code that attempts to perform Report.Print() to the printername, which does not exist. Write code to check the printer name is correct. | |
Receive | PostReceiveOrder | Sorry, the current permissions prevented the action. | The user has a non-Premium license (i.e. Essential license). There are Records in the Prod. Order Component -table. During Receive, Cross Docking (base code, not Tasklet) will access this table. Is has to be empty for non-Premium uses to post Warehouse Receipts. | |
Receive | PostReceiveOrder | You are not allowed to register multiple bins on Receive orders. | Splitting of purchase lines is not supported by NAV/BC (only one bin can be registered on the mobile device). Workaround: See You are not allowed to register multiple bins on Receive orders | You are not allowed to register multiple bins on Receive orders |
PutAway | PostPutAwayOrder | Qty. to Handle must not be Qty. Outstanding in Warehouse Activity Line Activity Type='Put-away',No.='PU000004',Line No.='20000'. | You may be posting more than 14 different LotNo/SerialNo/ToBin to the same Warehouse Activitity Line. Renumbering activity lines during putaway posting with SplitLine is not supported until standard BC build 13.5.29483.0 and MOB5.11. Workaround: Never scan and register more than 14 different LotNo/SerialNo/ToBin at the same orderline at the mobile device at the same time. Instead, register the ~10-14 order lines you have scanned, then repeat to scan the next batch of lines. Solution: Update to standard application 13.5 (or newer) with MOB5.11 (or newer). | |
Count | PostCountOrder | Phys.Inventory must be equal to 'Yes' in Item Journal Line....Current value is No | You have manually entered a journal line. Journal lines should be calculated.
Use action "Whse. Calculate Inventory" to generate the warehouse journal lines for counting. "Phys. Inventory Journals": Use action Prepare > "Calculate Inventory" to generate the journal lines for counting. | |
Unplanned Move, Adjust Qty. Unplanned Count | PostAdhoc | "Expiration Date must not change for an Item tracked by Lot Number." | With the release of BC 23.2 Microsoft introduced new validation code on the Warehouse Journal, that resulted in problem with our features, Unplanned Move, Adjust Qty. and Unplanned Count. Because of Microsoft changes the Error message "Expiration Date must not be changed for an Item tracked by Lot Number." will occur if Location is setup with "Directed Put-away & Pick" and "Skip Whse. Unpl. Count Item Journal Post" disabled. Extension version 5.45 fixes this | Release Notes (Business Central)#,%5BNTW%2D2300%5D,-Error%20%22Expiration%20Date |
...
Area | Document Type | Error Message | Possible Solution | Link/Screenshot |
---|---|---|---|---|
Posting | Bulk Move and more | Whse. Document No. must be equal to 'Txxxxx' in Warehouse Journal Line: Journal Template Name=RECLASS, | Remove the number series from the Template Batch. Go to "Warehouse Journal Templates" Go to action "Related" > "Template" > "Batches" | |
ReferenceData | GetReferenceData | Getting Reference data failed. Server response: Microsoft.Dynamics.Nav.Runtime.NavXmlCData variable not initialized | The current Mobile User is not associated with any Mobile Group. | |
Get | Any | Unable to convert from Microsoft.Dynamics.Nav.Runtime.NavInteger to System.String | New Accessor Tables doesn't work on BC 13.0 platform due to FldRef.Value() function working differently on the old platform. Solution: Either (1) Upgrade to platform 14 (or newer) (2) Upgrade to MOB5.11 (or newer) (3) manually modify code:_ local procedure GetValueByFieldNo(var RecRef: RecordRef; FieldNo: Integer): Text | |
Action | Any | No document hander is available for Lookup::Attachments. or Empty Register Images Reference ID field. | Register Images and Attachment actions are included in Mobile App version 1.5.0+. But you need Mobile WMS Extension v.5.17+ to use these features. | |
Receive | GetReceiveOrders | A call to System.Globalization.CultureInfo.GetCultureInfo failed with this message: Positive number required. Parameter name: culture | You are missing "Windows Language ID" in the standard BC "Language" table. Planned to fix for MOB5.25 or later. | |
Unplanned | Unplanned Move | There is not MOB NS Request Element within the filter. Filters: Name: NewLocation | You have changed the setting "Unplanned Count Warning". When changing this, you have to Log out and Log in again due the change is in Reference Data which gets loaded on login. | |
Permissions | Any | You do not have the following permissions on TableData Warehouse Receipt Header : Modify To view details about your permissions, see Effective Permissions page. To report a problem, refer to the following server sessions ID: "xx". | You are using Device SL for BC. We do not sell Device SL. It is something that the partner buys and configures. Please follow the link for reference to how to set this up: | |
Webservice | Any | Parameter mobileUserID in method ProcessRequest in service MOB_WS_Dispatcher is null! |
| |
Webservice | Any | The metadata object CodeUnit 0 was not found. | The problem was is by not having the standard WMS group and not running the Create Document Types action on Mobile WMS Setup after having created bespoke groups. | |
Posting | Any | Posting Problem: A problem arose when trying to post the order. Retyr now or try again later. Error details:Request Entity Too Large | The server rejected the mobile response. Increase the "Max message size" on the Service Tier | |
Posting | Production Consumption | Handled must not be No in Mobile WMS Registration Type='Production Consumption',Order No.='xxxx',Line No.='10000',Registration No.='1' <errorCallStack>"MOB WMS Production Consumption"(CodeUnit 6181403).PostProdConsumption line 90 - Mobile WMS by Tasklet Factory\"MOB WMS Production Consumption"(CodeUnit 6181403).OnRun(Trigger) line 19 - Mobile WMS by Tasklet Factory\"MOB Document Processor"(Report 6181271).ProcessDocumentWebService line 16 - Mobile WMS by Tasklet Factory\"MOB Document Management"(CodeUnit 6181276).ProcessDocumentWebService line 10 - Mobile WMS by Tasklet Factory\"MOB WS Dispatcher"(CodeUnit 6181280).ProcessRequest line 58 - Mobile WMS by Tasklet Factory\</errorCallStack> |
To resolve the issue:
| |
Webservice | Login/Any | Function ID -1164226044 was called. The object with ID 8703 does not have a member with that ID. |
If this does not work, then use the Repair-NAVApp command from PowerShell. Repair-NAVApp -ServerInstance 'MY_INSTANCE' -Name 'Mobile WMS' -Version 5.42.0.0 |
...
Error Message | Explanation | Solution |
---|---|---|
"A call to System.Net.HttpWebRequest.GetResponse failed with this message. The remote server returned an error (401) Unauthorized. | This is a known issue related to a move to TLS version 1.2. | Download updated NAV Objects version MOB4.60.1
Follow the instructions in the ReadMe.txt file.
|
NAV MOB4.60.1 Test Connection produces this error "The request was aborted: Could not create SSL/TLS secure channel." | This is a known quirk. You have to press "Test Connection" one more time. | |
NAV MOB4.60.1 "A call to System.Net.HttpWebRequest.GetResponse failed with this message. The remote server returned an error (404) Not Found." | You need to run Upgrade Codeunit 6181390 | |
NAV MOB4.60.1 "A call to System.Net.HttpWebRequest.GetResponse failed with this message. The remote server returned an error (400) Bad Request. | Incorrect Tenant and/or Username and Password | |
"A call to System.Net.HttpWebRequest.GetResponse failed with this message. The operation has timed out | Incorrect Template Paths | |
An empty response was received from the online print service. | Request data ïs invalid. The cloud service was not able to generate a label based on the Request from Business Central. Ask TF Support to input the data manually into the Designer to determine why not output could be generated. | |
Error in XML. Unable to deserialize XML, hexadecimal value 0x1D, is an invalid character. | You are scanning a barcode from a label. The GS1 barcode contains an "Item Cross Reference" in AI91 with more than four alphanumeric characters. This is a quirk of ZebraPrinter-generated GS1 barcodes. | Option A Contact TF Support to have "forceInterpretation" enabled in start.cfg <dataMatrixenabled="true"forceInterpretation="true"> Option B Use GTIN or a longer "Item Cross Reference" barcodes |
Print problem: Could not connect to device: Failed to connect to /192.168.0.10 (port 6101) from /192.168.172.77 (port 35810) after 15000ms: isConnected failed: ECONNREFUSED (Connection refused) | The printer could be using another port than standard 6101. The printer network cannot be accessed from the Wi-Fi network mobile device uses. | Verify the port number Verify the network routing |
Print problem: Could not connect to device: com.zebra.sdk.comm.ConnectionException | Bluetooth is turned off | Turn ON Bluetooth |
...
Error Message | Explanation | Solution |
---|---|---|
"The length of the string is 21, but it must be less than or equal to 20 characters. Value: SHIPIT365-1-SADDLEBAG" The above or similar errors might appear during posting, where the "1" and "SADDLEBAG" may contain other values. | Package Codes in Pack & Ship support up to 100 chars, but a function called during posting is unfortunately limited to 20 chars. This is expected to be solved in a future version. | Ensure the package codes in Transsmart have a maximum of 8 chars to limit the total length of package codes to a maximum of 20 chars. |
See also
Filter by label (Content by label) | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...