Coldfusion Update 9,0,1,274733 disables session

Installed CF 9  and left all settings at default @ WindowsXP 32 bit with No Problems
Installed CF 9.0.1 and run very simple index.cfm with  Application.cfc with:
xxxxxxx cut xxxxxxxxxxxxxxxxxx
this.sessionmanagement = true;
this.sessiontimeout = CreateTimeSpan( 0, 0, 1, 0 );
xxxxxxx / cut xxxxxxxxxxxxxxxxxx     Results in:
java.lang.NullPointerException
Debugging Information
ColdFusion Server Developer 9,0,1,274733
Template /walk/index.cfm
Time Stamp 25-Nov-10 10:18 PM
Locale English (UK)
User Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/6.0.495.0 Safari/534.6
No top level page was found.
Commenting out session vars gets rid of error
The session vars are enabled in CF Admin
BUT - trying to view log files in CF Admin produces this error below
========================================================================
The requested scope session has not been enabled.
Before session variables can be used, the session state management system must be enabled using the cfapplication tag.
The error occurred in _searchloglogic.cfm: line 29
-1 : Unable to display error's location in a CFML template.
Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/6.0.495.0 Safari/534.6
Remote Address  127.0.0.1
Referrer  http://127.0.0.1/CFIDE/administrator/logging/index.cfm
Date/Time  25-Nov-10 10:31 PM
Stack Trace
at cf_searchloglogic2ecfm1272957748.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator \logviewer\_searchloglogic.cfm:29) at cfsearchlog2ecfm333999345.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\logvie wer\searchlog.cfm:48)
coldfusion.runtime.NoOperScope$ScopeDisabledException: The requested scope session has not been enabled.
at coldfusion.runtime.NoOperScope.resolveName(NoOperScope.java:36)
at coldfusion.runtime.Scope.get(Scope.java:60)
at coldfusion.runtime.DotResolver.resolve(DotResolver.java:45)
at coldfusion.runtime.DotResolver.resolve(DotResolver.java:72)
at coldfusion.runtime.NeoPageContext.SymTab_resolveSplitName(NeoPageContext.java:1017)
at coldfusion.runtime.NeoPageContext.SymTab_resolveDottedName(NeoPageContext.java:995)
at coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:649)
at coldfusion.runtime.NeoPageContext.findAttribute(NeoPageContext.java:622)
at coldfusion.runtime.CfJspPage._checkParam(CfJspPage.java:2939)
at coldfusion.runtime.CfJspPage.checkSimpleParameter(CfJspPage.java:3012)
at cf_searchloglogic2ecfm1272957748.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator \logviewer\_searchloglogic.cfm:29)
===============================================================
Server Details
Server Product                     ColdFusion
Version                               9,0,1,274733
Edition Developer
Operating System                Windows XP
OS Version                          5.1
Adobe Driver Version           4.0 (Build 0005)
Type                                     COOKIE
Description                           Client based text file.
Purge data after time limit      Yes
Time limit                          10 days
Disable global updates           No
Memory Variables
J2EE Sessions                     No
Application Variables
Enable Application Variables Yes
Default Timeout                     1,0,0,0
Maximum Timeout                2,0,0,0
Session Variables
Enable session variables           Yes
Default Timeout                     0,0,1,0
Maximum Timeout                0,0,2,0
================================================
I have tweaked time out settings and set J2ee settings on/off and installed chf9000001 hotfix
Tried same on Windows 7 32 bit/64 bit
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
EDIT--- Ubuntu Server 64bit works
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have not seen this reported anywhere else.
The settings say session is enabled - even looked in neo-runtime.xml - very carefully
very discouraged ... must be dementia kicking in

Hello Kai
Thanks for response
Same problem on
Windows XP SP3
Windows 7 32bit/64bit
Application.cfc /cfm
Error is consistent @ all applications
Same code @ Ubuntu server runs fine ?????
Been all over this thing
This all @ Vbox installs
  * @displayname "walk"
  * @hint "Application Component for walk test App"
  * @output "no"
