Not working Webutil configuration for linux

I had configured webutil in linux server as per document. my basic cofiguration is
OS - Linux redhad(4.0)
Front End - Forms [32 Bit] Version 10.1.2.0.2
Now i had created form in that form i m using webutil when on test button i m calling
show_webutil_information (TRUE);
It is showing all the webutil information
But on another button i m calling
v_ole_excel := client_ole2.create_obj ('Excel.Application');
client_ole2.set_property (v_ole_excel, 'visible', 1);
it is not working and after that none of the push button & menu is working in runtime form.
So Please Guide us to resolve the problem.
Thank's in anticipation,
Regards,
Ganesh Jadhav

Loading TUI files in Linux it's an issue that we have recently discovered and it did not made it yet to the known issue list. I'm not 100% sure but I believe a workaround to that problem would be to go and manually edit that tui file and remove those attributes that generates errors. You can begin with  ATTR_TITLEBAR_STYLE and then look if one of the following are in the tui file: ATTR_DS_BIND_PLOT_STYLE, ATTR_DS_BIND_POINT_STYLE, ATTR_DS_BIND_LINE_STYLE, ATTR_DS_BIND_PLOT_COLOR and delete them. Then try to load the tui file again.
On the other hand I think there is a workaround for your original problem: the predefined fonts (VAL_DIALOG_METAFONT) looks bad on Linux. I believe there is a way a user can change the underlying font and the size of a predefined font. In windows you can change it in the registry but in Linux you can define an environment variable: XAPPLRESDIR that points to a directory that should contain a file named cvi, a file where you can write font settings. Each line has to be of the following format: <appName>.<key>:<value>. If you want the settings you're writing to be persistent for all applications the put a "*"instead of the application name. 
The list of possible key is: appFont (NIAppMetaFont), menuFont (NIMenuMetaFont), dialogFont (NIDialogMetaFont), e​ditorFont (NIEditorMetaFont), messageBoxFont (NIMe​ssageBoxMetaFont).
The value have to be of the following form: <font family>-<font name>-<font size>
Here is the only line I have in the cvi file: *.dialogFont : adobe-helvetica-19

