Is this a bug or a "security feature" ?

I had a nagging bug in coldfusion where every once in a while
when people entered text and I inserted it into an MS SQL database
it would throw the error "Statement is not allowed." I got a clue
when a customer put in the words drop and program in their
description for something, when I took the words out it worked
fine. I gave the datasource permission to grant, revoke, drop, ect
ect in the advanced datasource options and poof, it works! So is
this a bug or some kind of injection attack prevention? The text
was actually formatted in an FCK editor and put within single
quotes in an UPDATE statement.

chazman113 wrote:
> I had a nagging bug in coldfusion where every once in a
while when people
> entered text and I inserted it into an MS SQL database
it would throw the error
> "Statement is not allowed." I got a clue when a customer
put in the words drop
> and program in their description for something, when I
took the words out it
> worked fine. I gave the datasource permission to grant,
revoke, drop, ect ect
> in the advanced datasource options and poof, it works!
So is this a bug or some
> kind of injection attack prevention? The text was
actually formatted in an FCK
> editor and put within single quotes in an UPDATE
statement.
>
It is not a bug, and you have definitely disabled a lot of
security by
opening up your DSN like that. It helps to look at this how
each of
various systems look at it.
On the ColdFusion end, it is just working with strings. The
security
settings in the administrator are basically string searches.
I.E.
Don't allow these problematic sub-strings in the SQL string.
Anyone who
has worked with more then the most basic string manipulation
understands
how convoluted it quickly becomes and how nigh impossible it
is to make
up a foolproof rule.
Once the database receives the query string, it tokenizes
what it
receives and starts processing the commands. If one just uses
<cfquery...> than everything is received as one long
string and the
database must make it's best attempt to determine which parts
of the
strings are commands and which parts are parameters and which
parts are
data. It is relatively easy to confuse the database in this
process so
that information meant to be data is processed as a command.
This is
the essence of a SQL injection attack.
If one uses the <cfqueryparam...> tag or stored
procedures, the
developer more explicitly defines which parts of the SQL is
commands and
which part is data. Now the database knows what part of the
SQL is data
and it does not even try to tokenize it for commands.
Thus the simpler and more secure solution to your original
problem would
be to use <cfqueryparam...> for these fields that could
potentially and
legitimately contain strings that could look like SQL
commands so that
the database would know to not even look there. Generally its
a best
practice to always use <cfqueryparam...> tags in your
ColdFusion SQL.