component {
// application settings
this.name = "walk";
this.applicationtimeout = createTimeSpan(0,2,0,0);
// below = Null Pointer Error!
    //this.sessionmanagement = true;
//this.sessiontimeout = createTimeSpan(0,1,0,0);
    this.clientstorage = "cookie";
    this.clientmanagement = true;
The Error on the Log file viewer in Coldfusion Administrator
========================================================================
The requested scope session has not been enabled.
Before session variables can be used, the session state management system must be enabled using the cfapplication tag.
The error occurred in _searchloglogic.cfm: line 29
-1 : Unable to display error's location in a CFML template.
Resources:
Check the ColdFusion documentation to verify that you are using the correct syntax.
Search the Knowledge Base to find a solution to your problem.
Browser  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.6 (KHTML, like Gecko) Chrome/6.0.495.0 Safari/534.6
Remote Address  127.0.0.1
Referrer  http://127.0.0.1/CFIDE/administrator/logging/index.cfm
Date/Time  28-Nov-10 09:29 PM
Stack Trace
at cf_searchloglogic2ecfm1272957748.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator \logviewer\_searchloglogic.cfm:29) at cfsearchlog2ecfm333999345.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\logvie wer\searchlog.cfm:48)
==================================================================================
This from install CF 9.0 runs OK
Update to  9.01 @ build 9,0,1,274733
Started CF @ 4.5 - went away @ CF 7
Came back to this - thinking of taking up knitting
Just trying to update my skillset a bit
G

