Integrating with Microsoft Office was a BAD IDEA.

Oracle made the decision to violate one of the cardinal rules of software development:
Do not integrate with a product if you are using in a way other than it was intended.
Of course, one can use software beyond it's purpose (unless of course it's a Microsoft product) but fully reliant integration?!!!
First of all, there is no well-defined boundary between MS Word functionality that translates to meaningful template-building functionality and that which does not. Therefore it is not helpful to use this 'familiar product' to build templates, because you run into roadblocks at every turn. There is no way to know a priori which functions will help build your template and which are just for word processing. It's more confusing than the familiarity is worth. Frankly, it's just lazyness on Oracle's part, to avoid making a real template builder. (The new online template builder kinda sucks, especially when you have more than a handful of columns.)
This selective, unpredictable support of Microsoft functionality is reflected in the fact that OBIEE 11g DOES NOT SUPPORT INTERNET EXPLORER 8 on Windows XP!
Like Microsoft, Oracle has adopted the philosophy that its users shall not be able to do anything innovative, creative, or interesting that was not expressly intended during their requirements-gathering phase. Furthermore, much of the interesting functionality barely works as it is. The Oracle-Microsoft alliance is an untrustworthy one, and is bad for Oracle.

Oracle made the decision to violate one of the cardinal rules of software development:
Do not integrate with a product if you are using in a way other than it was intended.
Of course, one can use software beyond it's purpose (unless of course it's a Microsoft product) but fully reliant integration?!!!
First of all, there is no well-defined boundary between MS Word functionality that translates to meaningful template-building functionality and that which does not. Therefore it is not helpful to use this 'familiar product' to build templates, because you run into roadblocks at every turn. There is no way to know a priori which functions will help build your template and which are just for word processing. It's more confusing than the familiarity is worth. Frankly, it's just lazyness on Oracle's part, to avoid making a real template builder. (The new online template builder kinda sucks, especially when you have more than a handful of columns.)
This selective, unpredictable support of Microsoft functionality is reflected in the fact that OBIEE 11g DOES NOT SUPPORT INTERNET EXPLORER 8 on Windows XP!
Like Microsoft, Oracle has adopted the philosophy that its users shall not be able to do anything innovative, creative, or interesting that was not expressly intended during their requirements-gathering phase. Furthermore, much of the interesting functionality barely works as it is. The Oracle-Microsoft alliance is an untrustworthy one, and is bad for Oracle.

