Installing new Apex into oracle 11.1 database

install on windows 2003 server - oracle database 11.1 ...
The Listenerconfig page comes up blank - looking at the glassfish log shows below.
Jave -version - 1.6.0_23
I did get the Listener config page to show once but anytime hitting the apply button caused http error... After redeploy of the apex.war can't get that far again...
Glassfish appears to be working ok...
PWC1406: Servlet.service() for servlet ModApex threw exception java.lang.NoSuchMethodError: java.lang.String.getBytes(Ljava/nio/charset/Charset;)[B at oracle.dbtools.apex.utilities.Text.getBytes(Text.java:31) at oracle.dbtools.apex.ModApex.notifyNotConfigured(ModApex.java:257) at oracle.dbtools.apex.ModApex.doConfig(ModApex.java:98) at oracle.dbtools.apex.ModApex.doGet(ModApex.java:92) at javax.servlet.http.HttpServlet.service(HttpServlet.java:734) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315) at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94) at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648) at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593) at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093) at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597) at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263) at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214) at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:382) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264) at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
thank you                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

ok - With your help pointing me in the right direction things are working. Here is what I found...
The Java "temp area" defaults to the window temp - which while a user is logged in is
C:\Documents and Settings\username\Local Settings\Temp
But when a service starts - it does not look at user settings it looks at system only settings which for temp on this system is
C:\WINDOWS\Temp
because I completed my apex listener install and configuration before I set glassfish up to run as a service the config file was created in my user temp location.
If I had completed the glassfish set-up and started it as a service before I tried to do the listener setup and configuration, things would have gone much smoother.
Solution - I stopped glassfish and copied the
C:\Documents and Settings\username\Local Settings\Temp\apex
directory to
C:\WINDOWS\Temp
which is the system default temp directory and what Java uses as its default temp work area.
I likely could also have gone through the Listener configure URL - I may try that just for fun. I'm having so much of it...
Thank you for your help - any comments, corrections are welcome.
Documentation shows the search path to find the apex-config.xml on page 53 of the Oracle application Express Listener version 1.0.2. Took a little tracking but hopefully I understand it enough to set the process up again on another server.