Similar Messages

  • How to disable sessions in CS6?

    InDesign Server CS6 added a mechanic of multi-threading jobs via sessions.
    Now you can begin session and end session via SOAP web service call.
    However, the sessions add a huge overhead for those who want to use multi-instance instead of multi-threading.
    A webservice call without a session ID is always ~500ms slower while it creates a session in the background. The session is then appears to be used on a ~5 second sliding timeout allowing subsequent calls to be 500ms faster, however if you wait around 10 seconds, the next call recreates the session and increases render time by ~500ms again.
    This is a major issue when rendering takes on average of 1000ms. That's a 50% longer execution time. This is a major problem when trying to offer a speedy web application built on top of IDS.
    I tried creating sessions and keeping the IDs in memory, but they expire and result in a whole bunch of SOAP errors.
    My question is: Is it possible to disable sessions in IDS CS6 or remove the session expiration time completely?

    This is the other discussion: http://forums.adobe.com/message/4518765#4518765
    I've tried to lower the quality, and with pure magic, it now works, even when I put highest quality. I don't understand what happened. I asked you how to disable openGL because they told me to in the last discussion. So, thank you for repairing my problem (I think you repaired it, i'll make tests to see). Just in case, could you verify if it's posible to disable openGL like the other person told me?

  • Disabling session in servlet

    In jsp pages session is created by default. To disable it we use <%@ session="false %>. How do we accomplish the same thing in servlets? Thank you in advance. BTW: I looked at the java class file deirved from jsp with disabled session but it didn't make any sense. Obviously it happens in the pageContext initialization but it doesn't appeal to my servlets.

    HttpSession session = request.getSession(false);

  • Disabling session management in BlazeDS

    I am relatively new to BlazeDS. We are mainly using RemoteObject service of BlazeDS and server side code is not using any sessions.
    Is it safe to assume that application is going to work fine if it put on multiple web servers and a HTTP load balancer is used. I saw on this post that disabling session management can not be done if message service is used but as I mentioned we are using Remote service only.
    If disabling session management is fine then can you pls. elaborate how to disable it on BlazeDS.
    -Amit

    I am relatively new to BlazeDS. We are mainly using RemoteObject service of BlazeDS and server side code is not using any sessions.
    Is it safe to assume that application is going to work fine if it put on multiple web servers and a HTTP load balancer is used. I saw on this post that disabling session management can not be done if message service is used but as I mentioned we are using Remote service only.
    If disabling session management is fine then can you pls. elaborate how to disable it on BlazeDS.
    -Amit

  • Just installed CS6 and trying to update, Windows 8.1 tried disabling security still not updating. Version 13.0 any suggestions ? Thank you

    Just installed CS6 and trying to update, Windows 8.1 tried disabling security still not updating. Version 13.0 any suggestions ? Thank you

    Once in awhile, they do have bug fixes for CS6. The only thing I can think of that was an upgrade for CS6 was a newer version of camera raw. For now they are allowing CS6 to have the latest version of camera raw, but when they are done with supporting CS6, I imagine that will be the last of the upgrades. I don't know of any dates, but I heard it wasn't for a long time if at all. So I guess we will all have to wait and see.
    As for getting updates, I think you will like the manager. It makes it much easier. Frankly I didn't know the manager worked on the perpetual license. I knew it worked on the subscription. So it is good to know that it works for you as well.

  • Disable session cache

    Hi,
    How to disable session cache for particular reports
    thanks

    Hi,
    I would like to know, what you are referring to as 'Session Cache' here. I think you are referring to the presentation server cache, which can be managed by tags in the instanceconfig.xml or you could by-pass in completely during analysis creation with the 'By Pass Presentation Services Cache' setting.
    Instanceconfig.xml tags are as follows:
    <ServerInstance>
    <Cache>
    <Query>
    <MaxEntries>100</MaxEntries>
    <MaxExpireMinutes>60</MaxExpireMinutes>
    <MinExpireMinutes>10</MinExpireMinutes>
    <MinUserExpireMinutes>10</MinUserExpireMinutes>
    </Query>
    </Cache>
    <ServerInstance>
    Let me know, if I got you wrong here.
    Hope this helps.
    Thank you,
    Dhar

  • A simple app to secure coldfusion pages - Running into an issue with Session

    Hello, I am testing out how to protect pages in coldfusion and have run into an issue when attempting to create a process by which users can log out.
    Essentially, I have three pages:
    Page A - The form that submits to Page B
    Page B - That checks the form.username and form.password against a database (works fine)
    Page C - Logout page (Which is where I am having an issue).
    Page C throws a "variable Session is undefined" error
    Here is the code on Page C:
    <cfset StructClear(Session)>
    <cflocation url="index.cfm">
    Here is the code on Page B:
    <cfif NOT IsDefined ("form.username")>
    <cflocation url="index.cfm" addtoken="No">
    </cfif>
    <cfquery name="test" datasource="cfdb">
    SELECT * FROM USERS
    WHERE USERNAME = '#FORM.username#'
    AND PASSWORD = '#FORM.password#'
    </cfquery>
    <!---<CFSET Session.LoggedIn = "1">
    <CFSET Session.FirstName = "#test.FirstName#">--->
    <CFIF test.RecordCount IS 0>
    <cflocation url="index.cfm" addtoken="No">
    <CFSET StructClear(Session)>
    <cfelse>
    <CFSET Session.LoggedIn = "1">
    <!---<cflocation url="test.cfm" addtoken="No">--->
    </cfif>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p><a href="logout.cfm">Log Out</a></p>
    <p> </p>
    <p> </p>
    <p><br>
      This content is protected.
    </p>
    </body>
    </html>
    As you can see, nothing fancy
    Now, I thought that the Session variable could be accessed by any page within a given browser instance, but I am obviously wrong.
    What do I need to do for Page C (my logout page to be able to access the session variable).
    Any guidance is greatly appreciated!

    1.
    “Variable Session is undefined” error comes up when you try to manipulate a session variable which does not exist, as at that point in time. To take care of possible empty session structures, it is good practice to check first if your session is defined.
    So you will have something like:
    <cfif isDefined("session")>
    <cfset StructClear(Session) />
    <cfelse>
    <cflocation url="index.cfm">
    </cfif>
    2.
    To enable you access your session variables from any page in your application, you need to enable session management in your Application.cfm or Application.cfc.
    cfm   <cfapplication sessionmanagement="Yes" />
    cfc        <cfcomponent>
    <cfset THIS.SessionManagement = "Yes" />
    </cfcomponent>
    Reference…http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24 -7c48.html

  • 11.0.0.4 Update still promting for update at clock even when disabled via GPO customization wizard

    I have custiomized the Adobe Reader 11.0.0.4 msi to disable any updating feature available . This is the same as the previous versions which have worked faultlessly. This time when i have deployed 11.0.0.4 it does install on the windows machine but still prompts beside the clock with an icon and message saying would you like to install the update? if i click it it then fails as its already installed. i do not want any user to see this message especaily when that version is already running on the machine! Please see below for further informaiton, Appriciate any help resolving this issue.
    Server software:
    Operating system: Windows server 2008 R2
    Client software:
    Operating system: windows 7 64 x pro
    Service Packs: SP1
    Adobe product: Adobe reader 11.0.0.4
    Are the system requirements met? yes
    Problem details:
    Type of problem: update icon and message still showing at clock even when disabled by customized GPO.
    Error message (if any): no erro just popping up!
    Logged on as administrator or user? both but deployed via GPO deployment
    Can you reproduce the problem when you test the problem on the server? yes i can repude on several PC's
    Deployment details
    If you are having deployment problems, also record the following:
    Base version   11.0.0.0
    Any patching/chaining? 11.0.0.1, 11.0.0.2, 11.0.0.3, gpo deployed each version now on 11.0.0.4
    Using MSI or EXE? MSI with MST file (MSI from 11.0.0.0 andmerged with Patch 11.0.0.4)
    Using the Customization Wizard? YES
    Deployment method (AIP, GPO, SCCM, ARD?) GPO
    Installing over other products? YES previous versions of adobe reader
    Did you attempt to install any third-party scripts or application  programming interfaces (APIs) with Acrobat during deployment? If so,  does the problem reside with these elements? (To find out, create a test  package containing only Acrobat.) no
    How did you create the package? customisation wizard Adobe 11.
    Does the problem occur when you install the application from a DVD?  If so, does the problem occur when you copy the contents of the DVD to a  local or network drive? n/a

    fyi
    Some feedback in SR 3-6322025251 ...
    After some on-going discussions with Product Managers, they don't believe this is expected behavior in the 3 questions (q4), (q5) and (q6).
    I have so created 3 new bugs for Development evaluation as no answer or known issue found.
    I have created a spin-off SR for each question/bug as per our policy we handle only one issue/bug per SR.
    You can follow each question/bug progress in the following SRs :
    - (q4) Is it intended behavior to have updated version columns on rows that have not really been updated (as observed in step (sc2-g) and (sc3-g))?
    SR 3-6838483321: Entity attribute with change Indicator and version history gets updated even if row unmodified in UI
    Bug 16381918 - OBJECT VERSION ATTRIBUTE INCREMENTED EVEN IF ROW UNMODIFIED IN UI
    - (q5) How can the NullPointerException (in step (sc2-h)) be explained/avoided?
    SR 3-6838483348: NPE in oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded
    Bug 16382070 - NPE IN ORACLE.ADF.MODEL.BINDING.DCITERATORBINDING.EXECUTEQUERYIFNEEDED
    - (q6) Why does the message in step (sc3-h) mention 'primary key oracle.jbo.Key[10 ]' while the row that really changed has Deptno 20?
    SR 3-6838483413: Incorrect primary key value from oracle.jbo.RowInconsistentException
    Bug 16382246 - INCORRECT PRIMARY KEY VALUE FROM ORACLE.JBO.ROWINCONSISTENTEXCEPTION
    Each bug has been published in MOS and are pending Development triage and evaluation.
    On My Oracle Support, I have been able to find bug 16381918, bug 16382070 and bug 16382246.
    regards
    Jan

  • Update and Delete option are disable

    Resp : XML Publisher Admin
    Template : search template Example : Standard Purchase Order Stylesheet
    there is option to add new template but option to delete and Update are disable. (Localized Templates Region)
    How to enable them. (Is there any setup required for this?)
    Thanks
    Edited by: avajain on Feb 25, 2009 4:38 AM

    Hi,
    Since 'Standard Purchase Order Stylesheet' is a standard Template, you will not abe able to delete or update it.
    If you need to customize it, You need to copy it to another template and upload your custom style sheet.
    Then you need to attach this custom template to standard PO using the following navigation:
    a) Purchasing SuperUser -> Setup -> Pruchasing -> Document Types ->(It will open a new OAF window)
    b) Click 'Update' Icon on 'Purchase Order Standard''
    c) Change 'Document Type Layout' and select your Custom template.
    Hope this helps!
    Regards,
    Sree

  • Firefox update version 10 wants to disable my Internet Security, until it's made compatible. Firefox is seeing it as an add-on. Can anyone help me?

    Kaspersky is an Internet Security/Anti-Virus program for my computer and it seems that Firefox thinks it's an add-on. The update window says, that Kaspersky would be disabled, until Firefox makes it compatible with version 10. Running my protection program is more important to me than updating to Firefox version 10. How long it will take Firefox to make this type of so called add-on compatible?
    It would be nice to talk with some type of support, so Firefox can make the improvements to except Kaspersky.

    The main Protection is still active because it scan traffic product regardless.the addon are just shortcut of few things like Virtual Keyboard, Url Banner etc. But doesnot get you '''more''' protection.If your Antivirus say green and your web component is enable then all is good. You are protected. :)
    btw The Patch '''h''' for Kaspersky 2012 which currently in beta stage. Please wait few days, and you will get this patch when it will release via Database Update .See:
    * http://forum.kaspersky.com/index.php?showtopic=227402 (login required)
    this Patch will elimante the problem of compatibility between Firefox 10 and Firefox 11. Stay tuned.

  • Mozilla just updated to Firefox 4 and disabled my F5 access. I can no longer work from home!

    I'm trying to connect to my work network from home, but Firefox automatically updated to Firefox 4 on my home computer and disabled my F5 software which was what I was using to remotely login to my work computer. F5 Networks VPN client is standard stuff issued by my Federal Government job to allow me to work from home.

    Firefox 4 requires at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    For an unofficial Firefox 4 compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    * http://www.floodgap.com/software/tenfourfox/
    Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    * http://kb.mozillazine.org/Lost_bookmarks

  • How many reocrds update in call transaction method and session method

    The flat file having the 10 records but the flat file having the 5 th record is error so in session method how many records will  update and in call transaction how many records  will update.
    can you provide with detailed information  like in synchrnous mode and asynchronous mode
    Regards
    reddy

    hi,
    session method :up to 4 records will be updated as it is in synchronus mode.
    Call transaction method : except 5 th all 9 records will be updated as it is assyncronous method.
    Regards
    sandeep Reddy

  • Download of update in Mountain Lion has disabled my Wifi.  Why

    For at least the third time, I have downloaded an update to Mountain Lion and it has disabled my wifi!  Why?  Can anyone help?

    The pop up saying there were updates to my OS (Mountain Lion) available and I chose the Update button which restarted my MacBook.  When it restarted, it would no longer connect to the Wifi.  When I went to Network Preferences, the Wifi is turned off and will not allow me to turn back on.  Additionally, the device does not recognize any networks and just continues to "search" for them. 
    This is the 3rd time this has happened to me when downloading updates to the OS!  Every other time has required support to get involved.  I am wondering how many other people this has happened to?

  • Update/Installation of itunes 10 disables network card

    Installation of latest itunes version (10) results in disabling my network card. The only way I've been able to restore is a system restore. I own 3 ipods and am totally frustrated with support structure. I have tried the following with no success.
    Uninstall all Apple software as per a support article. 1) itunes 2)Quicktie 3) Apple Soft Upd 4) Mobile Dev Sup 5) Bonjour 6) Apple Applic Supp. Followed by a manual cleanup of the associated program files director and system32 directories.
    I finally located a version 9.1 download but get msg that later version is installed. I followed another support tip for renaming library. Tried with several previous library files and could not find one that would allow install to continue.
    Does anyone have ideas? Please, please, please.

    I am having the same problem here, and am EXTREMELY frustrated... I was so excited to download the new iPad OS. Argh, I hate iTunes. Have you found a solution? Okay so here are my details:
    I'm operating a homemade PC on a FoxCon Motherboard, with a RealTek built in wired LAN port.
    Running Windows 7 Home Premium 64-bit
    I first tried upgraded from within iTunes. needed to a computer restore to get network back up and running. Tested all the hardware first to ensure it wasn't hardware.
    After retoring, iTunes was broke. I downloaded from the web and tried to install. iTunes was still broke, and the network died again.
    Needed to do a system restore again.
    Completely uninstalled iTunes from the system. Ran Windows Update to ensure I had all of the updated drivers.
    Redownloaded and installed iTunes 10.1 again, and once again, it broken the network connection.
    I downloaded the motherboard and LAN port drivers from their website on another machine, and installed them via a USB port on the machine with iTunes. No change.
    I uninstalled iTunes again.
    Called support
    They had me setup a new user on the computer, then uninstall Bonjour, 2 Apple software (Mobile and serice), and Quicktime and restart the computer. When the computer came back on I logged in as the new user and the network was again broke.
    Did system restore back to after I did the windows update earlier today.
    He had me uninstall the apple services again, and then setup the new user. By the time I got to this point the network was down again.
    He asked me to a restart, no fix.
    He transfered me to a senior support person who didn't have any other ideas.
    I tried using the iTunes installation file I saved from before to reinstall now that everything was off, hoping it might reset the network, it did not.
    I've restored the system again back to the Windows Update earlier today and am very unsatisfyingly giving up and waiting for Apple's Support Engineers to get back to me in a few days. If anyone knows of any other solutions, my iPad will thank you after it gets updated.

  • Why did Firefox automatically update to 9.01 today, disabling a needed extension and my main theme?

    I (and many others) have complained constantly about FF's constant updates that consistently break extensions, etc.
    Therefore, I turned off automatic updates in the OPTIONS folder. I have FF set not to even check for FF updates.
    Today, I reboot the computer, my theme is gone, disabled for no good reason. An extension I use (FoxClocks) is gone and listed as incompatible with the new version, '''9.1'''
    Hmmm. I thought that applied in mid-January. According to the Update History, Jan 12 to be exact.
    Now, I turned off the automatic update feature for FF (leaving it for Add-ons and search engines). Yet, something still seems to have happened automatically in the background that disrupted my browser.
    So could someone tell me
    (a) has an automatic update been applied against my wishes?
    (b) I thought I'd made sure that couldn't happen. How do I stop it from happening, otherwise?
    (c) If this wasn't an automatic update, what was it? How do I stop it from happening?

    Auto update preferences are OFF. I turned off the automatic update feature for FF (leaving it for Add-ons and search engines)
    I don't think 9.01 is a new update either. I applied it in mid-Jan according to the software history---that was a late application because I do not like Firefox's frequent update policy and I only apply after they are well established and not likely to break my extensions.
    Yet, suddenly, nonetheless one morning my browser booted with the Noia theme gone, and Fox Clocks disabled. (It is now back.) Which is extremely odd since I also use FF on my laptop (Vista) and have FC installed there---and it works fine with this version and there was no such problem on my laptop. What in the world can that be about? (Note that the laptop is Vista; the desktop XP3)

