Data Model won't open

I have created a PowerPivot data model using Excel 2013.  It runs fine on my computer (the one where I built it), but will not open in other computers.  All computers have the same 64 bit version of PowerPivot 2013 and run on Windows 8.
The primary data model table contains about 170,000 rows, 20 raw data columns, 2 calculated columns, 30 calculated fields (measures), and there are also a couple of small linked-back data tables with relationships to the primary
table.  The data model takes approximately 5 minutes to refresh using my computer when I click 'Update All' (pertains to linked-back tables) on the PowerPivot ribbon in Excel.  99% of that 5 minutes is spent reading the data.  However the
refresh time is not really my concern, as the data model will not open at all on any other computer.
It might be worth mentioning that my data model utilizes the 'stdev.p' function (new to PowerPivot 2013).  However, I would not expect this to matter since all computers I am trying to run on have PowerPivot 2013.

User, are you still looking for the answer?
Thanks!
Ed Price, Azure & Power BI Customer Program Manager (Blog,
Small Basic,
Wiki Ninjas,
Wiki)
Answer an interesting question?
Create a wiki article about it!

Similar Messages

  • I've upgraded to Yosemite. Iphoto is out of date and won't open. I'm being directed to the app store for a free upgrade but there is nothing there. being told 'upgrade is not available in the US'

    I've upgraded to Yosemite. Iphoto is out of date and won't open. I'm being directed to the app store for a free upgrade but there is nothing there. being told 'upgrade is not available in the US'

    iPhoto is no longer available from the Mac App Store. Update to 10.10.3 and use Photos.
    (125792)

  • 4.0 EA1 - Data Modeler does not open saved models

    Hi,
    When trying to open a Data Modeler design created by Data Modeler 3.3.1.748, the Logical Model is empty (has no objects) and the Relational Model is not opened.  Right clicking on the Relational_1 node and attempting to open the Relational Model yields an empty Relational Model (again no objects).  Since the Relational Model is empty I can't even try to open the Physical Model.
    I am able to successfully import DDL and Data Dictionary objects into a new model, however, after saving the model, If I try opening it with SQL Dev 4.0 or SQL Dev 3.2.20 with the 3.3.1.748 version of Data Modeler, none of the models are properly opened as above.
    Finally when closing a Data Modeler Design, the entire Data Modeler Browser tree disapears (the browser pane remains but is empty).  The only apparent way to recover the browser tree is to restart SQL Developer.

    I've started from a fresh install of EA1 without importing settings from v3.2.  Changed my look and feel to match my OS (Windows) enabled logging and set the logging directory.
    Now when I start DataModeler I get the following:
    2013-07-22 15:46:52,597 [AWT-EventQueue-0] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\Program Files\SQLDeveloper\SQLDev-4.0.0.12.27\sqldeveloper\extensions\oracle.datamodeler.4\types\types.xml (The system cannot find the path specified)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:138)
            at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(FileManager.java:285)
            at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(FileManager.java:254)
            at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(XMLPersistenceManager.java:894)
            at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(AbstractXMLReader.java:216)
            at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateObject(AbstractXMLReader.java:143)
            at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.readSystemInit(XMLPersistenceManager.java:564)
            at oracle.dbtools.crest.model.design.DesignSet.createElement(DesignSet.java:53)
            at oracle.dbtools.crest.swingui.ApplicationView.addDesign(ApplicationView.java:2322)
            at oracle.dbtools.crest.swingui.ApplicationView.<init>(ApplicationView.java:403)
            at oracle.dbtools.crest.swingui.ApplicationView.getInstance(ApplicationView.java:2123)
            at oracle.dbtools.crest.fcp.DataModelerAddin.initialize(DataModelerAddin.java:520)
            at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:496)
            at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:483)
            at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManagerImpl.java:520)
            at oracle.ideimpl.extension.ExtensionManagerImpl._loadExtensionHooks(ExtensionManagerImpl.java:1948)
            at oracle.ideimpl.extension.ExtensionManagerImpl.__loadExtensionHooks(ExtensionManagerImpl.java:1902)
            at oracle.ideimpl.extension.SameThreadExtensionQueueLoadStrategy.load(SameThreadExtensionQueueLoadStrategy.java:28)
            at oracle.ideimpl.extension.SameThreadAndSwingWorkerMixedStrategy.load(SameThreadAndSwingWorkerMixedStrategy.java:22)
            at oracle.ideimpl.extension.ExtensionManagerImpl.fullyLoadExtension(ExtensionManagerImpl.java:1651)
            at oracle.ide.osgi.extension.internal.ClassLoaderProxy.fullyLoadExtensionIfNeeded(ClassLoaderProxy.java:162)
            at oracle.ide.osgi.extension.internal.ClassLoaderProxy.loadMetaClass(ClassLoaderProxy.java:130)
            at javax.ide.util.MetaClass.toClass(MetaClass.java:104)
            at javax.ide.util.MetaClass.toClass(MetaClass.java:95)
            at javax.ide.util.MetaClass.newInstance(MetaClass.java:138)
            at oracle.ide.javaxide.Util.createInstance(Util.java:62)
            at oracle.ide.javaxide.Util.createInstance(Util.java:42)
            at oracle.ideimpl.controller.MetaClassController.getDelegate(MetaClassController.java:139)
            at oracle.ideimpl.controller.MetaClassController.handleEventWhenExtensionNotInitialized(MetaClassController.java:58)
            at oracle.ideimpl.controller.ControllersHook$RuleBasedController.handleEventWhenExtensionNotInitialized(ControllersHook.java:741)
            at oracle.ideimpl.controller.MetaClassController.handleEvent(MetaClassController.java:50)
            at oracle.ide.controller.IdeAction$ControllerDelegatingController.handleEvent(IdeAction.java:1482)
            at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
            at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1153)
            at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
            at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
            at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
            at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:877)
            at java.awt.Component.processMouseEvent(Component.java:6505)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
            at java.awt.Component.processEvent(Component.java:6270)
            at java.awt.Container.processEvent(Container.java:2229)
            at java.awt.Component.dispatchEventImpl(Component.java:4861)
            at java.awt.Container.dispatchEventImpl(Container.java:2287)
            at java.awt.Component.dispatchEvent(Component.java:4687)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
            at java.awt.Container.dispatchEventImpl(Container.java:2273)
            at java.awt.Window.dispatchEventImpl(Window.java:2719)
            at java.awt.Component.dispatchEvent(Component.java:4687)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
            at java.awt.EventQueue.access$200(EventQueue.java:103)
            at java.awt.EventQueue$3.run(EventQueue.java:694)
            at java.awt.EventQueue$3.run(EventQueue.java:692)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
            at java.awt.EventQueue$4.run(EventQueue.java:708)
            at java.awt.EventQueue$4.run(EventQueue.java:706)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
            at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
            at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
    2013-07-22 15:46:52,613 [AWT-EventQueue-0] ERROR AbstractXMLReader - Data inputstream is null (path: types name: types)
    For some reason it's trying to read C:\Program Files\SQLDeveloper\SQLDev-4.0.0.12.27\sqldeveloper\extensions\oracle.datamodeler.4\types\types.xml, however prior to running SQL Dev the oracle.datamodeler.4 directory does not exist although an oracle.datamodeler directory (without the dot4) does exist with the types\types.xml file.
    If I rename the oracle.datamodeler directory to oracle.datamodeler.4 then the data model opens partially, though all my relationships are missing and probably other stuff as well.  Further I get the following in the log:
    2013-07-22 15:56:35,902 [AWT-EventQueue-0] INFO  DataModelerAddin - Oracle SQL Developer Data Modeler 4.0.0.812
    2013-07-22 15:56:59,215 [Thread-22] ERROR XMLTransformationManager - java.lang.NoClassDefFoundError: com/adbs/querybuilder/QueryBuilder
    If instead of renaming the oracle.datamodeler directory to oracle.datamodeler.4 I copy it, then everything loads correctly, though models created with SQL Dev 3.2 have errors when opening the Physical Model, but once saved with SQL Dev 4's DataModeler, those errors do not reoccur.
    Is the fact that it's trying to read files from a nonexistant oracle.datamodeler.4 directory a bug?
    If not what should be in the oracle.datamodeler.4 directory?  Obviously not everything in the oracle.datamodeler directory, but at least some of the files are needed.

  • Will SQL Developer always be free? Evidently Data Modeling extension won't.

    After learning the Data Modeling extension to SQL Developer was actually a for-pay product (only the Early Adopter release is free, evidently), I now wonder:
    Will SQL Developer always be free, or is there a chance it will be converted into a for-pay product? I don't want to invest any more time learning the tool if there will be future license fees to pay.
    I was sad to learn Data Modeling won't be free. Not knowing how much it might cost, I don't want to invest any time at all playing with it.
    Thanks.
    Dana

    Thanks K. Hope to learn more about the Data Modeling extension pricing--not that I'll be able to afford it. Too bad--I see Oracle going in a great direction with SQL Developer being free. It's a shame Data Modeling won't be. Right now, I am stuck using Enterprise Architect--and that's very limited for database design. Evidently it can be modified to do a lot more, but I don't have the skills or time to turn it into something it should do out of the box.
    What other free data modeling tools are out there? I liked Druid III, but that doesn't seem to be under active development. There's an Open Source tool called Power Architect, but it was rather buggy the last time I evaluted it:
    http://www.sqlpower.ca/page/architect
    Maybe it has improved since then (about a year ago).

  • SQL Data Modeler - Startup Problem

    Hi
    I've created a Relational Model with Oracle SQL Developer Data Modeler, with a few tables, and everything was working ok.
    Yesterday I made some changes to the model, added columns and another table, saved the model and closed the Data Modeler.
    Today - when I tried to open the Model, I only get an error "Some objects are not loaded correctly. See the log file for details"
    The log at the bottom of the Data Modeler only shows: "Open Design: "nameof model"" and no details of what went wrong. No other details is provided, and as far as i can see - and now I can't view the model at all.
    Any ideas how to find the problem/ fix it in order to get the created Model back?
    Thanks
    Coenraad

    Hi Philip
    Thanks, I found the log file there. I have cleared the log file, and when I tried to open the model again, it created the below information, any ideas what could be wrong?
    2009-09-10 21:05:33,531 [main] INFO  ApplicationView - Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 570
    2009-09-10 21:05:39,828 [main] WARN  AbstractXMLReader - There is no file with default domains (path: domains name: defaultdomains)
    2009-09-10 21:05:55,296 [Thread-3] ERROR AbstractXMLReader - problem parsing document for:a-erd2
    AbstractXMLReader.parse:
    oracle.xml.parser.v2.XMLParseException: Expected name instead of >.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.XMLReader.scanNameChars(XMLReader.java:1095)
         at oracle.xml.parser.v2.XMLReader.scanQName(XMLReader.java:1835)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1264)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:324)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:291)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:200)
         at oracle.xml.jaxp.JXDocumentBuilder.parse(JXDocumentBuilder.java:155)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.parse(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateObject(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.handleRecreateObject(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.read(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2009-09-10 21:05:55,296 [Thread-3] ERROR AbstractXMLReader - Error recreating object from XML: a-erd2
    2009-09-10 21:05:55,703 [Thread-3] ERROR FileManager - getDataInputStream: Can not read data
    java.io.FileNotFoundException: C:\My_Home\Datamodeler\a-erd2\pm\B90BA2ED-3D5F-6690-8413-DE9492D76B23.xml (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStream(Unknown Source)
         at oracle.dbtools.crest.model.persistence.FileManager.getDataInputStreamWithoutExtension(Unknown Source)
         at oracle.dbtools.crest.model.persistence.XMLPersistenceManager.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.getInputStreamFor(Unknown Source)
         at oracle.dbtools.crest.model.persistence.xml.AbstractXMLReader.recreateDesign(Unknown Source)
         at oracle.dbtools.crest.model.design.process.ProcessModel.load(Unknown Source)
         at oracle.dbtools.crest.model.design.Design.openDesign(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$Recent$1.run(Unknown Source)
    2009-09-10 21:05:55,703 [Thread-3] ERROR AbstractXMLReader - Data inputstream is null (path: a-erd2/pm name: B90BA2ED-3D5F-6690-8413-DE9492D76B23)

  • 3.0 beta - How to start Data Modeler?

    Probably a dumb question but Tools > Data Modeler > gives the list of options but none are to open a Data Modeler window.
    File > Data Modeler prompts to open an existing design but not to create a new one.
    What am I missing?

    It seems you are asking about Data Modeler as extension in SQL Developer 3.0 - no need to start it - it's already started and you have available empty design to work with.
    You need to make Data Modeler browser visible - "View>Data Modeler>Browser". You can use it to show/hide models or create new designs.
    Philip

  • How can I open BI Apps data model?

    I have installed Business Intelligence Applications 11g Release 1 (11.1.1.7).
    Where can I open BI Apps data model?
    In Oracle Business Intelligence Enterprise Edition Plus Client - Administration Tool?

    You can't. Those apps are for iOS devices such as iPhones and iPads, and won't run on a computer. For Mac apps, launch the App Store application.

  • Firefox won't open website(site requires flash player) - my other browsers open it successfully, flash player is installed correctly and up to to date version

    Firefox won't open website(site requires flash player) - my other browsers open it successfully, flash player is installed correctly and is the up to to date version, using Firefox 4

    Hi there
    Sorry, but you aren't in the right place for getting help with this. Try clicking the link below and choose a forum dedicated to Adobe Flash.
    Click here
    Best of luck to you in resolving your issue! Rick

  • How can I back up the iPhoto library when iPhoto won't open and I can't simply copy the iPhoto library packet because "some of the data in the packet cannot be read from or written to"?

    How can I back up the iPhoto library when iPhoto won't open and I can't simply copy the iPhoto library packet because "some of the data canny be read from or written to"?

    Regarding not being able to open iPhoto.  As a test  launch iPhoto with the Option key held down and create a new, test library. Were you able to create a new library?
    If so then your current library is damaged and needs to be repaired.
    Apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start
    with Option #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Safari won't open, just quits before loading. I'm on Yosimite and up to date.

    Safari won't open, just quits before loading. I'm on Yosimite and up to date.

    Do a backup.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder.  Select Library. Then go to Preferences/com.apple.Safari.plist. Move the .plist to your desktop.
    Restart, open the application and test. If it works okay, delete the plist from the desktop.
    If the application is the same, return the .plist to where you got it from, overwriting the newer one.
    Thanks to leonie for some information contained in this.

  • For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    For unknown reasons iTunes will no longer open.  I have an HP laptop running windows 7 with Kaspersky protection.  It worked fine before but now won't open.  I tried downloading the most recent up-date and it will still not open.  Any suggestions?

    thrillhousecody
    Thanks for the reply with additional information.
    Recent history for Premiere Elements points to the program having problems when more than 1 video card/graphics card is
    being used by the computer on which Premiere Elements is running. This observation may seem contra indicated by the fact
    that you say that the program did work well about 2 years ago in the same setup. But other factors may have set in with regard
    to drivers, drivers versions, and driver conflicts. But this factor, does need to be ruled in or out.
    Can you disable one or the other card to determine the impact of this on your problem?
    But, of prime concern with regard to video card/graphics card is the use of a NVIDIA GeForce card with Premiere Elements 10.
    Even if your NVIDIA GeForce were the only card, Premiere Elements 10 will not work properly unless the NVIDIA GeForce driver
    version is rolled back to about May 2013. This may be one of the major factors here.
    a. Device Manager/Display Adapters and find out Driver Version and Driver Date
    b. Read the background information for the Premiere Elements 10/NVIDIA GeForce issue
    ATR Premiere Elements Troubleshooting: PE10: NVIDIA Video Card Driver Roll Back
    Also see the Announcement at the top of this forum regarding the matter - also with full details of the situation and how to fix with the
    driver version roll back.
    Please review and consider and then we can decide what next.
    Thanks.
    ATR
    Add On...This NVIDIA GeForce situation is specific for Premiere Elements 10. You should not expect to see the problem for
    later versions of Premiere Elements.

  • TS1627 I cannot open iTunes. This is the message I get:  "The file iTunes library .itl cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?"  I did a download and it is up to date, but still won't open

    I cannot open iTunes. This is the message I get:  "The file iTunes library .itl cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?"  I did a download and it is up to date, but still won't open.  HELP

    See Empty/corrupt iTunes library after upgrade/crash.
    tt2

  • I updated to itunes 10.6 but now it won't open as it says it stops working because of the Data Execution Prevention

    I recently updated toitunes 10.6 but now it won't open as it says it stops working because of the Data Execution Prevention and i've followed the windows help and everything but still can't get it to work. i usually never have a problem when i update.

    I had the same issue after my recent update of iTunes.  I didn't update Quicktime 'cuz I don't use it much (or at all).  On another thread discussing the same issue, I saw that the Quicktime installation can affect iTunes.  So I downloaded the latest Quicktime, installed, redooted - issue fixed (for now). 

  • I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files the error message is  could not be opened. The movie's file format isn't recognized. "  Any help or are they corrupted

    I just used stellar phoenix mac data recovery and it seemed to work but now my files won't open.  Even though they are "jpeg, mov" files, the error message is  "could not be opened". The movie's file format isn't recognized. "  Any help or are they corrupted?

    Sounds to me like the file is probably corrupt. If you had hard drive corruption or damage, that could easily result in recovered files not being fully intact. If you were trying to recover accidentally deleted files, it's possible they might have been partially overwritten before recovering. There are never any guarantees with file recovery.
    Without more information on the circumstances that led you to try recovery, it's hard to give advice on what to try from here. You could always try another file recovery tool, like Data Rescue 3. Just be sure you're taking appropriate precautions when doing recovery. See Recovering deleted files.

  • Not able to open data model

    Hi
    In portal i want ot design news for that i want to use xml form builder so i clicked on content management xml form builder is opened i have created a new project when i saved  i recived an error but still i clicked yes and it is saved anyways now when i clicked on data schema to open data model iam unable to open it symbol is remaining as it is
    can any body please let me know why ia m not able to open data schema to create data model.
    thanks in advance.

    Hi Krishna,
    Please follow below link it has detail steps to create xml form builder project.
    Also, check your jre version as well.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a?QuickLink=index&overridelayout=true
    Thanks.
    Sushil

Maybe you are looking for

  • How to fetch Excel sheet through File adapter in SAP PI?

    Dear all Can u help me  with this? Regards karan kanotra

  • Can you mimic the mail-merge part of Recuitment to other areas of HRMS?

    We are migrating to Oracle HR from a legacy system that allows users to run custom mail-merge MS Word docs from almost any screen that they choose. Is it possible to do this in HRMS from areas other than OTA and Recruitment? For example, when someone

  • Photoshop with occasional GPU driver problem

    Dear all, Sometimes when I start photoshop, I get a message saying: "Photoshop has encountered a problem with the display driver and has temporarily disabled GPU enhancements. Check the video card manufacturer's website for the latest software. GPU e

  • Time zone location services

    On my iPhone 4 running iOS 6, the time does not adjust for the new time zone. I am in Italy but my clock still shows California time. I have location services "on" in settings. What's up?

  • Example of hedge accounting for interest rate risk

    Hello Can anyoe give an example of hedge accounting for interest rate risk with values using a variable interest rate bond and a interest rate swap where a prospective and retrospective effectiveness test would be positive? Thanks, Arjan