Client Variable Store after MX7 CF9 upgrade?

Yesterday, we migrated from MX 7 standard to CF 9 enterprise.  We utilize client variables for session management across several servers.  Sometime yesterday afternoon, our users started reporting that they were taking on the identities of other users.
After the migration, we did not purge our client store (this has since been done).  Is it possible that CF 9 was generating CFID/CFToken pairs that already existed in the client store from MX 7?

Yesterday, we migrated from MX 7 standard to CF 9 enterprise.  We utilize client variables for session management across several servers.  Sometime yesterday afternoon, our users started reporting that they were taking on the identities of other users.
After the migration, we did not purge our client store (this has since been done).  Is it possible that CF 9 was generating CFID/CFToken pairs that already existed in the client store from MX 7?

Similar Messages

  • Embeded derby as client variable store

    I've spent considerable time trying to configure the built-in
    derby embeded DB as a CF client variable store and have failed
    utterly. It seems to be impossible.
    I had a SQL Server client store which worked just find, but,
    for various reasons that are irrelevant here, I would really prefer
    not to do that and use derby instead.
    I created the database, created the dsn, set the dsn as the
    client store and it all looked okay. But it isn't. The CLOCAL and
    CGLOBAL tables were not created as they should have been (and were
    for SQL Server). So I created them by hand as described in the
    help
    files, but that failed as well. Changing various things yields
    different errors, but there is a consisted 500 Server error. I can
    only guess that the database writes are failing, but there is no
    indication as to why.
    I have looked all over adobe.com and all over the intertubes
    and there is no further information of any kind. In fact, the
    latest instructions for even creating the database date back to
    May
    2007 and have no resemblance to the administrators screens at
    all. (I'm running CF 8,0,1,195765 standard). When I create an
    embedded derby dsn, I get the generic "default"
    Data & Services > Datasources > Other screen.
    There's nothing "derby" about it.
    So, frankly, it seems pretty pointless and useless to me. If
    someone can point me DIRECTLY to relevant information, I'd
    appreciate it. I cannot believe in the year plus this product has
    been out that NO ONE has done this, especially when it's commented
    all
    over the place that this is one of the things you can do, yet
    there's nothing. Even searching for just "derby" on these forums
    yields only three hits, none of which are relevant.

    >> Well it does actually *tell you* it won't create
    them automatically when
    > > you go to set the DSN as the client store. I
    suppose one has to read what
    > > it says on the screen, which I have to say I don't
    bother doing a lot of
    > > the time in CFAdmin because I "know" what the text
    says. This very screen
    > > has caught me out with that before. Just the first
    time, though.
    >
    > Actually, it does not tell you. The SQL Server screen
    presents you with a box
    > that says "create tables" but this one does not.
    It doesn't say - underneath the "Description" text area "Your
    data source
    requires you to manually create the necessary database tables
    to store your
    client variables. See the Online Help for details. "?
    It does for me.
    You have a most curious CF install, and I would be very
    hesitant continuing
    with it given what you say.
    What OS are you running on? Do you still have your install
    logs, and do
    they reveal anything relevant?
    Is this an install that was fresh 8.0 (or 8.0.1), or has it
    been upgraded
    from an earlier release?
    > The ones you expect. And the tables are there and
    created correctly as per
    > <cfdbinfo> which matches the <cfdbinfo>
    created by CF in SQL Server. Things
    > like:
    > CREATE TABLE CDATA (cfid char (64), app char (64), data
    clob,)
    > CREATE TABLE CGLOBAL (cfid char (64), data clob, lvisit
    datetime)
    > CREATE UNIQUE INDEX id1 ON CDATA(cfid, app)
    > CREATE INDEX id2 ON CGLOBAL(cfid)
    > CREATE INDEX id3 ON CGLOBAL(lvisit)
    OK, that sounds about right. The only thing I did different
    was to use
    timestamp rather than datetime. I'm not sure if that's worth
    a try.
    Can you insert / update / delete manually to/from those?
    > > What are the error messages?
    > As I said, the only consistent one is an Apache 500
    Server error
    The inconsistent ones would probably be helpful to know about
    too.
    What goes into the CF logs when these errors are being
    raised? Do the 500
    errors give an stack trace info? I think 500 errors usually
    don't, but
    don't exactly recall.
    > > That sounds wrong. I get " Data & Services >
    Datasources > Apache Derby
    > > Embedded" on all three servers I have at my
    disposal currently (a mix of
    > > CF8 multiserver, CF8 stand-alone), and the rest of
    the screen is
    > > Derby-specific. It sounds to me like your install
    is bung. Are you saying
    > > when you select "Apache Derby Embedded" you just
    get the same screen you
    > > would have had you selected "other"? Odd.
    >
    > Also, as I said, I do not get any Derby anything.
    I'm finding your tone a bit tedious to be honest.
    I asked for clarification because you weren't completely
    clear in your
    post, and I just wanted to make sure you were sure what you
    were seeing
    because it's somewhat unusual to be getting completely the
    wrong screens in
    CFAdmin. In all the CF servers I have had responsibility for,
    I've not
    seen this, so I just wanted to *make sure* I was reading you
    right.
    > "other" jdbc data source creation screen, In fact, I
    even copied the
    > derby-specific URL from the create link and pasted it
    into the browser, and CF
    > Admin redirected it to the generic jdbc. This happens on
    all three CF servers I
    > have access to (all running 8.0.1 standard).
    Weird. How did you create the Derby DBs themselves? It's
    usually one of
    the options on the create DSN screen. Did you create them
    manually or
    using some other client tool?
    > > I think your problem here is your attitude that
    because *you* can't make
    > > something work then automatically nor can anyone
    else. That is seldom
    > > going to be the case, surely (or you lead a very
    charmed life). I always
    > > find that when something doesn't work for me in CF
    it's almost always my
    > > fault.
    >
    > Thank you for your opinion. It's most helpful
    When trying to solve a problem that's a result of something
    you've done, I
    find it easy to take the mindset that *you've* done something
    wrong, not
    [something else] has done something wrong. Once one starts
    looking more
    analytically at one's own actions, sometimes a flag comes up,
    and there's a
    bit of a "slap forehead" moment. However if it's
    predetermined that
    something else is at fault and one is just the victim of
    circumstance, it's
    difficult to progress.
    It's just better to dispense with the hand-wringing and roll
    up the sleeves
    and get on with fixing it.
    > should have somehow psychically determined. If you read
    for comprehension
    > you'll see that I said I can't believe no one had done
    it.
    Have you not found anyone reporting to have used the Derby
    DB? I have to
    say that I'd never used it before y/day, because I've got the
    luxury of
    having Oracle or SQL Server DBs at my disposal. However I do
    know of other
    organisations using Derby for their demo DBs, and have read a
    few things
    about its usage.
    I don't think you should expect to hear people reporting back
    "hey I am
    using Derby to store my client variables", because I don't
    think it's
    really that report-worthy. How many people to you see
    reporting back "I'm
    using my Oracle DB to store client variables"? As "storing
    client
    variables in a DB" is such a mundane thing, people are only
    going to report
    on it if they have had problems with it. Maybe no-one's done
    it (except
    for me, as of y/day). Maybe no-one's had a problem with it. A
    case in
    point: I had no problems setting it up, so I have no further
    need to report
    anything to anyone about it because it's "job done, move on".
    > As I said the first time and again above, and will
    repeat again here: I can't
    > find anywhere where someone said they've actually done
    it.
    I've *actually done it*. I told you this y/day, as soon as
    you asked.
    There you go. Can we move on now please?
    I'm not actually sure you want help, but if you do, follow up
    with those
    error message and anything from the logs that are helpful. I
    think you
    just want to have a moan as to how you've been so put upon,
    and if that's
    the case, I think we're done here. It's up to you as to how
    to proceed.
    Adam

  • Lost connection to itunes store after latest itunes upgrade?

    I have lost the ability to access the itunes store after uploading the latest v9 itunes. An error message appears saying check internet connection. My internet connection is fine for everything else. Any ideas as have bought an itouch and would like to upload some new stuff onto it?!

    Are you running any of Symantec's (Norton) or McAfee's Internet security products or anything similar, or an antivirus/antispyware application? There have been reports that some such utilities treat an upgrade to iTunes as a new application and can block the application from connecting. So you have to go in and reset the utility to allow iTunes. The same thing can happen if you upgrade the security product (this has particularly been a problem with recent McAfee upgrades).
    Check the settings for your utility. If iTunes is still listed, remove and re-enable the exception for iTunes. Consult your utility's documentation for the appropriate procedure; you can find instructions for Norton on Symantec's web page for iTunes. You may also need to check the built-in Windows firewall as well.
    Hope this helps.

  • Can't access movies in iTunes Store after iOS 7 upgrade

    I cannot access, click, scroll, or download movies at the iTunes stores after downloading iOS 7. It's the first issue I've encountered. Sort of weird that I can access music but the movies section is inaccessible. I can see all the titles, but can't click on any of them to read details or download the movie.  What's the fix?

    I was on the phone with Apple for over an hour last night…they had me trying all kinds of things (deleting plists, creating a test account, etc. We did solve the multiple sign ins problem with the Apple ID (de-authorize iTunes and re-authorize), but I still cannot see podcasts (in the dropdown categories list) in the iTunes Store. The last thing I tried was to re-install Mavericks, but that issue persists…

  • I can't connect to App Store after iOS 7 upgrade, I can't connect to App Store after iOS 7 upgrade

    I can't connect to the App Store after iOS 7 upgrade

    I could always connect, but I couldn't search for anything.
    Just tried the steps in this thread:
    Log out (Settings > iTunes & App Store) then did a hard reset (Home and Power button) then signed back in.
    That worked for me.

  • Unable to install iPhoto from App Store after Mountain Lion Upgrade

    Hi,
    I've formated and installed Mountain Lion.  Unfortunately every time I try to install iPhoto from the App store it starts the download goes up to 10MB and goes to zero.  After three times it gives up and tells me that there is an error and I should try again from purchases.
    This also happens with others like garage band etc.
    I can use it to install others like Xcode without a problem.
    What can I do?

    There's a link on the right hand side of the App Store window

  • Can't connect to iTunes Store after Vista SP2 upgrade

    Network connection OK & functioning. All other apps can connect to the internet. windows firewall has itunes and bonjour enabled. Flushed DNS. Upgraded to iTunes 8.2 and was able to connect to itune stores. Upgraded to Vista SP2 today and cannot connect to itunes store. Any ideas??
    Itune Diag Summary:
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002)
    TOSHIBA Satellite P205
    iTunes 8.2.0.23
    QuickTime 7.6.2
    FairPlay 1.4.10
    iPod Updater Library 8.1d19
    CD Driver 2.1.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 2.5.1.3
    Apple Mobile Device Driver 1.43.0.0
    Bonjour 1.0.6.2 (118.5)
    iTunes Serial Number 2AA898C8821C918D
    Current user is not an administrator.
    The current local date and time is 2009-06-09 19:11:20.
    iTunes is not running in safe mode.
    Video Display Information
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    Intel Corporation, Mobile Intel(R) 965 Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {173069C1-D899-4D3E-88E1-DC7BE3560769}
    Description: Intel(R) PRO/Wireless 3945ABG Network Connection
    IP Address: 192.168.0.100
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.0.1
    DHCP Enabled: Yes
    DHCP Server: 192.168.0.1
    Lease Obtained: Tue Jun 09 18:45:04 2009
    Lease Expires: Tue Jun 16 18:45:04 2009
    DNS Servers: 192.168.0.1
    192.168.0.1
    Adapter Name: {31DACFDD-8FC3-4A3D-BBCB-319A60DA357C}
    Description: Realtek RTL8101E Family PCI-E Fast Ethernet NIC (NDIS 6.0)
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway: 0.0.0.0
    DHCP Enabled: Yes
    DHCP Server:
    Lease Obtained: Wed Dec 31 19:00:00 1969
    Lease Expires: Wed Dec 31 19:00:00 1969
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    SSL 3.0 Support: Enabled
    TLS 1.0 Support: Enabled
    Firewall Information
    Windows Firewall is off.
    Connection attempt to Apple web site was unsuccessful.
    The network connection could not be made.
    Connection attempt to iTunes Store was unsuccessful.
    The network connection could not be made.
    Secure connection attempt to iTunes Store was unsuccessful.
    The network connection could not be made.
    Secure connection attempt to iPhone activation server unsuccessful.
    The network connection could not be made.
    Last successful store access was 2009-06-09 14:34:29.

    Fixed it. I had both windows firewall and Kaspersky firewall tuned off. Turned Kaspersky ON and confirm iTunes was allowed. Can now connect to itunes Store!! STRANGE. It won't connect with all firewalls turned OFF???

  • Mac store access after OS X upgrade

    I have lost access to the mac store after OS X upgrade, an error pops asking me to check compatibility. Are there any known solutions?
    During the upgrade iTunes also crashed but I managed to solve that problem by adding back the iTunes folder after iTunes restarted

    I don't have Mountain Lion so I'm not thoroughly acquainted with it but It may be worth your while to download and apply the combo update.
    OS X Mountain Lion Update v10.8.3 (Combo)
    Useful if things go a little awry.   Doesn't matter if you have previously applied it, it has been known to correct the odd minor corruption and may put App Store back into your system.

  • Can't connect to itunes store after upgrading to ios 5.01

    hi there.  after having recently upgraded my iphone 4 to ios 5.01, i cannot access the itunes store to update any of my previously installed apps or purchase any new apps.  i've already tried doing a soft reset (home button + sleep button) and have also restored my iphone to factory settings to no avail.  can anybody help?
    thanks.

    kipfkd01 wrote:
    I was able to connect to the iTunes store before the upgrade but after going to iTunes 10 I have not been able to. Whats going on?
    Are you running any of Symantec's (Norton) or McAfee's Internet security products or anything similar, or an antivirus/antispyware application? Some such utilities treat an upgrade to iTunes as a new application and can block the application from connecting. So you have to go in and reset the utility to allow iTunes. The same thing can happen if you upgrade the security product (this has particularly been a problem with recent McAfee upgrades).
    Check the settings for your utility. If iTunes is still listed, remove and re-enable the exception for iTunes. Consult your utility's documentation for the appropriate procedure. If you have Norton, you can find instructions for that utility on Symantec's web page for iTunes. You may also need to check the built-in Windows firewall as well.
    Hope this helps.

  • Client proxies no longer work after R/3 upgrade to ECC5.0

    Hi,
    After the above upgrade where WAS of the R/3 systems went from 620 to 640 client side proxies no longer work.
    To be able to use client proxies in 620 we had to use a plugin. But in 640 this should be native functionality, so no more plugin for this.
    The error seems to lie in the connection from R/3 to XI. If I test the RFC connection that is defined in SXMB_ADM on R/3 I get the following error:
    HTTPIO_PLG_ICM_CONNECT_FAILED-Fehlermeldung beim S
    Message no. SR000
    The IFR address is correctly defined.
    The SPROX_CHECK_HTTP_COMMUNICATION test in sproxy-connection tests gives the following detailed info:
    When calling the method
    CL_HTTP_SERVER=>GET_EXTENSION_INFO
    the exception
    NO_HTTP_PING_SERVICE_FOUND
    was triggered.
    Does anyobe know how his can be solved?
    Thanks
    Tom

    HI,
    I think some problem with http destinations
    Is your R3 system is configured as a Application system ?
    Go to SXMB_ADM->Integration Engine Configuration->Check role of business system etc. and corresponding Integrtaion server
    Check this guide page no-27
    https://websmp102.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Regards,
    Moorthy

  • Cannot install apps from App Store after iOS 7.04 upgrade

    Hi everyone
    I am new to iPad and Apple, and wonder if someone can please help me with this problem. I upgraded to iOS 7.04 yesterday, and today I cannot install any new apps from the App Store. Before the upgrade I could do this no problem. The 2 apps I am trying to download are free ones - eBay and Yahoo Mail.
    I have tried to search for a solution in the discussions on here, but have only found threads from Sept 13, which point to Apple's servers being overloaded and people should wait until after the hubbub of the recent upgrade has died down. As it's now Feb 14, I would have thought things would be ok now, so feel my problem maybe nothing to do with that.
    Two other bits of advice I found, I have also checked...... The date and time in settings are correct, and I believe I am signed in (but only because a 'sign in' is not showing so that's my assumption). The only advice I have not tried is hitting reset on my iPad as I'm nervous of loosing my stuff.
    When I go into the App Store, select the app I want, click 'free' and then 'install', the blue spinning arrow appears. I leave it to install, but when I check later, it's still spinning. I've even left it a good 15 mins, which for those 2 apps would be way more time than needed.
    Has anyone else has this same problem, and successfully found a solution? I would really appreciate some advice please.
    Thanks, Vikki

    Try this, press and hold both the home and power buttons 10-15 seconds till the Apple logo appears. Release both buttons. Wait 15-20 seconds till your iPad starts on it's own. If they don't download at least the timer should stop.

  • Key and text replaced with "???" in variable selection after SPS Upgrade

    Hello community
    I have a problem regarding the variable screen.
    We recently upgraded to SAPKW70021 and SP19 in Java. After this a problem appeared in web reporting and variable selection. When users are prompted to enter a value for fiscal year for example, the input help displays "???" instead of years. When you choose an "???" randomly from the list and add to your selection, the year is displayed correctly.  The same issue is present with company code selection and other user input variables as well, the selection list is filled with "???" for both key and text.
    Does anyone have any suggestions on how to fix this problem?
    best regards
    Antti Lyytikäinen

    Hi,
    Note 1368055 describes this issue. You need to implement the mentioned java patch for the BI components and set the parameter mentioned in the note to solve this issue.
    Best regards,
    Janine

  • HT201272 After a recent upgrade for my i-phone 4S, the safari app disappeared and I can't find it in the app store to reload it.  Apart from resetting the iphone does anyone have any other suggestion?

    Safari missing
    After a recent upgrade, I noticed that the safari app was missing.  I can't find it anywhere to reload it.  Any suggestions?

    It's a built-in app so it won't appear in the store.
    If you can't find it on any of your homescreens or app folders, and you can't find it via the spotlight search screen (swipe your first home screen to the right), then is it hidden by Settings > General > Restrictions > Safari being set 'off' ?
    If not then have you tried a reset to see if you can find it after the phone has restarted ? Press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the equivalent of a reboot.

  • Cannot access iTunes store after upgrade

    I recently upgraded to iTunes 10.0.4.80 and now I cannot access the iTunes store. Before the upgrade I had no issues. Any ideas?

    I have just finished solving this problem after I couldnt use mine thisafternoon. 5 hrs down the line and Ive solved it! What you need to do is uninstall all the apple software :
    - iTunes
    - Apple software updater
    - Apple Application support
    - Apple mobile Device support
    - Bonjour
       This actually doesn't take too much time!
       Then Shut down, reboot, and go to Apple iTunes website. Download only iTunes 10.4 and all the other software will be installed automatically while running iTunes install app.
            I tried many of the other recommended 'solutions' and none of them work. This is the only sure fire way I've found where all the software syncronises together and thus is solved.
          Hope this helps - I wish I new to just do this to start with!

  • CF MX7, Client variables and an internal app

    I work for a retail company that has over 500 stores.  Some time ago, I wrote 4 applications that the stores use in CF.  In the time since I developed them, we moved to CFMX7 and now are changing to a new point of sale, on a Windows XP platform with IE 7.0 as the client.
    Nothing can change on the client so any suggestions in that area won't help me.
    The applicaitons the stores use are store specific and I have to pass the store number in the URL.  I store the store number in a Client variable and a Cookie (as backup).  I was lazy back then and in each application, the store number variable is the same name.
    So now I have a problem since we moveed to the new POS (which I do not believe has anything to do with it, but maybe).
    When one store is in one app (call it App A) and another store is in App B, at some point, the store numbers get mixed up and some how when the first store submits, it ends up submitting with the other store number.
    Are my client variables getting crossed up?  I thought that the client variables were instance specific.
    Thoughts?

    I had no problems with MySQL 5.1 on CF8.0.1. However, I found
    there were quite a few corners to turn when changing the datasource
    for the client store. I followed the following steps:
    1) Create a new database (called
    client_data)using the following SQL script:
    CREATE DATABASE client_data;
    USE client_data;
    /*Table structure for table cdata */
    DROP TABLE IF EXISTS cdata;
    CREATE TABLE cdata (
    cfid char(64) NOT NULL,
    app char(64) NOT NULL,
    data text,
    UNIQUE KEY id1 (cfid,app)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    /*Table structure for table cglobal */
    DROP TABLE IF EXISTS cglobal;
    CREATE TABLE cglobal (
    cfid char(64) NOT NULL,
    data text,
    lvisit datetime NOT NULL,
    KEY id2 (cfid),
    KEY id3 (lvisit)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    2) Configure a datasource called
    client_data in the datasources page in the Coldfusion
    Adimistrator. Use the following settings:
    Data Source Name:client_data
    Driver:MySQL (4/5)
    Database:client_data
    Server:127.0.0.1
    Port:3306
    Username:root
    Password:BKBK1432
    3) In the Client Variables page in the Administrator, delete
    any previous datasources used for client storage.
    4) Restart Coldfusion.
    5) In the Client Variables page in the Administrator, add
    client_data as the store for client variables. Make sure its
    radio-button is selected.
    6) If necessary, change the value of the
    clientStorage attribute in Application.cfm or the
    this.clientStorage in Application.cfc to "client_data".

Maybe you are looking for