Multiple sessions from same IP

It's been a while since I played with session variables so
I'm hoping someone (more experienced) can give me a quick answer.
We will be receiving, parsing and returning data concurrently
from the same client IP. I need to know how to establish and manage
sessions for each connection...or is there a better way around the
RAM load...so I can avoid sending the wrong result back.
Because we would have multiple connections going at the same
time, cookies are out of the question but I need a way of
identifying (and assigning) the data until we are finished with it
and able to send the result back to the client.
Could I create a unique ID based on the time code? I saw
something about serializing CF through Java...or Java
sessions...something like that.
If anyone as any advice, I'd appreciate any help.

CFID / CFTOKEN?

Similar Messages

  • Running multiple instances from same oracle home

    Hi Gurus,
    I am preparing for OCA 11g examination. I had a question about running multiple instances from same oracle home. While reading the book I came across a statement about database control which says "If there are several database instances running off the same Oracle home, then each will have its own Database Control instance".
    Now I assume that this statement implies multiple instances accessing the same physical database (which as per my knowledge can happen only in case of a RAC).
    I am not able to understand how exactly can you have multiple database instances in a single oracle home. I have installed Oracle 11g on my computer whose oracle home is +"D:\oracle\product\10.2.0\db_1"+; now this directory houses all the binaries (executables and folders like admin,bin, etc) for the oracle instance that I have installed (the instance name is ocp1). Now if I am to install or create another Oracle Instance (say ocp2) in the same home, wont there be a conflict of binaries of the two instances in the same home ?
    Basically,it makes sense if db_1 folder is further split into multiple folders, one for each instance (for example, one for ocp1 & one for ocp2); each of these folders will then contain the binary files, libraries,etc for its own instance; but, this is not the case, here db_1 houses all the binaries directly under it ...
    The other question which stems from the statement I mentioned above is that if having multiple instances running from same oracle home accessing the same physical database, can this arrangement be called RAC at all; or does RAC dictate that you cannot have multiple instances that are accessing the same database have to be installed on physically separate machines and so you cannot have two RAC instances (accessing same physical database) installed on the same computer ??
    I hope my questions are not too much confusing ... !!
    Cheers,
    Sudripta

    Hello,
    "If there are several database instances running off the same Oracle home, then each will have its own Database Control instance".This is true, and also means each instance will have its separate database (i.e. dbf files etc.) & separate DB Control. Usually in this case you create several instances on the same node.
    Now I assume that this statement implies multiple instances accessing the same physical database (which as per my knowledge can happen only in case of a RAC).You are correct about RAC where several instances (usually running on separate nodes) access the RAC.
    More info:
    1 Oracle Home - 1 Database - 1 SID is possible.
    1 Oracle Home - Many Databases - Many SID is possible.
    1 Oracle HOme - 1 Database - Multiple SID is possible and this is called RAC.

  • I don't want Thunderbird to mark multiple emails from same address when I haven't opened them.

    When I get multiple emails from the same account--whether a business account (say, Amazon) or a personal one (my friends and family), it marks them as read when I have never opened them. This is a new problem that I've never had until about a month ago.
    It's pretty frustrating because I'm missing a lot of emails since I think they're read since they are marked as read, but I've never seen them.
    I think the problem began in May or June, but in March I got an iPhone when I'd had a blackberry before then. I add that in case it's significant. I've never opened the emails, and sometimes not even seen the subject line on my phone, so I think that's unrelated, but I add this in case it is. I have not opened the emails on the iPhone, though, so I'm not sure if this is a factor.
    I want them to remain marked as Unread like they always did before. I've had Thunderbird about four years, and this is a new prob.
    Thanks so much for your help!

    I've never seen this happen. Each email messages is distinct and separate; having read one should never automatically affect others, regardless of who sent them to you.
    The Blackberry is interesting; it can be configured to make its own local copies and so doesn't affect the status of messages on the server. So you can delete messages on the Blackberry without removing them from the server. I'm not sure how it handles read/unread status. I have the impression it ignores the read/unread status on the server and only indicates when you've read them on the Blackberry itself.
    However, I don't have and never have used any appleware, so I can't speak for any interactions your iPhone may be responsible for. It may be useful to keep an eye on the server and see if the read/unread status there reveals anything about how, why and when this is happening.
    Are the affected messages separate and distinct, or parts of a continuing discussion thread? Any possibility it is marking an entire thread as read?

  • Self secured page not working in multiple sessions of same browser

    Hi
    I have created a selfsecured page by making security mode of page 'selfsecured' and adding validateParameter() in page controller.I didnt do guest user/resp setup as I want user to manually provide user id and choose responsibility,XLA_LINESINQ_GL_DRILLDOWN is a seeded function so no changes there.
    I am seeing very inconsistent behavior.
    1)At some times when I invoke function through url
    http://rws60180rems.us.oracle.com:8049/OA_HTML/RF.jsp?function_id=XLA_LINESINQ_GL_DRILLDOWN&jeHeaderId=64524&jeLineNum=1&jeSource=Payables&searchType=customize
    I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    2)On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    "You are trying to access a page that is no longer active.
    - You may have attempted to access to this page directly by bookmarking the page or copying the URL. This page does not support bookmarking.
    - The referring page may have come from a previous session. Please select Home to proceed."
    Am I missing something in my implementation?Are there any fnd profiles which control page behavior.Does OAF support that self secured pages successfully open in multiple browser windows.
    Preeti

    Hi,
    Is there any specific requirement to make the page as self secured, as most of the self selcured pages are build for guest user account. If there is any, kindly share.
    Now lets talk about the behaviour of the pages in different scenarios
    1) I get error "You are not authorized to access the function SLA: View Subledger Journal Entry Linesfrom a GL Journal Line. Please contact your System Administrator."
    Comment: As OAF pages does certain initialization like setting org_id, language etc based on the login user. But as you are trying to access the page by directly hitting the URL on browser, this might be one of the reason that you are getting above error.
    2) On other times url works and user is taken to Ebs R12 login page,after providing login credentials user is able to view the page.But If I invoke same url or url with different parameters in different tab of browser or different window of same browser,get following error.Basically user can invoke this function and use this url only one at a time which is not practical in real world
    Comment: As there is an active transaction and session for the browser, so it won't allow you to start with another transaction. But still can you try to do the same in another machine. Some of the browser allows you to have different session.
    Regards,
    Gyan

  • Concurrent users sessions from same machine issue

    Hi there
    We have 10.1.2 OIM environment and SSO. We are running reports from Oracle portal.
    The issue is that when I have multiple users sign on on same machnie and running user id specific reports - all users see report from last login users.
    Each user has owne IE or Firefox browser window.
    It looks that cookie that contains SSO authenticated information is shared between multiple browser sessions. How can we control cookie to work only within one browser not for the other web browser sessions.
    The same issue exists even when we go SSO - Portal - Forms - Reports.

    If I open two different browsers (e.g. Firefox and IE) those browsers don't know about each other. No session sharing happens automatically.
    Theoretically you could use the user's IP address for session tracking. But that will fail miserably for users who come from the same IP address, e.g. through a NAT firewall.
    I don't think you can fill that requirementreliably & without breaking something.

  • 802.1x multiple sessions with same LOGIN+MAC on single-host port

    We have 802.1x with radius server.
    c2960 configured to allow only one device per port with no Mac-Bypass and no critical auth.
    From time to time user seems to get multiple authentications on single port with single mac-address.
    So we get several sessions on port with the same login, mac (but different session-id).
    Command "dot1x re-auth int" doesn't clear those sessions. Neither do "force-unauthorized" or "shut/noshut". Only thing that helps is reboot switch.
    Happens with different users.
    Anybody seen this issue?
    IOS 12.2(46)SE

    Sure. Tried to make it short.
    Config for 802.1x-aaa:
    aaa new-model
    aaa group server radius default
      server X.X.X.X auth-port 12345 acct-port 12346
    aaa authentication login default group radius enable
    aaa authentication dot1x default group radius
    aaa authorization exec default group radius if-authenticated
    aaa authorization network default local group radius
    aaa authorization reverse-access default group radius
    aaa accounting suppress null-username
    aaa accounting update periodic 1
    aaa accounting dot1x default start-stop group radius
    aaa accounting exec default start-stop group radius
    aaa accounting network default start-stop group radius
    aaa accounting system default start-stop group radius
    aaa session-id common
    dot1x system-auth-control
    interface FastEthernet0/48
    switchport access vlan 1398
    switchport mode access
    dot1x pae authenticator
    dot1x port-control auto
    dot1x violation-mode shutdown
    spanning-tree portfast
    spanning-tree link-type point-to-point
    radius-server attribute 44 include-in-access-req
    radius-server attribute 44 extend-with-addr
    radius-server attribute 188 format non-standard
    radius-server attribute 218 mandatory
    radius-server attribute 32 include-in-accounting-req format %i %h %d
    radius-server attribute 55 include-in-acct-req
    radius-server attribute list att
    attribute 30-31,44
    radius-server host X.X.X.X auth-port 12345 acct-port 12346 key keykeykey
    radius-server vsa send accounting
    sh dot1x int fa 0/48 det
    Dot1x Info for FastEthernet0/48
    PAE                       = AUTHENTICATOR
    PortControl               = AUTO
    ControlDirection          = Both
    HostMode                  = SINGLE_HOST
    Violation Mode            = SHUTDOWN
    ReAuthentication          = Disabled
    QuietPeriod               = 60
    ServerTimeout             = 0
    SuppTimeout               = 30
    ReAuthPeriod              = 3600 (Locally configured)
    ReAuthMax                 = 2
    MaxReq                    = 2
    TxPeriod                  = 30
    RateLimitPeriod           = 0
    Dot1x Authenticator Client List Empty
    Port Status               = UNAUTHORIZED
    And right now, while port is UNAUTHORIZED we have 2 sessions as follows:
    sh aaa user all
    Unique id 34974 is currently in use.
    Accounting:
      log=0x208241
      Events recorded :
        CALL START
        ATTR REPLACE
        NET UP
        INTERIM START
        VPDN NET UP
      update method(s) :
        PERIODIC
      update interval = 60
      Outstanding Stop Records : 0
      Dynamic attribute list:
        0244DC34 0 00000001 connect-progress(44) 4 Auth Open
        0244DC48 0 00000001 pre-session-time(272) 4 0(0)
        0244DC5C 0 00000001 elapsed_time(339) 4 4828941(49AF0D)
        0244DC70 0 00000001 input-giga-words(111) 4 2(2)
        0244DC84 0 00000001 output-giga-words(250) 4 8(8)
        024A8C10 0 00000001 bytes_in(112) 4 119041621(7186E55)
        024A8C24 0 00000001 bytes_out(252) 4 3588031221(D5DD02F5)
        024A8C38 0 00000001 pre-bytes-in(268) 4 7373(1CCD)
        024A8C4C 0 00000001 pre-bytes-out(269) 4 8204(200C)
        024A8C60 0 00000001 paks_in(113) 4 45940138(2BCFDAA)
        024A8CB0 0 00000001 paks_out(253) 4 46979788(2CCDACC)
        024A8CC4 0 00000001 pre-paks-in(270) 4 68(44)
        024A8CD8 0 00000001 pre-paks-out(271) 4 61(3D)
      No data for type EXEC
      No data for type CONN
      NET: Username=(n/a)
        Session Id=000088AD Unique Id=0000889E
        Start Sent=0 Stop Only=N
        stop_has_been_sent=N
        Method List=0
        Attribute list:
          024CAA00 0 00000001 session-id(336) 4 34989(88AD)
          024CAA14 0 00000001 start_time(342) 4 Jan 23 2012 16:22:08
      No data for type CMD
      No data for type SYSTEM
      No data for type RM CALL
      No data for type RM VPDN
      No data for type AUTH PROXY
      8: Username=157102
        Session Id=000088AD Unique Id=0000889E
        Start Sent=1 Stop Only=N
        stop_has_been_sent=N
        Method List=226B3E4 : Name = default
        Attribute list:
          0244DB94 0 00000001 session-id(336) 4 34989(88AD)
          0244DBA8 0 00000001 start_time(342) 4 Jan 23 2012 16:22:08
          0244DBBC 0 00000009 audit-session-id(599) 24 0AC5010200001C45A5C67429
      No data for type IPSEC-TUNNEL
      No data for type RESOURCE
      No data for type 11
      No data for type 12
      No data for type CALL
      No data for type VPDN-TUNNEL
      No data for type VPDN-TUNNEL-LINK
    Debg: No data available
    Radi: 2032FD8
    Interface:
      TTY Num = -1
      Stop Received = 0
      Byte/Packet Counts till Call Start:
        Start Bytes In = 993512241     Start Bytes Out = 3867828098
        Start Paks  In = 23586320      Start Paks  Out = 28511581
      Byte/Packet Counts till Service Up:
        Pre Bytes In = 993519614     Pre Bytes Out = 3867836302
        Pre Paks  In = 23586388      Pre Paks  Out = 28511642
      Cumulative Byte/Packet Counts :
        Bytes In = 1112561235    Bytes Out = 3160900227
        Paks  In = 69526526      Paks  Out = 75491430
      StartTime = 16:22:08 GMT+5 Jan 23 2012
      AuthenTime = 16:22:08 GMT+5 Jan 23 2012
      Component = DOT1X
    Authen: service=8021X type=EAP method=RADIUS
    Kerb: No data available
    Meth: No data available
    PreA: No data available
    General:
      Unique Id = 0000889E
      Session Id = 000088AD
      Attribute List:
        024A8C10 0 00000001 port-type(174) 4 Ethernet
        024A8C24 0 00000009 interface(170) 16 FastEthernet0/48
        024A8C38 0 00000009 dnis(50) 17 00-18-B9-F5-5B-30
        024A8C4C 0 00000009 clid(37) 17 48-5B-39-EA-26-7C
    PerU: No data available
    Unique id 34976 is currently in use.
    Accounting:
      log=0x10000208241
      Events recorded :
        CALL START
        ATTR REPLACE
        NET UP
        INTERIM START
        VPDN NET UP
        SESSION INFO
      update method(s) :
        PERIODIC
      update interval = 60
      Outstanding Stop Records : 0
      Dynamic attribute list:
        024CAA00 0 00000001 connect-progress(44) 4 Auth Open
        024CAA14 0 00000001 pre-session-time(272) 4 2(2)
        024CAA28 0 00000001 elapsed_time(339) 4 4828961(49AF21)
        024CAA3C 0 00000001 input-giga-words(111) 4 2(2)
        024CAA50 0 00000001 output-giga-words(250) 4 8(8)
        024CAAA0 0 00000001 bytes_in(112) 4 119021816(71820F8)
        024CAAB4 0 00000001 bytes_out(252) 4 3588011179(D5DCB4AB)
        024CAAC8 0 00000001 pre-bytes-in(268) 4 6219(184B)
        024CAADC 0 00000001 pre-bytes-out(269) 4 7005(1B5D)
        024CAAF0 0 00000001 paks_in(113) 4 45939933(2BCFCDD)
        0244DB94 0 00000001 paks_out(253) 4 46979618(2CCDA22)
        0244DBA8 0 00000001 pre-paks-in(270) 4 59(3B)
        0244DBBC 0 00000001 pre-paks-out(271) 4 51(33)
      No data for type EXEC
      No data for type CONN
      NET: Username=(n/a)
        Session Id=000088AF Unique Id=000088A0
        Start Sent=0 Stop Only=N
        stop_has_been_sent=N
        Method List=0
        Attribute list:
          024A8C10 0 00000001 session-id(336) 4 34991(88AF)
          024A8C24 0 00000001 start_time(342) 4 Jan 23 2012 16:22:18
      No data for type CMD
      No data for type SYSTEM
      No data for type RM CALL
      No data for type RM VPDN
      No data for type AUTH PROXY
      8: Username=157102
        Session Id=000088AF Unique Id=000088A0
        Start Sent=1 Stop Only=N
        stop_has_been_sent=N
        Method List=226B3E4 : Name = default
        Attribute list:
          024CAA00 0 00000001 session-id(336) 4 34991(88AF)
          024CAA14 0 00000001 start_time(342) 4 Jan 23 2012 16:22:18
          024CAA28 0 00000009 audit-session-id(599) 24 0AC5010200001C49A5C6990F
      No data for type IPSEC-TUNNEL
      No data for type RESOURCE
      No data for type 11
      No data for type 12
      No data for type CALL
      No data for type VPDN-TUNNEL
      No data for type VPDN-TUNNEL-LINK
    Debg: No data available
    Radi: 2032F58
    Interface:
      TTY Num = -1
      Stop Received = 0
      Byte/Packet Counts till Call Start:
        Start Bytes In = 993533200     Start Bytes Out = 3867849339
        Start Paks  In = 23586534      Start Paks  Out = 28511761
      Byte/Packet Counts till Service Up:
        Pre Bytes In = 993539419     Pre Bytes Out = 3867856344
        Pre Paks  In = 23586593      Pre Paks  Out = 28511812
      Cumulative Byte/Packet Counts :
        Bytes In = 1112561235    Bytes Out = 3160900227
        Paks  In = 69526526      Paks  Out = 75491430
      StartTime = 16:22:18 GMT+5 Jan 23 2012
      AuthenTime = 16:22:19 GMT+5 Jan 23 2012
      Component = DOT1X
    Authen: service=8021X type=EAP method=RADIUS
    Kerb: No data available
    Meth: No data available
    PreA: No data available
    General:
      Unique Id = 000088A0
      Session Id = 000088AF
      Attribute List:
        0244DB94 0 00000001 port-type(174) 4 Ethernet
        0244DBA8 0 00000009 interface(170) 16 FastEthernet0/48
        0244DBBC 0 00000009 dnis(50) 17 00-18-B9-F5-5B-30
        0244DBD0 0 00000009 clid(37) 17 48-5B-39-EA-26-7C
    PerU: No data available
    PS. Have no command "show authentication"

  • How to start multiple sessions on same computer with same engine?

    Hello,
    I want connect to the same firefox process from multiple remote connections.
    In another words I connect to linux server from >=2 connections with Windows/Linux X server . I started firefox process.
    When I create new tab (from those connections) it's created from process, but showing in different Xservers.
    PS:
    Sorry for my English.

    Please see the options for the command line command: [https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-remote_remote_command]

  • Multiple values from same column in diffetent columns in same row??

    Hi all,
    I am wondering how you can display different values from the same column into different columns on same row. For example using a CASE statement I can:
    CASE WHEN CODE IN ('1', '3') THEN COUNT( ID) END as "Y"
    CASE WHEN CODE NOT IN ('1', 'M') THEN COUNT( ID) END as "N"
    Yes this will produce two columns needed but will also produce two separate records and null values for the empty's.
    Any ideas?
    Thanks

    It's not clear what you want.
    Can you post some examples as described in the FAQ: {message:id=9360002}
    As my first guess, I would think you're looking for something like...
    SQL> select * from emp;
         EMPNO ENAME      JOB              MGR HIREDATE                    SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17-DEC-1980 00:00:00        800                    20
          7499 ALLEN      SALESMAN        7698 20-FEB-1981 00:00:00       1600        300         30
          7521 WARD       SALESMAN        7698 22-FEB-1981 00:00:00       1250        500         30
          7566 JONES      MANAGER         7839 02-APR-1981 00:00:00       2975                    20
          7654 MARTIN     SALESMAN        7698 28-SEP-1981 00:00:00       1250       1400         30
          7698 BLAKE      MANAGER         7839 01-MAY-1981 00:00:00       2850                    30
          7782 CLARK      MANAGER         7839 09-JUN-1981 00:00:00       2450                    10
          7788 SCOTT      ANALYST         7566 19-APR-1987 00:00:00       3000                    20
          7839 KING       PRESIDENT            17-NOV-1981 00:00:00       5000                    10
          7844 TURNER     SALESMAN        7698 08-SEP-1981 00:00:00       1500          0         30
          7876 ADAMS      CLERK           7788 23-MAY-1987 00:00:00       1100                    20
          7900 JAMES      CLERK           7698 03-DEC-1981 00:00:00        950                    30
          7902 FORD       ANALYST         7566 03-DEC-1981 00:00:00       3000                    20
          7934 MILLER     CLERK           7782 23-JAN-1982 00:00:00       1300                    10
    14 rows selected.
    SQL> select count(case when deptno in (10,20) then deptno end) as deptno_10_20
      2        ,count(case when deptno > 20 then deptno end) as deptno_30plus
      3  from emp;
    DEPTNO_10_20 DEPTNO_30PLUS
               8             6

  • Call multiple functions from same dll with call library function

    hi,
    i am working on a project in wich we need to make a UI to read out a sensor network.
    the UI should be usable in any project, but every node needs a different piece of code depending on the type of sensor with wich it is equipt.
    so i need to be able to call different pieces of code when i need them, and still be able to use the UI in future projects with possibly new types of node we now don't have.
    so someone told me to use DLL's, cause then i would be able to call the code i need the moment i need it.
    but i have never worked with DLL's (just learned about this option 3 day's ago) so i have a question.
    i know i can dynamicly change the DLL i call with the call library function, but can i dynamicly change the function i call from that DLL ?
    or do i have to put a new call library function for each function i want to call, even if its from the same DLL ?
    kind regards,
    stijn

    nazarim wrote:
    ok so there is no (easy and ubderstandable) way for me to dynamicly change wich function i want to call from a certain DLL.
    but now i started wondering, the path on the call library function is not ment to dynamicly change a DLL
    but it does work so, if i am carefull, can i use it for that purpose or will labview give me a series of problems once i start using it in larger programs ?
    Thepath on the Call Library Node can be used to load a different DLL. Obviously since you can't change the function name your other DLL would have to export exactly the same function name and of course with the same parameters. This is seldom the case so it is not the main use of the path input to the Call Library Node. It's main use is as indicated to load DLLs at runtime rather than at load time of a VI. So that an application can run even when the DLL is missing, until the moment the functionality from that DLL is needed.
    If you can make sure that all your DLLs export the same function name with the same parameter you can use the Call Library Node to call into different DLLs through the path input. If however you would need to call different function names you would have to resolve to some DLL which does do the dispatching and invocation using LoadLibrary() and GetProcAddress(). But unless you need to go with DLLs for some reason using the Call By Reference Node can give you an even more flexible approach. 
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Multiple imports from same dump file

    Hi,
    I have to import multiple related schemas - to avoid having to create multiple dump files can I just export them into one dump file (owner= a,b,c etc) and then run
    simultaneous imports
    like : export <dba_user> owner=a,b,c file=all.dmp
    --in newdb
    nohup import <dba_user> fromuser=a touser=a file=all.dmp &
    nohup import <dba_user> fromuser=b touser=b file=all.dmp &
    nohup import <dba_user> fromuser=c touser=d file=all.dmp &
    my doubt is - if the 3 import processes simultaneously read from teh file, can there be some issue?
    thanks

    Hi,
    Why not try
    import <dba_user> fromuser=a,b,c touser=a,b,d file=all.dmp &Regards
    Anurag

  • Unable to consistently keep XBOX Live party with multiple consoles from same location.

    I have FIOS (Actiontec MI424WR Rev E with firmware 20.10.7.5) and am having problems staying in a party when running two XBOX 360 consoles.  Both Xbox's are connected to the router wirelessly.   We often like to crreate our own party (of 2) and play the same game (usually COD Black Ops).  The problem is we can both log into XBOX Live without problems.  However, if we create our own party (of 2) and play the same game we run into trouble.  The party may be fine for a random amount of time (minutes or hours), but then one of two scenarios happen.  We either get kicked out of the party and cannot rejoin it.   Or, we remain in the party, but but cannot play together in the same multiplayer map of the same game.  Usually, when this happens I can reboot the router (via the on/off switch) or I have to unplug it for 10 seconds and plug it back in and things work fine for another random amount of time.
    I've enabled UPNP and deleted the port forwarding rules for XBOX Live that were already present on the router.  In fact there are numerous port forwarding rules defined (by Verizon?) for games and other applications that I know I did not create nor do we use.   Anyway, with UPNP enabled, one XBOX has an open NAT while the other always has moderate.
    What else can I do to get multiiple XBOX 360 consoles to be able to join XBOX Live and stay in the same party, playing the same game.   
    Thanks.
    Solved!
    Go to Solution.

    I found a couple of postings of users with the MI424WR Rev E (firmware not specified) who simply turned on UpNp and were able to get multiple xbox 360s online at the same time via the same router.
    That got me to thinking...  I have an older Xbox 360 (circa 2007) that does not have WiFi built in.  So, I am using a gaming adapter that has been assigned a static IP.  My understanding is that UpNp requires DHCP and not static IPs.  So, I am wondering if the  game adapter with its static IP is causing the problem, even though the Xbox it is connected to does NOT have a static IP.
    Will be testing this theory tonight when I connect the Xbox directly into the router (no WiFi).  If that works than I will put the Xbox back where it normally sits and re-configure the game adapter to DHCP and give it a go.

  • BUG: can't download multiple iBooks from same Author, workaround found

    Hello,
    Symptom:
    We created ~12 iBooks (files) but the iBooks app in iOS wouldn't accept more than one iBook.  You could download the files via various channels (Google Drive, Safari, etc.) and try to "Open In... iBooks" but only the first iBook you installed would open (and later be visible).  You cannot also download a newer version (same name) of the first iBook.  If you delete the first iBook, you can again download/install/open just file.  This is a bug.
    Root Problem?
    We created later iBooks by changing the content of the previous one and then saving it.  We believe there is unique 'project' metadata within each new iBook project you create (from which iBook files comes). This is not visible or configurable within iBooks Author.  We think the iBooks app sees that project metadata, thinks its the same book , and then opens that first iBook.  The file you downloaded is on the device but the iBook database can't accept it not the bookshelf present it.  Its likely orphaned within the device.
    Workaround
    Until Apple fixes the bug, the workaround is to always create a 'new' iBooks project in iBook Author for each iBook you wish to publish.  If you need to re-use content, copy-paste it from the old project into the new one.
    Solution
    Perhaps iBooks (app) could sense the name, author, and version number when iBooks Author saves the .ibook file and treat that combination (maybe as a hash) as the unique version value.

    Hi KayNeine
    Thanks for your post with this workaround. This certainly seems to tally with my experience and the hidden metadata theory does seem to answer why it is happening. Just need Apple to acknowledge and address the problem.
    As this Support Community obviously isn't moderated by Apple can I suggest as many people as possible use the iBooks Author Feedback Form to report their issues. Hopefully then, someone at Apple might take note and try and rectify these problems.
    http://www.apple.com/feedback/ibooks-author.html
    This is available from the iBooks Author App in the menu: iBooks Author > Provide iBooks Author Feedback.
    Regards
    John

  • Selecting Multiple Clips from Same Angle in Multicam Project

    I edit motor sport events using up to 8 camera angles. Once I have edited the multicam I will generally reduce the overall audio level of the entire multicam edit. Invariably certain camera positions will have a higher audio level than others. In FCP 7 I would adjust the audio of one such clip angle, copy the clip, then simply cmd+f and input the name of the angle clips I want to adjust, then paste attributes and select audio as the attribute I want to adjust.
    In FCP X I cannot find a way of doing this..... It appears I have to scroll along the timeline and cmd select each clip.... which is a nonsense. I should be able to select every clip of one particular angle. Am I missing something? This should be really easy to select every clip from one particular angle, but I have yet to find a way to do it and it is vital I can do this to save time. Nothing in the help files.

    You can't select all the individual clips in the multicam edit.... All of the clips in the multicam are titled the same way...." Multicam xxxxxx". If they appeared as Angle 1, Angle 2, Angle 3 etc. You could select the individual angles as I need to do, but they are not listed that way.
    To adjust the audio in the angle editor so that the audio from each camera was the same maximum db level, I would need to be able to "normalise" the audio from each angle to, for example -18db. In FCP X they have removed the normalise audio feature, which is such a nuisance As I used that a lot in FCP 7 to get audio to max at the required level. I can't adjust the audio in one angle until I have them edited side by side and can see the difference in db between them.
    Any other ideas?

  • How can I play multiple albums from same artist in album order on iPhone 4?

    Just purchased an iPhone 4 from Verizon. When I select an Artist and then choose "All Songs", the only choice I am provided is to play the songs in alphabetic order. I would prefer to play them in the original album order. Is there a setting that can be changed to accomplish this?

    For those who arrive here later than this answer, the app is now called "Continue" & is available free with addware or paid without.

  • Filter data in multiple tabs from same XMLDataSet

    Hi All:
    What I need to do is display the content from one XML file in
    several different modes. I would prefer to use only one data call
    if possible because all information exists in the one file;
    however, I have not yet found a way to successfully filter the data
    on load.
    The data needs to display in three modes: alphabetically, by
    phase, and by owner. The Spry tab widget is used to create the
    'modes'. Within each mode, I need to break it down further. The
    alphabetical listing exists as an additional tabbed subset -- one
    tab for each letter. The phases and owner tabs also have sub tab
    arrangements.
    Within each secondary tab, the data needs to display based
    the first letter in its name field. Therefore on tabbed panel 'A',
    I need to have a table with those documents whose name begins with
    an 'a'; tabbed panel 'B' with a table with all the docs beginning
    with b, etc. The alpha listing has 26 sub tabs. The owner and phase
    listings 8 each. Each panel will contain a table. The information
    simple repeats in different arrangements.
    While using the alpha listing as an example, I can filter the
    data theoretically on tabs B - Z via an on click method, I also
    need to filter the 'A' to show ONLY 'A' on load. I have not found a
    way to do both of these tricks. Additionally when you click back an
    forth between tabs, the data disappears.
    While a database would be easier, I cannot use one. The data
    is generated from an Excel spreadsheet into the xml file from which
    the data is called by Spry.
    I am flummoxed. I have included the relevant code snippets
    below, including the tabs and the first panel which includes the
    table code which repeats in each tabbed panel.
    Thanks for your help.
    Skip Keats
    CODE SNIPPETS (Comment out = previous tries):
    <script src="../assets/spry/xpath.js"
    type="text/javascript"></script>
    <script src="../assets/spry/SpryData.js"
    type="text/javascript"></script>
    <script src="../assets/spry/SpryTabbedPanels.js"
    type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var dsSDLC = new
    Spry.Data.XMLDataSet("../assets/data/sdlc_doc_templates.xml",
    "worksheets/worksheet",{sortOnLoad:"SDLC_Template_Document_Name",sortOrderOnLoad:"ascendi ng",distinctOnLoad:true});
    dsSDLC.setColumnType("SDLC_LastModified", "date");
    function aA(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'A' ? null :
    row; };
    function aB(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'B' ? null :
    row; };
    function aC(ds, row, index){ var c =
    row.SDLC_Template_Document_Name.charAt(0); return c != 'C' ? null :
    row; };
    //function loadFilter(f) { dsSDLC.addFilter(f, true); }
    var dsAlphaA = dsSDLC;
    var dsAlphaB = dsSDLC;
    var dsAlphaC = dsSDLC;
    if (document.getElementById('pAlphaA')) {
    dsAlphaA.filter(aA); }
    if (document.getElementById('pAlphaB')) {
    dsAlphaB.filter(aB); }
    if (document.getElementById('pAlphaC')) {
    dsAlphaC.filter(aC); }
    /*var rgnA = Spry.Data.getRegion('dsAlphaA');
    var rgnB = Spry.Data.getRegion('dsAlphaB');
    var rgnC = Spry.Data.getRegion('dsAlphaC');
    if (rgnA) { dsAlphaA.filter(aA); }
    if (rgnB) { dsAlphaB.filter(aB); }
    if (rgnC) { dsAlphaC.filter(aC); }
    //var rgnA = Spry.Data.getRegion('pAlphaA');
    //var rgnB = Spry.Data.getRegion('pAlphaB');
    //var rgnC = Spry.Data.getRegion('pAlphaC');*/
    /*if (rgnA) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aA); }
    if (rgnB) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aB); }
    if (rgnC) {
    var name = rgn.getState();
    if (name == "loading") { loadFilter(aC); }
    <div id="sdlcFull" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li class="TabbedPanelsTab"
    tabindex="0">Alpha</li>
    <li class="TabbedPanelsTab"
    tabindex="0">Phase</li>
    <li class="TabbedPanelsTab"
    tabindex="0">Owner</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div class="TabbedPanelsContent">
    <p>
    This is an alphabetical listing of the library.
    </p>
    <div id="sdlcAlpha" class="TabbedPanels">
    <ul class="TabbedPanelsTabGroup">
    <li id="tAlphaA" class="TabbedPanelsTab"
    tabindex="0">A</li>
    <li id="tAlphaB" class="TabbedPanelsTab"
    tabindex="0">B</li>
    <li id="tAlphaC" class="TabbedPanelsTab"
    tabindex="0">C</li>
    </ul>
    <div class="TabbedPanelsContentGroup">
    <div id="pAlphaA" class="TabbedPanelsContent"
    spry:region="dsAlphaA">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaA">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    <div id="pAlphaB" class="TabbedPanelsContent"
    spry:region="dsAlphaB">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaB">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    <div id="pAlphaC" class="TabbedPanelsContent"
    spry:region="dsAlphaC">
    <table>
    <thead>
    <tr>
    <th id="DocName">Template Document Name</th>
    <th id="DocOwner">Document Owner</th>
    <th id="Phase">Phase</th>
    <th id="LastMod">Document Modified On</th>
    </tr>
    </thead>
    <tfoot>
    <tr>
    <td colspan="4">Info</td>
    </tr>
    </tfoot>
    <tbody>
    <tr spry:repeat="dsAlphaC">
    <td id="RA{ds_RowID}" headers="DocName"><a
    href="{SDLC_Document_File_Name}"
    title="{SDLC_Template_Document_Name}
    {SDLC_Description}">{SDLC_Template_Document_Name}</a></td>
    <td headers="RA{ds_RowID}
    DocOwner">{SDLC_Document_Owner}</td>
    <td headers="RA{ds_RowID}
    Phase">{SDLC_Phase}</td>
    <td headers="RA{ds_RowID}
    LastMod">{SDLC_LastModified}</td>
    </tr>
    </tbody>
    </table>
    </div>
    </div>
    </div>
    </div>

    A table control is a 2D array of strings. Thus, you have to work within the rules of how to add elements to a 2D array. The primary rule is that it must always be rectangular. The default paste action on a table control will try to insert rows/columns depending on the contents of the clipboard. Thus, if your initial table 2 contained no data, and you tried to paste two cells, they would end up at the top-left corner, not in rows 4 and 5. Even if there were data already present (or just blank cells, which would be empty strings), the paste would not overwrite the contents - it would insert rows/columns.
    This means you need to override the way the paste works. The easiest way to do this is with an event structure, and you handle the target table control's "Shortcut Menu Selection (App)" event. Here you can use the Point to Row Column method to get the row/column where the cursor was located. Then, you can determine whether to use Replace Array Subset or Insert Into Array to replace the cell contents, or add new ones if the user is pasting beyond the 2D array contents.

Maybe you are looking for

  • Hello..please reply as soon as possible

    Hello,,I am a new Iphone user,I have just get a used iphone 4s I have updated the phone to the most recent software 6.0 and made an apple ID and bought a gift card to buy apps BUT unfortunatley I cant make an icloud say you have reached  the maximum

  • Mac Pro (Early 2008) freezes, reboots to recovery system, trouble locating startup disk

    I have two issues which may or may not be related with my Mac Pro.  First, off and on for several months is has been frozen when waking from sleep.  I can hit a key and see my desktop with the windows I left open, but I get the spinning beach ball an

  • AppleTV MLB.TV Invalid User Credentials Question

    I am trying to log in to my mlb.tv account on appleTV and I'm getting an Invalid User Credentials message with a "identification error on identity point of type fingerprint" submessage. I went to the support forums on mlb.com and the moderator there

  • IPad Deliverd on time in Canada

    For any other Canadians out there who have seen their delivery info changed to May 31st, mine showed that too and then it just got delivered today (28th) as per the original schedule - so there is still hope! Now I have to leave early to play with it

  • RSEC_MIGRATION problem

    Hello, After running RSEC_MIGRATION program, in order to migrate the old reporting authorization to the new analysis authorizations, we've found a problem. We've used the option to enhance existing roles; this migration program doesn't modify the old