[SOLVED] Unable to install "Eclipse Java Developers"

Hey everyone,
I am setting up a new dev machine and need to install Eclipse (java developer version).  From what I can tell the Eclipse Classic does not include the Marketplace and I need it to install the Emacs+ plugin (I have a hard time typing without it).
When running `pacman -S eclipse` the classic version is the one that is installed (fail).  I have also downloaded the Java version but when I try to run it I get an error `exec format error: ./eclipse` (fail)
There is an eclipse java version available via yaourt, but after installing I get errors thrown when trying to install the Android developer tools; both when running eclipse as my user as well as sudo. (fail / fail)
So does anyone know of a surefire way to install the Eclipse java developer version?
Thanks for any help.
Last edited by iso (2012-01-22 01:12:19)

Using Eclipse Classic I was able to install the plugin with a direct url to the emacs+ site.
http://www.mulgasoft.com/emacsplus/update-site

Similar Messages

  • Unable to install Sun Java System MAPI Service Providers

    I tried to install the outlook connector for Outlook 2003. I've got the following error message. It said that Unable to install Sun Java System MAPI Service Providers. I am using Windows 2000 SP3 platform
    --- 2005/06/22 11:41 ---
    11:41:26 [5365] Outlook version is 11.0.6359.0.
    11:41:26 ERROR: [5501] Unable to find MAPI directory.
    11:41:26 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:26 [5475] TMP directory is 'C:\DOCUME~1\admin\LOCALS~1\Temp'.
    11:41:28 [5362] Checking Windows version.
    11:41:28 [5363] Windows version is 5.0.
    11:41:28 [5364] Checking Outlook version.
    11:41:28 [5509] Checking default mail client.
    11:41:28 [5508] Default mail client is 'Microsoft Outlook'.
    11:41:28 [5178] Verifying that Outlook is not running.
    11:41:28 [5179] Trying to login to shared session.
    11:41:29 ERROR: [5501] Unable to find MAPI directory.
    11:41:29 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:29 [5366] Checking whether Sun Java System MAPI Service Providers are installed.
    11:41:29 ERROR: [5501] Unable to find MAPI directory.
    11:41:29 No directory "C:\Program Files\Common Files\System\MAPI\LANGID" with LANGIDs: 1033, 0, 1033, 1033, 1033, 1033.
    11:41:31 ERROR: [5351] Unable to install Sun Java System MAPI Service Providers.
    11:41:31 ERROR: Unable to install Sun Java System MAPI Service Providers.
    Anyone can help for this? Thanks

    I have used this method, but the dog gone service does not return a started status. It just keeps saying starting even after the service starts.
    Download sc.exe from ftp://ftp.microsoft.com/reskit/win2000/sc.zip and copy
    it to system32
    Open a command line, change to C:\Sun\AppServer\lib and run:
    C:\winnt\system32\sc.exe create SJdomain1 binPath=
    "C:\Sun\AppServer\lib\appservService.exe
    \"C:\Sun\AppServer\bin\asadmin-pause.bat start-domain domain1\"
    \"C:\Sun\AppServer\bin\asadmin-pause.bat stop-domain domain1\"" start= auto
    DisplayName= "SunJava domain1"
    1. I'm no fan of windows and I prefer Solaris or Linux
    2. Windows should have this tool as a part of the OS so I don't have to go hunt for it
    3. I guess this solution is better than no solution at all :)

  • Flash Builder unable to install Eclipse plug-in

    With the latest pre-release version of Flash Builder (12/07/09),  I'm unable to install Eclipse plug-ins.  I go to the Help | Install New Software... menu option.  But it gives you no ability to add a new software site.  I also tried Window | Preference, expanded the Install/Update item and then selected Available Software Sites.  This also gives you no ability to add a new site.  What am I missing?

    Wrong forum. You want prerelease.adobe.com.
    Jason San Jose
    Quality Engineer, Flash Builder

  • Java version conflict - Unable to install Eclipse

    Hi all,
    Good day,
    I have downloaded and installed Java 6 (java_ee_sdk-5_08-jdk-6u17-windows.exe)
    Still my version ( C:\java -version ) shows as 1.4.2
    java version "1.4.2_04"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)
    This prevents me from installing Eclipse because Eclipse requires version 1.5 or higher.
    Any help people????
    Thanks n cheers,
    George, Toronto

    kajbj wrote:
    Huh? That isn't needed. I have don't have any JDK in my path, and I don't have JAVA_HOME set. I just specify the JDK to use in my launch shortcut.You can search eclipse jdk configuration by Google.
    May be following will work
    copy this setting to "eclipse.ini' file int eclipse installtion directory
    +-vm+
    +C:\Java\JDK\1.5\bin\javaw.exe+

  • Unable to install Eclipse Plugin for Azure

    I am unable to install the Eclipse Plugin for Azure.  I have Eclipse Indigo and have installed the Azure SDK 2.3.  When I try to add the site http://dl.msopentech.com/eclipse in the Install New Software window I get an authentication pop-up.
     When I try my Microsoft ID it fails authentication.  The instructions do not mention any authentication.  What should I put in here?

    Hi,
    This plugin requires Azure SDK 2.3. This can be downloaded using the Web Platform Installer (WebPI) at
    http://go.microsoft.com/fwlink/?LinkID=252838. However, if you don’t have it installed, when you create your first Azure deployment project, the plugin will automatically install
    Azure SDK 2.3.
    Also, you could download the sdk from GitHub (https://github.com/MSOpenTech/WindowsAzureToolkitForEclipseWithJava ) and manually install . And you could refer to this blog
    (http://java.interoperabilitybridges.com/cloud ).
    Please try it.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [SOLVED] Unable to install packages in lxc container

    tl;dr: lxc-console should be used for logging in, not lxc-attach. Also, I had to do some additional work to get the tty to work in systemd, and I plan to update the wiki soon.
    I created a container using the following command:
    # lxc-create -n test -t archlinux
    Once created and configured, I started the container daemonized, and attached:
    # lxc-start -n test -d
    # lxc-attach --clear-env -n test -- su - root
    However, I am unable to install any software packages because GPG isn't working properly
    [root@test ~]# pacman -Syu openssh
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Packages (3): ldns-1.6.17-1 libedit-20130601_3.1-1 openssh-6.5p1-2
    Total Installed Size: 6.08 MiB
    :: Proceed with installation? [Y/n]
    (3/3) checking keys in keyring [###########################] 100%
    (3/3) checking package integrity [###########################] 100%
    error: GPGME error: Inappropriate ioctl for device
    error: GPGME error: Inappropriate ioctl for device
    error: GPGME error: Inappropriate ioctl for device
    error: libedit: missing required signature
    :: File /var/cache/pacman/pkg/libedit-20130601_3.1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: ldns: missing required signature
    :: File /var/cache/pacman/pkg/ldns-1.6.17-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: openssh: missing required signature
    :: File /var/cache/pacman/pkg/openssh-6.5p1-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: failed to commit transaction (invalid or corrupted package (PGP signature))
    Errors occurred, no packages were upgraded.
    error: segmentation fault
    Please submit a full bug report with --debug if appropriate.
    The container config is as follows:
    lxc.utsname=test
    lxc.autodev=1
    lxc.tty=1
    lxc.pts=1024
    lxc.rootfs=/var/lib/lxc/test/rootfs
    lxc.mount=/var/lib/lxc/test/fstab
    lxc.cap.drop=mknod sys_module mac_admin mac_override
    lxc.kmsg=0
    lxc.stopsignal=SIGRTMIN+4
    #networking
    lxc.network.type=veth
    lxc.network.link=br0
    lxc.network.flags=up
    lxc.network.name=eth0
    lxc.network.ipv4=10.10.209.2/24
    lxc.network.ipv4.gateway=10.10.209.1
    lxc.network.mtu=1500
    #cgroups
    lxc.cgroup.devices.deny = a
    lxc.cgroup.devices.allow = c *:* m
    lxc.cgroup.devices.allow = b *:* m
    lxc.cgroup.devices.allow = c 1:3 rwm
    lxc.cgroup.devices.allow = c 1:5 rwm
    lxc.cgroup.devices.allow = c 1:7 rwm
    lxc.cgroup.devices.allow = c 1:8 rwm
    lxc.cgroup.devices.allow = c 1:9 rwm
    lxc.cgroup.devices.allow = c 1:9 rwm
    lxc.cgroup.devices.allow = c 4:1 rwm
    lxc.cgroup.devices.allow = c 5:0 rwm
    lxc.cgroup.devices.allow = c 5:1 rwm
    lxc.cgroup.devices.allow = c 5:2 rwm
    lxc.cgroup.devices.allow = c 136:* rwm
    Has anyone else experienced this? I've searched the web for solutions to the GPG error, and most of them relate to GPG not working in a chroot because the right things don't exist in /dev. However, I was under the impression that lxc.autodev=1 would take care of this, and indeed /dev/pts, etc. all exist in the container.
    Last edited by archtaku (2014-02-07 23:19:12)

    x33a wrote:
    Try
    # pacman-key --refresh-keys
    from within the container. Though, I do notice a segmentation fault, so I am not sure if it'll work.
    I just did this, and the command succeeded:
    gpg: refreshing 75 keys from hkp://pool.sks-keyservers.net
    gpg: requesting key 5263801D from hkp server pool.sks-keyservers.net
    gpg: requesting key FFF979E7 from hkp server pool.sks-keyservers.net
    gpg: requesting key CDFD6BB0 from hkp server pool.sks-keyservers.net
    gpg: requesting key 4C7EA887 from hkp server pool.sks-keyservers.net
    ... snip ...
    gpg: Total number processed: 74
    gpg: unchanged: 74
    However, the installation still failed.
    I was able to get pacman to install openssh by turning off signature verification. I then ssh'ed into the container, turned signature verification back on, and was able to install other packages just fine.
    So the issue seems to be with how lxc-attach connects to the container. A temporary solution would be:
    Add openssh to the list of packages installed when running lxc-create.
    # lxc-create -n test -t archlinux -- -P vim,openssh
    Attach to the container and run systemctl enable sshd.service, and set a root password
    Detach, then ssh into container and go about your business.
    However, I'd rather have the option of not using sshd on the container, and still be able to install packages, so I don't necessarily consider this problem solved yet.
    Can anyone shed some light on what I might be doing wrong when I attach to the container?
    Last edited by archtaku (2014-02-07 16:46:52)

  • Unable to install Sun Java System Web Server 6.1 Service Pack 7 on Wndows

    Dear All,
    I recently downloaded Sun Java System Web Server 6.1 Service Pack 7 and now I am trying to install it.
    The previous version of Web Server 6.1 that i installed is running successfully on Windows 2000 Prof. though it is not meant for it.
    To install SP7, i uninstalled the previous Web Server 6.1. I also removed the folder Sun and all the child folders of it. The Sun ONE Web Server services are still available and i can't able to delete them even from registry so i disabled them.
    Then I tried to install SP7. But after few steps, it gives error:
    You already have a Sun ONE Web Server installed. Install can not proceed.
    I am sure that i am able to remove completely the previous instance of webserver as i removed all the entries from registry also and also disabled the services related to it.
    Still why i am getting this error?
    Will it work on Windows 2000 Professional like its previous version?
    If not can i able to install previous version of the Web server 6.1 (without SP7) on Windows 2000 Prof?
    Please help me regarding this.
    -Sameer

    Sameer, you should have uninstalled Web Server 6.1 using the Web Server uninstallation program instead of just deleting its files and directories. Your Windows registry is now in an inconsistent state.
    If you can restore your previous Web Server 6.1 installation from a backup, you can run the uninstaller to correctly uninstall it.
    If you cannot uninstall Web Server 6.1 using its uninstallation program, you will need to manually delete the Windows services and edit the Windows registry to remove all references to the files you deleted. Note that you can render your computer inoperable by deleting services or modifying the Windows registry. Don't do this if you're not confident with what you're doing.
    To delete the services using SC.EXE:C:\>sc delete https-admserv61
    C:\>sc delete https-hostname(You can find the hostname for the Web Server 6.1 service(s) using the Services program in the Administrative Tools folder of the Control Panel.)
    To clean up the registry, use REGEDIT.EXE to delete HKEY_LOCAL_MACHINE/Software/Sun Microsystems/WebServer.

  • Unable to Install  Sun Java Studio Enterprise 8 on Windows XP

    Hello,
    I am trying to install the Sun Java Studio Enterprise 8 on a Windows XP machine. The installation seems to be going quite well untill it reaches the section "Publishing product Information...", then the Wizard returns the following message:-
    "The wizard was interrupted before Sun Java(TM) Studio Enterprise 8 could be completely installed " ..
    ."The System has not been modified. To install this program at a later time, run the installatio again. Click finish to exit the wizard.. " ...
    With the FINISH button activated.... I did not interrupted the installation..What does this message mean ...Can anyone help PLEASE, ???

    Googling the net for this error message leads to the same issue reported while installing other software as well:
    - http://www.adobe.com/support/techdocs/325468.html
    Solution
    Download and install the Microsoft Windows Installer 2.0 (InstMsi.exe) from Microsoft's Web site at www.microsoft.com/downloads/release.asp?releaseid=32832&newlist=1
    - http://support.microsoft.com/?kbid=836724
    This article describes a similar problem while installing sqlserver but may be applicable in this case:
    This problem occurs when both of the following conditions are true:
    The DefaultAccessPermissions binary value exists under the HKEY_LOCAL_MACHINE\Software\Microsoft\Ole registry key
    The user account that has logged on to the computer to install ... does not have default access permissions for Distributed Component Object Module (DCOM) applications.
    The above articles provide possible resolutions as well.

  • Unable to install Eclipse BPEL Plugin

    Hello List,
    I am running 3.1.0 version of Eclipse.
    When I install BPEL Eclipse Plugin, it is complaining I am not running 3.0+version of Eclipse, which is not true.
    Appreciate your help on this.
    Thanks
    Booshan.

    This happens if you do NOT have the SDK version of eclipse. Please make sure that you are running the complete sdk version. -Edwin

  • [SOLVED]Unable to install grub "couldn't find /mnt/boot/grub/menu.lst"

    Ok so I was trying to install windows after I had arch installed, used an ubuntu cd to use gparted to create a partition, tried to go to the windows installation but it would endlessly send me back to restart the installation even after succesfully writting all files...
    So now I decided to not install it, went back into ubuntu/gparted, deleted the partition and rejoined the space with my main arch partition and then selected the "boot" flag to boot...
    Cannot boot, grub its still on /boot/ but the MBR its obviously tempered with by windows ( which coincidentally couldn't even find itself after writing mbr to its liking....*sigh* ).
    So I try to use my arch install cd to reinstall grub but i get this:
    "couldn't find /mnt/boot/grub/menu.lst is grub installed?"
    I tried to use the select packages thing to make sure the cd is mounted and mounts fine but it keeps getting me that error message. I managed to boot to my system just fine with arch root=/dev/sda1 but obviosly the kernell does not has my nvidia module which means I can't get into x which means i am using links and since my grub is not loaded i can't even get framebuffer so this is rather inconvenient.
    Im sure im missing a very simple and stupid thing but im so annoyed my brain must be saying "ok im done somebody else figure it out". I still have a backup copy of my grub menu.lst I made before. Do I just delete /bood/grub/ and try again? Am I missing something on the install procedure to be able to rewrite grub? Can I just do it from the command line or with pacman? Any help appreciate it thanks.
    Last edited by Misanthrope (2008-06-01 17:22:32)

    If you can get into your arch and cli then you should just be able to reinstall grub with
    install-grub /dev/sda
    or reinstall grub with
    pacman -S grub
    if the package is messed up or missing.

  • [SOLVED] Unable to install gpodder3 from AUR

    I am a linux and arch newbie and about 3 weeks into my arch experience. I really like it so far, finding and fixing errors and getting all of my (laptop) hardware working is interesting.
    One program I am having real problems to install is gpodder. This worked flawlessly for me on mint and I really enjoyed using it to sync my podcasts with my ipod nano and would love arch even more if I could get it working. I enjoy simple GUIs where using the terminal seems a bit laborious.
    In the AUR there is a gpodder3 package available however when I attempt
    user@arch ~/Downloads/gpodder3 $ makepkg -s
    ==> Making package: gpodder3 3.5.1-1 (Sun 19 May 06:19:45 BST 2013)
    ==> WARNING: Using a PKGBUILD without a package() function is deprecated.
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: python2-mygpoclient
    ==> ERROR: 'pacman' failed to install missing dependencies.
    All of my packages and mirrors are up-to-date using
    pacman -Syyu
    I tried installing 'python2-mygpoclient' manually but no luck there either. Has anyone got gpodder on arch working under xfce?
    Would anyone please help me to get this installed?
    Last edited by cdrjameson (2013-05-19 06:40:50)

    Thanks for the advice on the AUR helpers. As I am so new to Arch and linux really I think I'll stick to vanilla pacman until I feel comfortable. I have read plenty of posts and blogs decrying the use of AUR helpers for novices.
    My search always starts with -Ss and then I investigate further using the ArchWiki - seems to work for me so far. Although I think I have been a bit like a kid in a candy shop and I have downloaded loads of different packages to see what they are like and now I am faced with removing some (getting back to the Arch way) and working out what their dependencies are/were. This is not a question as such just a request for your good will( I think i'll need it!) as I try to navigate the package manamgement between removing xfce and installing e17.

  • Error while installing SAP Widget Developer tool.zip on Eclipse Java EE IDE

    Hello,
              I am new to SAP widget. I hav installed "Eclipse Java EE IDE for Web Developers" from eclipse.org and now when i was trying to install SAP Widget Developer tool.zip add-on as stated in the SAP Enterprise Widget Development Guide
    --> http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c032ae0a-7d6b-2a10-14a1-cc6efb066dfc
    I get this error at the last stage of installation.
    Cannot complete the install because one or more required items could not be found.
      Software currently installed: SAP Widget Development Tools 0.13.0.1376 (corp.sap.pal.gadgets.tools.widgetTools.feature.group 0.13.0.1376)
      Missing requirement: SAP Widget UI Designer 0.13.0.1376 (corp.sap.pal.gadgets.tools.uidesigner 0.13.0.1376) requires 'bundle org.eclipse.wst.javascript.core 0.0.0' but it could not be found
      Cannot satisfy dependency:
        From: SAP Widget UI Designer 0.13.0.1376 (corp.sap.pal.gadgets.tools.uidesigner.feature.group 0.13.0.1376)
        To: corp.sap.pal.gadgets.tools.uidesigner [0.13.0.1376]
      Cannot satisfy dependency:
        From: SAP Widget Development Tools 0.13.0.1376 (corp.sap.pal.gadgets.tools.widgetTools.feature.group 0.13.0.1376)
        To: corp.sap.pal.gadgets.tools.uidesigner.feature.group [0.13.0.1376]
    Please helo me to get this error fixed.
    Thank you very much.
    Anil Raparthi.

    Hi,
    The newest and default version of Eclipse is Galileo which is version 3.5.x
    According to the Widget development guide, widget developer tool covers Eclipse 3.3.x (Europa) and 3.4.x  (Galileo).
    The problem is solved by downloading one of those versions from http://wiki.eclipse.org/Older_Versions_Of_Eclipse and installing widget development tools.
    Regards,
    Jolanta Gniadek

  • Java unable to install

    I am unable to install the JAVA 1.4.2._05 .everytime I am trying to do that getting error message "Error 1606.Could not access network location http://java.sun.com/webapps/download/getfile/ 1.4.2_05-b04/windows-j586/ja142000.cab" .Also try the 1.5.02 still getting the same error message.Operating system is Windows XP.Please help

    From
    http://java.sun.com/j2se/1.4.2/docs/guide/deployment/installation/windows/iftw-update/faq.html#1606
    Q: I encountered the following error when running the J2SE installer:
    Error 1606: Could not access network location file MSI/CAB and still fail after immediate retry.
    What does it mean?
    A: This problem occurs when the server is too busy or when the network is too congested to serve the file. Please retry by running the installer again.

  • [solved] Conflicting files while trying to install Eclipse

    Hi, I tried to install Eclipse but all I got was an output like this :
    [xxxxx@arch ~]$ sudo pacman -S eclipse
    [sudo] password for xxxxx:
    resolving dependencies...
    looking for inter-conflicts...
    Packages (17): aspell-0.60.6.1-2 ca-certificates-java-20140324-3 enchant-1.6.0-5
    geoclue2-2.1.8-2 gst-plugins-base-libs-1.4.0-1 gstreamer-1.4.0-1
    harfbuzz-icu-0.9.32-1 hspell-1.2-2 jdk7-openjdk-7.u65_2.5.1-3
    jre7-openjdk-7.u65_2.5.1-3 jre7-openjdk-headless-7.u65_2.5.1-3
    json-glib-1.0.2-1 libnm-glib-0.9.10.0-2 libwebp-0.4.0-2 libxslt-1.1.28-3
    webkitgtk2-2.4.4-1 eclipse-4.4.0-2
    Total Installed Size: 402.56 MiB
    :: Proceed with installation? [Y/n]
    (17/17) checking keys in keyring [##############################] 100%
    (17/17) checking package integrity [##############################] 100%
    (17/17) loading package files [##############################] 100%
    (17/17) checking for file conflicts [##############################] 100%
    error: failed to commit transaction (conflicting files)
    libnm-glib: /usr/include/NetworkManager/NetworkManager.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/NetworkManagerVPN.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/nm-connection.h exists in filesystem
    libnm-glib: /usr/include/NetworkManager/nm-setting-8021x.h exists in filesystem
    I looked for a solution and found that a
    sudo pacman -Syu eclipse
    would allow me to install Eclipse. The point is that I don't want to do a full-system upgrade because a more recent kernel will prevent the wi-fi from working on my computer.
    Does anyone have any idea?
    Last edited by nugetchar (2014-08-09 17:03:18)

    Please update your system and open a new thread about your wi-fi issue.
    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

  • N76 Java installation problems: Unable to install.

    Hello.
    I have the problem with installing java app on my N76. I get the message 'unable to install' when I try to install the gmail java app from online link (http://gmail.com/app).
    It was with 10.0.035 and the same with freshly installed 20.0.041 firmware.
    Could you please advise me how to solve the problem.
    All sis application are installing online with no problem.
    Thanks.

    Check your settings in the Applications -> Application Manager -> settings.
    Mine are Software Installations -> All
    Onine certificate check -> Off
    and it installs OK.
    If not then you can configure the internal mail client to access your gmail quite easily. Come back if you need some help as it doesn't work unless you manually enable the secure settings.

Maybe you are looking for

  • Urgent for exam

    HI FRIENDS PLZ SEND ME CLEAR INFORMATION 1.what is a bank directory what it contains? 2. which is a standard interface that facilitates the integration of the sap r/3 system with the process  data of other business application systems? 3. what is a n

  • A #1 after some contacts on phone after sync

    I have a motorola krazer and it was syncing fine with isync. Now at last sync it is putting a the number "1" after some contacts on the phone. I sync it with my MacBook pro. Recently I copying the address book application support folder from my G5 to

  • Can't print PDF's from preview with os x v10.7 lion

    Hi.  Ever since I installed Lion Im having a hard time printing PDF's from the preview menue.  All I get is the pinwheel?  

  • Some problem with IDoc's Settings while loading data

    Hey Experts, Previously i tried data loading using LIS & LO, but i was not able to load data, i was taking it as some transfer structure problem. But just today i tried to load Master Data, and its displaying the same error. I feel its something rela

  • Period Comparison - getting not a valid month error

    I am trying to do a period comparison. I have the query condition as select ppv.draft_invoice_num ,ppv.ra_invoice_number ,ppv.invoice_date , idv.expenditure_item_date ,ppv.gl_date ,ppv.gl_period ,to_date(ppv.gl_period,'MON-YY') --,idv.bill_amount --