Quantcast
Channel: Ivanti User Community : Popular Discussions - Supply Chain (formerly Wavelink)
Viewing all 7290 articles
Browse latest View live

How to see which client is using which VelocityBrowser Process on Velocity server

$
0
0

Is there somehow a way to verify on the velocity server which Velocity Browser session is openend by which Velocity client?

 

The problem is that for some client the session is hanging on the velocity server and for some not and we don't like to reboot the server all the time and just like to kill those who are hanging.


IDA_SCAN_DISABLE

$
0
0

Hello,

 

we made a test HTML page and run this in the wavelink industrial browser.

 

The html looks like this:

 

 

<html>

 

 

<ahref="ida:IDA_BEEP">IDA_BEEP</a>

 

<br/>

 

<ahref="ida:IDA_ERROR_BEEP">IDA_ERROR_BEEP</a>

 

<br/>

 

<ahref="ida:IDA_SCAN_DISABLE">IDA_SCAN_DISABLE</a>

 

<br/>

 

<ahref="ida:IDA_SCAN_ENABLE">IDA_SCAN_ENABLE</a>

 

</html>

 

 

 

IDA_BEEP does, what it should do. Also IDA_ERROR_BEEP.

 

However, the IDA_SCAN_DISABLE has no effect. Is this command depending on any other setting in the wavelink industrial browser?

 

Any ideas ?

 

Thank you

 

Markus

Velocity Web Emulation - No POST Functionality ?

$
0
0

I am using the Velocity Client with a Web project loaded version: 1.2.0.2741.

 

I mapped my custom website and when I try to POST a login the page will just refresh. I verified from the server that there is no POST even attempted from this client device (Zebra WT6000).

 

I am curious what web browser behinds the scene is this Velocity application using to render the pages and does it support POST functionality? I havent tried any other REST methods, but this is concerning the page reloads everytime I attempt a login.

 

I tried digging through documentation on some guidelines/best practices, but I couldn't find anything related to the web portion of the software.

 

As a test I pointed the project to google.com and attempted a login and I got this "Connection Error" for checking a cookie, then the app crashes. The applications goes back to the "Host Profiles" screen. This might be something unrelated or it might correlate with my issue.

 

I also pointed the stock web browser on the device and I am able to login just fine without any issues, so something is telling me that the Velocity application is the culprit.

 

Any help on this would be greatly appreciated!

 

Here is a really simple example of the HTML code on the webpage.

<form action="/login" method="POST">

  <input type="text" name="username">

  <input type="text" name="password">

  <input type="submit" value="Submit">

</form>

Windows Mobile 8.1 Enrollment

$
0
0

Hello,

 

Does anyone have a guide on how to enrol Windows Mobile 8.1 I am really struggling..... I have iOS and Android down to a fine art.....

Configure TE for Android without Avalanche

$
0
0

The documentation provides limited info on configuring the TE with a MDM other than Avalanche.  The documented method has the file being served up by a webserver.  This seems over complicated for someone managing with a MDM.  I would think most if not all MDM's could simple push the file to the SDCard.  Is there a location on the android device that i can put the json file so that it doesn't need to be downloaded from a URL? 


http://help.wavelink.com/docs/help/en_US/TEAndroid/2.0/Default.htm#Terminal_Emulation/Smrt/configureAlternateMDM.htm%3FTocPath%3DConfiguring%2520the%2520TE%25C2%25A0Client%7CConfiguring%2520the%2520TE%25C2%25A0Client%2520using%2520MDMs%7C_____3

F5 not working in Velocity Browser

$
0
0

Hi Team,

 

Customer is using Panasonic FZ-N1 device for SAP browser base application.

 

After entering username & password in login page of SAP,F5 or enter key not working for logon.

 

Same URL is working on Zebra MC3200 device with enter/F5.

 

