Xdg-open for irc links in chromium

Hey!
I know that the first thing to do is search before bothering other people and I did it a lot. Google, posts, how-to`s, wikis... I see my last chance in asking this community
So here is my problem:
I use chromium as default browser and konversation for irc on lxde desktop. chromium uses xdg-open to associate files and links with programs. I tried everything I found but couldn`t get it to work. When I click on an IRC link, it asks me for opening the associated program, I confirm with yes and nothing happens. When trying to open an irc link from the terminal I get
xdg-open: no method available for opening 'irc://...'
I got it to work with mimeo, so please no suggestions in this direction, I would like to learn how to do it without it and so to learn it distribution independently.
For anyone looking for it, this is the working mimeo solution
$ yaourt -Sy mimeo xdg-utils-mimeo mime-type
$ nano /home/tom/.config/mimeo.conf
/usr/bin/konversation
  ^irc://
# there have to be exactly two spaces in front of ^irc://
This is the working solution in gnome using gconf:
$ gconftool-2 --set --type=string /desktop/gnome/url-handlers/irc/command 'konversation "%s"
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/irc/enabled true
$ gconftool-2 --set --type=bool /desktop/gnome/url-handlers/irc/need-terminal false
This is what I tried in lxde:
$ yaourt -Sy mime-type xdg-utils
$ xdg-mime default konversation.desktop application/irc
$ xdg-mime default konversation.desktop x-scheme-handler/irc
$ xdg-mime default konversation.desktop application/x-xdg-protocol-irc
$ nano /usr/share/applications/kde4/konversation.desktop
MimeType=application/irc;x-scheme-handler/irc;x-xdg-protocol-irc
$ nano /usr/share/mime/packages/irc.xml
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/irc">
<comment>irc url</comment>
<magic priority="50">
<match value="%irc://-" type="string" offset="0"/>
</magic>
<alias type="application/irc"/>
</mime-type>
</mime-info>
$ update-mime-database /usr/share/mime/
I appreciate every suggestion. I`ll be on the road for two days and will try your suggestions on the weekend and will give feedback.
Please explain as understandable as possible, at best with all commands and paths to the files - this is the newbie corner, right?
Thanks in advance
Tom
Last edited by archtom (2011-06-15 19:44:57)

really noone? Would be so glad if anyone could help!
Last edited by archtom (2011-06-20 20:21:06)

Similar Messages

  • When i open an irc link with a channel name that contains "~" at the end, firefox (14.0.1) opens the same channel name but with "%7E" instead of "~" at the end

    when i open an irc link with a channel name that contains "~" at the end firefox (14.0.1) opens the same channel name but with "%7E" instead of "~" at the end
    http://img835.imageshack.us/img835/2856/clipboard05nq.jpg

    I can not open the image, but I can say something in general about the tilde.<br>
    The tilde "~" is an unreserved character and therefore it can be replaced by its percent-encoded form "%7E" inside a URI without changing meaning. See<br>
    http://en.wikipedia.org/wiki/Percent-encoding<br>
    According to section 2.3 of RFC3986 we should prefer the unencoded form so this behavior seems to be a bit out-dated.<br>

  • Brouser will not open for a link from an e-mail.

    This morning my computer updated to the new Firefox. After doing so when I open an e-mail in my thunderbird box I cannot click on a link in an e-mail and have the brouser open to that link. If I press on the link, nothing happens. I can however right click the link then copy and paste. I would rather be able to click on the link and have that open in my firefox brouser like it always did with past firefox versions.

    Click Tools | Options | Advanced and in the General tab, checkmark "'''Always check to see if Firefox is the default browser on startup'''". Then click the "Check Now" button to test it.

  • [SOLVED] xdg-open: no method available for opening

    I'm using Openbox. Whenever I try to use xdg-open to open a file or link from the command line, I get the error "xdg-open: no method available for opening". This happens with all files and links, regardless of type. I've tried editing ~/.local/share/applications/mimeapps.list, both manually and with xdg-mime; neither had any effect. I've also tried setting environment variables such as $BROWSER; that had no effect, either.
    Strangely, exo-open works with no problem (although the only way I've found to change file associations is by using Thunar). I would just switch to exo-open, except I've encountered a couple of programs that rely on xdg-open for opening web links and the like.
    Has anyone else seen this problem? At this point, I'm pretty confused, and I would appreciate any help. Thanks!
    Last edited by morganmay (2013-11-19 16:31:08)

    Was poking around with this again. I still haven't solved the problem, but I did notice an error that might be a clue. When I enter "xdg-settings get default-url-scheme-handler", I get the error "xdg-settings: unknown desktop environment". I don't have a DE installed, just openbox (although as far as I can tell, XDG doesn't require a DE).
    Does anyone know what this means? Searches for this error have only led me to threads recommending solutions that I've already tried without success (editing mimeapps.list, setting environment variables like BROWSER, etc.).

  • Can't open links through applications - xdg-open default browser?

    Trying to open a link through an application such as Pidgin gives me the following error:
    /usr/bin/xdg-open: line 478: firefox: command not found
    /usr/bin/xdg-open: line 478: mozilla: command not found
    /usr/bin/xdg-open: line 478: epiphany: command not found
    /usr/bin/xdg-open: line 478: konqueror: command not found
    /usr/bin/xdg-open: line 478: chromium-browser: command not found
    /usr/bin/xdg-open: line 478: google-chrome: command not found
    /usr/bin/xdg-open: line 478: links2: command not found
    /usr/bin/xdg-open: line 478: links: command not found
    ...and then shows me the following in the terminal: http://gyazo.com/aa5232a846762f42edc95994f8a2a15c
    It doesn't even try to open it with Aurora which is what I have set as my default browser in Xfce settings.
    xdg-open http://www.google.com produces the same effect.
    This only happens since I did a fresh Arch install a few days ago.

    There are so many wonderful tools in the *nix community, xdg-open is really not one of them (IMO).  It is drastically overly complex - it's just a really convoluted shell script, open it up in an editor sometime.  This complexity leads to countless situations in which it will produce undesireable behavior.  I may be the least "unix-like" tool on my computer ... or at least it was until I removed it and replaced it with a much simpler version.
    Admittedly this is the jumping-ship option.  Or really jumping-ship while tossing a molatov cocktail back to watch the whole ship burn ... but it works.  The skeleton of my replacement script can be found here.  Customize it to your tastes once, then plop it in xdg-open's place and your set.  Just keep a copy around to re-replace xdg-open if/when it gets updated by pacman.

  • Open documents in libreoffice from chromium [SOLVED]

    Hi everyone,
    When using chromium, I would like associate .doc(x), .ppt(x), etc. with libreoffice by default (wm - fluxbox).  If I try to click on the file once it has downloaded in chromium (on bar at bottom) I currently get:
    /usr/bin/xdg-open: line 455: firefox: command not found
    /usr/bin/xdg-open: line 455: mozilla: command not found
    /usr/bin/xdg-open: line 455: epiphany: command not found
    /usr/bin/xdg-open: line 455: konqueror: command not found
    /usr/bin/xdg-open: line 455: chromium-browser: command not found
    /usr/bin/xdg-open: line 455: google-chrome: command not found
    /usr/bin/xdg-open: line 455: links2: command not found
    /usr/bin/xdg-open: line 455: links: command not found
    /usr/bin/xdg-open: line 455: lynx: command not found
    /usr/bin/xdg-open: line 455: w3n: command not found
    xdg-open: no method available for opening 'file.docx'
    Here is a link to my full /uxr/bin/xdg-open: http://pastebin.com/tWzs9hqP
    Here is the part around that line that looks to be of particular relevance:
    IFS=":"
    for browser in $BROWSER; do
    if [ x"$browser" != x"" ]; then
    browser_with_arg=`printf "$browser" "$1" 2>/dev/null`
    if [ $? -ne 0 ]; then
    browser_with_arg=$browser;
    fi
    if [ x"$browser_with_arg" = x"$browser" ]; then
    "$browser" "$1";
    else eval '$browser_with_arg'$xdg_redirect_output;
    fi
    if [ $? -eq 0 ]; then
    exit_success;
    fi
    fi
    done
    exit_failure_operation_impossible "no method available for opening '$1'"
    The browsers are defined later in the file:
    # if BROWSER variable is not set, check some well known browsers instead
    if [ x"$BROWSER" = x"" ]; then
    BROWSER=links2:links:lynx:w3m
    if [ -n "$DISPLAY" ]; then
    BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
    fi
    fi
    I am a rather novice user so I am not sure how to edit the file (if I even should) to make this work.  Any help would be greatly appreciated!
    EDIT: if i add "libreoffice:" to the end of the list of browsers it works like I would like it to.  This is obviously not the best method (I am not even certain why it is trying to open the file from other browsers, xdg-open file is quite intimidating) so any "better" suggestions would be very appreciated.
    Last edited by Ipozya (2011-03-02 20:17:34)

    Ipozya wrote:Thank you for the response.  I installed the package "perl-file-mimeinfo" but it can't find the command when I try to run mimopen.  Any ideas?
    run (in a terminal)
    mimeopen -d <file>
    If the command you want to use does not appear in the list select "Other..." and type the command you want. This command will become the default for opening file of the type <file>.

  • Fixing xdg-open

    Hi all fellow archers!
    For quite some time, those of us running without a desktop environment have been struggling to cope with xdg-open for handling file opens (especially for Chromium).
    Although xdg-open has gotten a bit better over time (it now falls back to mimeopen if it doesn't know what to do).
    Unfortunately, this solution is not a "proper" one since mimeopen currently does not work with URIs, only with files.
    To get around this, I have made two minor adjustments to my system to make it handle even URIs gracefully.
    The first is a hack, the second a (small) patch to xdg-open:
    The hack:
    ln -s /usr/share/applications/mimeinfo.cache to /usr/share/applications/defaults.list
    this will make all applications that register MIME types using MimeType= in their .desktop files the default for their respective MIMEs.
    This is required since xdg-mime does not check mimeinfo.cache when looking up applications for mime types, only defaults.list files.
    If multiple applications happen to register for the same MIME type, I'm not sure which is chosen as the default, but this should be overridden in ~/.local/share/applications/defaults.list anyway.
    The second part, the patch, can be viewed here: http://pastebin.com/EduF8GjC
    For those not used to merging patches like this, download the raw .patch file from here: http://pastebin.com/download.php?i=EduF8GjC , and then run
    sudo patch /usr/bin/xdg-open <xdg-open_uri_patch.txt
    Note that you shouldn't normally just do what strangers like me tell you to, so have a look through the .patch file before patching /usr/bin/xdg-open to make sure I haven't done something naughty.
    There are also unreleased patches for this upstream here and here if you'd prefer using those, but they may not patch nicely against the current Arch version.
    Essentially, whenever a URI is being opened with the internal, generic opener, xdg-mime is queried for the default application for "x-scheme-handler/$scheme" where $scheme is the scheme part of the URI.
    That application is then started with the full URI the path to open.
    Now sit back and enjoy Chromium opening all your files correctly, even magnet:, mailto: and spotify: links (if you've got a client for each installed of course).
    Jon
    PS: The patch has also been submitted to the Portland/XdgUtils team as bug #44873
    EDIT: Turns out this has already been patched after a similar bugreport, just not released, in these commits. The patch is still needed until a release with these changes comes though. Feel free to use the upstream patches instead if you want.
    Last edited by Jonhoo (2012-01-17 22:49:21)

    I tried to find out what was going on using strace. Here is the output:
    strace -f /usr/bin/gvfs-open file.pdf 2>&1 | grep exec
    execve("/usr/lib/xfce4/exo-1/exo-helper-1",
    Why is gvfs-open resorting to xfce's opener while I am running gnome???
    A bit earlier in the trace, gvfs loads /usr/lib/gio/modules/libexo-module-1.so which is certainly the culprit.
    My question is then: how do I make gvfs-open use gnome's facilites?
    --- edit ---
    Looks like my problem:
    https://qa.mandriva.com/show_bug.cgi?id=62203
    --- edit 2 ---
    Some more info:
    http://penguincopter.blogspot.com/2010/ … ty-of.html
    Last edited by benob (2011-02-21 18:38:56)

  • Xdg-open and apvlv

    I recently switched to apvlv as my default pdf viewer. When I try to set it as my default pdf program in xdg-open (for chromium), with the command:
    xdg-mime default apvlv.desktop application/pdf
    xdg-open does it's favorite default behavior, which is to try to open the file in firefox. Any idea how I can fix this?

    Have you tried to create a ~/.local/share/applications/defaults.list which contains the following?
    [Default Applications]
    application/pdf=apvlv.desktop
    This works without any problems on my system. If still no luck, try to install perl-file-mimeinfo.
    Regards

  • [SOLVED] Chromium not calling xdg-open

    Hi,
    I have been trying to get Chromium to call external applications based on their name and/or mime type. My desktop is XFCE.
    I have read about setting up the xdg-utils, and believe I have it configured. The following command line when run from bash opens up acroread and displays the PDF:
    xdg-open http://cran.r-project.org/doc/manuals/R-intro.pdf
    My ~/.local/share/applications/defaults.list file is:
    application/pdf=acroread.desktop;
    But when I click on the link in chromium I get the "Save File" dialog.
    As a test, I edited the /usr/bin/xdg-open shell script, and made it write to a file in /tmp when ever it is called. (The second line where I send the date to the /tmp/xdg-open.log file.)
    #!/bin/sh
    /usr/bin/date >> /tmp/xdg-open.log
    # xdg-open
    # Utility script to open a URL in the registered default application.
    # Refer to the usage() function below for usage.
    # Copyright 2009-2010, Fathi Boudra <[email protected]>
    When I try and download a PDF in chromium, it never adds to the /tmp/xdm-open.log file. (But does if I call it from the command line as I did above.)
    So to me, it looks like chromium isn't even calling the xdg-open script.
    Any one have any ideas?
    Thanks in advance.
    Last edited by landzend (2012-11-16 10:54:29)

    hiciu wrote:
    Hello,
    For me, chromium is not using xdg-open. You can verify it with:
    strace -e process chromium
    Then download something and try to open it from chromium. As for solution, try this: install perl-file-mimeinfo package and setup it with 'mimeopen --ask-default some-pdf-file.pdf'.
    landzend wrote:
    I have read about setting up the xdg-utils, and believe I have it configured. The following command line when run from bash opens up acroread and displays the PDF:
    xdg-open http://cran.r-project.org/doc/manuals/R-intro.pdf
    This is separate issue, it should run browser (http:// protocol), not acroread. Check this link: http://hiciu.org/some-pdf-file.pdf (harmless). All you know before you open it is the url, not the file type.
    Thanks. I already had the "perl-file-mimeinfo" installed.
    Yes. The link you gave above is type "image/jpeg", so the browser has to start the download to even know what it has coming.

  • HTML - how to open "Save as ..." for pdf link

    Here's the background of my problem.
    BACKGROUND:  I have a webpage for an eBook.  The eBook is a PDF.  The eBook can be downloaded by Mac and Window users.  I want Safari 6.0.5 for the Mac to open the "Save As ..." dialogue box when they click the PDF Download Link for the PDF.  I've gotten this to work for Firefox 24.0 for the Mac with the following html code:
    <a style="margin-left:2em;display:inline;" href="file://localhost/Users/jamesminor/Desktop/eBook/Memoir/Memoir.PDF" download="Memoir.PDF">eBook</a>
    When a person using Firefox 24.0 for the Mac clicks the  PDF Download Link for the PDF, the "Save As" dialogue box is displayed.  The person can then save the PDF to the desktop.
    CONSTRAINTS:  I want the pdf download file to be a PDF.  I know I could compress the file with my Mac but then this file would not open for those using Windows.  I can't use javascript or php code.  I don't want to use self-extracting software because this most often requires that the user have software on their computer to extract or decompress the file.
    PROBLEM:  A Mac user can [Command]-click the PDF Download Link to display the contextual menu with Save Linked File to "Downloads" and Save Linked File As ...  menu selections displayed.  It the user clicks "Save Linked File to "Downloads" the following error is displayed: "Safari can't save the file. Safari can't save the file "Downloads-1.(null)" to the downloads folder."  If the user clicks Save Linked File As, Export As: is displayed.  If the user enters the filename, e.g., myfile.pdf and clicks "Save" the following error is displayed: "The document "" could not be exported as "myfile.pdf"."  Apparently Safari thinks that what I am requesting to be saved is empty.
    What I don't understand is why I can get this to work for Firefox 24.0 for the Mac . . . and can't get it to work for Safari 6.0.5 for the Mac . . .
    Any help to potentially solve my problem will be greatly appreciated.  I've been all over the Internet searching for solutions without any success.
    Thank you in advance for your help.
    Jim Minor
    Message was edited by: James Minor
    <Email Edited by Host>

    I believe you could use the media-type attribute of xsl.output to
    force download, i.e.:
    <xsl:output method="text" media-type="application/octet-stream" />
    or use an unknown media-type like "text/xxx".
    -- Peter

  • Why is Firefox opening a separate browser window for each link instead of a new tab in the current browser window?

    Suddenly firefox has started opening a new, separate browser window for every link and thing I open. It used to just open a new tab in the current browser. I must have closed down 15 browsers when trying to get back to a previous web page - the back button doesn't work when each click leads to a new window opening! I went into options and my settings have not changed, they still say "open new tab" for links. This just started happening out of the blue today. What's up?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • My recirculating pump in sub vi simulation link doesnt work in the second iteration .It opens for maybe half a second whereas i gave the time delay for 5 secs..plz help very urgent

    Hi,
         I have attached my simulation loop.In the model attached i hav eone main pump with constant rpm which drives the 5 smaller pumps and fills the tank at the same time.As soon as the tanks reach their 90% level,the valves of the five pumps close(SP1,SP2,SP3,Sp4,Sp5).After that the recirculating pumps opens for 5 secs of the first tank.As soon as the recirculation finishes,the drain valve(SV1) for tank 1 open and the volume goes to interim storage.This happens for all the remaining tanks.
    My simulation works the first time,but when the second time the loop starts,it skips the recirculation pump even though i gave a time delay for 5 secs.Plz help ..I have attached the simulation.
    Thanks,
    Rami
    Attachments:
    Spatial Logic_2_Final.vi ‏223 KB

    Rami,
    I suspect that you have a race condition. The widespread use of local variables frequently leads to race conditions. Your subVI (Spatial Logic Sub_2.vi was not included) so I cannot run the VI. You have no way of knowing whether the subVI or the inner case structure will execute first, because there is no data dependency between them.
    I think a shift register or a few and some dataflow thinking would allow you to eliminate the inner case structure, the local variables, and, probably, most of your problems.
    Some of the SPi are indicators and some are controls. How are they used?
    The last case of the inner loop retursn to Case 1. Would case 0 be better?
    As for the second time through issue, it may be related to the Elapsed time function Auto Reset. From the help file: "Resets the start time to the value in Present (s) when the Express VI reaches the Time Target (s)." If more than 5 seconds elapses between the first time you use this and the next, it will exit immediately on the subsequent calls.
    Lynn

  • Xdg-open and i3wm

    Has anyone had any luck with trying to get xdg-open to work with magnet links in Chromium? My hopeful end result would be to have magnet links open in rtorrent (command line utility), but my current workaround is to use a Chrome plugin that turns magnet links into .torrent files.
    I'm also having issues with other URL scheme handlers such as irc:// and opening PDFs from within Chromium.
    I am running 3.6.11-1 ARCH #1, 64-bit machine, on a laptop.
    Thank you!

    anonymous_user wrote:However since it is a terminal application, I don't know how well it would work (if at all).
    It should.  I beleive there is even an option in desktop files to open in a terminal, but I've never relied on that.  I just build it into the exec line.  For example, to open a file in vim in urxvt I'd just have
    Exec=urxvt -c vim %s
    or something like that.

  • Xdg-open preffered applications

    Hello, how can I change the preferred applications that xdg-open uses? For example on pdf files it will open them with firefox, I'd rather have them opened in evince.
    I'm using openbox standalone and pcmanfm

    Then I don't know what's wrong.  I suppose, however, that it would be possible to work through the various steps that xdg-open takes to open a file and see where it breaks.  For example, if I run "xdg-open Documents/Stuff/Stuff.pdf" then this is what happens:
    If the DE is neither gnome, kde nor xfce then xdg-open will set
    the variable $DE to "generic" and will also check $BROWSER, setting it to
    "firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:links2:links:lynx:w3m"
    if it isn't set already.
    If $DE is "generic" then the function open_generic will be called.
    open_generic will check that the file to be opened is a file and if
    it is then it will call open_generic_xdg_mime, which will do the following:
    $ filetype=`xdg-mime query filetype Documents/Stuff/Stuff.pdf | sed "s/;.*//"`
    $ echo $filetype
    application/pdf
    $ default='xdg-mime query default "$filetype"`
    $ echo $default
    evince.desktop
    $ xdg_user_dir="$XDG_DATA_HOME"
    $ xdg_system_dirs="$XDG_DATA_DIRS"
    $ x=`echo "$xdg_user_dir:$xdg_system_dirs" | sed 's/:/ /g'`
    We need to select the correct path manually at this point, so
    $ echo $x
    /home/david/.local/share /usr/share /usr/local/share
    evince.desktop is in /usr/share/applications, so
    $ x="/usr/share/"
    $ file="$x/applications/$default"
    $ command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | cut -d= -f 2- | first_word`"
    bash: first_word: command not found
    Oops, first_word is a function
    $ command="`grep -E "^Exec(\[[^]=]*])?=" "$file" | cut -d= -f 2-`"
    $ echo $command
    evince %U
    $ command="evince"
    $ command_exec=`which $command 2>/dev/null`
    $ echo $command_exec
    /usr/bin/evince
    $ $command_exec Documents/Stuff/Stuff.pdf
    ** (evince:26937): WARNING **: Failed to create dbus proxy for org.gnome.SettingsDaemon: Could not get owner of name 'org.gnome.SettingsDaemon': no such name
    Evince has started at this point and opened Documents/Stuff/Stuff.pdf!

  • [solved] xdg-open url.jpg opens it in firefox

    Hello,
    I'm working on xfce. While clicking in psi IM to a http://....image.jpg link, the image gets opened in a new card of Firefox. Firefox is my default browser. In terminal
    xdg-open http://upload.koci.net.pl/uploads/crusader.jpg
    does the same. I wish this image to be opened in my image viewer, not in Firefox. In xfce's MIME type configuration I can see image image/jpeg is set to Ristretto.
    Last edited by mkkot (2013-06-11 15:29:41)

    Creating your own script could work.  But my best recommendation would be to use one of the ready made replacements for xdg-open.  I've never used it enough to have a real opinion on it, but you're not the first to be unsatisfied with xdg-open - and when archers are unsatisfied, they write solutions.
    There is a relatively recently active thread one one archers solution to this problem ... was it mimi or mimi-open, something like that.  I've never had a need for such a tool, but it seems to have been warmly received by other users, so it may do what you want.

Maybe you are looking for

  • SA30 USB do not work after reinstall, please help!!

    Hi, my SA30's USB do not work at all after reintalling, I do not have the original CD with the laptop as it is a gift from my mate.... I couldnt find the driver from the website, please could anyone help me??? I could use the USB mouse but when I plu

  • Compare two columns between two tables

    Hi all, I have two separate datasets in Table 1 and Table 2. Both datasets have Column A First name and Column B Last name in common. The data in the subsequent columns is different. Some of the people listed in each table are the same. I want to del

  • Trouble installing itunes-I think my error message is unique

    When I tried to update to itunes 7. I couldnt install the update. I've followed all the steps in the guide provided on the support website. I get most of the way through the install and then I get the error message:"An error occurred while attempting

  • JRun process (Jrun 4 updater 4) suddenly down with exception "java.lang.NegativeArraySizeException"

    We are using Jrun 4 updater 4 in Solaris 8 server, however, the JRun process suddenly down with core file generated. Exception "java.lang.NegativeArraySizeException" can be seen in Jrun debug log as below, anybody can help! 09/10 22:28:45 debug Multi

  • Reading FMT file

    Hi all I have converted a set of fmb files into fmt file using the following command for %%f in (*.fmb) do start /min /wait C:\Orant\bin\ifcmp60 module=%%f userid=sdcdev/sdcdev@sdc_test batch=yes script=yes module_type=form through the CMD in the fmt