Similar Messages

  • I have a brand new macbook with microsoft office loaded. I set outlook as the default mail. i would rather go back to mac mail but can't figure out how to do it. any ideas?

    I have a brand new macbook with microsoft office loaded. I set outlook as the default mail. i would rather go back to mac mail but can't figure out how to do it. any ideas?
    Thanks for any help
    Lou

    I have a similar problem: I switched from mac mail to Outlook 2011 as the default client, and want to switch back. Mailto links (eg from browser etc) default to Mail.  However, when I try to email a Word document as an attachment, it continues to open Outlook.  Outlook has a button in its prefs for making it the default client, but I don't see a way to turn this pref off in either Outlook or in Word.  

  • I've been using IMac for 3 years with Microsoft office. Today, I could not open any excel files? Any Ideas?

    I've been using IMac for 3 years with Microsoft office. Today, I could not open any excel files? Any Ideas?

    If you upgraded to Lion or Mountain Lion, and did not upgrade to Office 2008 or later, that may be part of the problem.  Try LibreOffice, OpenOffice, NeoOffice, Google Docs, or Zoho Docs.  See my FAQ* for link:  http://www.macmaps.com/crossplatform.html

  • Integrating IBM Personal Communications for Windows with Microsoft Office

    Hello,
    I am a self taught programmer and I use COM objects to integrate IBM Personal Communications with Microsoft Office.   VBScript is used to perform internal automations of the IBM product as well as integrate it with Outlook and Excel. 
    Instead of buying an e-mail product for the AS/400, I just have Personal Communications send e-mail from Outlook.  Instead of creating a spreadsheet application in Java, I integrate Excel with Personal Communications. 
    Having a Technet section that showcases integrating Microsoft products with Personal Communications to enhance it would be desirable. Any ActiveX examples in Personal Communications have to be re-engineered to work with VBScript because they are coded in Visual Basic.
    For example, VBScript can be used with Personal Communications; but, Visual Basic is used with Microsoft Office applications. 
    Because Personal Communications has limited windows interfaces, I use HTML applications to create more feature rich windows interfaces with Personal Communications when I want more complexity than either an input or a message box from VBScript.
    Although HTML applications are old technology, they are easy to create and can utilize all the functionality of MSIE to use VBScript, Javascript, C#, Java, HTML, DHTML, and CSS.  However, I generally only need VBScript, HTML and CSS.
    MSDN2 has HTML applications, CSS, and VBScript in separate sections; but, it does not have a section that shows how everything can be used together. 
    Have a great Day!
    Jesse Grune. 
     Jesse Grune

      Anything can be hacked; however, when I want to get a job done fast I write my own automation and execute it instead of filing a request for IT to write an interal system upgrade.
    For example, say I want to have my computer talk for me because I cannot talk at the moment. What I can do is use the speech capabilty of Microsoft Excel and add it as a feature of an automation. 
    [PCOMM SCRIPT HEADER]
    LANGUAGE=VBSCRIPT
    DESCRIPTION=Have the computer talk
    [PCOMM SCRIPT SOURCE]
    OPTION EXPLICIT
    autECLSession.SetConnectionByName(ThisSessionName)
    REM This line calls the macro subroutine
    subSub1_
    Sub subSub1_()
    dim myexcel
    Set myexcel=CreateObject("Excel.Application")
    dim string
    string = Inputbox("What do you want to say?")
                        myexcel.Application.Visible = False
                        myexcel.Speech.Speak string
                        autECLSession.autECLPS.SendKeys "[reset]"
                        set myexcel = Nothing
              End Sub
    If I want it to read the page to me, I can have it copy a section of a screen or set of screens and then read the data to me.  Also, I use a slight modification of the above code to allow me to write to an Excel file for hidden or visible tracking of what an associate is doing. The hidden tracking is for supervisor or managerial back end review.
    If I want to send e-mail, I Include the following code in a VBScript automation file:
             dim myOLItem, Mail
             set Mail = CreateObject ("Outlook.Application")        
             Set myOLItem = Mail.CreateItem(0)
             myOLItem.To = "Some e-mail in quotes"
            myOLItem.CC = "Some other e-mail in quotes"
            myOLItem.Subject = "A subject in quotes"     
            myOLItem.Body =   "The message body in quotes"
            myOLItem.Display
    Using CreateObject, I am able to use features of almost any progam on my desktop and have them as features in my automation.  Aslo, I can borrow features of other programming languages on my computer and use them in VBscript.
    If I wanted to add some level of security to my scripts I could have a check file that verifies my automations are secure; but, that would be a pain to maintain unless I add artificial intelligence to the program. 
    Because of security features in Outlook, I directly type my closing rather than pull my name as the current user because I don't want to bother with the popup box that my automation is hacking my address book. 
    There are some programs at work that data is typed into from the Client Access Emulator; and, if I had the time to scrpt code and the obect model of the program, I could automate that work and put a lot of people out of work.    
    Anyone that can write up cooking directions and follow them, can write a program. Debugging the program to work with a compiler or the quirks of another program from which the automation is being executed is similar to modifying a recipe depending on the cooking conditions.
    Have a great Day!
    Jesse Grune.
    Jesse Grune

  • Be Warned - Mavericks is not compatible with Microsoft Office 365!!!!!!!!!!!!!!!

    Be Warned - Mavericks is not compatible with Microsoft Office 365!!!!!!!!!!!!!!! 
    I upgraded to Mavericks on 4 seperate computers, an 2 iMacs, MBPro and an MBAir and ALL four no longer connect to Microsoft Office 365 email accounts either with Office 2011 or the built in Mac apps.  Apple support says "Microsoft knew for a year that Mavericks was coming out and it their job to make it compatible".  I repsonded that their own Apps like Mail, Contacts and Calendar don't work either and they attempted to trouble shoot those apps only to no avail after 4 hours and a Mavericks reinstall.  I have also tried an Office reinstall.
    Right now I am no where, stuck between two companies who say it's the other guys fault......

    Me again:
    A colleagues more formal description of the problem:
    We have had a major problem with people working directly off of the afp reshares with MS Word.
    Word creates "Word Work Files" and usually is able to store them in either "Share/Temporary Items/uid/TemporaryItems/" or "Share/.TemporaryItems/folders.uid/TemporaryItems" as long as permissions are correct.
    This works under 10.5.7 seed release 9J39 with direct attached storage, but with the Xsan reshared the word work files appear in the same folder as the opened document even though the permission for temporary items are correct.
    This causes a number of issues, one being that if one user has a document open and another clears out the word work file then the open document cannot be saved.
    Another issue that we have seen is where the word work file is created and then the original document disappears (although I think this may be another user housekeeping the word work files again).
    We have tried to persuade users to work on local copies of the documents instead, but old habits die hard...

  • ECC 6.0 integration with Microsoft Dynamics CRM

    Hi All
    I am working on a ECC 6.0 integration with Microsoft Dynamics CRM. I need to send the customer master data, va01/va02, vl01n/vl02n/ vf01/vf02 to CRM system. One option I have is to send in the form of IDOC with TRFC - TCP/IP. But looks like this needs a middleware like Biztalk.
    Is there a way I can send this data using a Internet service in ECC 6.0 ??? As this would cut the cost of the Biztalk.
    I really appriciate your thoughts on this. We don't have XI either.
    Thanks a lot
    Van

    HI Van Dan Jan,
    We have just implemented integarion of SAP with Microsoft stack (Microsoft CRM, Share point and Axapta), But in all integration BizTalk as a middleware used.
    There is two way requirements :
    1. whenever Most of the control are at the Microsoft level like : Customer creation, Creation of orders, which need to be synchronus activity we have used RFC which internally calls BAPI. (So SAP adapter Configured at BizTalk). and whenever Biztalk receives request file from CRM or share point to there location they call SAP RFC's.
    2. When DATA is needed from SAP to microsoft stack like to syncronize the missing transaction like customer pad and all.
    Scheduled job at BizTalk end which call SAP to get the DATA via RFC mode :
    In SAP we have two things
    1.  if DATA size is small (below 2 MB) like  in last 1 hrs what are the sales contract created in SAP that need to updated in Microsoft other system than Biztalk will trigger a job at 1 hr interval or on deemand to get the detail which directly we pick from data base or using BAPI to get the detail via RFC.
    2. If Data Size is large (more than 2 MB)  like total transation happened in a day for all customers: then we wriiting the data in OS or application server  and that job also get initiated from Biztalk end by sending any parameter to SAP.
    advantage of using BizTalk is most of the control you can give it to them so they can run there job on deemand basis.
    There is a something known as web service we can use to avoid Interfacing tool, but I dont have much Idea about that,
    and  please check how many interfacing point is there with SAP in your project, because if Interfacing points are more then I think it is not good to write a web services for so many things.
    do let me know if you need further information.

  • Compatible  smart view version 11.1.2.1 with microsoft office 2010 x64

    Hello,
    My name's Antonio Marcos and i'm trying install smart view version 11.1.2.1 in version x64 the microsoft office 2010.
    The documentation, says its compatible, but when installing an error occurs.
    Anyone know how to solve this problem?

    I'm confused. There's an Oracle Proactive Support blog entry that says it came in with .300:
    https://blogs.oracle.com/proactivesupportEPM/entry/smartview_11_1_2_2
    Even Matt Milella 'sorta' says it, here: SmartView 11.1.2.1 x64 compatibility with Microsoft Office 2010 x64
    But then the latest New Features (http://docs.oracle.com/cd/E38438_01/epm.111223/sv_new_features/sv_new_features.html#sv_new_features_361) definitely lumps it into the 11.1.2.2 (no dot) bundle. And John Goodwin says it. So I apologize if I'm giving out bad information.
    But this doesn't help the OP, who is on 11.1.2.1. :)

  • Does Lion really not work with Microsoft Office?

    does Lion really not work with Microsoft Office?

    I am afraid I have reverted to Snow Leopard as I was having one problem after another with Lion and for every problem I was solving, two new ones cropped up. I won't bore you with a long list, but one example is whenever I clicked on a single saved document to view, Microsoft Word would open not only that particular document, but also half a dozen other ones as well. Also, my Canon printer did not operate properly nor would Aol. With a lot of other weird stuff happening every day, the final straw was when my Time Capsule wouldn't backup properly, but just 'hang' indefinitely.
    Luckily, I have two HD disks on my iMac and I had installed Lion on HD2 while still retaining Snow Leopard on HD1. I also made a Lion installation disk for future installation when all these software bugs have been sorted.
    I am back to normal service with Snow Leopard and shall not return to Lion until at least the next upgrade/patch becomes available. I so looked forward to Lion as well, but I was fighting a losing battle.
    I would suggest anyone who is in my position trying to stem the tidalwave of software problems with Lion, make an installation disk for Lion and go back to SL until the next upgrade.

  • Re: auto save not working with microsoft office on OS Lion

    Is there anyone else having issues with the auto-save/versions not working with Microsoft office on the OS Lion Upgrade?

    It seems (from some testing I've just done) that:
    1. It's not an explicit choie or preference - it's just there, in the background, invisible
    2. Your textedit document has to have been saved once (i.e given a name), or you've reopened a previously saved document
    If those conditions are met, Textedit will keep the doc saved.
    My test was:
    Open existing docuement
    Make changes
    Wait a few seconds
    Quit Textedit
    Reopen Textedit - and there's the doc with all the changes.
    I ran the test again, quitting Textedit immeditaley I had made the change - and it saved the change successfully.
    Hope that helps

  • CCME integration with Microsoft Business Contact Manager

    Hi,
    Can anyone tell me, if a CCME can be integrated with Microsoft BCM such that when a call comes in details of the client pop up, should they exist in the Business Contact Manager.
    Finding exact information is like find a needle in a hay stack.
    Regards
    LN

    Hi Swinster,
    Apologize for the late reply.
    What is your current situation? As JS2010 stated, also in this KB article:
    http://support.microsoft.com/kb/2101557
    During the 'Specialize phase' of Sysprep, Sysprep.exe looks at the Last Modified Date of the ntuser.dat file for each user profile to determine which user profile to copy to the default user profile. However, the earlier cleanup functions of sysprep.exe
    loads each Ntuser.dat file to make security ID (SID)generalizations. You cannot predetermine which user profile will be copied if more than one user profile exists.
    How about we skip the copyprofile option?
    Further, see if the following article would help to customise the user profiles settings:
    Configuring Default User Settings – Full Update for Windows 7 and Windows Server 2008 R2
    http://blogs.technet.com/b/deploymentguys/archive/2009/10/29/configuring-default-user-settings-full-update-for-windows-7-and-windows-server-2008-r2.aspx
    Or we may consider seek help at the office outlook forum for the BCM deployment.
    Best regards
    Michael Shao
    TechNet Community Support

  • Does macbook pro come with microsoft office?

    İ am planning on buying a macbook and i have two questions.
    1)does it come with microsoft office or its cd?
    2)i want it custimised so will apple ship a macbook pro to Turkey??

    Merhaba bey!
    Why don't you just go to the turkish Applestore and order one?
    http://www.apple.com/tr/macbookpro/
    Sorry, my bad, I just figured out it seems you have no ordinary Applestore in Turkey...

  • Blackberry not syncing with Microsoft Office

    I was hoping one of you fine lads could fix my problem. I currently have a blackberry curve 8320 gold with tmobile. In the past i have used microsoft office to sync my contacts and calendar with my phone but just recently it will not sync my calendar. It only syncs my contacts. Its quite frusturating. Right now I have a Dell vostro 1510 running Windows 7 64 bit with microsoft office 2007. please help me! Thank you
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    Sorry that no one got to you in time...but very happy that you found a solution! Would you mind posting the solution so that others can find it should they find themselves in a similar situation? Thanks!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Does adobe frutiger standard family compatible with Microsoft office

    does adobe frutiger standard family compatible with Microsoft office?

    The OpenType CFF version of Frutiger is compatible with Microsoft Office.
    Beginning with Microsoft Office 2013 / Office 365, Microsoft Office is not compatible with any Type 1 fonts previously licensed by Adobe or anyone else (including Frutiger); that was Microsoft's decision folks!
              - Dov

  • Integrate jabber for windows with microsoft office

    Hi ,
    i have install jabber for windowos and it is working fine for cal and IM chat  but i need to integrate it with microsoft office .
    the version of my devices as below :
    CUCM 8.6
    CUP 8.6
    jabber for windows 9.0.5
    Thanks ,
    Ahmed

    Hi Bradley,
    the calender integration with jabber for windows is ok , i can see the
    sechuduled meeting through jabber for windows .
    but i am not able to see the user status ( if they avalible or not ) on outlook ,it is
    always showed them offline status .
    see the below picture for  Mohammed A.Nasser is available but in outlook is showed he is offline .
    and for Word/Excel are you sure i can not use it to dial number ????

  • Problems with Microsoft Office

    I really don't know where to post this as I can't find a Discussion forum for it, please re direct me if this is....
    So I'm having a HUGE problem with Microsoft Office. I've had the Student addition, purchased it in a store, and have been using it since without any issues. Just yesterday, it told me I needed to download an update for it in the System Update. Well it downloaded without a problem, however during the installation it stalled and never completed. When I turned my computer back on, and did the System Update again, it said that my system was completely up to date. However, now the only too things in my Microsoft Office folder is PowerPoint and Excel. The other applications can not be located anywhere on my computer.
    Now is there a way for me to fix this. I no longer have the CD with Microsoft Office on it because I'm constantly traveling. I'm extremely annoyed because I rely on Entourage for my emails, don't really like the Mail application. I just want to know what to do. Any suggestions?
    Thank you.

    When an installer 'stalls' during the installation, I'd guess you'd need to try reinstalling from the CD. I could be wrong though. Here is another forum that may help you if you don't get the answer here...
    http://www.macfixitforums.com/php/postlist.php?Board=OfficeX