I have tried multiple keycode like E03F,3F00,0074 & 3F00:\001B[15~.But nothing is working.

 

Kindly help.

 

 

Regards,

ARUN

How to change the platform version from IBMHost to VT

$
0
0

I need your help on how I can change the license platform version from IBMHost to VT. Thank you

Having issue with an android scanner running Jelly bean that scans but the value does not get inputted into android Velocity TE client

$
0
0

The scanner beeps and does the return carriage after the scan but no numbers/letters show up in the input box.  Tried both hardware keyboard and softkey input for scanner and it doesn't show up for either.  The scanner is a Cruiser Enterprise Handheld Terminal Android PDA scanner.  It weird because the wavelink TE app from the playstore worked just fine, but when we upgraded and purchased the license for the velocity app it stopped working :/


Where can I download Naurtech CETerm 5.7

MC 9200 Wireless profile not installing

$
0
0

 

I’ve seen this issue posted a few times, but I haven’t found a proper solution to the issue yet. I’m  looking to the community with the hopes that someone has encountered this already can help.  We just received new MC9200 scanners. The issue I’m having is that Avalanche is not installing the wireless profiles we have configured on the 9200 only. It works for all our other models of wireless scanners though.I worked with support on Friday and I was told that we needed to have the scanner  OS updated to version:

 

 

MC92N0 

 

CE 7.0 

 

Fusion Version X_2.03.0.0.017R 

 

OEM VERSION : 06.57.22 

 

Enabler: 5.3.84 

 

 

 

  

 

The enabler version I am using is 5.3.84. I installed the updated OS today and verified the settings, but the issue still persist. All the other settings are there, but the wireless profile is not installing. The radio is enabled and scanner is seeing our wireless SSID, but not installing the profile. Has anyone encountered this issue?

 

[Motorola WT41N0]How to disable "App launcher" in the Enabler

$
0
0

Hi everyone,

 

I have a probleme with Motorola WT41N0 on Avalanche V6.1

How to disable "App Center" at startup ?

 

In the Enbler, I use the register key "HKLM\SOFTWARE\Microsoft\SVCStart\1\Configurations\Display\@=1" but it changes nothing.

 

Can you help me?

 

Thank you in advance

 

Frédéric

 

Play beep sound

$
0
0

Hi,

I tried two options to play a beep sound when an error occurs in SAP ITS mobile.

1. BGSOUND

2. IDA_BEEP.

Both did not play the beep sound on the velocity browser on Intermec CK71 RF device. But, both played the sound when I used the internet explorer on Intermec CK71 RF device! 

 

Please let me know if need to use something else to play sound.

 

Code:

IDA_BEEP:

    <script type="text/javascript" language="javascript">

        if (typeof external.CETerm != 'undefined') external.CETerm.PostIDA( "IDA_BEEP", 0 );

    </script>

 

BGSOUND:

<bgsound src="/sap/public/bc/its/mimes/itsmobile/99/sounds/all/sapsounderr.wav" loop="4">

 

Device Details:

RF Device - Intermec CK71

Wavelink Velocity Client - Release 1.0.29 - 07/01/2014

Operating System-Windows Embedded 6.5 Classic. CE OS 5.2.29217 (Build 29217.5.3.12.26)

 

Thanks,

ER

The taskbar is not visible in TelnetCE, even though I'm not hiding anything in the options tab. How can I get it back, so I cen get into the config menus

$
0
0


I'm using TelnetCE 7.3 with app center.  When I go into TelnetCE, I lose the taskbar which contained the config menus.

So I can't change config or even exit the program.  I'm force to cold boot to exit TelnetCE.  I'm do not have any

options in the 'options' tab checked, so nothing should be hidden.  How can I get it back?

Export configuration from Android Telnet Emulation client

$
0
0

Hi All

I have previously only used Windows CE but we are looking at rolling out Android devices. We are using the Telnet Emulation App and was wondering the best way to copy the configuration so i can deploy it to other devices. Eg Font sizes, Host settings etc.

Avalanche 6.x on Server 2016

$
0
0

Management wants me to start using Windows Server 2016. Will Avalanche work on Server 2016?  SQL will be 2012.


Function keys with WT41N0 Telnet CE 7.3.192 VT220 emulation

$
0
0

Hi i'm having difficulties using function keys with Motorola WT41N0 Telnet CE 7.3.192 and VT200 emulation. Random charachtes or error message key not recognized is diplayed if i'm trying to use Function keys (F1; F2 etc.) Any ideas?

setting up scanner to tab after scan

$
0
0

how do i set  a ring scanner up on WT41N0 to tab after scan?

Auto login

$
0
0

I need a script that takes the last 6 numbers of the mac address and puts it in the auto login screen.

The Auto login request is Terminal ID:

If anyone has an answer I really need this ASAP. This is a huge project that I know I have seen work in TE and did not know it doesn't work in Velocity through the standard login.

Setting the answer back on VT emulation CE

$
0
0

Hello,

 

I am trying to set the answer back onto Wavelink Terminal emulation CE , but without success.

 

The name of the unit is talking to a VT200 WMS server and needs the name to identify it to the system.

 

I am setting    DESMTM030 .  But cant work out the format to set in the product Configuration tool.. Setting in Emulation Paramaters > emulation > VT & HP > common > VT new answer back.

 

Thanks for your help.

Is there a way to create one command to automatically press tab + i{AutoEnter}?

$
0
0

Basically I want one click to automatically press tab then I for me. Screenshot posted below.

 

On native mode, we can press tab then the cursor will transfer on the far right from 999. Then we type " i " enter to go to HotKeys. On the Velocity side, I am creating a menu to do this function for us. But my menu item is not working right. I have to press tab then press the HotKeys menu item for it to work. My question is, if there are ways to merge tab + i into one command. I played around with it but with no luck ( tab i{AutoEnter} ). Or do I need a script to do this?

 

Thank you.

Viewing all 7290 articles
Browse latest View live