ADCS 2013: There is nothing to register

gravecz
Member Posts: 35
Hi, i have a problem with ADCS in NAV 2013. I successfully installed everything. Some couple of days i used to register PICKS and Put-away, but till some moment a can't post anything.
When i try register pick/put away hypertrm says:
Fault in the communication: There is nothing to register.
I mean it looks like technical problem.. i haven't changed any settings or made something extraordinary, which could cause this problem.
Do you have some experiences with ADCS 2013? Can you help me? Maybe it's my fault, but i have no idea about cause of problem.
Martin
When i try register pick/put away hypertrm says:
Fault in the communication: There is nothing to register.
I mean it looks like technical problem.. i haven't changed any settings or made something extraordinary, which could cause this problem.
Do you have some experiences with ADCS 2013? Can you help me? Maybe it's my fault, but i have no idea about cause of problem.
Martin
0
Comments
-
Hi, did you find any solution ? I have the same problem.
I',m using a laptop running Windows 8, everything works fine with adcs demo data but I cannot register !
Help me please !0 -
yes, its user mistake.
Nothing to register means that document can't register (Register pick), because you haven't filled Qty. to Handle on document line..0 -
I'm sorry. My real problem is:
I use hyperterminal VT100 emulation on a windows 8 laptop. Everything goes well if I modfy fields; but when I try to register, no special Key (but ESC), function key or key combination works . Nothing happens.
Which function key or special key have I to use ?
Can you paste your key mapping .xsl file, if it works ?
Thanks for any reply.0 -
Hi I found the solution by myself: I explain for other user:
I use Windows 8 for testing and dev purpose: in this case the correct hyperterminal settings are different from the released VT100_WinXP.xsd. In other words with my installation VT100_WinXP.xsd doesn't work and the system can parse only ESC command:
<xsl:template match="Function[.='ESC']">
<Function Key1="27"><xsl:value-of select="."/></Function>
</xsl:template>
but REGISTER command (F3) doesn't work:
<Function Key1="27" Key3="82" Key2="79" key4="0" key5="0" key6="0"><xsl:value-of select="."/>
I omitted Keys with 0 value and it worked! Only Functions with key values different from zero work are parsed.
<xsl:template match="Function[.='REGISTER']">
<Function Key1="27" Key2="79" Key3="82"><xsl:value-of select="."/></Function>
</xsl:template>
This is my VT100_W8Hyperterminal.xsd content: try this on your windows 8 adcs stand alone installation:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="xml"/>
<xsl:template match="*">
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
<xsl:template match="Function[.='ESC']">
<Function Key1="27"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='FIRST']">
<Function Key1="27" Key2="79" Key3="80"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='LAST']">
<Function Key1="27" Key2="79" Key3="81"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='REGISTER']">
<Function Key1="27" Key2="79" Key3="82"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='RESET']">
<Function Key1="27" Key2="79" Key3="83"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='PGUP']">
<Function Key1="27" Key2="91" Key3="65"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='PGDN']">
<Function Key1="27" Key2="91" Key3="66"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='LNDN']">
<Function Key1="27" Key2="91" Key3="67"><xsl:value-of select="."/></Function>
</xsl:template>
<xsl:template match="Function[.='LNUP']">
<Function Key1="27" Key2="91" Key3="68"><xsl:value-of select="."/></Function>
</xsl:template>
</xsl:stylesheet>0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions