[FAQ000145]I can’t launch the CELF app from the app link URL

Q

I am trying to launch the CELF app from the app link URL, but it does not launch properly.

I have described it as follows, how do I start it?

rundll32.exe url.dll FileProtocolHandler"curl://offline/curl://launch/https://cloud.celf.jp:443/celf/start.dcurl?app_id=10&company=99999c999&user=admin&password=*****"

A

There may be an error in the command to launch the app by specifying the app link URL.
The following cases are possible, so please check if any of them apply to you.

[Case 1]
There is no space after "FileProtocolHandler".
->Put a half-width space between "FileProtocolHandler" and "curl://offline~".

e.g.)rundll32.exe url.dll FileProtocolHandler"curl://offline~"
⇒ rundll32.exe url.dll FileProtocolHandler "curl://offline~"

[Case 2]
Alphabetic characters in the company ID (company) are specified in lower case.
->The letters in the company ID (company) should be specified in uppercase.

e.g.)&company=99999c999
-> &company=99999C999