Maybe you are looking for

  • Ipod Mini Battery Drain

    My Ipod Mini battery drains down without any use. Is this normal. My HP Ipaq 4155 battery does not drain down without any usage. Can anyone help me please. Thanks, Jeff

  • SQL Update Question

    I dunno how this is going to look pasted, but here goes. I am trying to update a record in a MS Access Database using JSP. My code isn't working. Here it is. Can anyone identify any flaws in it? Thanks for your time. Oh btw, I am using netbeans and a

  • MDG Material BS_MAT_OVP_03 application is fine in development but giving runtime errors when moved to quality

    Dear Experts, We are Facing a problem with BS_MAT_OVP_03, We have done some enhancements and it is working very much fine in development and when we move it to Quality we are getting runtime errors, they are not with the enhancements but with in stan

  • Can I uninstall Acrobat 9 after upgrading to Acrobat X

    Both versions appear to be on my Mac and I keep getting installer pop-ups for updates to Acrobat 9.

  • Remove leading zeros using MDX function

    Hello, BO XI R3.1 SP2 FP2.5, SAP BW 7.0 This seems simple, but I cannot find a solution. How do I remove leading zeros from a character field in a OLAP universe. Is there any MDX function? I tried <EXPRESSION> Value([0MATERIAL].[LEVEL01].[[20MATERIAL