Zsh alias question [solved (sort of)]

In my .zshrc, I have this line:
source /path/to/aliases_file
. The aliases file contains the line
alias -- -=popd
. When I log in or create a new urxvt window, I get the message:
/path/to/aliases_file:1: bad option: -=
But if I run exactly the same command manually,
alias -- -=popd
it works. Can anyone explain this to me? And is there a way to get the source command to apply that alias file without throwing the error?
Thanks.
Last edited by ibrunton (2012-09-15 13:49:29)

eyeck% zsh --version
zsh 5.0.0 (x86_64-unknown-linux-gnu)
eyeck% cat .zshrc
source aliases
eyeck% cat aliases
alias -- -=popd
eyeck% zsh
eyeck% -
popd: directory stack empty
eyeck% alias
-=popd
run-help=man
which-command=whence
Copied and pasted the command directly from your post. I am using extra/zsh 5.0.0-2 without any custom patches or anything of the sort.
Last edited by eyeck (2012-09-15 02:55:03)

Similar Messages

  • Question about sorting files in media library

    Hey,
    I'm Sam Hoste from Belgium and I have a question about sorting music files in my media library in iTunes.
    My music collection mainly exists of complete albums instead of individual songs. The problem is that I can not play the songs of an album in the same order as on the tracklist of the album in the media library of iTunes.
    I also take very good care of the ID3 tags from my mp3-files, but that doesn't help.
    For example, if I had an album with the following tracklist,
    01. Artist - Song 1
    02. Artist - Song 2
    03. Artist - Song 3
    04. Artist ft Otherartist - Song 4
    05. Artist ft Otherartist - Song 5
    06. Artist - Song 6
    07. Artist - Song 7,
    every music file would have an ID3 tag for tracknumber (1, 2, 3, ...), an ID3 tag for artist ("Artist" or "Artist ft Otherartist"), an ID3 tag for title (Song 1, ...) and an ID3 tag for album ("Albumname").
    When I load this album in my media library in iTunes, I cannot get them sorted by album and by tracknumber on that album. When I sort by artist I get this list:
    01. Artist - Song 1
    02. Artist - Song 2
    03. Artist - Song 3
    06. Artist - Song 6
    07. Artist - Song 7
    04. Artist ft Otherartist - Song 4
    05. Artist ft Otherartist - Song 5.
    But that's normal, but even if I sort by album I get the same list:
    01. Artist - Song 1
    02. Artist - Song 2
    03. Artist - Song 3
    06. Artist - Song 6
    07. Artist - Song 7
    04. Artist ft Otherartist - Song 4
    05. Artist ft Otherartist - Song 5.
    So the songs aren't in the same order as they are supposed to be on the CD. And I would really like my albums to play in the same order than on the tracklist on the CD.
    I think the problem is caused by the fact that when you sort by "album" in iTunes media library, iTunes first sorts by albumname, and second by artistname, and third by tracknumber. In stead of sorting first by albumname, and then second by tracknumber in stead of the artist.
    My question: Is there a way to make sure iTunes sorts by albumname, and then by tracknumber in stead of artist, so I can play my albums in the same order as on the CD? Or is there an other solution for this issue?
    Thanks and kind regards,
    Sam Hoste

    See my previous post on Grouping Tracks Into Albums, in particular the topics Use an album friendly view and
    Tracks out of sequence.
    tt2

  • How do I unmark a question "Solved?"

    I inadvertently marked my question "Solved," choosing my own follow up post. Can this be reversed? This question has NOT been solved.
    https://discussions.apple.com/message/25726191#25726191

    Weird because I marked that my user name had solved the issue. But no points... Probably to prevent users from generating their own points. Oh well.
    Thanks for helping me with the original posts babowa. Frustrating to get it fixed only to screw it up again. What happened was I was looking at your post, I clicked on the link to check and see that my original post had indeed been relocated, and then I was distracted by something. When I got back to what I was doing, I wanted give you the solve credit, but didn't bother to look closely at which post was displaying. Since they had a similar structure, I didn't notice I wasn't looking at our thread... Oh well. Crapzilla.

  • [SOLVED, sort of] After nvidia upgrade, computer crashes at logout

    My video card is Nvidia GEForce 6150 LE, rev 2.  After I upgraded nvidia  on 10/10/08, my computer crashes whenever I log out, and I have to shut down the power and reboot.  This happens on kde and gnome, and also when I press Control-Alt-Backspace.  I tried the new nvidia-173xx drivers, but they didn't work at all.  Finally I went back to vesa, and that works.
    Last edited by cmlr (2008-10-11 23:29:58)

    Problem solved, sort of.  I noticed that the Flint, Michigan mirror was 15 days out of sync, and I downloaded the old nvidia driver from there.  Now everything works fine, as before.  Here's the page that tells the status of mirrors:
    http://users.archlinux.de/~gerbra/mirrorcheck.html
    Still, it would be nice to use the new driver.   If anyone else has this problem and has missed out on the out-of-sync mirrors, send me an email and I can give you the package.
    Last edited by cmlr (2008-10-12 00:02:07)

  • How do I change the default language for the spell checker? - solved, sort of...

    As the previous thread was closed without actual resolution - https://support.mozilla.org/en-US/questions/941350?esab=a&s=&r=0&as=s
    I managed to solve this on my end by just reinstalling firefox using the localisation of the default dictionary language i wanted from here - http://www.mozilla.org/en-US/firefox/all/
    A bit of a shame that the main download page doesnt select the geographically relevant localisation for you and even more so that changing the default language for the in built spell checker is so kak. oh well.

    Right-click a web form on any web page.
    Languages > Add Dictionaries
    *Install the Language pack
    You can look here for dictionaries:
    * http://addons.mozilla.org/firefox/language-tools/
    * http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/Dictionaries
    *http://support.mozilla.org/kb/Using+the+spell+checker
    Right-click a web form on any web page.
    Languages > Add Dictionaries
    *Install the Language pack

  • Madwifi-ng preup/predown script question [solved]

    Hi,
    I recently installed Arch 0.7.1 on my laptop.
    So far I am very impressed with the speed and the simplicity :-)
    I just have one small problem: madwifi-ng
    Currently, I have to manually create the ath0 interface with wlanconfig, which is annoying. On the Gentoo forum I have found a partial script with preup/predown functions (the thread is located here)
    preup() {
    if [ "${IFACE}" == "ath0" ]; then
    /sbin/wlanconfig ath0 create wlandev wifi0 wlanmode sta > /dev/null
    return $?
    fi
    if mii-tool ${IFACE} 2> /dev/null | grep -q 'no link'; then
    ewarn "No link on ${IFACE}, aborting configuration"
    return 1
    fi
    return 0
    predown() {
    if [ "${IFACE}" == "ath0" ]; then
    killall wpa_supplicant
    /sbin/wlanconfig ath0 destroy
    return $?
    fi
    return 0
    I am using a Netgear WG511T pcmcia card.
    I would really appreciate any suggestions on where to put this code, and how to modify it for use with Arch Linux, or if I should use something else alltogether.
    Thanks in advance!

    Another interesting problem: I recently upgraded to the latest madwifi-ng code with svn update and also started using wpa_supplicant 0.5.0 (upgraded from 0.4.7)
    The netcfg script stopped working and after a little tinkering I discovered that  the following section from start_profile() in the netcfg script was killing wpa_supplicant before it could connect:
    while ! wpa_cli status | grep "wpa_state=COMPLETED" >/dev/null 2>&1; do
    if [ $i -gt 10 ]; then
    wpa_cli terminate >/dev/null 2>&1
    ifconfig $WIFI_INTERFACE down
    stat_fail && return
    fi
    sleep 2
    let i++
    done
    fi
    I have now commented out the loop and running the command "netcfg netgear" no longer halts there and so far everything seems to be fine again. I am guessing more than a 20 second timeout is needed, so I'll try having the iterator increment to 30 or something and see if that solves it.
    [EDIT]
    Now using  [ $i -gt 30 ]; and it works. On second thought, since everything  now really just works and my main question was essentially answered, I am adding [solved] to the title.
    Thanks again!
    [/EDIT]

  • Sony Vaio VGN-N27LH - some questions SOLVED

    SOLVED - I installed the sony_acpi module from AUR and run the following to dim:
    echo "4" > /proc/acpi/sony/brightness
    Would still be grateful if anyone could advise on what else I need to consider when running linux on a laptop.  My original questions/post is below.
    So I took the plunge and bought my first latop.
    However, running linux is significantly more difficult and I'm feeling somewhat swamped.  On my desktop I just installed Arch and it ran fine.  With the laptop there are issues of power management, speed-stepping,suspend to disk, ACPI, etc, which are all new terms for me.  As I say, on the desktop I just installed Arch and it ran fine.  Nothing else to worry about.
    Let's start at the beginning.  I installed the beta version as I couldn't get an internet connection with my older version.  Having done some reading I've installed a few things and added some daemons but am still struggling to lower the brightness of the laptop.
    Below are some details:
    [darrendowlut@MyBoX Linux Stuff]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
    00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
    00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller IDE (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 16)
    06:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
    08:03.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
    08:03.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
    08:03.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
    # /etc/rc.conf - Main Configuration for Arch Linux
    MODULES=(sky2 ipw3945 sonypi speedstep_centrino cpufreq_powersave cpufreq_conservative cpufreq_powersave cpufreq_stats cpufreq_userspace freq_table)
    DAEMONS=(syslog-ng ipw3945d network cpudyn acpid hal powersaved alsa netfs !crond)
    I'll be honest, I've no idea what half of those modules and daemons do!  I just know they are installed and load fine - there are no errors when the system boots.  What's more, I haven't edited any configuration files so whether those daemons are actually doing anything is anyones guess.
    So, any ideas on how to get the brightness down?  Equally, are there issues that I need to be aware of when running linux on a laptop.  It seems to be running quite hot and I dont know whether this is normal or not?
    Please don't shoot the noob.  Help greatfully received.  Be gentle.
    Thanks.
    Last edited by Ipsofacto (2007-04-09 16:56:39)

    wiki has some info, one of the Vaio pages is written by
    although its quite outdated it might give some hints (laptop-mode-tools for example) and inspire you to writte a new wikipage
    they say kernel 2.6.21 has the vaio brightness control inside him, so I'm waiting for 2.6.22 to see how things work with Vaios
    laptops aren't more difficult than desktops, Vaios are pain in the butt (its the first and the last I'll ever buy )

  • MySQL - Alias Question

    Hi Chaps, 
    Have a quick one for you...
    In a SQL Query, I know you can create an alias for column name, eg.
    ...tbl_jobxml.job1 as job2
    but can you create an alias for the value within that column, eg.
    ...tbl_jobxml.job1='y' as job2='Complete'
    Sorry if this is dumb question, but better to ask that claim ignorance!

    Hi Guys,
    sorry to the delay in responding, basically this is what I want to do:
    I want to show all results when:
    - tableA
    projectstatus='complete'
    - tableB
    projectstatus='complete'
    - tableC
    jobstatus='y'
    I'm familiar with UNIONs and INNER JOINs, it's just not sure how to go about getting all the results form the 3 tables, when the values are different.

  • [SOLVED, sort of] Yet another UEFI boot issue

    Hello everyone,
    Let me start by saying sorry for the long (first) post.
    I've ended up with a UEFI boot problem I can't solve. I've searched the forum and internet and I realize I'm not the only one who ran into problems with UEFI. Unfortunately, the problems other have had seem not similar to mine. I've spent almost 2 days now trying to figure this out, and I'm getting nowhere (though I've learnt some more about UEFI, which I guess is good). I was hoping someone here can give me some hints on how to proceed.
    So lets start with the background. I recently bought a new computer (Lenovo Thinkpad Edge E530 with Windows 8) and of course I want to run ArchLinux on it (been using ArchLinux for almost 7 years now and no plans on switching). Installation went ok with only a few problems during installation that I managed to solve (or so I thought). I must admit I didn't follow the guide fully. I didn't want to remove the Restore and Windows partitions, so I figured it would be safe to reuse the existing UEFI System Partition, as long as there was enough room, which there was. Anyway, I now have a computer I can boot into ArchLinux and also Windows 8, just the way I want it, almost. There is this one final issue I haven't been able to figure out how to solve.
    The problem
    Whenever I reset/power on the computer, I must press Enter during the initial screen (showing a Lenovo logo, and a message about pressing Enter to interrupt normal startup). If I don't press Enter before the timeout (a second or so), the screen will go white and that's it. No beep, no message, no nothing but a white screen. A power cycle is the only way to leave this state. Occasionally the screen will be a white bar at the top and random colours below, but I'm guessing this only represents what is in graphics memory at the time (0x00, 0xFF or any other random value).
    If i do press Enter however, then I'm presented with a menu where I can select what to boot; rEFInd (which is preselected) along with Windows 8 and some restore and diagnostic entries. Pressing enter will take me to the preselected rEFInd, pressing enter again (or wait for timeout) will boot linux, and I'm in. Nothing weird there. And if I select Windows in rEFInd, then windows boot, just as expected.
    There is no difference whether I'm switching from Windows to Linux or Linux to Windows or just reboot the same OS I was using again. The result is the same whatever I choose to boot.
    So the question is: Why do I have to select rEFInd manually and go through all these menus? Should I not be able to just power it on and let it boot the preselected rEFInd entry and continue from there, without me helping it?
    Trying to solve it
    Searching here and on the internet gave me some ideas on what to try, so here is a list of my attempts:
    efibootmgr show me there is a rEFInd entry, and that it is the first one in boot order
    I copied refindx64.efi to /boot/efi/EFI/Boot/bootx64.efi (replacing an existing entry)
    I've updated the EFI firmware (from Lenovo) to the latest and greatest
    One other guy had almost the same issue, but with a single boot of Windows. He solved it with Microsoft Boot Manager (there is an Automatic Repair, or something). I even dared trying this, though I must admit I was a bit hesitant about letting some Microsoft program trying to repair my computer. Anyway, it said it couldn't repair my problem, nor did it say I had one, so I am none the wiser.
    None of the above gave anything.
    So, that's it. I guess I can live with having to press Enter on every power up/reset, but it is very annoying having to do so, and even more so when I forget it because then I'm forced to power cycle it. I hope someone reading this can figure out what's going on, because I am clueless.
    Best regards,
    Johan
    Last edited by 6feet5 (2013-01-08 19:03:50)

    WonderWoofy wrote:@srs5694, have you thought about filing a bug report/feature request about the naming scheme here?  I would imagine that something coming directly from the upstream developer would be something that they should take into consideration.  Also, I imagine that renaming it to refindx64.efi kind of goes against the whole "vanilla packages" thing we tout around here... so it really makes me wonder why it is done in the first place.
    I've just done that:
    https://bugs.archlinux.org/task/33326
    It's not been very important until recently; but I've been putting a lot of effort into the ancillary support scripts (install.sh and mvrefind.sh). They necessarily rely on the files having certain names, so installing them under other names robs users of functionality.
    6feet5 wrote:I've decided to try and restore the whole unit, thinking it would take maybe an hour or two. It's been running now for almost 3 hours and only completed 20%.
    Good luck with that!
    FWIW, it seems that the number of EFI-related bug reports on Linux forums has gone way up recently. No doubt this is because EFI is now pretty much universal on new computers, so problems that used to affect one or two people now affect dozens or hundreds, and some of those post about them.

  • Weird zshrc alias problem SOLVED: just user stupidity

    I'm trying to add the following alias to my zshrc:
    alias bigmc = 'urxvtc -fn "xft:Bitstream Vera Sans Mono:pixelsize=37" -e mc'
    But with every variation I have tried, zsh complained. I have no idea what the problem is. I've tried escaping everything from the colons to the =, I've tried double quotes on the outside and on the inside, and I can't get it to work. Either I need to escape a character I haven't thought of, or I have missed some combination, or zshrc uses a different escape char than backslash (I doubt that). Any ideas?
    EDIT: I'll be in my room, hitting myself. I just noticed zsh really doesn't like spaces around the =. Fuck me, sometimes I wonder how I manage to feed myself.
    Last edited by kamagurka (2007-03-25 16:03:50)

    Go to Networking control panel.
    Go to the ovation device.
    Go to Advanced options.
    Under WWANS select Novatel and then CDMA
    Under the tab at the far right (I forgot the name) make sure that "log out after 10 min" is NOT checked.

  • A question about sorting tables.

    Hello All!
    Just a quick question: performance wise, which is better, declare an itab with the 'sorted table of' or use the 'sort itab' later.
    Thanks in advance!
    Moderator message: please try yourself and search for available information and previous, similar discussions.
    Edited by: Thomas Zloch on Feb 23, 2012

    Hi Kevin,
    follow for example more or less the code given in this thread: Functionality to dynamically sort tableview columns and implement a <i>compare</i> method corresponding to your needs (for example using <i>compareToIgnoreCase</i> method of <i>String</i>).
    Hope it helps
    Detlev

  • Forum question [solved]

    This is probably obvious to all, but I have what I hope to be a simple question. 
    As a courtesy I would like to mark a couple of my recent postings as solved.  I see that others have done that, but I'm at a loss as to how. 
    How do you mark one of your postings as solved?
    I did a search here and looked at the wiki.  It's probably a button right here somewhere, but I can't see it.  Sorry!
    Thx in advance.

    desertViking wrote:It's probably a button right here somewhere
    Yeah, my "Solved" button fell off a few weeks ago - I really need to get a new laptop ........

  • Keybinding problem in zsh Home/End [Solved but dunno why]

    According to the wiki, I need only add the following to my ~/.zshrc to get my Home/End keys to work properly but I am need seeing the desired effect.
    Currently:
    [Home] = H
    [End] = F
    What am I doing wrong?
    $ cat ~/.zshrc
    [[ -z "$PS1" ]] && return
    [[ -f /etc/profile ]] && . /etc/profile
    for i in functions aliases zsh ; do [[ -f $HOME/.$i ]] && . $HOME/.$i ; done
    PATH=$PATH:$HOME/bin
    autoload -U compinit
    compinit -i
    PROMPT='%(!.%{$fg_bold[red]%}.%{$fg_bold[white]%}%n@)%m %{$fg_bold[blue]%}%(!.%1~.%~) %#%{$reset_color%} '
    TERM=xterm-256color
    bindkey -v # set vim bindings
    bindkey "\e[1~" beginning-of-line # Home
    bindkey "\e[4~" end-of-line # End
    bindkey "\e[5~" beginning-of-history # PageUp
    bindkey "\e[6~" end-of-history # PageDown
    bindkey "\e[2~" quoted-insert # Ins
    bindkey "\e[3~" delete-char # Del
    bindkey "\e[A" history-beginning-search-backward
    bindkey "\e[B" history-beginning-search-forward
    Last edited by graysky (2012-10-01 20:58:41)

    I still do not understand why, but the following code in my ~/.zshrc fixes this problem so I guess this thread is [solved].
    ... I have much to learn about zsh.
    # http://zshwiki.org/home/zle/bindkeys
    typeset -A key
    key[Home]=${terminfo[khome]}
    key[End]=${terminfo[kend]}
    key[Insert]=${terminfo[kich1]}
    key[Delete]=${terminfo[kdch1]}
    key[Up]=${terminfo[kcuu1]}
    key[Down]=${terminfo[kcud1]}
    key[Left]=${terminfo[kcub1]}
    key[Right]=${terminfo[kcuf1]}
    key[PageUp]=${terminfo[kpp]}
    key[PageDown]=${terminfo[knp]}
    # setup key accordingly
    [[ -n "${key[Home]}" ]] && bindkey "${key[Home]}" beginning-of-line
    [[ -n "${key[End]}" ]] && bindkey "${key[End]}" end-of-line
    [[ -n "${key[Insert]}" ]] && bindkey "${key[Insert]}" overwrite-mode
    [[ -n "${key[Delete]}" ]] && bindkey "${key[Delete]}" delete-char
    [[ -n "${key[Up]}" ]] && bindkey "${key[Up]}" history-beginning-search-backward
    [[ -n "${key[Down]}" ]] && bindkey "${key[Down]}" history-beginning-search-forward
    [[ -n "${key[Left]}" ]] && bindkey "${key[Left]}" backward-char
    [[ -n "${key[Right]}" ]] && bindkey "${key[Right]}" forward-char
    # Finally, make sure the terminal is in application mode, when zle is
    # active. Only then are the values from $terminfo valid.
    function zle-line-init () {
    echoti smkx
    function zle-line-finish () {
    echoti rmkx
    zle -N zle-line-init
    zle -N zle-line-finish
    bindkey "\e[A" history-beginning-search-backward
    bindkey "\e[B" history-beginning-search-forward
    Last edited by graysky (2012-10-01 20:58:21)

  • A question of sorts & a cry for help...

    I have a lovely ipod mini & have had no problems with it since I bought it in July.
    iTunes has always ran smoothly, and I never had problems adding songs to my library & updating my ipod...
    ...until the newest version of iTunes came out. =(
    I am not sure if this has been asked already, but I'm gonna toss it out there & hopefully someone can help me out...
    I have 943 songs in my library....
    However, my iPod only reports 876 songs.
    I probably wouldn't have noticed since it is a pretty ridiculous amount of songs, but a few songs that I listen to on an every day basis turned up missing, completely vanished from my ipod, but they are still listed in my library.
    This happened the day I updated my iTunes to the 7.0 version.....
    Every time I plug my ipod in, it claims it's updating it, but I am still left with 876 songs instead of the 943 I actually have in my library.
    I'm really frustrated & haven't been able to figure out how to solve this..... so, if anyone understood what I just said & can help me out, that would be great... & I would appriecate it alot. =)
    Thanks in advance!!
      Windows XP  

    You'll probably just have to put them back on
    wow what a concept
    Thanks for your "help", but did you miss the whole concept of my message?
    I had mentioned that they were on my ipod before I had updated to iTunes 7.0, then they disappeared from my ipod, but are still located in my library...
    ...and every time I plug in my ipod to update it, it still stays at 876, when I should have 943 songs like my library says I have.....
      Windows XP  

  • Apex 3.1.2 with Oracle 11G - /i/ alias question

    I just recently installed Oracle 11G with Apex 3.0 and then upgraded Apex to 3.1.2. I am able to login and do most of the regular tasks. I built an application using custom flash components. When I used Apex with Oracle 10G, I can copy the SWF files to the directory mapped to /i/ alias and it worked fine.
    Same is not working with 11G. First of all I am not sure to what path the /i/ in 11G is mapped to. Any help is greatly appreciated. I used Embedded Pl/Sql gateway.
    Thanks
    Karthik
    Edited by: karthikm on Dec 30, 2008 4:40 PM
    Edited by: karthikm on Dec 30, 2008 4:40 PM

    Dingfei,
    You need to make sure that you have access to the "i" folder. Make sure that the alias defined in your dads.conf is properly configured.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

Maybe you are looking for

  • Getting while attaching .rtf file in data template

    Hi All, When i am attaching a .RTF file to a data template , i am getting the following erro : The referring page may have come from a previous session. Please select Close Window to proceed i tried by login again but same error coming every time, pl

  • Epson Stylus NX430 will no longer print!

    I recently changed internet providers and purchased a new Netgear router.  Up until then, I have had no problem printing from my Macbook Air to my Epson Stylus NX430, but now when I try to print I get an Error message! I have emailed back and forth w

  • HTTP Header parameters in iView.

    Hello, My question is how to build an iView that will call some application by URL, but will also provide a few parameters in http header? Should it be a Java iView, or it can be done with iView based on URL iView template? Thank you, Yuri

  • The extraction program does not support object 0MAT_PLANT

    Pessoal alguém já passou por este problema? Estou tentando fazer um delta no objeto 0MAT_PLANT, mas me retorna sempre este erro. Já fiz um novo Init, mas o erro continua. The extraction program does not support object 0MAT_PLANT Message no. R3009 Dia

  • Can't edit form after upgrade to Acrobat XI

    I am using Adobe Acrobat XI through Adobe Creative Cloud and was going to edit a form that I had made and I get this message: "This form cannot be edited in Acrobat.  Please use Adobe LiveCycle Design to edit this form." Does anyone have experience w