How to use xvkbd in Arch + ratpoison

I installed xvkbd in Arch + ratpoison.
if I run xvkbd in terminal or exec xvkbd, xvkbd graphic keyboard appear full screen.
It doesn't pop up when an application which concern with text typing, Eg. leafpad or even terminal open.
How to use xvkbd graphic keyboard in Arch+ratpoison?
Edit 2014-01-24 : No one reply to this thread. I think I need to edit it.
Actually, I have Arch + ratpoison installed on Asus EeePC 900.
It has only 1GB CPU and 1GB Ram and its keyboard is not working well.
I mean some key doesn't print any character at all.
but its trackpad (mousepad) is working perfectly.
So, I need a on-screen keyboard working well to avoid those keys not working.
Please anybody help !
Last edited by mshan (2014-01-24 05:59:19)

Try the following:
const char *nameVal = "русский";
XmlData data((void *)nameVal, strlen(nameVal));
XmlQueryContext qc = mgr.createQueryContext();
XmlValue nodeName(XmlValue::STRING, data);
qc.setVariableValue("name", nodeName);Lauren Foutz

Similar Messages

  • How to use a .dmg file in Arch Linux

    I have a file a friend gave me from his Mac computer with a .dmg file name. I haven't been able to pinpoint exactly how to use this type of file... I believe its an Apple raw disk image or something like that.. sort of like an iso. I need to use this file in order to start an application and download it onto Arch Linux. The problem is that I can't figure out how to use it on Arch Linux and burn it onto a Cd. Has anyone had experience with this sort of thing? I am completely lost.

    $ poweriso convert ~/Downloads/lang.rar/Rosetta_Stone_3.4.5.dmg -o ~/Downloads/lang.rar/rose.iso -o t
    PowerISO Copyright(C) 2004-2008 PowerISO Computing, Inc
    Type poweriso -? for help
    /home/user/Downloads/lang.rar/Rosetta_Stone_3.4.5.dmg: The file format is invalid or unsupported.
    $
    $ poweriso -?
    PowerISO Copyright(C) 2004-2008 PowerISO Computing, Inc
    Type poweriso -? for help
    Usage: poweriso <command> [parameters] [-switches]
    <Commands>
    list <image file> <directory> List files and directories in image file.
    Example: List all files and directories in root direcory of /home/sam/test.iso .
    Command: poweriso list /home/sam/test.iso / -r
    extract <image file> <dir/file name> Extract files/directories from image file.
    Example: Extract all files and directories in root direcory of /home/sam/test.iso
    to /home/sam/test recursively.
    Command: poweriso extract /home/sam/test.iso / -od /home/sam/test
    convert <image file> Convert image file to other format.
    Example: Convert /home/sam/test.daa to standard iso file
    Command: poweriso convert /home/sam/test.daa -o /home/sam/test.iso -ot iso
    <Switches>
    -r List or extract recursively.
    -o Specify output image file name.
    -od Specify output folder.
    -ot <iso|daa|bin> Specify output image file type. If not specified,
    the image type will be determined by file name suffix.
    -volsize <n> Split output image file to multiple volumes, and set volume
    size to <n>. Example: -volsize 100M
    -setpassword <password> Set password for output image file.
    Example: -setpassword 12345678
    $
    I tried to convert the file .dmg to an .iso so that I can easily burn that onto a disk and get the ball rolling.. am I missing something here?

  • Trying to understand and learn how to use btrfs

    I have been the past days trying to get my head around how btrfs works
    I have been trying tools like mkinitcpio-btrfs (very poorly documented) and now, if i list the subvolumes i have in certain volume (/) i see i have 4 subvolumes that have been created while playing around.
    If i try to delete them with "sudo btrfs subvolume delete __active", for example, I get a "ERROR: Error accessing '__active'
    What am I doing wrong?
    Also, I cannot get the whole idea about the difference between snapshots and subvolumes, i mean, a snapshot should be a directory that saves the changes made on the fs, s, if you want to roll back those changes, you just have to make btrfs "forget" the changes stored in that directory and move along, but I cannot take the idea of the subvolume thing.....
    As btrfs is quite experimental and the wikis are not noob-proof still, I'd appreciate if someone gave me a hand trying to understand these concept...
    For the moment, I'm just using it on a test computer and on a personal laptop with no fear of data loss,.
    Any help is welcome
    Thanks!
    Last edited by jasonwryan (2013-07-19 23:13:27)

    I honestly think it is probably a better idea to not use mkinitpcio-btrfs.  As mentioned above, it is poorly documented, and for me it has never worked right (if at all).  It is an unofficial AUR package, and unfortunately our wiki still seems to give the false impression that using this package is the way to user btrfs with Arch.
    The way I have my system set up is that in subvolid=0 (the root of the btrfs filesystem) I have a rootfs subvolume and a home subvolume (there are others, but these are what primarily make up my system).  So in my fstab, I basically have two nearly identical lines, but one has no subvol specified and is mounted at /, and the other has 'subvol=home' mounted at /home. 
    So in order to make it so that I can change the root filesystem as I please, instead of having the / fstab entry specify the subvolume, I put it in the kernel command line.  That is, I have 'rootflags=subvol=rootfs' in the kernel command line.  So if I want to change it, I simply change the path to one of the snapshots. 
    Just remember that if you are one who likes a custom kernel, it is likely that you will have to have an initamfs no matter what you compile into your kernel.  For one thing, the kernel has no mechanism for scanning for multiple device btrfs filesystems.  But also, I have read that the kernel itself cannot handle the rootflags kernel command line argument.
    Oracle Linux does something interesting with their default setup.  They are not a rolling release, so this probably wouldn't work so well in Arch Linux, but they actually install the root filesystem (I think it is actually done to subvolid=0) and then after installation of the packages, a snapshot of the root filesystem is made, and the system is setup to boot off of that snapshot.  So it is almost like having an overlayfs on openwrt.  There is always a copy of the original system, and and changes that are being made are being done "on top" of the original.  So in the event of an emergency, yo can always get back to the original working state.
    If you put your root filesystem on something other than the root of the btrfs filesystem (which you should, as it makes the whole setup much more flexible), then you should also set up a mountpoint somewhere to give administrator access to the filesystem from subvolid=0.  For example, I have an autofs mountpoint at /var/lib/btrfs-root.   chose that spot because /var/lib is where devtools puts the clean chroot.  So it seemed as reasonable a place as any.
    You should go to the btrfs wiki, and peruse through the stuff there... not our wiki, but the actual btrfs one, as our wiki is pretty sparse.  There is not all that much content there (not like the Arch wiki), but it does cover the features pretty well.  I mean, there is certainly quite a lot for being information on only a single filesystem, but it shouldn't take you too long to get through it.  There are a few links to articles about midway down the front page.  What really gave me a better grasp of getting started with btrfs were the ones titled "How I Got Started with the Btrfs Filesystem for Oracle Linux" and "How I Use the Advanced Capabilities of Btrfs".

  • [Solved]How to use pm-utils?

    Since I installed Arch (about a month ago) I couldn't use suspend or hibernation.
    When I'm trying to suspend usually the first time goes fine but after that the next suspend let hang the system. The computer is still powered up, fans are spinning but no video signal and I can't control the computer without restarting it completely. When I'm trying to hibernate, the system just shuts down - it does nothing else.
    I noticed that this hint could be the source of my problems:
    In some cases, it is possible that running pm-suspend causes hangs or other issues. This may be due to specific "misbehaving" modules. If you know which modules could cause such issues, adding a SUSPEND_MODULES config to /etc/pm/config.d/modules....
    But how find I those misbehaving modules? I don't know what to search for in the log:
    /var/log/pm-suspend.log
    Initial commandline parameters:
    Mo 29. Dez 15:02:25 CET 2014: Running hooks for hibernate.
    Running hook /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate:
    Linux Dun 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:43:32 UTC 2014 x86_64 GNU/Linux
    Module Size Used by
    fuse 87410 3
    cfg80211 445286 0
    rfkill 18867 1 cfg80211
    ppdev 16782 0
    radeon 1461558 3
    kvm 421519 0
    mousedev 17272 0
    joydev 17063 0
    evdev 21544 10
    mac_hid 12633 0
    snd_hda_codec_realtek 67469 1
    serio_raw 12849 0
    edac_core 47125 0
    r8169 68207 0
    edac_mce_amd 21166 0
    k10temp 12618 0
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    mii 12675 1 r8169
    ttm 73743 1 radeon
    drm_kms_helper 80934 1 radeon
    snd_hda_codec_hdmi 49213 1
    drm 259106 6 ttm,drm_kms_helper,radeon
    snd_hda_intel 26387 5
    hwmon 12930 2 k10temp,radeon
    i2c_algo_bit 12744 1 radeon
    snd_hda_controller 26938 1 snd_hda_intel
    snd_hda_codec 108536 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 1 snd_hda_codec
    sp5100_tco 12864 0
    snd_pcm 88487 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    i2c_piix4 20857 0
    parport_pc 26351 0
    snd_timer 26614 1 snd_pcm
    parport 35749 2 ppdev,parport_pc
    snd 73436 18 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    i2c_core 50152 5 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon
    shpchp 35210 0
    soundcore 13031 2 snd,snd_hda_codec
    wmi 17339 0
    button 12953 0
    acpi_cpufreq 17218 0
    processor 27777 1 acpi_cpufreq
    sch_fq_codel 17343 2
    ext4 501833 1
    crc16 12343 1 ext4
    mbcache 17171 1 ext4
    jbd2 86417 1 ext4
    hid_logitech_dj 17192 0
    hid_generic 12393 0
    usbhid 48595 0
    hid 102220 4 hid_generic,usbhid,hid_logitech_dj
    sd_mod 44398 3
    crc_t10dif 12431 1 sd_mod
    crct10dif_common 12356 1 crc_t10dif
    atkbd 22254 0
    libps2 12739 1 atkbd
    ata_generic 12490 0
    pata_acpi 12771 0
    firewire_ohci 43373 0
    firewire_core 56700 1 firewire_ohci
    xhci_hcd 152911 0
    crc_itu_t 12347 1 firewire_core
    ahci 33291 2
    pata_jmicron 12483 0
    libahci 27158 1 ahci
    ohci_pci 12808 0
    ehci_pci 12512 0
    ohci_hcd 43006 1 ohci_pci
    ehci_hcd 69939 1 ehci_pci
    libata 181518 5 ahci,pata_acpi,libahci,ata_generic,pata_jmicron
    usbcore 199381 6 ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    scsi_mod 147543 2 libata,sd_mod
    usb_common 12440 1 usbcore
    i8042 18002 1 libps2
    serio 18282 4 serio_raw,atkbd,i8042
    total used free shared buff/cache available
    Mem: 8178908 1477860 3452596 56972 3248452 6362136
    Swap: 9690452 0 9690452
    /usr/lib/pm-utils/sleep.d/00logging hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/00powersave hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/01grub hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/49bluetooth hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/75modules hibernate hibernate: success.
    Running hook /etc/pm/sleep.d/90alsa hibernate hibernate:
    /etc/pm/sleep.d/90alsa hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/90clock hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/94cpufreq hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/95led hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/95led hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate:
    Kernel modesetting video driver detected, not using quirks.
    /usr/lib/pm-utils/sleep.d/98video-quirk-db-handler hibernate hibernate: success.
    Running hook /usr/lib/pm-utils/sleep.d/99video hibernate hibernate:
    /usr/lib/pm-utils/sleep.d/99video hibernate hibernate: success.
    Mo 29. Dez 15:02:26 CET 2014: performing hibernate
    I added "SUSPEND_MODULES="ehci_hcd" to /etc/pm/config.d/modules , but that changes nothing.
    Here are my hw specs:
    -Computer-
    Processor : 4x AMD Phenom(tm) II X4 955 Processor
    Memory : 8177MB (1910MB used)
    Operating System : Arch Linux
    User Name : dun (Unknown)
    Date/Time : So 18 Jan 2015 12:55:47 CET
    -Display-
    Resolution : 3600x1080 pixels
    OpenGL Renderer : Gallium 0.4 on AMD PITCAIRN
    X11 Vendor : (null)
    -Multimedia-
    Audio Adapter : HDA-Intel - HDA ATI SB
    Audio Adapter : HDA-Intel - HDA ATI HDMI
    -Input Devices-
    A4TECH USB Device
    A4TECH USB Device
    Gaming Keyboard
    Gaming Keyboard
    Logitech Unifying Device. Wireless PID:4024
    G11 Keyboard
    Power Button
    Power Button
    HDA ATI HDMI HDMI/DP,pcm : 3=
    HDA ATI HDMI HDMI/DP,pcm : 7=
    HDA ATI HDMI HDMI/DP,pcm : 8=
    HDA ATI HDMI HDMI/DP,pcm : 9=
    HDA ATI HDMI HDMI/DP,pcm : 10=
    HDA ATI HDMI HDMI/DP,pcm : 11=
    HDA ATI SB Front Mic
    HDA ATI SB Rear Mic
    HDA ATI SB Line
    HDA ATI SB Line Out Front
    HDA ATI SB Line Out Surround
    HDA ATI SB Line Out CLFE
    HDA ATI SB Line Out Side
    HDA ATI SB Front Headphone
    -Printers-
    No printers found
    -SCSI Disks-
    ATA SAMSUNG SSD 830
    ATA ST2000DX001-1CM1
    ATA WDC WD15EARS-00M
    Could please someone give me a hint?
    Last edited by Dun (2015-01-19 14:07:05)

    karol wrote:
    When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.
    Ye usually I do know that but somehow I didn't notice that as a mistake when I wrote it :>
    tomk wrote:pm-utils is very old - last update was over 4 years ago. systemd suspend and hibernate work perfectly for me, I'd suggest you try that instead.
    You are right, thank you very much!
    But why is the Wiki filled with old stuff like pm-utils? Are there people who actually use it or is it just the Wiki being old?
    Edit: Ok systemctl suspend does have some problems too. Sometimes the computer is stuck after waking up from suspension, sometimes before (just like pm-utils did) and sometimes it just shuts down. It's pretty randomly, sometimes it works sometimes not.
    Edit2: Well it seems to work now, only sometimes it causes problems, but overall it works
    Last edited by Dun (2015-01-19 14:06:46)

  • [Solved] Question on how to use (install -d...) in PKGBUILDs

    Been looking in on how to use 'install' in PKGBUILDS.  I've looked at the PKGBUILD entries in the wiki and there isn't any mention on this (possibly I missed it??).  I notice that these are in Makefiles and looked on the net but maybe my google-fu is lacking at the moment.  I've got that:
    install -d ${pkgdir}/opt
    Will create an /opt directory in the pkg directory, and that:
    install -m 755 ${srcdir}/${pkgname}-${pkgver}/file ${pkgdir}/opt/
    Will install that file in the pkg dir.  So I have a couple questions:
    1) How do I install an entire directory into the pkg dir?
    2) How do I create a link to /usr/bin?
    2) What else is good to know if I have to manually install files/folders???
    Here's the current PKGBUILD I'm working on:
    # Contributor: Gen2ly <[email protected]>
    pkgname=liveusb-creator
    pkgver=3.7
    pkgrel=1
    pkgdesc="Create LiveUSB's from a Linux install image"
    arch=('any')
    url="https://fedorahosted.org/liveusb-creator/"
    license=('GPL2')
    makedepends=()
    depends=('isomd5sum' 'python' 'pyqt' 'p7zip' 'syslinux')
    source=(https://fedorahosted.org/releases/l/i/liveusb-creator/$pkgname-$pkgver.tar.bz2)
    build() {
    # Just installing in /opt, would /usr/share/python-support be better?
    install -d ${pkgdir}/opt
    # Install files
    install -m 755 ${srcdir}/${pkgname}-${pkgver} ${pkgdir}/opt
    Any suggestions?
    Last edited by Gen2ly (2009-08-21 09:35:35)

    Didn't realize I asked such a complicated question.
    I thought that install was a built in command of 'make' that's why I asked but I just found out it has a man page.  It's pretty technical though so I'd wouldn't mind if a someone would help me with basic usage.
    Yes, I considered using 'ln' but I've read before that PKGBUILDs should use install instead of cp or mv.  Thinking now that this is not the case with  'ln'???
    For installing an entire folder I looked at the install man page that says that -d "treat(s) all arguments as directory names" so would:
    install -m 755 ${srcdir}/${pkgname}-${pkgver}/folder ${pkgdir}/opt/
    Copy a folder and it's contents?  Newbie question, I know, but first time using install, would appreciate any help.
    Last edited by Gen2ly (2009-08-21 07:02:48)

  • How to use one email adress for multiple recipients

    Hello,
    I'd like to know how to use one email adress for multiple recipients. 
    this would be very useful or projects. for example;
    if i send one mail to [email protected], all people in this project get an email.
    I will add the people in this project myself. 
    I know it is possible, but I don't know how to do it ;-)
    please help me! 

    Hope this help.
    _http://technet.microsoft.com/en-us/library/cc164331(v=exchg.65) .aspx

  • Can't figure out how to use home sharing

    Since the latest couple iTunes updates, my family and I can not figure out how to use home sharing. Everyone in our household has their own iTunes, and for a long time we would just share our music through home sharing. But with the updates, so much has changed that we can no longer figure out how to use it.
    I have a lot of purchased albums on another laptop in the house, that im trying to move it all over to my own iTunes, and I have spent a long time searching the internet, and everything. And I just can't figure out how to do it. So.... how does it work now? I would really like to get these albums from my moms iTunes, onto mine. I would hate to have to buy them all over again.
    If anyone is able to help me out here, that would be great! Thanks!

    The problem im having is that after I am in another library through home sharing, I can't figure out how to select an album and import it to my library. They used to have it set up so that you just highlight all of the songs you want, and then all you had to do was click import. Now I don't even see an import button, or anything else like it. So im lost... I don't know if it's something im doing wrong, or if our home sharing system just isn't working properly.
    Thanks for the help.

  • How to use the same POWL query for multiple users

    Hello,
    I have defined a POWL query which executes properly. But if I map the same POWL query to 2 portal users and the 2 portal users try to access the same page simultaneously then it gives an error message to one of the users that
    "Query 'ABC' is already open in another session."
    where 'ABC' is the query name.
    Can you please tell me how to use the same POWL query for multiple users ?
    A fast reply would be highly appreciated.
    Thanks and Regards,
    Sandhya

    Batch processing usually involves using actions you have recorded.  In Action you can insert Path that can be used during processing documents.  Path have some size so you may want to only process document that have the same size.  Look in the Actions Palette fly-out menu for insert path.  It inserts|records the current document work path into the action being worked on and when the action is played it inserts the path into the document as the current work path..

  • How to use airport time capsule with multiple computers?

    I'm sure there are some thread about this but i couldn't find it... so sorry for that but hear me out! =)
    I bought the AirPort Time Capsule to back up my MBP
    And so i did.
    then i thought "let give this one a fresh start" so i erased all of it with the disk utility and re-installed the MBP from the recovery disk.
    I dont want all of the stuff i backed up just a few files and some pictures so i brought that back.. so far so good.
    Now i want to do a new back up of my MBP so i open time machine settings, pick the drive on the time capsule and then "Choose" i wait for the beck up to begin, and then it fails.  It says (sorry for my bad english, im swedish haha) "the mount /Volume/Data-1/StiflersMBP.sparsebundle is already in use for back up.
    this is what i want:
    i want the "StiflersMBP.sparsebundle" to just be so i can get some stuf when i need them. it's never to be erased.
    i want to make a new back up of my MBP as if it's a second computer...
    so guys and girls, what is the easiest and best solution?
    Best regards!

    TM does not work like that.
    If you want files to use later.. do not use TM.
    Or do not use TM to the same location. Plug a USB drive into the computer and use that as the target for the permanent backup.
    Read some details of how TM works so you understand what it will do.
    http://pondini.org/TM/Works.html
    Use a clone or different software for a permanent backup.
    http://pondini.org/TM/Clones.html
    How to use TC
    http://pondini.org/TM/Time_Capsule.html
    This is helpful.. particularly Q3.
    Why you don't want to use TM.
    Q20 here. http://pondini.org/TM/FAQ.html

  • How to use multiple ipods on one account

    I have an Ipod classic and just bought my sons two nano's how do I use these on the same account without changing my account info?

    Take a look here:
    How to use multiple iPods with one computer
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Discussions page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums, in the User Tips Library and in the Apple Knowledge Base before you post a question.
    Regards.

  • How to use a Table View in AppleScriptObjC

    How can I use a table view and add data to it? And how can I display a button cell and image cell in the table? Thanks.

    Hi all,
    Actually i need some more clarification. How to use the same select statement, if i've to use the tabname in the where clause too?
    for ex : select * from (tab_name) where....?
    Can we do inner join on such select statements? If so how?
    Thanks & Regards,
    Mallik.

  • How to use '|' delimited as seprator in GUI_DOWNLOAD ? Plz suggest me ,,

    how to use '|' delimited as seprator in GUI_DOWNLOAD ? Plz suggest me ,,
    i want the output should be seprated by '|' delimited when i download the file.

    Hi,
    We will pass the seperator to the WRITE_FIELD_SEPARATOR parameter as
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    filename = v_file
    write_field_separator = '|'
    TABLES
    data_tab = itab[] . "Our internal talbe filled with data
    Re: Why Function GUI_DOWNLOAD can create XML file but not a flat file?
    Award points if useful
    Thanks,
    Ravee...

  • ** How to use TO_DATE function in Stored Proc. for JDBC in ABAP-XSL mapping

    Hi friends,
    I use ABAP-XSL mapping to insert records in Oracle table. My Sender is File and receiver is JDBC. We use Oracle 10g database. All fields in table are VARCHAR2 except one field; this is having type 'DATE'.
    I use Stored procedure to update the records in table. I have converted my string into date using the Oracle TO_DATE function. But, when I use this format, it throws an error in the Receiver CC. (But, the message is processed successfully in SXMB_MONI).
    The input format I formed like below:
    <X_EMP_START_DT hasQuot="No" isInput="1" type="DATE">
    Value in Payload is like below.
    <X_EMP_START_DT hasQuot="No" isInput="1" type="DATE">TO_DATE('18-11-1991','DD-MM-YYYY')</X_EMP_START_DT>
    Error in CC comes as below:
    Error processing request in sax parser: Error when executing statement for table/stored proc. 'SP_EMP_DETAILS' (structure 'STATEMENT'): java.lang.NumberFormatException: For input string: "TO_DATE('18"
    Friends, I have tried, but unable to find the correct solution to insert.
    Kindly help me to solve this issue.
    Kind Regards,
    Jegathees P.
    (But, the same is working fine if we use direct method in ABAP-XSL ie. not thru Stored Procedure)

    Hi Sinha,
    Thanks for your reply.
    I used the syntax
    <xsl:call-template name="date:format-date">
       <xsl:with-param name="date-time" select="string" />
       <xsl:with-param name="pattern" select="string" />
    </xsl:call-template>
    in my Abap XSL.  But, its not working correctly. The problem is 'href' function to import "date.xsl" in my XSLT is not able to do that. The system throws an error. Moreover, it is not able to write the command 'extension-element-prefixes' in my <xsl:stylesheet namespace>
    May be I am not able to understand how to use this.
    Anyway, I solved this problem by handling date conversion inside Oracle Stored Procedure. Now, its working fine.
    Thank you.

  • Sender Mail Adapter - S/MIME - How to use it?

    Hi guys,
    I am trying to figure out how to use the S/MIME security parameter of the Sender Mail Adapter in PI 7.1.
    Could anyone point me to some useful documentation/examples/blogs ?
    Or perhaps explain what steps are involved when configuring this parameter?
    We are pulling emails from an Microsoft Exchange server.
    Many thanks,
    Aldo

    First of all one sender mail adapter has to be tight with a specific sender email address.
    The email has to be decrypted as whole, you cannot decrypt parts of it.
    Then you store certificates to secure store in J2EE server and point to it in send agreement, this should be equal to HTTPS setup
    Check security guide:
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/f7/c2953fc405330ee10000000a114084/frameset.htm

  • How to use Logical database in function module?

    I will create a function module in HR.
    but how to use Logical database  in function module ?  Logical database PNP always show screen.in function (RFC) code , it is a matter.

    You cannot attach the LDB to the main program of the function group.
    - So you may [SUBMIT|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=submit&adv=false&sortby=cm_rnd_rankvalue] a report which use the LDB and get back the data (export/import), by default in the syntax of SUBMIT the selection-screen will not be displayed
    - Use [LDB_PROCESS|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=ldb_process&cat=sdn_all], fill a structured table for selection, and get data back in another table
    - Use [HR function modules to read Infotypes|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=hrfunctionmodulestoread+Infotypes&adv=false&sortby=cm_rnd_rankvalue].
    Regards

Maybe you are looking for

  • How to configure Cairngorm examples in Eclipse 3.2

    Pls help me to configure and build CairngormStoreWeb2_1 examples in eclipse 3.2. I have installed Flex 3 plugin to eclipse. Any help is appreciated

  • Bonjour Printer installs OK but prints garbage symbols

    I have installed Bonjour 1.0.4 on a fresh installation of Windows XP SP2. It installed fine and bonjour already had my printer in its list of drivers (HP DeskJet 815c), so set up was easy (I have my printer plugged into an airport express which my wi

  • No DVI on the X61 notebook??

    i am trying to hook up to a dvi monitor.......am i missing something??? Message Edited by mmethan on 02-28-2008 03:23 PM

  • Mass Processing (Posting) of Parked Documents

    Is there any some standard functionality to post (in mass) a set of parked documents? Regards Sreenivas

  • Authentication for user guest denied

    I am connecting to two WL 6.0 sp2 servers. I am logging in both as guest. When I log into one or the other, everything works fine. However, when I log into both (and create InitialContext's for both), I get the following error: java.lang.SecurityExce