Similar Messages

  • Is this a bug or a security restriction in s1as7

    From within a servlet my code checks for a file whether it exists or not. The files directory is on the network, but mapped on to the local machine.
    sample code:
    File f = new File ("P:\\directoryName\\fileName");
    f.exists(); // results into false - although file is there!
    note: P is the mapped drive for a network location.
    If instead, this is on the local drive ( C: ) then it does show true (file found). I have tested this.
    There is no error on the server log, however, if this is due to some security settings then it is weird that S1AS7 does not display any helpful message, which could help tracking the problem.
    Your help is much appreciated.

    From within a servlet my code checks for a file whether it exists or not. The files directory is on the network, but mapped on to the local machine.
    sample code:
    File f = new File ("P:\\directoryName\\fileName");
    f.exists(); // results into false - although file is there!
    note: P is the mapped drive for a network location.
    If instead, this is on the local drive ( C: ) then it does show true (file found). I have tested this.
    There is no error on the server log, however, if this is due to some security settings then it is weird that S1AS7 does not display any helpful message, which could help tracking the problem.
    Your help is much appreciated.

  • On websites which open pop-under windows, Firefox 4 seems to be opening these over the current window instead of under. Is this a bug or an intentional feature?

    I have noticed a problem on FF4 when browsing sites that open pop-under windows on a user action. With all other browsers (including FF3) these open underneath the main window, but on Firefox 4 they open over the top - acting as pop-ups and not pop-unders.
    While pop-unders are annoying, it is even more annoying to have them keep appearing as pop-ups instead.
    I have run some tests and the following code successfully opens a pop-under on all browsers except Firefox 4.
    It appears that window.focus() is not correctly bringing the current window to the top.
    Example code:
    var w = window.open('http://www.mydomain.com/', 'mywin', 'width=400,height=300,toolbar=1,menubar=1,resizable=1,scrollbars=1');
    if(w){
    w.blur();
    window.focus();
    }

    This is normal. Firefox 4 has disabled the default "window flip".
    - go to adress about:config
    - accept and search dom.disable_window_flip set to false;
    And popunder, blur/focus javascript function will be back ;)

  • Before I purchase this app, is there a security feature to this app where u need to input a pass code to open it?

    Thank you.

    Which "app" is "this app"?
    You've posted in the Numbers community, where the topic of conversation is Numbers '09 (and Numbers '08), written to be used under Mac OS X.
    Neither of these versions of Numbers require a password to launch, but documents produced by then can be assigned a password, and the password is then required to open the document, using Numbers for Mac OS.
    But I suspect you're asking about numbers for iOS, where the answer may be different. Best place to ask that question in in the iWork for iOS community. Click the link to go there directly.
    Regards,
    Barry

  • Is this a bug or a feature in JDeveloper 11.1.1.4?

    Hello everybody,
    when I try to create a new "Reusable Process" with the composite editor in Jdeveloper, nothing happens on in the composite design view! I can see the process in the file structure and I can also edit the process in the bpm editor, but I can't see it on the composite.
    This looks like a bug to me. Can anybody confirm this?
    Best regards, Chris
    Windows 7 (64 bit)
    JDK 1.6.0_24 (64 bit)
    JDeveloper Build JDEVADF_11.1.1.4.0_GENERIC_101227.1736.5923
    BPMN Editor 11.1.1.4.0.5682
    SOA Composite Editor 11.1.1.4.0.56.82

    it's a feature of cource. all bugs in 11g are features!

  • Is this a Bug or Feature?

    I would not expect this to work at all, but it does:
    CREATE TABLE WDD.TABLE_1
    ID_1 NUMBER NOT NULL
    CREATE TABLE WDD.TABLE_2
    ID_2 NUMBER NOT NULL
    SELECT
    TAB.ID_1,
    TAB.ID_2
    FROM
    TABLE_1 TAB,
    TABLE_2 TAB
    WHERE
    TAB.ID_1 = TAB.ID_2
    I guess that it works because the column names in each table are different. Even so, I would have thought that using the same alias name twice in the same query would have caused an error.
    So, is it supposed to work this way, or is this a bug?

    It's a wonderfull SQL feature (of which there are many)...

  • Since i changed to Firefox 4, now I no longer can view the lower portion of my screen which reveals the LOCK security feature. Please advise how to fix this?

    Since i changed to Firefox 4, now i can no longer view the lower portion of my screen which reveals the LOCK security feature. Please advise how to fix this? if I don't hear back today, i will have to undo Firefox 4 completely

    the lock symbol has been removed in Firefox 4 and replaced with the [[Site Identity button]]
    You can get the padlock back by installing this add-on: https://addons.mozilla.org/en-US/firefox/addon/padlock-icon/?src=discovery-learnmore
    To reinstate the status bar at the foot of the page (also removed in Firefox 4), install this add-on: https://addons.mozilla.org/en-US/firefox/addon/status-4-evar/

  • Permanently disable this security feature

    So I ask again in a very easy simple way: is there any possibility how I either can permanently disable this security feature which tell you "This Connection is Untrusted" through e.g. changing anything in about:config . Or, is there any way that this can be done easier, e.g. take IE or Chrome as an example. There you can pass this with max two mouse clicks.
    http://electrifiedgaming.com/index.php?threads/the-story-americas-next-top-model-season-21-episode-8-hulu-videoweed-xvid.50707/
    http://www.menshealth.co.uk/community/forums/thread/2473362
    http://www.menshealth.co.uk/community/forums/thread/2468783
    http://www.menshealth.co.uk/community/forums/thread/2470922
    http://techgeniux.com/?p=168189
    http://electrifiedgaming.com/index.php?threads/the-story-dawn-of-the-planet-of-the-apes-watch-free-online-hd-leaked.51477/
    http://www.minestrosity.net/index.php?threads/good-acting-watch-annabelle-online-movie2k-novamov-megashare.91291/
    http://www.zyngaplayerforums.com/showthread.php?2456294-ITS-GREAT-watch-Frozen-full-movie-online&p=15012443#post15012443
    http://www.minestrosity.net/index.php?threads/good-acting-how-to-watch-addicted-online.91786/
    http://qorosforums.com/Thread-FOR-SURE-watch-Cristela-s01e01-online-for-free-putlocker
    http://electrifiedgaming.com/index.php?threads/the-story-where-to-watch-gone-girl-online-free.51641/
    http://electrifiedgaming.com/index.php?threads/the-story-watch-dawn-of-the-planet-of-the-apes-novamov-putlocker-sockshare.51622/
    http://qorosforums.com/Thread-FOR-SURE-watch-The-Knick-season-1-episode-9-streaming-hd
    http://qorosforums.com/Thread-FOR-SURE-Annabelle-watch-online-putlocker-hd
    http://techgeniux.com/?p=166226
    http://www.zyngaplayerforums.com/showthread.php?2456609-ITS-GREAT-watch-Annabelle-online-movie2k-novamov-megashare&p=15012796#post15012796
    http://electrifiedgaming.com/index.php?threads/the-story-utopia-season-1-episode-10-watch-online-for-free.50720/
    http://qorosforums.com/Thread-FOR-SURE-watch-Sin-City-2-A-Dame-to-Kill-For-megavideo--1009194
    http://electrifiedgaming.com/index.php?threads/the-story-watch-the-hundred-foot-journey-novamov-putlocker-sockshare.51589/
    http://raiseyourpaddlez.com/forum/showthread.php?tid=96408
    http://www.zyngaplayerforums.com/showthread.php?2456618-ITS-GREAT-where-can-i-watch-The-Equalizer-online-for-free&p=15012807#post15012807
    http://electrifiedgaming.com/index.php?threads/the-story-watch-the-amazing-spiderman-2-free-solarmovie-let-me-watch-this.51555/
    http://techgeniux.com/?p=168208
    http://techgeniux.com/?p=166996
    http://www.minestrosity.net/index.php?threads/good-acting-watch-frozen-streaming-online-for-free-2013.90753/
    http://qorosforums.com/Thread-FOR-SURE-Girl-Meets-World-season-1-episode-12-putlocker-sidereel-sockshare
    http://ec-rp.com/forums/showthread.php?tid=59031
    http://www.zyngaplayerforums.com/showthread.php?2456553-ITS-GREAT-watch-The-Purge-2-Anarchy-online-movie2k-novamov-megashare&p=15012732#post15012732
    http://electrifiedgaming.com/index.php?threads/the-story-watch-the-knick-season-1-episode-9-ipad-iphone-itunes.50896/
    http://www.minestrosity.net/index.php?threads/good-acting-where-to-watch-dracula-untold-online-free.91009/
    http://www.minestrosity.net/index.php?threads/good-acting-hawaii-five-0-season-5-episode-3-putlocker-sidereel-sockshare.88323/
    http://qorosforums.com/Thread-FOR-SURE-Utopia-season-1-episode-10-hulu-videoweed-xvid--1005138
    http://ec-rp.com/forums/showthread.php?tid=58594
    http://www.minestrosity.net/index.php?threads/good-acting-watch-lucy-full-movie-online-free-no-download.91167/
    http://www.menshealth.co.uk/community/forums/thread/2474259
    http://www.menshealth.co.uk/community/forums/thread/2469851
    http://www.zyngaplayerforums.com/showthread.php?2456301-ITS-GREAT-Dawn-Of-The-Planet-Of-The-Apes-full-movie-download-dvdrip-xvid&p=15012451#post15012451
    http://qorosforums.com/Thread-FOR-SURE-watch-The-Drop-novamov-putlocker-sockshare
    http://qorosforums.com/Thread-FOR-SURE-The-Wolf-of-Wall-Street-full-movie-download-dvdrip-xvid
    http://ec-rp.com/forums/showthread.php?tid=58893

    Thank you for your answer.
    Though I am (also) an IT Professional, so I do understand the problem why it appears. I can only speak for myself: we have a bunch of we based services we offer in our company. I do understand that the problem are not the websites, but it is me and my IT department that we did not implement our certificate in all web servers in a right. (yes, we will do this, it is in our pipeline...). However, I just see that it is easier with IE and Chrome to pass this security breach, what it isn't, as it is only our internal web services, some of them at least.
    However, so for me when i am testing applications it would be easier that it would be more user friendly with Firefox, like with Chrome and IE.
    So I guess the answer is NO then, that at the moment there is no other way to pass this security question.
    So, my feedback to Mozilla: even if the problem is somewhere else, please make it more user friendly on your side => less mouse clicks, and messages what a normal user also understands, like in Chrome....
    Thanks.

  • Does the Blackberry Curve have this security feature?????

    I have had a number of cellphones in my day, all with modest security features. Then I came across a Samsung phone...This phone allowed me to lock down everything, to the point that if someone turned the phone off and turned it back on it was still locked, but I digress. 
    I know have purchased the BBerry 8330. I have tinkered around within the security setting and I am not that happy.  I want to be able to restrict incoming and outgoing calls. At present, if the phone is "locked" a call will still show and it will still be able to be answered which in my estimation defeats the purpose of locking the phone.  Can anyone help me?

    hello,
    when I turn my Curve off (red button) then turn it on, I can't use the phone unless I type the 4 digits code. Until I do so, there is no network coverage, meaning I can't answer a call because the call never reaches my device.
    If you don't have that, please check the security options :
    home screen >> options >> Advanced options >> SIM card
    then open the menu and set the security.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • The new version of Firefox does not seem to allow multi-touchscreen pinch/zoom feature. Is this a bug or is there something I can do to fix the problem? Thanks.

    Since the new version of Firefox (which I love, esp the reduced menu bars at the top, leaving more web page viewable space), I am unable to use the multi-touch pinch/zoom function to resize pages. the scrolling still works, and all worked fine before.
    Is this a bug or is there something I can do to fix it?
    Thanks for your time.
    Mx

    Not a fix but if it's just a web site here and there that you find yourself using the pinch zoom feature you can use the IE Tab 2 addon to automatically use the ie engine and the zoom works.
    You lose the other firefox features on those pages but as I said, if it's just a few sites it's worth a look.
    I sure hope the Mozilla community fixes this in their desktop PC version soon. You can't gripe if it's free so I just keep waiting. :)
    Their android and iOS version supports it so why not the PC version?

  • HT4901 Why does OS X have this poison pill?  What if iCloud isn't working one day; isn't it a security feature to keep a copy on the local machine?

    Why does OS X have this poison pill?  What if iCloud isn't working one day; isn't it a security feature to keep a copy on the local machine?

    Thank you Julian and Csound1.  Please help me understand these two messages that I get when I try to sign out from iCloud:

  • I purchased an iphone 4s secondhand but now i find that the person has a security feature still locked onto the phone and they are not responding to my message. Is there any way to resolve this problem.

    How do I resolve an issue with a secondhand phone purchase that has a security feature link to it and it hasnt been removed therefore I cant use the phone.

    Hi paisley,
    Sorry, there is no way around the Activation Lock. You either need to contact the original owner and get them to turn off Find My iPhone and wipe the phone from their iCloud account, or you need to return it to the seller.
    Sorry,
    GB

  • The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU - SharePoint Foundation 2013

    After sucessfulling installing the SharePoint Foundation 2013, when i try to access the Secure Stored Service Application i get the below error
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 Secure Store Service         
     Secure Store                   g0n6 High     The trial period for this product has expired or this feature is not supported in this SKU. b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   Application error when access /_admin/sssvc/ManageSSSvcApplication.aspx, Error=The
    trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.   at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1
    operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoi... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   ...nt.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs
    e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.Office.Server.ProductExpiredException: The trial period for this product
    has expired or Secure Store Shared Service is not supported for this SKU.    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoint.ClientExtensions.SecureSto... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected ...reAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.ProductExpiredException: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy proxy, String& errorMessage)     at Microsoft.Office.Sha... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...rePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.Htt... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...pApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.86  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        aat87 Monitorable   b3b6e19b-7de2-e016-ad32-0fc975829ef0
    Is it a bug or any issue in configuration?
    Raghavendra Shanbhag | Blog: http://moss-solutions.blogspot.com
    Please click "Propose As Answer " if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

    Hello
    something should be related wuith this service, take a llok at my visual studio output whne I try to deplay and autohosted sharepoint app: (anyone can help)
    1>------ Build started: Project: MySharePointAppWeb, Configuration: Debug Any CPU ------
    1>  MySharePointAppWeb -> C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\bin\MySharePointAppWeb.dll
    2>------ Build started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    2>C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config(34,4): warning : No element in the source document matches '/configuration/connectionStrings'
    2>  Transformed Web.config using C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config into obj\Debug\TransformWebConfig\transformed\Web.config.
    2>  Auto ConnectionString Transformed obj\Debug\TransformWebConfig\transformed\Web.config into obj\Debug\CSAutoParameterize\transformed\Web.config.
    2>  Copying all files to temporary location below for package/publish:
    2>  obj\Debug\Package\PackageTmp.
    2>  Packaging into C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.zip.
    2>  Adding sitemanifest (sitemanifest).
    2>  Adding IIS Application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Creating application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding virtual path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en\Microsoft.IdentityModel.resources.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.Extensions.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.Runtime.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.pdb).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\packages.config).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages\Default.aspx).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.min.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\_references.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Web.config).
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding declared parameter 'IIS Web Application Name'.
    2>  Package "MySharePointApp.Web.zip" is successfully created as single file at the following location:
    2>  file:///C:/_works/visual%20studio%202012/Projects/MySharePointApp/MySharePointApp/obj/WebDeploy
    2>  To get the instructions on how to deploy the web package please visit the following link:
    2>  http://go.microsoft.com/fwlink/?LinkId=124618
    2>  Sample script for deploying this package is generated at the following location:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.deploy.cmd
    2>  For this sample script, you can change the deploy parameters by changing the following file:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.SetParameters.xml
    2>  Successfully created package at: C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\bin\Debug\app.publish\1.0.0.0\MySharePointApp.app
    3>------ Deploy started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    3>Active Deployment Configuration: Deploy App for SharePoint
    3>Uninstall app for SharePoint:
    3>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    3>Install app for SharePoint:
    3>  Uploading the app for SharePoint...
    3>  Creating a trusted root authority in SharePoint for IIS Express.
    3>  Installation is in progress (00:00:00)
    3>  Installation is in progress (00:00:01)
    3>  Installation is in progress (00:00:02)
    3>  Installation is in progress (00:00:03)
    3>  Installation is in progress (00:00:05)
    3>  Installation is in progress (00:00:06)
    3>  App failed to install, cleaning up...
    3>  App installation cleanup failed due to errors.  Please see the app on the SharePoint site’s “Site Contents” page for details.
    3>  App installation encountered the following errors:
    3> 
    3>  @"Error 1
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3> 
    3>  @"Error 2
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3>Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    ========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

  • Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Same problem here (no graphics in header or footer) and the problem has been reported months ago. It is another bug/feature lost when Apple moves from 09 to the iCloud-compatible versions.  Complain to Apple, you may have better chance than me and they may finally listen to their users....

  • On startup I get an Alert dialog that tells me that some security feature is not working and I should correct things in the Firefox profile. What's going on?

    On Mac OS X 10.6.6, MacBook Pro.
    When I launch Firefox I get an Alert that says,
    Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.
    If I click OK, it goes away and Firefox seems to work fine, but I don't like this situation. Anyone know what this is?
    I've trashed the old Firefox (which left a few dynamic libs open and I had to restart to empty the trash) and I installed the latest Firefox (3.6.14), but the problem remains. I found a profile for Firefox in the /Library/Cache folder, but I don't know what to do with it. My disk has plenty of room.
    Any help or pointers appreciated

    There are a few possible causes of that error, for details on fixing it see https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