Similar Messages

  • Load panel tui file not working on CVI2012 for Linux

    We are having problems with panels that look fine on Windows being difficult to read on Linux, presumably because most control and text fonts are VAL_DIALOG_META_FONT on Windows but the CVI for Linux run-time only has NISYSTEM.
    As a quick way to test different fonts on Linux I created a tui file from the uir file and then used global search and replace to change VAL_DIALOG_META_FONT to something that would hopefully look decent on Linux.
    Problem is that LoadPanel(0,"filename.tui",1) works on WIndows but throws error -46 on Linux.
    Whereas LoadPanel,0,"filename.uir,PANEL) works fine on Linux & Windows but the fonts are very hard to read on Linux.
    Is there a table somewhere mapping the VAL_FONT attribute magic numbers to corresponding fonts on Windows and Linux?
    It'd be nice to have some guidance on the default font mappings. But at the end of the day, I don't really care much about fonts unless the defaults are hard to read.
    I guess one other potential complication is the UIR file originally came from CVI 8.5, but CVI 2010 for Windows didn't say anything about needing to "convert" it.  Perhaps one of the attributes in the tui file is not valid on Linux, but is on Windows?
    Solved!
    Go to Solution.

    Loading TUI files in Linux it's an issue that we have recently discovered and it did not made it yet to the known issue list. I'm not 100% sure but I believe a workaround to that problem would be to go and manually edit that tui file and remove those attributes that generates errors. You can begin with  ATTR_TITLEBAR_STYLE and then look if one of the following are in the tui file: ATTR_DS_BIND_PLOT_STYLE, ATTR_DS_BIND_POINT_STYLE, ATTR_DS_BIND_LINE_STYLE, ATTR_DS_BIND_PLOT_COLOR and delete them. Then try to load the tui file again.
    On the other hand I think there is a workaround for your original problem: the predefined fonts (VAL_DIALOG_METAFONT) looks bad on Linux. I believe there is a way a user can change the underlying font and the size of a predefined font. In windows you can change it in the registry but in Linux you can define an environment variable: XAPPLRESDIR that points to a directory that should contain a file named cvi, a file where you can write font settings. Each line has to be of the following format: <appName>.<key>:<value>. If you want the settings you're writing to be persistent for all applications the put a "*"instead of the application name. 
    The list of possible key is: appFont (NIAppMetaFont), menuFont (NIMenuMetaFont), dialogFont (NIDialogMetaFont), e​ditorFont (NIEditorMetaFont), messageBoxFont (NIMe​ssageBoxMetaFont).
    The value have to be of the following form: <font family>-<font name>-<font size>
    Here is the only line I have in the cvi file: *.dialogFont : adobe-helvetica-19

  • PDF portfolio search not working in Reader for Linux

    I have a PDF portfolio with embedded index created using Acrobat 9.5.5 running on Windows 7. I can search this portfolio without any problem using the windows versions of Acrobat 9.5.5 or Reader 11.0.4, but when I try any of the same searches using Reader 9.5.5 for Unix on Ubuntu 13.10, the searchs never terminate. The search window appears, but the spinning circle at top right of the search window just keeps spinning and no results ever appear. I've left it for half an hour without any results appearing. The same searches on Windows complete in a few seconds.
    The portfolio in question is here: https://www.dropbox.com/s/0rzh9t1oo0vx2ib/lilydoc-2.17.29.pdf (it's created from the various PDF manuals that make up the Lilypond documentation).

    Hmm. Sounds like something went wrong with the links. Are they spelled out (using http://www....etc) or are they hyperlinks? If they are spelled out, you could have your version of Reader set to recognize links and they may not (Edit>Preferences>General>Basic tools - Create links from URLs).
    To create links in ID, highlight the text, go to your hyperlinks pallet and in the drop-down select "New link" and fill in the appropriate information. Then when you export it to PDF from ID, in the "General" settings section under "include" select "Hyperlinks".
    There are other options you may want to be aware of but that's better asked about in the ID forum.

  • Dashboard Console not working - opesntack on Oracle Linux 6.6

    I have installed openstack using the instructions at http://www.oracle.com/technetwork/server-storage/openstack/linux/documentation/oracle-openstack-user-guide-2296176.pdf
    I have a Oracle Linux 6.6 as the controller and two nodes of Oracle VM 3.3.2 as compute nodes. I managed to get an instance up and running but not sure how to connect to those instances. When I navigate to the console tab of the instance vnc connects successfully the be screen is blank and I think its not accepting any keyboard inputs as well.
    How do I get the console to work from the dashboard (or connect via a vnc viewer)? Alternately I have used DHCP in the instance and know the private IP of the instance (192.168.1.100), how do I ssh to the instance?
    Amish.

    Hi Amish,
    I saw your comment in other thread and I'll try to answer your questions in the best way I can - but this is huge topic. Please keep in mind that I'm also newbie in this area too and I've encountered many problems getting basic OpenStack installation working, like you. Some of them are still not solved for me either. I also did not get any help here
    Networking in OpenStack is IMO difficult to understand, especially for people like me who are accustom with traditional approach. So this is how I understand it now:
    Networking can be purely software driven and in this case it is carried out by openvswitch (http://openvswitch.org - better get accustom with it if you are not yet). Simple linux bridge - utilized by Oracle VM - is not used by OpenStack. Also there can be hardware plugins which can move some of network features to hardware - but I have no experience in this area.
    There are two types of networks you can create in OpenStack: provider and tenant one:
    Provider networks (also called flat networks) are equivalent of what you set in Oracle VM Manager and in typical (old fashioned) IT world. These are networks which in OpenStack are defined by cloud administrator (You) and bound to existing physical network which are already set by network administrator. For example you have couple of ports on your servers connected to LAN switches, some of them are in access mode some are trunks of specific VLANs. Also routers and other network services are managed outside of your cloud.
    You need to define these networks in OpenStack before any user can connect their VMs to them. The most important part is that can do this from the GUI .
    On the other hand there are so called: tenant networks. These are networks which are under cloud user administration. These are like cloud private networks (if you know Ops Center or Exalogic there is similar notion there) - which are created on-demand by your users. You as cloud administrator only create some limits (quotas) regarding how many such networks can be created by user. But obviously you - as cloud administrator - also need to define mechanisms which allow such networks be created on demand. This also has to be done from command line by editing some files - before users can create tenant networks.
    The mechanism I'm talking about can be: VLAN, VxLAN, GRE.
    First one is the only one currently supported by Oracle and it is quite simple: you, in cooperation with your network administrator reserve range (or set) of traditional VLANs and configure them on network switches where your servers are connected (I mean server ports which you dedicate for tenant networks - not all because you need other network for management, etc). Then you define this set in some OpenStack files to let it manage them on its own. For example: you have got 20 VLANs from network department for exclusive use for your cloud. Nobody knows what each VLAN will be used for yet. This will be allocated by cloud users on-demand. Openstack will just allocate VLAN upon user request and will not allow other users to create their private networks on the same VLAN.
    Better approach is to use VxLAN which is tunneling mechanism. You don't need pool of VLANs in this case but you just set tunneling rules and then OpenStack creates private networks using secure tunnels over L3 network which you define first. VxLAN is standard, you can read about it and it is used by OpenStack for Solaris. Unfortunately this did not work for me and Release Notes from Oracle OpenStack for Linux says that it is not supported yet.
    There is also GRE - which is also tunneling and is similar to VxLAN - but it did not work for me either.
    Where it is all configured? Basic setup is created by packstack using CONFIG_NEUTRON_OVS_* variables. However I used packstack only for installation and then I modified configuration files on all nodes. The most important file where configuration is kept is: /etc/neutron/plugin.ini. In this files you set framework on which provider and tenant networks are build. The most important section is [OVS], for example:
    [OVS]
    enant_network_type=vlan
    enable_tunneling=false
    integration_bridge=br-int
    bridge_mappings=physnet1:br-eth3
    network_vlan_ranges=physnet1:2032:2032,physnet1:3010:3020
    This example is from compute node. It says: I have one physical network: physnet1 which is supported by virtual switch called br-eth3. You need to create this virtual switch on your own! OpenStack networking deamons (Neutron) do not create virtual switches - they only reconfigure them if needed. Physical network is just name which you can use later on if you setup provider network.
    Also, in the example you tell OpenStack that you have 11 VLANs available on physnet1 network. Similar configuration has to be done on controller node (but it is only because in simple topology your controller is also network node)
    Then I dedicated first VLAN: 2032 for provider network. This was accomplished by command issued on controller node.
    # neutron net-create --router:external=true --provider:network_type=vlan  --provider:physical_network=physnet1 --provider:segmentation_id=2032 labnet
    From that moment this network (called "labnet") should appear in the GUI and you can connect VMs to it. Users might also do this if you mark it as "shared".
    Also users should be able to create their private networks and this will allocate VLANs from 3010 to 3020 - so there can be only 10 private networks created totally in your cloud now.
    Of course this is example and you can build completely different setup. You can use different ports for provider networks and for tenants one. You do not need VLANs for provider networks and theoretically for tenant too - but you would have to have plenty of ports for this. If you manage to get VxLAN working - then please share your experience here.
    I strongly recommend reading following information sources (Oracle does  not provide this details in their documentation):
    OpenStack Docs: Current
    https://developer.rackspace.com/blog/neutron-networking-the-building-blocks-of-an-openstack-cloud/  there are more blog entries (followups) on this topic - look for them using keyword "neutron"
    https://www.rdoproject.org/forum/discussion/875/does-rdo-support-flat-network-type-/p1
    As for blank VM console:
    I've also had this problem when I used Cirros VM images. However when I imported the template I use on my Oracle VM - then console was working correctly. I think this is more connected with VM configuration then OpenStack. AFAIK you can connect to console directly using vnc client - at least you can configure Nova in that way that it allows external VNC connections.
    Regards,
    Michal

  • Why keyboard and mouse right click not working in Solaris and Linux?

    Hi all,
    I have two problems:
    1) I am working on AWT/Swing application and its working fine in window enviornment,but while running on solaris and linux mouse right-click option window not poping up.
    2) Ctrl+c,Ctrl+v,Home and End keyboard key are not working in solaris and linux OS for same application.
    Pls provide me some solution for these problem.
    -Dinesh

    Hi Nik,
    Thanks for reply. I found some solution for the above problem.
    For mouse right click there was problem in my source code.I have not implemented the mousePressed() method
    In case of keyboard Home, End and arrow key working fine after exporting AWTUSE_TYPE4_PATCH=false; in solaris and linux
    But still Ctrl-c and Ctrl-v not working.
    I am using JDK1.5.0_07+Eclipse IDE 3.1
    -Dinesh

  • YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads.

    YouTube will not work on safari for me on the ipad. Is there anyway to fix this? I can go anywhere else on the internet fine and it works on google chrome, but on safari it shows a blank screen with the bar on top after it loads, if it's even loading at all.
    I do not know if it's relevant or not, but I got a message on my ipad while on safari saying that my iPhone has a virus. I looked it up and it seems it might have just been an ad from the website I was on, but it happened around the same time YouTube stopped working.

    You will find that using the YouTube app will provide a better viewing experience for YouTube videos.

  • Not working my setting for my icloud

    not working my setting for my icloud

    In what way is it not working?   Please give us more info.

  • I have downloaded the latest Adobe Flash on my laptop and it is not working on safari for youtube.I have uninstalled and installed it multiply times and it still wont show me youtube videos

    I have downloaded the latest Adobe Flash on my laptop and it is not working on safari for youtube.I have uninstalled and installed it multiply times and it still wont show me youtube videos

        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Press " Manage Website Settings" button for more options.

  • Java it not working on pogo for me

    i dont know whats going on, me and my husband both need java to get our internet games to work. well it works on his, but it will not work on pogo for me. first it was saying that the java was messed up or not right i mean up to date but i have takin it out and put it back in over and over and it still wouldnt work. and now it is saying that the pogo is messed up so i took that out and put it back in. needless to say it still wont work so if someone could give me some thing else to do or try i would appreciate it or knows why its doing thisand has some kind of info for me. thats all ty lisa.

    What's a "pogo"?

  • Date picker is not working in IE9 for sharepoint 2010 appliation pages

    Hi,
    Date picker not working  in IE9 for sharepoint 2010 appliation pages. We have enabled custom master page.
    Thanks in advance.
    Shameej

    Hi,
    For this issue, you can add the following line of code into the pickerdialog.master which lays in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS
    <meta http-equiv=”x-ua-compatible” content=”IE=8”>
    Or we can use the JavaScript code provided in this blog which would also do the trick:
    http://williamwmy.wordpress.com/2013/06/03/problem-with-sharepoint-peoplepicker/
    A thread with the same issue for your reference:
    http://sharepoint.stackexchange.com/questions/27251/hotfix-for-problem-with-sharepoint-peopleeditor-in-ie-9
    Best regards
    Patrick Liang
    TechNet Community Support

  • Siri does not work when used for calling a contact function

    Siri does not work when used for calling a contact function

    Very strange, try to turn off/on your iPhone. Or make a reset (home+power button)...
    If it continues try to restore it.

  • Mosip app not work in wifi for i phone6 but it work mobile data

    mosip app not work in wifi for i phone6 but it work mobile data

    I don't know, you'll have to talk to MoSIP about it...
    See MagicJack and Google Hangouts for more up-to-date apps regarding iPhone VoIP.

  • Conectivity to videobeam, i already have the accesory but do not works,any configuration or osftware?

    Conectivity to videobeam, i already have the accesory but do not works,any configuration or osftware?

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Note: Apple has removed over 90 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • WebUtil Configuration for Forms Builder10g R2

    I have previously successful installed and configured WebUtil to run forms on Forms Builder 10g R2 but not after I installed Eclipse and JDK1.5. I suspect that it is caused by the path, classpath and JAVA_HOME of my PC.
    I have seen many members citing their difficulty in configurating WebUtil to run forms that call WebUtil functions. If you have successfully configured and deployed WebUtil forms on Forms Builder 10g, please share your experience.
    with us here.
    Message was edited by:
    wyfwong

    You will find much information and documentation on WebUtil here:
    http://www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm
    You can download Jacob 1.8 from the following URL:
    http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip?download
    Here is what I have configured WebUtil for both Forms Builder 10g Release 1 and 2.
    The steps are:
    Webutil Setup
    Preparation for Oracle10g Release 1:
    If you are using Forms 10g Release 1, WebUtil are not installed and you need to download WebUtil file from Oracle, or unzip the file webutil_106.zip to the following path:
    C:\oracle\product\Ora10gDS\forms90
    1. Download and unzip webutil_106.zip to C:\oracle\product\Ora10gDS\forms90
    Download and Unzip jacob_18.zip to C:\oracle\product\Ora10gDS\forms90\java
    2. Add the following in default.env
    WEBUTIL_CONFIG= C:\oracle\product\Ora10gDS\forms90\server\webutil.cfg
    Append to existing CLASSPATH
    CLASSPATH=C:\oracle\product\Ora10gDS\forms90\java\frmwebutil.jar;
    3. Append the configuration of C:\oracle\product\Ora10gDS\forms90\server\formsweb.cfg
    archive_jini=f90all_jinit.jar,frmwebutil.jar,jacob.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar
    4. sign_webutil.bat C:\oracle\product\Ora10gDS\forms90\webutil\jacob.jar
    sign_webutil.bat C:\oracle\product\Ora10gDS\forms90\java\frmwebutil.jar
    5. In MyComputer, double-click on C:\oracle\product\Ora10gDS\forms90\webutil.olb
    You will notice that WEBUTIL is added under Object Libraries
    Double-click on WEBUTIL in yellow
    Click on Minimize icon
    Drag WEBUTIL from WebUtil Objects to the Yellow “Object Groups”
    Click on [Copy]
    6. In Object Navigator, Double-click on Attached Libraries,
    Select webutil.pll from C:\oracle\product\Ora10gDS\forms90\Webutil
    Run webutil.olg from C:\oracle\product\Ora10gDS\forms90\Webutil
    Copy to Object Group
    Click on Program, Compile PL/SQL, All
    Click on Program, Compile Module
    7. Amend the C:\oracle\product\Ora10gDS\forms90\server\default.env
    FORMS90_PATH=C:\Webutil_demo;C:\oracle\product\Ora10gDS\forms90
    Start OC4J
    Run the form, it works!
    Preparation for Oracle Forms 10g Release 2:
    Assume that the Oracle Home for Oracle Forms 10g R2 is C:\DevSuiteHome_1\
    1. Webutil is already installed in Release 2
    Just download and Unzip jacob_18.zip to C:\DevSuiteHome_1\forms\java
    2. WEBUTIL_CONFIG and CLASSPATH are already set in default.env
    3. Append the configuration of C:\DevSuiteHome_1\forms\server\formsweb.cfg
    # archive_jini=frmall_jinit.jar
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar
    4. sign_webutil.bat C:\DevSuiteHome_1\forms\java\frmwebutil.jar
    sign_webutil.bat C:\DevSuiteHome_1\forms\java\jacob.jar
    5. Amend the C:\DevSuiteHome_1\forms\server\default.env
    FORMS_PATH=C:\Webutil_demo;C:\DevSuiteHome_1\forms;
    Start OC4J
    Run the form, it works!
    Message was edited by:
    wyfwong
    null

  • Webutil configuration for win-7 64-bit

    i am working with 10g.
    i configured webutil for xp , 32 bit
    it is working fine...
    but my company replacing all the comp in the department and providing win-7, 64-bit.
    but my application user will still be using xp, 32-bit.
    do i need to configure webutil differently ..?
    will same configuration not work here with win-7, 64-bit...?
    Edited by: Amoeba on Mar 10, 2012 11:40 AM

    Amoeba wrote:
    i am working with 10g.
    i configured webutil for xp , 32 bit
    it is working fine...
    but my company replacing all the comp in the department and providing win-7, 64-bit.
    but my application user will still be using xp, 32-bit.
    do i need to configure webutil differently ..?
    will same configuration not work here with win-7, 64-bit...?
    Edited by: Amoeba on Mar 10, 2012 11:40 AMDo your application server OS changed ?
    It should not be a problem for client OS change.
    Hope this will help you..