Maybe you are looking for

  • SharePoint 2013 Workflow Lookup Column Error

    When I try to use the value from a lookup column (e.g. display the selected value in the body of a email) in a SharePoint 2013 workflow I receive the following error. It works fine if I use the SharePoint 2010 workflow platform, but I always receive

  • My firefox will not let me go to facebook, google search or youtube. been this way for about six weeks. have uninstalled and reinstalled to no avail. any ideas?

    I still cannot get to Google to search. This problem exists and has NOT been fixed. I still cannot get to Facebook. This problem exists and has NOT been fixed. I still cannot get to YouTube. This problem exists and has NOT been fixed. I still cannot

  • Kernel Panic when launching safari OS X mavericks

    Hello, i would really appreciate your input guys. Sometimes I am getting kernel panics when i launch safari, this occurs mostly when i turn mac on and then launch the safari, when i launch something else it wont happen. I already tried verifying disk

  • ITunes automatically ejects iPod

    I'm new to iPod/iTunes and I'm really really disappointed. I payed US$ 300 for my Nano (it is more expensive here in Brazil) but it is not working, thanks to iTunes. My USB drive is really working well - I must say it before you ask it. The problem i

  • Incoterms  report

    Dear All, for which t-code  i see  incoterms  for mass PO ? Example: PO  Number    Payment term                      incoterm 300604         PT05                        Our Works,Baddi 330417        PT08                            Our Works, Delhi Re