Troubles with save object in request

Hi All!
I have trouble with saving EditCurrentRecord in request. In JDeveloper everything works fine. But when I try to run on iAS with Apache/Jserv I get jsp compilation error:
java.lang.NoSuchMethodError: javax.servlet.ServletRequest: method setAttribute(Ljava/lang/String;Ljava/lang/Object;)V not found
I have this problem with a lot of my pages.
First time I thinks problem is in my code. By after removing every line of my custom code and leaving only JD code, I get the same error. Some pages works fine, another no! They are looks very simillary.
I also take a look at servlet code. It's look great.
Anybody have this problem?
null

Hi Dev,
Please check the FG 'STRD', it should have FM for your requirement.
Like FM 'TR_OBJECT_INSERT' or TR_OBJECTS_INSERT etc.
Best Regards,
Swanand

Similar Messages

  • Having trouble with creating objects from instances created with ClassLoade

    Hi.
    I'm having a bit of trouble with casting an instance of an object from a custom ClassLoader. Don't worry - the code isn't for anything sinister - it's for one of those life simulation thingies, but I want to make it modular so people can write their own 'viruses' which compete for survival. You know the score.
    Anyway. I've got the beginnings of my main class, which seems to load the class data for all 'virus' classes in a folder called 'strains'. There is a abstract class called AbstractVirus which declares the method calls for how the viruses should behave and to get textual descriptions, etc. AbstractVirus is to be subclassed to create working virus classes and these are what my main class is trying to load instances of.
    Unfortuantely, I can't cast the instances into AbstractVirus objects. The error I've been getting is 'ClassCastException' which I presume is something to do with the fact that my ClassLoader and the Bootstrap ClassLoader aren't seeing eye-to-eye with the class types. Can anyone help? This line of programming is really new to me.
    My code for the main class is below:
    /* LifeSim.java */
    public class LifeSim {
      public LifeSim() {
        /* Get a list of all classes in the 'strains' directory and store non-
         * abstract classes in an array. */
        Class virusClasses[] = null;
        try {
          /* Get a reference to the file folder 'strains' and make sure I can read
           * from it. */
          java.io.File modulesFolder = new java.io.File("strains");
          if (!modulesFolder.isDirectory() || !modulesFolder.canRead()) {
         System.out.println("Failed to find accessible 'strains' folder");
         System.exit(-1);
          /* Get a list of all the class files in the folder. */
          String virusFiles[] = modulesFolder.list(new ClassFileFilter());
          if (virusFiles.length == 0) {
         System.out.println("No virus strains in 'strains' folder");
         System.exit(-1);
          /* Create an array of class objects to store my Virus classes. Ignore the
           * abstract class as I cannot instantiate objects directly from it.*/
          virusClasses = new Class[virusFiles.length];
          VirusClassLoader classLoader = new VirusClassLoader();
          int j = 0;
          for (int i = 0; i < virusFiles.length; i++) {
         String virusName = "strains/" + virusFiles;
         Class tempClass = classLoader.loadClass(virusName);
         if (tempClass.getName().compareToIgnoreCase("strains.AbstractVirus") != 0) {
         virusClasses[j++] = tempClass;
    } catch (ClassNotFoundException ncfe) {
    System.out.println("Failed to access virus class files.");
    ncfe.printStackTrace();
    System.exit(-1);
    /* TEST CODE: Create an instance of the first virus and print its class
    * name and print details taken from methods defined in the AbstractVirus
    * class. */
    if (virusClasses.length > 0) {
    try {
         // Print the class name
         System.out.println(virusClasses[0].getName());
         Object o = virusClasses[0].newInstance();
         strains.AbstractVirus av = (strains.AbstractVirus) o;
         // Print the virus name and it's description
         System.out.println(av.getQualifiedName());
         System.out.println(av.getDescription());
    } catch (InstantiationException ie) { ie.printStackTrace(); }
         catch (IllegalAccessException iae) { iae.printStackTrace(); }
    public static void main(String args[]) {
    new LifeSim();
    class ClassFileFilter implements java.io.FilenameFilter {
    public boolean accept(java.io.File fileFolder, String fileName) {
    if (_fileName.indexOf(".class") > 0) return true;
    return false;
    class VirusClassLoader extends ClassLoader {
    private String legalClassName = null;
    public VirusClassLoader() {
    super(VirusClassLoader.class.getClassLoader());
    public byte[] findClassData(String filename) {
    try {
    java.io.File sourcefile = new java.io.File(filename);
    legalClassName = "strains." + sourcefile.getName().substring(0,sourcefile.getName().indexOf("."));
    java.io.FileInputStream fis = new java.io.FileInputStream(sourcefile);
    byte classbytes[] = new byte[fis.available()];
    fis.read(classbytes);
    fis.close();
    return classbytes;
    } catch (java.io.IOException ioex) {
    return null;
    public Class findClass(String classname) throws ClassNotFoundException {
    byte classbytes[] = findClassData(classname);
    if (classbytes == null) throw new ClassNotFoundException();
    else {
    return defineClass(legalClassName, classbytes, 0, classbytes.length);
    Thank you in advance
    Morgan

    Two things:
    I think your custom ClassLoader isn't delegating. In general a ClassLoader should begin by asking it's parent ClassLoader to get a class, and only if the parent loader fails get it itself. AFAIKS you could do what you're trying to do more easilly with URLClassLoader.
    Second, beware that a java source file can, and often does, generate more than one class file. Ignore any class files whose names contain a $ character. It's possible you are loading an internal class which doesn't extend your abstract class.

  • Having Trouble With Master Objects

    I'm pretty new to iWork, so I apologize for any noobie foolishness.
    I am trying to adapt the Business Report template in Pages '09. It uses a default logo graphic, and this graphic is selectable and replaceable.
    In the first instance, I selected it and replaced it with my own graphic. However, when creating a new page, Pages continued to reproduce the original placeholder graphic.
    So I got smarter, read the User Guide, and inserted a completely new version of my graphic in a different place (i.e., not in the placeholder), and followed the steps to make it a Master Object. BUT, when I created a new page, Pages did not automatically duplicate my new "Master Object", and continued to duplicate the old placeholder graphic in the same spot Apple designated.
    So my (at this point) obvious question is: are we actually stuck with only those Master Objects Apple gave us, or is there something I'm not doing that can make a template automatically produce user-defined Master Objects on new pages?
    To be fair, I have not tried to create a user-defined template yet, so perhaps my problem is just with the pre-installed ones, but still: I would hope these are easily modifiable.
    I'm on a deadline, so any help would be greatly appreciated. Thank you.

    I will walk you through making your own version of the template.
    1 Open a new document using the *Business Report template*.
    2 Don't change anything yet but open every section from the Sections pull down menu so you have a sequence of pages each with a page of a different section design.
    3 Make Master Objects selectable if they are not. Drag your logo to replace every instance of the template's logo and adjust to your liking.
    4. +Menu > View > Page Thumbnails+
    5. Select first Thumbnail in sidebar +Menu > Format > Advanced > Capture Pages… > Name : Type exactly the same name as the section "Letter" > It will ask you if you want to replace the existing section > Replace+ .
    6. Repeat this for each section until you have replaced them all.
    7. +Menu > File > Save as Template… > Save with a new name+
    8. +Menu > New from Templates > My Templates > Choose your new name template+
    You will now have a document that behaves the way you expected it to.
    Now:
    +Is this obvious?+ No.
    +Is this easy?+ No
    +Is it quick?+ No
    +Is it prone to errors?+ Yes
    +Why did Apple do it this way?+ Ask Apple.
    Anyway hope this helps.
    Peter

  • Trouble with saveAS

    I am having a problem with a javascript function. <br /><br />I can save as a Tiff with no problem - <br />but now I would like to have another option that allows my users to save data as a PDF file. <br /><br />I can't seem to get it to work for a PDF file. <br /><br />The save as TIFF syntax - works fine ..  <br />CODE SNIPPET HERE !<br /><this.saveAsFile,"com.adobe.acrobat.tiff"); ><br /><br />I have tried leaving out a conversion that doesn't work . <br />I have tried preflight conversions - they don't work - bcause the preflight dll is non-existent . <br /><br />is there an easy solution that I am overlooking ?

    Well, the syntax for saveAs in Acrobat JavaScript is actually
    this.saveAs(path, conversionID)
    So try that syntax, unless you have a folder-level function defining "saveAsFile", in which case we'd need to see that function to know what's going on.

  • Trouble with Complex Object example

    From the 3.5 Tutorial.
    I have all of the .xml files in d:\oracle\home\labs, the .cmd file to start the cache using the POF is in the same directory.
    When I run the .cmd file, I get an
    Illegal State Exception: Missing POF configuration
    The POF configuration file is right there in the same directory with everything else.
    Where is it looking for this?
    Heres the .cmd file:
    @echo off
    setlocal
    if (%COHERENCE_HOME%)==() (
    set COHERENCE_HOME=d:\coherence
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_home%\bin\java)
    set COH_OPTS=%COH_OPTS% -server -cp %COHERENCE_HOME%\lib\coherence.jar;D:\home\oracle\labs\Golddigger\CacheTest\classes
    set COH_OPTS=%COH_OPTS% -Dtangosol.coherence.cacheconfig=d:\home\oracle\labs\golddigger-cache-config.xml
    "%java_exec%" %COH_OPTS% -Xms1g -Xmx1g com.tangosol.net.DefaultCacheServer %2 %3
    %4 %5 %6 %7
    :exit
    Here's the cache configuration file:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>ExamplesPartitionedPofScheme</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>ExamplesPartitionedPofScheme</scheme-name>
    <service-name>PartitionedPofCache</service-name>
    <serializer>
    <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
    <init-params>
    <init-param>
    <param-type>String</param-type>
    *<param-value>payloadPOFConfig.xml</param-value>*
    </init-param>
    </init-params>
    </serializer>
    <backing-map-scheme>
    <local-scheme>
    <!-- each node will be limited to 250MB -->
    <high-units>250M</high-units>
    <unit-calculator>binary</unit-calculator>
    </local-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    And here is payloadPOFConfig.xml:
    <?xml version="1.0"?>
    <!DOCTYPE pof-config SYSTEM "pof-config.dtd">
    <pof-config>
    <user-type-list>
    <!-- coherence POF user types -->
    <include>coherence-pof-config.xml</include>
    <!-- com.tangosol.examples package -->
    <user-type>
    <type-id>1002</type-id>
    <class-name>com.oracle.coherence.handson.Payload</class-name>
    </user-type>
    </user-type-list>
    <allow-interfaces>true</allow-interfaces>
    <allow-subclasses>true</allow-subclasses>
    </pof-config>

    Yeah, I fixed that. The class was compiled with the JDeveloper internal JRE, the cache was started with an older version of Java that was lingering under java_home.
    Now, I get a new error trying to write my Payload class to the cache...
    (Wrapped) java.io.NotSerializableException: com.oracle.coherence.handson.Payload
         at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java:210)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ConverterValueToBinary.convert(DistributedCache.CDB:3)
         at com.tangosol.util.ConverterCollections$ConverterMap.put(ConverterCollections.java:1541)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$ViewMap.put(DistributedCache.CDB:1)
         at com.tangosol.coherence.component.util.SafeNamedCache.put(SafeNamedCache.CDB:1)
         at com.oracle.coherence.handson.WriteTest.main(WriteTest.java:31)
    Caused by: java.io.NotSerializableException: com.oracle.coherence.handson.Payload
         at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156)
         at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
         at com.tangosol.util.ExternalizableHelper.writeSerializable(ExternalizableHelper.java:2181)
         at com.tangosol.util.ExternalizableHelper.writeObjectInternal(ExternalizableHelper.java:2629)
         at com.tangosol.util.ExternalizableHelper.serializeInternal(ExternalizableHelper.java:2529)
         at com.tangosol.util.ExternalizableHelper.toBinary(ExternalizableHelper.java:206)
         ... 5 more
    The Payload class is as follows:
    package com.oracle.coherence.handson;
    import com.tangosol.io.pof.PofReader;
    import com.tangosol.io.pof.PortableObject;
    import com.tangosol.io.pof.PofWriter;
    import java.io.*;
    public class Payload
    implements PortableObject
    private File fileInfo;
    private byte[] contents;
    private long size;
    private String status = "Pending";
    public Payload()
    // Empty default constructor
    public Payload(File fileInfo, byte[] contents, int size)
    super();
    this.fileInfo = fileInfo;
    this.contents = contents;
    this.size = size;
    public void readExternal(PofReader pofReader)
    throws IOException
    this.setFileInfo((File) pofReader.readObject(0));
    this.setContents((byte[]) pofReader.readByteArray(1));
    this.setSize(pofReader.readInt(2));
    this.setStatus(pofReader.readString(3));
    public void writeExternal(PofWriter pofWriter) throws IOException
    pofWriter.writeObject(0, this.getFileInfo());
    pofWriter.writeByteArray(1, this.getContents());
    pofWriter.writeLong(2, this.getSize());
    pofWriter.writeString(3, this.getStatus());
    Then a bunch of accessors and mutators for the variables.
    I've been able to write both a File object and a byte[] to the cache as values, but it won't take this class.
    What is not serializable in here?

  • Trouble with multiple object animation

    I'm new to Flash Basic 8, and am getting very frustrated
    trying to make an animated gif to use as a background on my
    website.
    1. Do you really need to create a separate layer and motion
    guide for each object? I wanted to have some 20 or so stars falling
    along separate paths, maybe 2 or 3 per path, but it seems you can't
    have more than one object per path, and only one path per layer.
    2. It's okay if I have to create 20 regular layers and 20
    motion guide layers, however, after 3 layers I noticed the gif
    slows down on the website. I published the fla to an animated, loop
    continuously gif. I then set the background of my asp.net website
    to the gif. It starts out with the stars falling normally, but they
    start slowing down half way down. By the time the last ones reach
    the bottom they're barely moving at all. When the first ones begin
    again at the top, they speed back up to normal and begin slowing
    down again.
    Any help greatly appreciated - or I'm not buying this
    thing!

    LianaEnt;
    There are a number of ways an animation such as you describe
    could be
    approached--some primarily scripted, some using tweening or
    frame by frame
    animation. It's difficult to be more specific without more
    information. You
    might take a look at some of the flash help sites such as
    flashkit.com to
    see if you can find something similar you can study. The more
    things that
    are moving onscreen simultaneously and the larger the pixel
    size of the
    animation --the more likely it is that the animation can slow
    down both in
    gif and swf format. Adding a small silent streaming sound to
    your animation
    can cause the flash player to drop animation frames to allow
    the movie to
    appear to run faster, but this will only help if the final
    output is swf
    (not gif) of course... -Tom Unger

  • Troubles to save EditCurrentRecord bean in request

    Hi All!
    I have trouble with saving EditCurrentRecord in request. In JDeveloper everything works fine. But when I try to run on iAS with Apache/Jserv I get jsp compilation error:
    java.lang.NoSuchMethodError: javax.servlet.ServletRequest: method setAttribute(Ljava/lang/String;Ljava/lang/Object;)V not found
    I have this problem with a lot of my pages.
    First time I thinks problem is in my code. By after removing every line of my custom code and leaving only JD code, I get the same error. Some pages works fine, another no! They are looks very simillary.
    I also take a look at servlet code. It's look great.
    Anybody have this problem?

    I think that the problem is caused by the iAS, which uses the old version (2.0) of servlet specification, which does not support setAttribute method.
    Even though I found the servlet22.jar file in jsp\lib folder I am not sure how to make it the default servlet API in iAS.
    Is there a way to solve this problem, since none of the jsp pages which use jbo classes can not be deployed to iAS ?
    null

  • Is possible to save a vector.pdf with smart object?

    Hi PS masters
    I am finishing a poster, fully created in shapes in illustrator. Due to customers request I was forced to do some color corrections so I decided to use my PhotoShop CS6.
    I imported vector files into my photoshop as smart objects, added some adjustments layer, few vector masks and I changed their layer style to get the finest result.
    When I finished my work in PS I tryed to save this as .pdf
    In my .psd there are shape layers, some groups and some adjustments layers with layer masks and changed Layer style to "color", one text layer and 3 smart objects imported from illustrator.
    I want to keep my image scaleable for bigger resolutions.
    ... So I was trying to save this file as Adobe PDF but I found that whole graphic in exported .pdf was converted to raster, besides the border, cut marks and that one text layer.
    I think that this is becuase of smart objects. (saving as .pdf without them works pretty good)
    Now finaly my question.  Is somehow possible to save this document from photoshop as vector.pdf? or is possible to import group of shapes from illustrator to photoshop as shapes in photoshop? no as smart objects.
    I am running out of time so I saved it as high res .Jpeg, but I want to know if this is somehow possible for future use or If I have to rather avoid that solution.
    Thank you very much for your reactions
    // I just thought if I can use InDesign for that. Will be included .pdf file as raster? or it will stay scaleable even with smart objects in it?

    I am sorry but I don't have vector files right now (I'm on another PC), but I can show you "old" version of a poster, where you can see parts of their structure

  • Documents with Smart Objects - Very slow to open and Save - CS6 Photoshop

    When opening and saving documents with smart objects photoshop freezes the adobe PS loader (circle dots) is replaced and the system loader (multi colored wheel of death) spins for 30 seconds or more.
    What I've tried so far based off looking at various posts.
    Photoshop Preferenes
    Save in Background off
    Maximise PSD and PSB file compatability never
    Cache Tile Size: 128k
    Advanced Graphic Processor Settings: Basic & Normal
    Layer Panel options: No Thumbnail
    Observations and workthroughs to date
    The file size and amount of smart objects effects the file expotentially i.e. The more smart objects you have the worse it gets
    These files worked perfectly in PS CS5
    It also happens on files natively created in PS CS6
    The CPU is maxing out at 100% while PS loads
    Closing or opening suitcase has no effect.
    System:
    iMac 27-inch, Mid 2011
    Processor  3.4 GHz Intel Core i7
    Memory  16 GB 1333 MHz DDR3
    Graphics  AMD Radeon HD 6970M 1024 MB
    Mac OS X Lion 10.7.5 (11G63)
    Suitcase 4
    Anyone got any ideas? This is making me go nuts!

    A solution!
    It turns out the problem in my case was in fact Suitcase. Previously, I'd tried turning it off, but that didn't fix the problem, so this time, I uninstalled it completely and the problem disappeared. I then began re-adding it (installed 15.0.1, upgraded it, etc.) and the problem resurfaced with the addition of the Photoshop-specific plugin. Deleting that plugin solved the problem. So it seems that "disabling" Suitcase by stopping the TypeCore doesn't seem to actually disable all of the tentacles it sticks into your system.
    You can find the plugin here: Applications / Adobe Photoshop CS6 / Plug-ins / Automate / ExtensisFontManagementPSCS6.plugin
    (After a restart, I also had to delete the font cache, as described here http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html but your mileage may vary.)
    Alternately, if you don't want to delete the plugin, disabling it from within Photoshop seems to work as well. To do that, go to File > Automate > Extensis, click Preferences..., then deselect Enable Suitcase Fusion 4 Auto-Activation.
    Fortunately, the plugin doesn't seem necessary at all to use the the core functionality of Suitcase (enabling and disabling fonts) in Photoshop. I didn't even know what these app-specific plugins did until researching this problem, and I still don't quite understand the point of them. I guess they allow you to let the apps for which they're installed do a little bit more of their own management (enable a font via Suitcase that isn't enabled system-wide), but that seems like more control than I need--if I'm enabling a font, I want all my software to be able to use it.
    Anyway, the problem seems to be completely solved on my system now, though I just did all this, so more testing over the next few days is required. I'll post here if any issues crop up. I'm interested in hearing if this solves it for anyone else as well.

  • I'm having trouble with my Apple ID. I changed my email account, and recently (a month ago) and since I switched is requested every time I open any app to Apple ID password to the old email. How can I solve this? Could it be that my iPhone 4S is in sync w

    I'm having trouble with my Apple ID. I changed my email account, and recently (a month ago) and since I switched is requested every time I open any app to Apple ID password to the old email. How can I solve this? Could it be that my iPhone 4S is in sync with my Ipod???

    If you updated your existing account then try logging out of it on the iPhone by tapping on the id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on the iPhone. If you created a new account then any content that you purchased/downloaded via the old account will remain tied to that old account, and only that old account can download updates to its apps.

  • MIME object download by BSP  with 'Save as' box

    hello ,
      i am trying to download a Excel file which is in MIME objects in my BSP application. From portal i want to download this with 'Save as' box . Currently excel file is opening and i have to save it manually on local drive.
       can u suggest me any solution to open 'Save as ' dialogue box to download the MIME object on my local hard-disk drive by using BSP application.
    Regards

    Hi there,
    I'm getting the same issue with the following code:
    header("Pragma: public");
    header("Expires: 0");
    header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
    header("Cache-Control: private",false);
    header("Content-Type: application/force-download");
    header("Content-Disposition: attachment; filename=\"$newFileName\";");
    header("Content-Transfer-Encoding: binary");
    header("Content-Length: ". filesize($fileName) );
    echo $fileData;
    The only issue seems to be with the filename being set to that of the php script. The contents of the file are correct. Have you had any luck with this issue?
    Cheers,
    Jeremy

  • How to save a file with smart object?

    I have just created a file from LR2, by choosing 'open as smart object' in PS.
    I then added a cloning layer and did my cloning.
    When I wanted to save the file, instead of PS turning it in into a PSD with the same name, I now suddenly got the 'save as' pop up screen and '-2' as the recommended name. The original folder where the file came from was not shown.
    I don't know what that's all about, but I'd prefer it would just save the file as a PSD and automatically show the file alongside the NEF in LR2, like it does when I don't use the 'open as smart object' feature. Is this typical for working with smart objects opened straight from LR2?
    Any help will be greatly appreciated.
    Marsel

    Well, like this you open the file s a smart object, so if you want to now clone on a layer but want it to be a part of the smart object then you go to the layer panel and click on the smart object's icon there to edit the smart object and you hit save (command S) and it will save with that layer to your original.
    then when you click the tab or the window that has the original opened as smart object those changes will be reflected, but you will not see your cloned layer active as that is a part of the smart object and you have to open the smart object to get to it.
    What you say! Yes that is what I say that is what a smart object is, you are using the smart object as a part of another document( that is why you are being asked to save as, as this new documents you can now make changes which will not effect the original which is the smart object unless you rasterize it which will make it no longer a smart object.
    What good is a smart object, well there are many say you are using this document or image if you wish in say five projects and the image has been retouched and it is determined it should have some more work done to it all you have to do is retouch the smart object and all five projects are updated.
    You see smart.
    And of course you can d things to all five projects that can be different from one another on other layers without ever destroying the work you have done to the smart object.

  • Trouble with get requests

    I'm having trouble with get requests from
    domain.com
    to
    sub.domain.com
    a normal html page on domain.com works fine with loading images from sub.domain.com
    its not a crossdomain.xml issue
    really strange

    Do y know what the passwords are for?

  • I am having trouble with an excel file wanting to save when no changes were made & opening as read only for the 2nd person - but allowing them to save the file.

    1) I am having trouble with an excel file wanting to save when no changes were made.  As soon as you open the file and exit.  It prompts for a save.
    All excel versions are 15.0.4701.1002.
    Using a table.
    the functions CELL, OFFSET, TODAY, INDIRECT, NOW, INFO and RAND are not being used.
    2) Same file.   2nd person is being told they are opening the file as read only - but when they are quitting excel prompts them to save the file. 
    Everything was working fine.  I started having problems with Excel, IT wiped my version out and re-installed office. 
    File is on networked server HP - Windows Server 2012 Essentials.  
    We are all on Windows 8.1 Pro.
    I really hope someone can help - the excel expert had no answer - and passed me along to here.

    I copied the whole file and started deleting worksheets one at a time and testing it by closing it and re-opening it then closing it again – to see if it wanted to save. 
    Once all the pivot tables were deleted – the problem went away. 
    I found that some of the pivot tables had automatic refresh upon open, so this caused the excel to think data had changed. 
    It is fixed now.  By clicking on one cell of the pivot table, analyze, options, data and uncheck the 3<sup>rd</sup> square down to not automatically refresh.  NOT A NETWORK ISSUE.

  • Having trouble with screen saver connecting to my photos?

    Having trouble with screen saver connecting to my photos?

    I will try that, but isn't Skype supposed to work without headphones? Why does it work with ichat when I talk to my friends with macs?
    S

Maybe you are looking for

  • Support unable to find IOS Developer Order!

    Does anyone have any suggestions here? Placed an order a week ago for IOS Developer. No activation code received so on Monday called support - they could'nt find my order so escalated to billing and told me to call back after 24 hours. Next deay the

  • Linking a scanner to Adobe Acrobat 10

    I cannot access my scanner through Acrobat 10. How do i link them? Cannot find any information on the web about it at all. So you understand, I am trying to create a PDF by scanning. When given the option of choosing a scanner there is nothing there.

  • Zen touch is saying hardware probl

    what can i do to fix this problem? it only opens to the recovery mode but whenever i click on one of the icons (clean up, reboot, etc) it flashes up on the screen hardware problem. the unit is less than a year old and as far as im aware has not got w

  • 0  SUBMITTED, 0  SUCCESS, 0  FAIL.

    Hi All, Version: BPC 7.0 I am facing the issue in balance carry forward. I am running the data package for Carry forward but everytime I am getting "0  SUBMITTED, 0  SUCCESS, 0"  FAIL and no records gets selected. I have setup every property mentione

  • How to reference Macintosh HD in file path

    How do I reference the Macintosh HD in a file path, in case it is renamed? I tried: myFile = File ('Macintosh HD/myTxt.txt'); But nothing happens, when I write to the file.