JavaScript files are not being updated while updating managed solution over Dynamics CRM Online

Hi Support,
While I am updating a managed solution over Dynamics CRM 2013 Online, JavaScript files are not being updated and is showing the source as of the last version of the managed solution. 
I tried the same versions of solution on my CRM 2013 on-premise install (test organization) and it updated successfully.
This is a bit urgent issue. Please suggest how to resolve this.
Online version of the CRM is
Microsoft Dynamics® CRM Online Spring '14
(6.1.1.1855) (DB 6.1.1.1847)
blog: <a href="http://technologynotesforyou.wordpress.com">http://technologynotesforyou.wordpress.com</a> | skype: ali.net.pk

Our technical team managed to find the immediate cause for the problem, and a solution.
According to them there was a corruption on a speciffic OLAP file. By deleting it, they allowed it to be recreated on the next application processing. The file in question was found in \Microsoft SQL Server\MSSQL.2\OLAP\Data\UGF.0.db\<APPLICATION>.38.cub.xml
Where <APPLICATION> is the name of the problematic cube.
After that everything is working.

Similar Messages

  • ALL OF MY FILES ARE NOT BEING SAVED WHEN I CLOSE FINAL CUT PRO X ?

    ALL OF MY FILES ARE NOT BEING SAVED WHEN I CLOSE FINAL CUT PRO X ?

    WHAT FILES AREN'T BEING SAVED? WHAT FILES ARE SAVED?

  • Images and .properties(bunldes) files are not being found from my JSPs

    Hi,
    I have created .ear file by using ANT Application. And deployed into Oracle9iAS(OC4J). Here problem is that images and .properties(internationalization bundles)files are not found from JSPs.
    Here is my directory structure.
    public_html--->locale -->BusinessEntity -->businessentity_en_US.properties
    --->enterprise -->images -->knowldege.jpg
    --->BusinessEntity-->BEAdd.jsp
    in my jsp bundle(.properties)file is accessed like this:-
    <i18n:bundle baseName="/locale/-->BusinessEntity/businessentity" id="businessentity" locale="<%= locale %>" />
    in my jsp images accessed like this:-
    src="/enterprise/images/knowldege.jpg".
    In my working environment, without creating .ear file, images and .properties files are being found my JSPs. But if i create .ear file and after deploy, images and .properties files are not being found my JSPs.
    please let me know where i might did wrong
    thanks in advance
    srinivas

    Hi i am again. Here is my configuration files(server.xml and default-web-site.xml)
    server.xml :-
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Evermind//DTD Orion Application-server//EN" "http://xmlns.oracle.com/ias/dtds/application-server.dtd">
    <application-server application-directory="../applications"
    deployment-directory="../application-deployments"
    >
         <library path="../tools.jar" />
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="30000" />
         <global-application name="default" path="application.xml" />
         <application name="nalluri" path="../applications/trainiumear.ear" auto-start="true" />
         <global-web-app-config path="global-web-application.xml" />
         <web-site path="./default-web-site.xml" />
         <cluster id="-1640090707" />
    </application-server>
    default-web-site.xml:-
    <?xml version="1.0"?>
    <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
         <default-web-app application="nalluri" name="Commonwar" />
         <access-log path="../log/default-web-access.log" />
    </web-site>
    thanks in advance
    wating for reply
    srinivas

  • MS Office 2007 files are not being indexed (Failed to Index)  in oracle

    Oracle is not able to index MS Office 2007 files who are having extensions like *.docx, *.pptx, *.xlsx. I googled and found that its a bug in oracle. Have they released the fixes for it.
    Request to please help me in this regard

    user10933671 wrote:
    There is no particular error it shows. The files are not getting indexed. In our application it says currently *.docx files are not index. My Oracle client is of version 10.2.0.
    Since am really new to this, can you please tell me where i can find Metalink note 732823 as am not a paid customer.
    That would be a problem. Access to patches (and MetaLink) are part of what you pay for when you buy a support contract.
    Plz help me in this regard
    Thanks in advance
    Edited by: user10933671 on Apr 15, 2009 5:53 AM

  • Error while uploading report in Microsoft Dynamics CRM Online

    I have created a report using fetch-xml query for Microsoft Dynamics CRM Online. In this field, I have created a custom enity which has "Last Accessed Date Time" field of type "DateTime". This field stores the value in GTM. I am retrieving
    the value of this field using fetch-xml query. Also, I want to calculate the difference between the current DateTime and the value (in the locale and not in GMT) of this field in "Hours Minutes Seconds" format. I
    have written an expression for the same in reportas follows.
    (IIF(((INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60))>60), INT(((((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value),
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)))/60)) / 60), 0))
    & "Hours"&
    (IIF(((INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60))>60), INT((((DateDiff(DateInterval.Second,DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value),
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)))/60) Mod 60), INT((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime(), DateTime.Now))/60)))
    & "Minutes" &
    ((DateDiff(DateInterval.Second, DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), 
    DateTimeKind.Utc).ToLocalTime(), DateTime.Now)) Mod 60)
    & "Seconds"
    This works fine in visual studio. But, when tried to upload the same report in CRM Online organization, it gives the following error.
    Any idea how to solve this issue?

    I have found the following useful link-
    - support.microsoft.com/.../en-us
    The error occurred because I have used some functions("Int", "DateTime.SpecifyKind(DateTime.Parse(Fields!new_lastaccesseddatetime.Value), DateTimeKind.Utc).ToLocalTime()") in my ssrs report which are not supported by CRM Online., though
    it works fine in visual studio.

  • My instant messages are not being recognized after update

    After I did the latest update, some of my instant message are not coming up with the person's name from my contacts, rather, just the phone number is showing up.

    Try resetting the SMC and pram
    To reset the SMC
    Shut down the computer.
    Unplug the computer's power cord.
    Wait fifteen seconds.
    Attach the computer's power cord.
    Wait five seconds, then press the power button to turn on the computer.
    To reset PRAM/NVRAM
    Shut down the computer.
    Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • I use audio memos and files are saved in icloud. while updating audio memo the apps stop working. i cannot access the apps. how can i retrieve the files saved in icloud ?

    I can't access the audio memo apps but i can see under usage - manage storage that all the files are located in icloud. how to extract .wav files from icloud if the apps is no longer responding to fileshare in itunes? Thanks.

    yes it was solved some time ago. i cant remember exactly but i think i disconnected from the internet and tried accessing the audio apps (or maybe i had accessed the apps first then only turned off internet i cant remember) thereafter the files were in my local apps and then I turned off use icloud. i suggest you backup your ipad on itunes before trying anything. All the best - hope you solve your problem.

  • QT files are not being played at the right height on laptop - why?

    Hello eveyone,
    The QT files imported in my MacBook pro are HQ but are being played 1280 x 405 (for the length of the screen, but not at the right height). I can't even play view them with the Actual file feature. The Movie Inspector tells me the clipes were shot normal (1920x1080) yet I can't se them properly.
    I tried on a different MacBook pro and I have the same problem.
    Does anybody know why? What should I do?
    Thanks!

    Actually, there is no problem with the original files.
    Since I do not know how you came to this conclusion or if it is correct, my first thought is, "Show me the proof." I.e., post a captured image of the "Inspector" window for the player you are currently using. This will tell me which QT player you are using, whether the display is controlled by scaled dimension or aspect ratio settings, whether the file was encoded anamorphically or non-anamorphically, and whether the encoded aspect ratio matches the current display aspect ratio. It won't tell me the true aspect ratio of the video but a look at people and objects in a single video frame will normally disclose whether or not the display aspect is reasonably close or not.
    If I import them in say Final Cut Pro, I can see them properly...so it's only the Quick Time on our laptops that display the clips wrong.
    This isn't really helpful since FCP has settings that allow the user to both change and scale display dimensions and aspect ratios. QT 7 Pro will allow you re-scale the aspect ratio of a display but not alter its encoded aspect ratio while QT X will allow you to resize the display scale but only in reference to its encoded aspect ratio. Neither will allow you to display a file at dimensions greater than your current video card settings (i.e., where actual dimensions are greater than screen display resolutions for the encoded aspect ratio). In a similar manner, "fit" and "fill" option availability will also depend on the device/player and available screen resolutions/aspect ratiios which you have yet to indicate for either platform previously mentioned.
    The full length of the screen, but not the full height... Do you have any advide on how to get the settings done? I looked into the QT settings and coulnd't find the right button/panel...
    As previously stated, the first step is to determine if the files are being displayed correctly—i.e., at their correct aspect ratio for the allowable display space available for the current screen resolution available on the platforms being used for viewing. For instance, are you viewing in the full screen mode, or with menu bar being displayed and/or with the dock in or out of active display. These settings plus the video card screen resolulution will determine the maximum number of viewing pixels available fort the display height. Once the scale height is set by the QT player, then QT app will scale the display width to what it believes is correct display setting. If the aspect of the display is correct for the scaled height and width, then the file is being displayed correctly at the maximum display height available and there is nothing wrong and nothing to be corrected either in the file or the media player other than your desire to play a file at dimenensions larger than available for your display. (I.e., this is equivlent to saying you want to display a 52 inch diagonal picture on 32 inch HDTV—"it ain't gonna happen."
    On the other hand, if the aspect ratio is incorrect for the maximum display height available for the app, system, and platform being used for viewing, then all of the other things I mentioned come into effect with regard to correcting the embedded display settings within the file.
    Example: If i take an anamorphically encoded 1440x1080 (1920x1080) file and display it on my monitor set to a resolution of 2560x1440, then I can display the file at its "actual" display size (1920x1080) or even scale it to 2560x1440 (Full Screen Display mode) but if I reset my monitor to a  4:3 aspect resolution of 1600x1200, then I cannot play the file at its actual 1920x1080 display resolution since its width is limited to 1600 pixels and when the 16:9 aspect ratio is applied to the 1600 pixel display width, the display height is limited to 900 pixels in a "Fit to screen mode."
    If your source file was recorded at 1920x1080, then the file's aspect ratio is 16:9 (1.78:1). However, your 1280x405 screen size implies that either the file is now being displayed in the "Fit" mode with a changed aspect ratio of 3.16:1 (1280x405) or that you are viewing the file in the "Fill" mode which chops off the top and bottom of your 1280x720 (1.78:1) display. (I.e., the "Fit" mode will scale the display at its current aspect to fit within the available display area and yet allow you see the entire display area as a "scaled view at the correct aspect while the "Fill" mode scales the video to fill your entire screen even if this means losing the top/bottom or left/right portions of the display area when the monitor resolution aspect ratio and video display ratio are not the same.)
    Therefore, if your file is correctly formatted as you claim, use the "Command-F" QT shortcut to view the file at its largest available dimensions at the correct aspect ratio on any platform and using either the QT X or QT 7 player. (Don't forget to set the QT 7 "Full Screen" preference.)

  • Files are not being copied to the bin-debug folder

    All my assets swfs are in a folder named "assets/swf" under the "src" folder.
    The "Copy non-embedded files to output folder" is checked. BUT the folder is not being copied to the bin-debug...
    This is also true for Icons folder (Also under "src")
    Any idea why?

    Bump!
    comon I can't be the only one with that problem...

  • M2v files are not being read on my  new mac.

    I installed quicktime pro, dvd studio pro 3, final cut pro 4...and my m2v files will not play in quicktime or the preview window. I get a pop up window saying, "Movie could not be opened. not a movie file." With any of those programs installed, shouldn't mpeg-2 codec be installed automatically? I plugged in my external HD with all my movies on it back up to my old g4...and they play fine there. I noticed there was a problem on the new mac when i tried to import them into DVD studio pro. So how do i get the m2v files to be viewable in quicktime and in DVD studio pro?
    Thanks,
    Tony

    You must also install the MPEG2 playback component. It is also a good idea to use MPEG Streamclip which has some nice features for MPEG.
    http://www.sjoki.uta.fi/~shmhav/SVCDon_a_Macintosh.html#edit_convertMPEG

  • Apps are not being transferred after updating to new iOS

    I've read a few posts but nothing explicitly about this issue. I am the original account owner, same computer, iPod has worked with the same apps for over a year until I updated to the new iOS a few days ago.
    I recently updated my iPod Touch to the new iOS a few days ago; it transferred all my music, and everything else, except for my apps. I tried Store > Authorize this Computer on my desktop (which reminded me I'm still authorized, oh joy) as well as Settings > Store on my iPod. I'm not sure what I need to do next? Any suggestions would be greatly beneficial! Thanks!

    Before I updated to iOS 5.0.1, I was given 3 options "Download and Update", "Download", "Cancel" (or whatever). I chose to just download, without installing it, which would allow me to back-up all the data from my iPod to my desktop. I presume that path wasn't available if someone selected "Download and Update" immediately which informed me that it would erase all data without actually backing up before it installed. I'd have to assume at that point when your apps were re-installed after your update, it would still keep the previously saved sync data from the last time you plugged into your computer. I'm not sure if that was the case for you, but I never signed in to Game Center until now so I'm not sure how that works. This is also considering that iCloud was just introduced to mobile devices. Hope this helps :S, if not good luck! Cheers.

  • All plist files are not being pushed out

    Current setup : 10.6 Server ( updated to 10.6.8 )
    About 10 to 15 client machines ( 10 Desktops and 5 laptops )
    These client machines are being managed in a group already for Software Updates from the server and hence already have the managed preferences folder on each machine.
    I have just created a new com.apple.print.custompapers.plist file and have added it to the Preference Editor for that group and have set it to 'Often'. ( WorkGroup Manager -> Computer Group -> Preferences -> Details )
    But after repeated attempts, I am still not able to push out this plist file to the client machines. I have tried the following already :
    1. Deleting the Managed Preferences folder from each machine. Result : It recreates the folder again, but again with only the Software update plist file.
    2. I have tried setting the plist to 'Always' from the 'Once, Often, Always' selection in the Preferences Editor. Result: Same result as above.
    3. I have tried adding the file manually to Managed Preferences. Result : The file is removed at the next login, and cannot be used before that.
    All clients are running on 10.6.8.
    If you require any more information, please specify and I'll provide it. Thank you for looking over the problem and giving it thought.
    Hope to hear from someone with a possible resolution soon.
    Thanks.
    Prat.

    Have you tried setting another, pre-made preference in the computer group settings to see if it applies?
    Have you run plutil /path/to/plist in the command line to see if it is OK (can't see why this would matter, this is a stab in the dark)?
    P.S.
    I have found that OpenDirectory can be quirky. I have found it become corrupt but still mostly functional quite quickly after setup. Since Apple has not well documented this software and offers no directory maintenance tools, every year I end up having to rebuild the server from scratch. I know this is not very helpful, but strange, unpredictable, and unbecoming behavior seems to be more frequent than I prefer. (Thankfully setting up an OS X Server is a veritable breeze compared to Microsoft Server Products).

  • Files are not being closed on server

    Hi,
    We have a problem with our Intel macs connecting to our Windows 2003 SBS server. When a file is saved after being created or edited and i then closed on the mac it's still seen as opened on the server. Therefor other users can not open te file. We have older mac's as well with power pc cpu's and they don't seem to have this problem. Also the Windows pc's connected the the same server don't have this problem.
    We ran the latest updates but that didn't solve the problem unfortunately.
    I called Apple support but they didn't hear of the problem before and don't want to investigate this any further because it's an unknown problem !!
    I hope any of you give me a direction what to look for.
    Thanks in advance

    How are they connecting? What Service?
    Any particular APPs that do this? Adobe perhaps?

  • IE 11: Javascript files are not loaded correctly from cache?

    Since installing Windows 8.1, I have been experiencing issues with script loading in IE 11: When the server responds with "304 Not Modified" in response to a script request, bad things happen. Specifically, I encounter script errors that would
    normally be caused by a missing script reference or having references in the wrong order (e.g. "Unable to get property 'foo' of undefined or null reference"). Doing a force-refresh (i.e. Ctrl+F5) corrects the issue until the next page load.
    Based on what I see in the IE 11 developer tools, it looks like the scripts are loaded correctly. I can open them in the Debugger view and the content appears to be correct. Perhaps IE is just not loading them in the correct order in this scenario?
    I noticed this problem myself and then someone else (who has also recently installed Windows 8.1) informed me that it appears he is experiencing exactly the same issue on a different site.

    I'm fairly certain this issue represents a bug in IE 11. The same problem(s) do not occur in IE 9 or IE 10. The same problems occur on unrelated websites accessed from separate machines. Doing a force-refresh (Ctrl+F5) always fixes the issue.
    I took your advice about opening the console to look for error messages during page load. When loading normally (i.e. not doing a force-refresh), the console shows the following:
    HTML1300: Navigation occurred.
    File: TimeEntry
    DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
    File: Dashboard
    SCRIPT70: Permission denied
    File: modernizr-2.5.3.js, Line: 468, Column: 9
    SCRIPT70: Permission denied
    File: jquery-ui-1.10.0.js, Line: 252, Column: 1
    SCRIPT70: Permission denied
    File: knockout-2.2.1.js, Line: 48, Column: 5
    SCRIPT5007: Unable to get property 'extend' of undefined or null reference
    File: knockout.validation.js, Line: 30, Column: 5
    When loading the page via a force-refresh, only the 'Navigation occurred.' message is displayed. It does not make sense that IE would apply a more restrictive security policy to scripts loaded from cache vs. scripts loaded directly from their original location,
    yet that appears to be what is happening.
    Post questions about html, css and scripting for website development to the IE Web Development forum.....WITH A LINK TO YOUR WEBSITE OR A MASHUP THAT SHOWS THE ISSUE...
    looks like you have a sandboxed iframe on your page.
    the first step in troubleshooting IE issues is to test in noAddons mode.
    Rob^_^

  • !!! Audio files are NOT being saved anymore !!!

    Garageband does not save my recorded audiofiles anymore.
    Everytime I try to reopen my project after saving, it just loads the software instruments but tells me everytime that "audiofile XXX.aif not found".
    I reinstalled Garageband, however, I'm still stuck with the same problem. When I open the package content of projects i've worked with some time ago, I can find the audiofiles. But all the Garageband files I saved in the last week, are very small in size (1,3 mb as opposed to 150 or so) and apparently don't include the audiofiles anymore, whatsoever..
    Can somebody help me out or is familiar with that kind of problem? I've pretty much tried everything in my knowledge, for instance to  archive the project, but nothing has worked so far. A friend of mine said that it's probably a bug of some sort, but how can I get get rid of it?
    I'd really appreciate your help. Thanks alot in advance.
    podxt
    PS: I'm using Garage Band 5.1 (iLife 09) on Mac OS 10.6.7 (Mac Book Pro)

    Yep, it was a permissions issue which was solved by making sure we both had read/write privileges.
    Somehow, though, it messed up privileges on my log-in for downloading podcasts. I was infromed that I didn't have enough privileges eventhough I had just made sure that permissions were set correctly.
    I managed to find the answer here: http://discussions.apple.com/thread.jspa?threadID=1712753
    For some reason on the download:podcast folder my privileges had vanished.

Maybe you are looking for

  • Error 2349 installing acrobat 7.0.1 update

    Windows 7 Home Premium with SP1 Acer Aspire 5750, 6GB Memory 64-bit OS When I attempt to update a Prof. 7 installation I get the following messages: Internal Error 2349 And OK. The installatino then reverses itself and I assume removes the temporary

  • Enter vs Return key?

    Sorry if this has already been asked, but I was wondering - what is the difference between the return key and the enter key on my keyboard? For me - I hardly ever use the real "enter" key near the command key. I always use the regular enter key above

  • Help me decide which Ipod...Please!!

    I'm trying to decide between the Nano or the 5Th Generation with video. One question, I notice that there are very few movies on Itunes...in fact I don't really see any...just the TV shows and a few shorts from Pizar. (and of course the movie trailer

  • Installing Acrobat XI Pro

    Operating system: Windows 64 bit Question I purchased Adobe Master Collection CS5.5 that includes Acrobat X Pro. I recently purchased Acrobat XI Pro ...can I just uninstall my Acrobat X Pro comes with my master cs5.5  and install my new XI Pro. Will

  • I have forgotten the passcode of the iPod and now its locked, I can't even remember the iTunes log in so someone please let me know the procedure how to recover the iPod

    My 8 year old daughter has forgotten her passcode for her iPod touch and got it locked in the process of trying to recover. now after resetting its requesting for a iTunes login but i tried both mine and my wives and its not accepting. please someone