Similar Messages

  • Installing new HDD into an iMac G5 with SATA

    Installing new HDD into an iMac G5 with SATA and would like to know how to migrate the old system over to the new drive. Can I use a USB2 external drive, move all the old data, then select the new system as the boot system?

    lwolfcc-
    Yes.
    But you might do better with a program like SuperDuper, as it will be sure to copy any hidden files as well.
    Luck-
    -DaddyPaycheck

  • Insert new row into oracle databse through application module usng ADF Form

    I am using Jdeveloper 11.1.2. I am a beginner. I had tried in-built createInsert and commit method to add new row into oracle DB. For that, I had created ViewObject, VOImpl and AMImpl. Then, I created to jsf page. On first page, I dragged and dropped createInsert fn and VO(as ADF-readonly table) from DC Palette. and on second page, I dragged and dropped my VO(as ADF-Form) and commit (as Button) from DC palette. I created task-flow for it. when i click on createInsert button, i redirected to second page. where i filled all the required information on form. After filling, when i clicked commit button, i redirected to first page.(coz i created task flow to return first page after commit). New row is inserted into ADF-table, but when i checked my oracle DB, there was nothing added.
    Thus, I want to use custom method to insert row into OracleDB. So how can i get this? what are the steps required to do this? what programming codes required in Bean.java and AMImpl.java. Or is there any other steps to do this?
    please provide me detail steps and programming code for bean, amimpl or for VOImpl or EOImpl.
    please help me.

    User,
    To insert a row into the db you have to use a VO which is based on an EO (entity object). There is no java class (or impl) needed. You can all do this decoratively.
    All you have to think of is the PK of the new row. You can use Groovy for that (http://tompeez.wordpress.com/2011/09/02/using-groovy-expression-to-set-a-primary-key-with-a-sequence-number/)
    The rest is like you described it yourself. Drag the Vo onto the page, drop it as read only table, drag the createInsert onto the page as button and set up the navigation. On the second page drag the same VO onto the page and drop it as ADF Form. drag the commit operation onto the page as button and setup the navigation back to the first page.
    Timo

  • Installing new ios into flash

    this is the reading i currently get when i boot the switch(3548-XL-EN)...how do i load new ios into flash.....
    C3500XL Boot Loader (C3500-HBOOT-M) Version 12.0(5.2)XU, MAINTENANCE INTERIM SOF
    TWARE
    Compiled Mon 17-Jul-00 18:42 by ayounes
    starting...
    Base ethernet MAC Address: 00:04:6d:f9:ee:00
    Xmodem file system is available.
    Initializing Flash...
    flashfs[0]: 1 files, 1 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 3612672
    flashfs[0]: Bytes used: 1536
    flashfs[0]: Bytes available: 3611136
    flashfs[0]: flashfs fsck took 2 seconds.
    ...done Initializing Flash.
    Boot Sector Filesystem (bs:) installed, fsid: 3
    Parameter Block Filesystem (pb:) installed, fsid: 4
    The system is unable to boot automatically because there
    are no bootable files to boot.
    switch:

    Thanks very much!!
    Loaded the software but got the following while loading it and could ionly recognise the twio giagabit ports...all 48 fastethernet ports were missing
    3611648 bytes available (1024 bytes used)
    switch: copy xmodem:c3500XL-c3h2s-mz.120-5.WC3.bin flash:c3500XL-c3h2s-mz.120-5.WC3.bin
    Begin the Xmodem or Xmodem-1K transfer now...
    CCCCCCCCCCBB0BB0xmodem:c3500XL-c3h2s-mz.120-5.WC3: I/O error
    switch: copy xmodem:c3500XL-c3h2s-mz.120-5.WC3.bin flash:c3500XL-c3h2s-mz.120-5.
    WC3.bin
    Begin the Xmodem or Xmodem-1K transfer now...
    CCCCCCCCCC........................................rrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
    rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
    rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
    rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
    rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
    rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrru
    Switch#sh post
    C3500XL POST FAILURE: Ethernet Controller Test: Failed
    C3500XL POST FAILURE: MII Test: Failed
    Switch#
    this also came up at boot up
    FOUND an unknown transceiver on port 34
    FOUND an unknown transceiver on port 45
    FOUND an unknown transceiver on port 46
    FOUND an unknown transceiver on port 47
    FOUND an unknown transceiver on port 48
    FOUND an unknown transceiver on port 49
    FOUND an unknown transceiver on port 50
    FOUND an unknown transceiver on port 51
    FOUND an unknown transceiver on port 52
    thanks
    josh

  • Installing new application into WP8.1 device fails

    According to documentation 8.1 should support installing new LOB apps (not only updating existing ones). Unfortunately I get error 404 for executing DownloadInstall node. When I install app via Company Hub and then uninstall it (so that nodes remain in the
    device cache then the installation works OK.
    Has anyone managed to do clean install of company app?
    This is my code: 
    <Add>
    <CmdID>2</CmdID>
    <Item><Target>
    <LocURI>./Vendor/MSFT/EnterpriseAppManagement/7750091/EnterpriseApps/Download/%7B054FC735-BAB4-476D-95F0-44C48A948808%7D</LocURI>
    </Target>
    <Meta>
    <Format xmlns="syncml:metinf">node</Format></Meta></Item>
    </Add><Atomic><CmdID>6274</CmdID>
    <Replace>
    <CmdID>3</CmdID>
    <Item><Target>
    <LocURI>./Vendor/MSFT/EnterpriseAppManagement/7750091/EnterpriseApps/Download/%7B054FC735-BAB4-476D-95F0-44C48A948808%7D/Name</LocURI>
    </Target>
    <Meta>
    <Format xmlns="syncml:metinf">chr</Format></Meta><Data>SmartCare</Data>
    </Item>
    </Replace>
    <Replace>
    <CmdID>4</CmdID>
    <Item><Target>
    <LocURI>./Vendor/MSFT/EnterpriseAppManagement/7750091/EnterpriseApps/Download/%7B054FC735-BAB4-476D-95F0-44C48A948808%7D/URL</LocURI>
    </Target>
    <Meta>
    <Format xmlns="syncml:metinf">chr</Format></Meta><Data>https://xxx.xxx.xx/shared/applications/20141124170026-8752-4227.application</Data>
    </Item>
    </Replace>
    <Replace>
    <CmdID>5</CmdID>
    <Item><Target>
    <LocURI>./Vendor/MSFT/EnterpriseAppManagement/7750091/EnterpriseApps/Download/%7B054FC735-BAB4-476D-95F0-44C48A948808%7D/Version</LocURI>
    </Target>
    <Meta>
    <Format xmlns="syncml:metinf">chr</Format></Meta><Data>1.0.0.0</Data>
    </Item>
    </Replace>
    <Exec>
    <CmdID>6</CmdID>
    <Item><Target>
    <LocURI>./Vendor/MSFT/EnterpriseAppManagement/7750091/EnterpriseApps/Download/%7B054FC735-BAB4-476D-95F0-44C48A948808%7D/DownloadInstall</LocURI>
    </Target>
    <Data>1</Data>
    </Item>
    </Exec></Atomic><Final/>

    No, sorry, I can't remember having that problem when I installed languages.
    But I found the solution for the 10.1.4.1 problem, it is described in metalink:
    Note:413890.1
    Suggested solution is install patch 5880782.
    Espen

  • Install OCI8 drivers INTO Oracle DB

    Hello there.
    I have a Java class that uses the oci8 drivers to do some tasks (the tasks I make are oci8 specific, getIndexPLSQLTable).
    It works fin as a stand alone, the problem is that I need to LOAD that class into Java (using loadjava), it loads perfectly, but when its being used inside I get the error "no suitable driver". I tried also to get the Internal Connection in Oracle database using "getDefaultConnection" or the "jdbc:oracle:kprb", and it says "unsupported feature" thats because this connection uses the thin driver inside the database...but I need the oci8 inside the database!. Is ther a way to make oracle to be able to use internally the oci8 drivers?, if Yes, how do I install it? or is there another solution?. SQLJ would do the trick?.
    Thanks,
    Ernesto

    Hi!
    Thanks for the reply. I used the word 'stack-trace' which is not correct, sorry.. :)
    But what I see is that the current java-thread is always in the same method;
    Current Java thread:
    at oracle.jdbc.oci8.OCIDBAccess.get_column_count(Native Method)...
    ..which is the oci8 driver.
    This is an OAS installation, and I would guess that is isn't too easy just to upgrade to the last JDK, since this jdk used is a part of the total installation.
    Do you have any other suggestions of how to pinpoint in greater detail what actually goes wrong here ?
    Is it possible to upgrade only the oci8 driver (if this is the faulty one..) ?
    Thank you!

  • Installing New Hardrive into Macbook Pro 13" and can't boot

    I have installed a new 500Gb 5400rpm drive into my macbook pro 13. Before I swapped the drives I used time machine to back-up onto my Lacie drive. Now the new drive is in. I turned on the computer, pressed the option button and nothing came up. I have now put my old HD into an enclosure and booted up from that drive. I copied my whole hd over to the new drive once it was formatted and tried to boot but this didn't work. I thought once I had the time machine back-up on a drive I would be able to press option when I turn on the computer and then that would workj. I don't have my OSX 10.6.8disk so am now just booting up off my old hd which is pointless. Can anyone help as I am losing my mind.

    What happens when you install the original HDD in the MBP?  If it does not boot , the connecting cable may be faulty.
    Ciao.

  • Installing new languages into portal 10.1.4.1.0

    Hi
    I need to add additional languages to my portal installation.
    I remember I did this successfully with portal 10.1.4 using the ptllang.sh command
    that was on the 10.1.4 upgrade cd.
    However this does not seem to work after an upgrade to portal 10.1.4.1
    using patch set 2 for application server (patch 4960210).
    It gives me this error:
    NOTE : Portal Configuration Assistant (OPCA) has detected that the version of Portal repository to
    which the language install was targeted is lower than the
    version of the Portal midtier. Portal language install between different versions is not supported.
    OPCA has skipped this language install.
    The documentation says use the ptllang.sh on the upgrade cd, and since there is no ptllang.sh in the
    patchset, I tried with the ptllang.sh on the 10.1.4 upgrade cd. But I guess this does not work since
    the 10.1.4 cd probably sees that the portal repository version is not 10.1.4 but 10.1.4.1.
    I have checked the database with this sql:
    Select * from app_registry where comp_id like '%PORTAL%';
    and it returns:
    "COMP_ID" "COMP_NAME"     "SCHEMA"     "VERSION"     "STATUS"     
    "PORTAL"     "Oracle Application Server Portal"     "PORTAL"     "10.1.4.1.0"     "VALID"     
    "MODIFIED"
    "15-AUG-2007 12:50:49"
    Is there any way to get around this so that I can add support for more languages?

    No, sorry, I can't remember having that problem when I installed languages.
    But I found the solution for the 10.1.4.1 problem, it is described in metalink:
    Note:413890.1
    Suggested solution is install patch 5880782.
    Espen

  • How to Install & Migrate APEX 4.2x on 11gR2 database.

    Hi All,
    What is the best way to migrate APEX software and Applications FROM APEX 4.1.1.00.23 on 10g TO APEX 4.2.1.00.08 on 11gR2.
    I have enabled APEX 3x with Embedded PL/SQL Gateway on 11gR2 database. The older version APEX4.1 is uses HTTP server.
    Anyone’s help is much appreciated.
    Regards

    The best way (I had problems with this last week), is to go Oracle Support (do not use the upgrade patch from OTN), and download patch #14732511 from Oracle Support. This will automatically upgrade and migrate your Apex applications to the current 4.2.1.00.8. It should take around 15-30 minutes, depending on your hardware. The one I tried using from OTN wouldn't run, and the supposed upgrade would finish in about 15 seconds.

  • Problems after installing new HDD into Satellite M70-151

    I have a Satellite M70-151 the hard drive gave up and was unreadable, prior to this I was using with my Desktop via a router it worked great. I had no option but to install a new Hard Drive now in the System Manager I get Yellow question marks against:
    Other Devices:
    ? Mass Storage Controller
    ? Network Controller
    ? PCI Modem
    ? Video Controller (VGA compatable)
    I have searched and searched but cannot find any drivers for these 4 things
    I have sound but only faint, I no longer have a wireless capability Yes I have tried to install the correct (as advised from Toshiba) Lan Driver [LInk to driver|http://uk.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/download_driver_details.jsp?ID=58122&OSID=10&drive rLanguage=42&selectedLanguage=13&driverCountry=41& selectedCountry=8]
    When I try to install it says "The device may not be present or could have been ejected/unplugged from the system.
    Insert or Reinsert now"
    I know I am being thick but I was under the impression that the Lan was built into the Notebook? :_|
    I would be sincerely grateful for any advice from my Peers. :)
    Stuart

    Hello Stuart
    To be honest I really do not know what you do exactly. After HDD exchange, for me, the first step you should do is to make clean OS using delivered recovery media. It is fastest and best way to have fresh installed OS.
    So, if you do not have this recovery media you must use original Microsoft installations CD. all drivers, tools and utilities for this notebook model you can find and download from Toshiba support page under http://eu.computers.toshiba-europe.com > Support & Downloads.
    Before you start drivers installation, please download and check Installations Instructions document. Please follow the installations order. It is very important and following this installations order you will be able to install all Toshiba stuff properly.

  • Install new OS into desktop and laptop?

    I haven't opened the package yet, but I bought Tiger last night at an Apple store and am hoping to install it on my G5 iMac and my Powerbook laptop (I'm traveling soon).
    Do I have to go back to the store and get a Family Pack for an additional $70? I wasn't able to upload the new system and had to buy a new one, but his hurts.

    A single-user license only allows you to legally install on one CPU at a time. Installing on more than one CPU at a time is a violation of the license agreement.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • How to install new gradients into Illustrator on my mac?

    I have downloaded a set of gradients but cannot seem to fine the Adobe Illustrator swatches in the "library" so I can install them.
    Does anybody have the step by step to install this set of gradients into my Illustrator CS6 ??
    Any help would be appreciated.
    Thx. in advance.

    Simply double-click the file you downloaded.
    Or you can place hte file in Applications/Adobe Illustrator CS6/Presets/Swatches and relaunch Illustrator.

  • Installing new SSD into older MacBook Pro and Organization Questions!!?

    Hello,
    I am about to pull the trigger on a new Samsung 840 Pro 512gb ssd for my older Macbook Pro 5,3 with 2.66 Intel Core 2 Duo.
    I need some advice or at least point me in the direction of where I can read up to date info on properly executing the install of my new ssd.
    A little background:
    I have a Seagate 500gb external hdd that has many older pictures/videos on it as well as my "just about full" 320gb hdd on this computer that will be getting the 512ssd.
    Any comments/suggestions a to how I can organize all of this and have it in one accessable place? (I was planning on installing the 512ssd on this computer, putting everything on the 512ssd and then wiping the external drive and using it as a backup periodically in case something went wrong with the new ssd I would be installing on this computer.  Follow me? Any help/advice would be greatly appreciated.
    I've been telling my wife that we NEED to replace this drive before we lose many of our important pictures and other items on it.  We have used 319gb of which 45gb is still available.  I am nervous as this hdd is about 6-7 years old?
    The pictures/videos are the most important to us and do not want to lose them.  Thanks, in advance, for your help!

    How to use an SSD with your HDD
    If you are going to use an SSD as a boot drive together with your existing HDD as the "data" drive, here's what you can do.
    After installing the SSD you will need to partition and format the SSD using Disk Utility. Then, install OS X on the SSD. After OS X has been installed boot from the SSD. Use Startup Disk preferences to set the SSD as the startup volume.
    Open Users & Groups preferences. Click on the lock icon and authenticate. CTRL- or RIGHT-click on your user account listing in the sidebar and select Advanced Options from the context menu.
    You will see a field labeled "Home dir:" At the right end you will see a Change button. Click on it. In the file dialog locate the Home folder now located on the HDD (HDD/Users/account_name/.) Select the folder, click on Open button. Restart the computer as directed.
    When the computer boots up it will now be using the Home folder located on the HDD.
    Another more technical method involving the Terminal and aliases is discussed in depth here: Using OS X with an SSD plus HDD setup - Matt Gemmell. This is my preferred approach because I can select which of the Home's folders I want on the HDD and which I don't want. For example, I like to keep the Documents and Library folders on the SSD because I access their content frequently.
    Be sure you retain the fully bootable system on your HDD in case you ever need it.

  • Installing new styles into Elements 6 for Mac

    I have Photoshop elements 6 and run it on an imac.  I have several new styles that I downloaded that I wish to
    install and would like to know how to do that.  I can install brushes easily but not styles.  Thanks for any help you
    can offer.
    ann

    You might like and check this link out:
    http://www.scrappersguide.com/forums/showthread.php?p=32291
    Haven’t tried it myself yet...  please let us know, if it works...
    Regards
    Nolan

  • How do install new fonts into photoshop?

    Trying to add new fonts to my Photoshop. How do I do that?

    That will depend on whether you have windows or a mac. Each OS has its own font folder, that is the location you need to install the fonts. The next time photoshop starts, it should see the new fonts.

Maybe you are looking for

  • Cisco 3745, VPN and Split Tunneling

    I tried following the model here: http://www.cisco.com/en/US/netsol/ns340/ns394/ns171/ns27/networking_solutions_white_paper09186a008018914d.shtml but after doing so, the situation was actually reversed. While connected to the vpn client you were able

  • How can I Sync same contacts within Google account & iphone, ipad?

    My boss has iPhone 4, ipad & Blackberry, Iphone & ipad enable icloud. All devices sync with google account. After some days we found duplicates contacts & some same contacts 4/5 save in Google account. How can I Sync same contacts within Google accou

  • How do i copy my itunes from my PC to my mac

    i have a dell work laptop that has my all of my iTunes music and apps for my iPhone4 but i would like to start using my iMac itunes for my iPhone4, but i know that i sync my iphone4 to my itunes on my iMac i will lose everything.  How do i copy my iT

  • Linking FTP to Balance Score card

    Dear All, We have an application server ( FTP) that we are using for BW Flat File data upload. I want give the link of the file from this application server to Balanced score card measure in Report and link tab. How can I do it ? This is a urgent req

  • JSP compenent not working in mozilla and firefox

    Hi Experts, We have made a portal component with JSPs. And assigned it to anonymous page on our portal. Same is working fine with IE. However, with Mozilla and Firefox it gets distorted. Anyone knows whether mozilla supports JSP pages or not? Is ther