Maybe you are looking for

  • Apple Mobile Device Is Not Started

    OK so updating Itunes to 10 has caused me a whole slew of problems. First there was the issue of it recognizing it as a camera which I never got that part fixed cause when I tried to update the driver as instructed, it told me it was already up to da

  • ITunes not displaying ALL remote speakers...

    All, I have two airport expresses hooked up, but I can only get airtunes to work with the express that is 'extending' the range of my network. The airport express connected to my modem will not display in iTunes. How can I troubleshoot this and get b

  • Do I use JFrame or JDialog?

    Hi, I wanted to create a dialog which allows me to have two JTextArea's. In one list I list possible selection for the user. In the other text area, all the files the user selected will be in the text area. There will be two buttons for removal/addit

  • Vendor evaluation in SRM

    Hi experts I need implement SRM vendor evaluation and I would likte to know maore informations abaout it. Someone could explain me hot works the processes of evaluation based in Goods receipt, invoice verification, confirmations vendor list? Thaks Ni

  • ORA-01017: invalid username/password; logon denied if i execute a Processfl

    Hi, i want to start a Processflow, but an error occured ORA-01017: invalid username/password. Another problem is, all actions for example Create, Replace.. are grey. I can't select them? I tried OMBREGISTER LOCATION 'PFP_CE1_LOCATION1' REUSE but no s