Maybe you are looking for

  • Crypto failure when upgrading Windows 8.1 Pro install to Windows 10 Tech Preview 10041

    Has anybody experienced the following error when trying to upgrade a Windows 8.1 Pro install to Windows 10 Tech Preview 10041 crypto_self_test_failed The system reboots twice both times with the same error and then reverts back to Windows 8.1 Pro.  T

  • Windows 7 bootcamp performance on new rMBP

    I just purchased a new high end model retina macbook pro (with the 2gb nvidia graphics). I installed windows 7 via boot camp and everything in it runs fine. However, gaming is not getting very good frame rates at almost any graphics settings... meanw

  • Why am i having data dropping issues

    I have typical data problems when im in doors but the most biggest problem i have, that i have been having, is when i use my phone as a hotspot, the data will drop and come back and it does it alot....some times i have to turn the hotspot off or turn

  • Records from 2 tables + hibernate

    Hi frnds, i have two tables one id field is commen between both but not related to each other(like forignkey-primary key).. the condition like this... Table 1: Master(id,name) Table 2: Detail(id,class) (No forignkey-primary key relation) but records

  • ProgressBar is not working

    Hello! I am trying to indicate ProgressBar during download the binary file. But ProgressBar is not working.Please help me! * BinarySaver6.java * Created on 2003/08/30, 14:46 import java.net.*; import java.io.*; * @author masaki public class BinarySav