Multiple AM context

Hi,
I have added a custom search region using personalization to Oracle Seeded Search page. Custom region has its own custom AM which extends seeded AM(RequestionAM). Seeded page (ShoppingHomePG) has its own AM (RequestionAM).
When I search using the custom region it displays "No Search Conducted" message on search results page.
When I try to search on that region as standalone, search conducted and results displayed successfully.
Can some body explain why it is happening?
Even I checked the logs, the VO query is fired when search button pressed on the custom region.
Are these two custom and seeded AM conflecting?
Thanks
Mukesh

If the VO is executed then the results will be displayed in the UI.
Tapash

Similar Messages

  • How to use multiple concurrent contexts

    I have a context package that uses a session_id. I want to use multiple sessions as I will have multiple users creating contexts at the same time. Once the context is created with a session_id I want to reference that session_id in a view. Can this be done?
    Using Oracle 10g R2
    Context:
    -- create ctx
    CREATE OR REPLACE CONTEXT MY_CTX USING CTX_PKG
    ACCESSED GLOBALLY;
    -- ctx package
      CREATE OR REPLACE PACKAGE CTX_PKG
    IS
       PROCEDURE SET_SESSION_ID (IN_SESSION_ID VARCHAR2);
       PROCEDURE CLEAR_SESSION (IN_SESSION_ID VARCHAR2);
       PROCEDURE SET_CONTEXT(IN_NAME VARCHAR2, IN_VALUE VARCHAR2);
    END CTX_PKG;
    -- context packatge
      CREATE OR REPLACE PACKAGE BODY CTX_PKG
    IS
       GC$SESSION_ID  VARCHAR2 (100);
       PROCEDURE SET_SESSION_ID (IN_SESSION_ID VARCHAR2)
       IS
       BEGIN
        GC$SESSION_ID := IN_SESSION_ID;
        DBMS_SESSION.SET_IDENTIFIER (IN_SESSION_ID);
      END;
       PROCEDURE CLEAR_SESSION (IN_SESSION_ID VARCHAR2)
       IS
       BEGIN
        DBMS_SESSION.SET_IDENTIFIER (IN_SESSION_ID);
        DBMS_SESSION.CLEAR_IDENTIFIER;
       END;
       PROCEDURE SET_CONTEXT (IN_NAME VARCHAR2, IN_VALUE VARCHAR2)
       IS
       BEGIN
        DBMS_SESSION.SET_CONTEXT ('MY_CTX',
                     IN_NAME,
                     IN_VALUE,
                     USER,
                     GC$SESSION_ID);
       END;
    END CTX_PKG;
    Create context values:
    begin
    ctx_pkg.set_session_id ('222');
    ctx_pkg.set_context ('valoc','53,89');
    ctx_pkg.set_context('fromdate','10/01/2007');
    ctx_pkg.set_context('todate','09/30/2013');
    end;
    Extract values:
    select sys_context('my_ctx','valoc') from dual
    select sys_context('my_ctx','gc$session_id') from dual
    The first query returns valoc but the second query doesn't return the session_id.

    Hi,
    If you want each session to have its own private set of values, then omit "ACCESSED GLOBALLY" when you create the context:
    CREATE OR REPLACE CONTEXT MY_CTX USING CTX_PKG
    Anyone using a context like this will only see the values that were entered in his own session.  There's nothing you, as the application developer, need to do to distinguish one session from another.
    You can use this in parameterized views.
    With the change I posted before, I can do things like:
    select  sys_context ('my_ctx', 'valoc')
    from    dual
    where   sys_context ('my_ctx','gc$session_id') = '222';
    What are you doing differently?  You said, "I'm still not getting a return for gc#session_id."  Does that mean you're misspelling the name, using  '$' to set the variable and '#' when you try to retrieve it?
    As always, post a complete test script that people can run to re-create the problem and test their ideas. Copy and edit your original message; you probably only need to change a couple of lines.
    There is no built-in realtion between the different items in a namespace.  The query immediately above is conceptually no different from
    SELECT  :valloc
    FROM    dual
    WHERE   :gc$session_id = '222';
    or
    SELECT  '&valloc'
    FROM    dual
    WHERE   '&gc_session_id' = '222';
    where the item in the SELECT clause and the first item in the WHERE clause are any kind of variables.  SYS_CONTEXT is just another way of handling variables.

  • How to configure ldap.ora with multiple ldap contexts

    Hello.
    My company has recently taken on another environment with it's own LDAP configuration. It's a bit tedious to have to keep switching my ldap.ora for both ldap configurations. Are there any good suggestions for either allowing me to search both LDAP configurations (2 separate LDAP setups, with 2 default context)? Or is there a smooth way to populate 1 LDAP with the others data? Or perhaps some form of redirect on one LDAP to the other LDAP server for queries?
    Some basic info: LDAP is Oracle OID version 10gR2
    Please let me know if you have any useful ideas...

    Hi,
    Here is the of OVD benefits :
    1-Easy to setup and manage via our Management client; 2-Unifies multiple directories into a single access point; 3-Normalize and Unify multiple directories; 4-Directly accesses remote repositories;
    5-Allows a unified view of an entry using data from multiple repositories;6-Can act as an LDAP proxy and firewall;
    Why you can not use OVD to improve these? Read, LDAP to the other LDAP server for queries, allowing you to search both LDAP?
    I hope this helps.
    Thiago L Guimaraes

  • DFF with Multiple Codes (contexts) and Segments

    I have made a DFF with multiple Codes just like the reference field in Oracle Order Management. Each code consists of multiple segments. I want to enter data in all the code and in all segments.
    The problem is, i select first code and enter data in its segments and save it. After that i select another code (context) from the lov and enter data in its segments. Now when i re-open the first code (context) in which i have entered the data there is nothing.
    What should i do??
    Note: I can also provide you guys with screen shots and any other file that you want.

    Thanks for your reply. Are you sure this is the only possibility as this is a very crucial requirement by our client and we need it to work our way. Can it be made possible through personalization??
    Regards,
    Mohammad Daniyal Khurshidi

  • Communication between multiple vrf context on fwsm

    i have 2 vrf context on fwsm of 6509 switch. i want to reach from vrf context1 inside to vrf context inside. how can i do it?
    vrf_context1_inside----6509_fwsm----vrf_context2_inside
    vrf_context1_inside must reach to vrf_context2_inside

    Thanks for the response.
    FileLock. We still have to target JDK 1.3 so we can't use FileLocks (at this point)
    JNI: That's an interesting idea. I suspect many people are using our software on Windows. Therefore, we could probably fix it in Windows the same as in the C++ code. If they're not on Windows, we could use the Sockets approach.
    I also had another idea: how about hashing the username string into some integer (or long) value. Then use the hashed value to lock some other resource: like the port number passed to ServerSocket. I know ServerSocket only accepts 0 - 0xFFFF so this obviously won't work. But is there some other system-wide thing we could lock given an integral value?

  • Multiple desktop context menu

    All
    I have dual screen on OSX when launching the application on one screen and then moving it to another, the context menu's on tables and combox box's the popup menu stays on the screen that the application was launched? Is this a bug? I don't have a windows desktop to test it on.

    Here is an example
    so on MAC I Launch it on desktop 1, drag it to desktop to and the right click the menu is on desktop 1
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Insets;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.Label;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.TableColumn;
    import javafx.scene.control.TableView;
    import javafx.scene.layout.VBox;
    import javafx.scene.text.Font;
    import javafx.stage.Stage;
    public class MenuTest extends Application {
         private TableView table = new TableView();
         @Override
         public void start(Stage stage) throws Exception {
              Scene scene = new Scene(new Group());
            stage.setTitle("Table View Sample");
            stage.setWidth(400);
            stage.setHeight(500);
            final Label label = new Label("Address Book");
            label.setFont(new Font("Arial", 20));
            TableColumn firstNameCol = new TableColumn("First Name");
            TableColumn lastNameCol = new TableColumn("Last Name");
            TableColumn emailCol = new TableColumn("Email");
            table.getColumns().addAll(firstNameCol, lastNameCol, emailCol);
            ContextMenu menu = new ContextMenu();
              MenuItem item = new MenuItem("you can click me");
              item.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent event) {
                        System.out.println("you've clicked the menu item");
              menu.getItems().add(item);
              table.setContextMenu(menu);
            final VBox vbox = new VBox();
            vbox.setSpacing(5);
            vbox.getChildren().addAll(label, table);
            vbox.setPadding(new Insets(10, 0, 0, 10));
            ((Group) scene.getRoot()).getChildren().addAll(vbox);
            stage.setScene(scene);
            stage.show();
         public static void main(String args[]) {
              launch(MenuTest.class);
    }

  • Problem with Multiple Context Creation

    Hi,
    We are facing a java.lang.SecurityException Invalid Subject
    We need to create multiple Initial Contexts for a single thread.
    Following is the Scenario
    1) The user will access Servlet/Struts Action class which performs database call and EJB(one, two) calls with different Initial Contexts ( Credentials are different)
    2) At the same time the Timer Task runs in back ground which is invoked from servlet load-on-startup and runs for every 1 min.
    3) The Timer Task invoke an MDB this MBD will make an external EJB (three) call for business logic.
    {color:#ff0000}Please Suggest me the Sequence of step I am expecting are correct or not{color}
    1) The Timer Task will run in the same JVM where the Servlet/Action classes are loaded (WEB-CONTAINER)
    2) The Thread created for Servlet/Action class will not be shared by Timer Task.
    3) The Thread created for Timer Task and the MDB are different.
    4) So the Servlet - Thread, Timer Task Thread and MDB Thread are different.
    The Behavior of the Context is as follows according to Bea Document.
    [http://e-docs.bea.com/wls/docs81/jndi/jndi.html#476864]
    JNDI Contexts and Threads
    How to Avoid Potential JNDI Context Problems (Please Refer this Paragraph)
    I am closing the entire Context's immediately after lookup
    Still we are facing this java.lang.SecurityException Invalid Subject Exception Problem
    The Context of EJB which we are calling from MDB is sharing the Servlet/Action Class Context -- Credentials
    Example_
    {color:#ff0000}Servlet/Action Class Context Credentials -- are user1/pass1{color}
    {color:#ff0000}EJB (three) Context Credentials -- are user3/pass3{color}
    When EJB (Three) lookup is invoked it&rsquo;s throwing the following Exception
    *java.lang.SecurityException: [Security: 090398] Invalid Subject: user1*
    Please advise to solve this problem
    Thank You.

    Solved By myself
    There is problem while passing data to internal table for item level

  • TextFlow into multiple RichEditableText containers keeping container styles

    I'm stumped.
    Can  anyone help me to flow text into multiple RichEditableText contianers  with different styles applied to each container?  When I use the  following code, it works for flowing text between the containers but it  does not adopt the styles of the RichEditableText objects that I attach.
    var textFlow:TextFlow;
    textFlow  = TextConverter.importToFlow("one two three four five six seven eight  nine ten eleven twelve thirteen", TextConverter.PLAIN_TEXT_FORMAT);
    textFlow.flowComposer.addController(new ContainerController(richTextEditor1, richTextEditor1.width, richTextEditor1.height));
    textFlow.flowComposer.addController(new ContainerController(richTextEditor2, richTextEditor2.width, richTextEditor2.height));
    textFlow.flowComposer.updateAllControllers();
    I  have tried to apply styles directly to the ContainerControllers with no  success.  I can apply a style to the TextFlow but it uses that style  for the all containers where the text is flowing into.
    If I  attach the textFlow object directly to the textFlow property in the  RichEditableText object, it will keep the formatting of the  RichEditableText.  But then I can't figure out how to make it flow to  the next text box.
    I even tried adding the additional  controller (attached to the second RichEditableText) to the TextFlow  after attaching it to the first RichEditableText object.  No luck.
    I hope this is a stupid qustion and there is a simple answer.  Any help is appreciated.
    Thank you!
    Mike

    Unfortunately it is a good question and there isn't a simple answer.
    The RichEditableText component was not built with multiple containers in mind, so you'll run into problems trying to use it in a multiple container context.
    It sounds like you've figured out how to run the text through multiple containers directly from ActionScript, which does work well. You can then attach an EditManager to make the text editable. And as the documentation states, you can use the format object on the ContainerController to change container-level formatting (like columns). But if I'm understanding you correctly, you're trying to get the text to change something like fontSize or fontStyle as it flows between containers. That's not something TLF supports yet, and it's not a simple feature to add (either in TLF or your own code).

  • Is it possible to change the change context id in the company?

    Hi,
    During uploading the enterprise WB there was mistake in the context id maintained for the company. While uploading the workbook, it got created with warning.
    Now i am not able to change the context id of the company.
    Is it possible to delete the company which was created and upload it agin?
    Is it possible to change the context ID of the company so that i don't have to load it again?
    Your pointers will be highly appreciated.
    Rgds,
    Madhan

    Hi Madhan,
    Need little bit more information on your setup. How many enterprise contexts, sub-contexts do you have and which context is the company you created by mistake associated with? How many companies do you have in the system?
    If you have multiple enterprise contexts, you can't cross link the company to another enterprise context (even accidentally) as you will have visibility only within your context. My guess is, you have an enterprise context and have created multiple sub-contexts under the enterprise. Is this the case?
    The first company you create is the enterprise company. If the company in question is the enterprise company, I wouldn't recommend inactivating it and instead start over by running install_root script.
    If the company in question is not an enterprise company, then itu2019s fine inactivating it and creating a new one.
    The logo issue most probably is caching related. Clear the system cache and try again. If that doesn't help pls provide details on the configurations. Which release of Sourcing are you on? Note, there is a known issue with logo in release 5.1.
    Regards,
    Vikram

  • Batch processing of multiple test stations

    Hi All,
    Bit of a complex one here (for me anyway!) that I want to bounce off you clever people to see if can aid me in any way.
    I am about to develop a system which uses a 6 UUT position(so 6 UUTs are held on a wheel) device which spins around. There are two test PCs and hardware at points on the system (say at position 1 and 4, although the idea is to perhaps add more at the other empty stations) and the wheel is moved around at set intervals to present the UUT to the test station (approx 2s, but this can be varied depending upon processing time). UUTs are fed onto and off of the wheel at station 6 (ie when the UUT has been around stations 1-5 it is pulled off and a new one is put in its place).
    The two test stations will be using TestStand and the remote engine to sequence tests with LabView code modules and due to the set movement time of the wheel I will be doing 'hands on' tests when the UUT is at a test station and I will be processing the test data for that UUT when it has moved around (although obviously I will then be taking measurements from the next UUT on the wheel).
    I was thinking of using the batch processing model for this task and was going to have 6 UUTs running at the same time. I can clock the UUTs around using Labview and have wait/processing points while that UUT is not being physically tested.
    My questions are:
    1) My process is going to be contiunous (it will run 24:7) as the 6 test sockets run, each one step in front of the other, can they independently produce test reports and then be restarted for the next UUT which has been introduced to the wheel? I dont want the traditional 'Run Test, get results, re run test, get results'. I want the process to be continuous, so results files will be popping out every 2 seconds as a UUT has moved around all of the stations and dumped in the PASS/FAIL bin
    2) Is it possible to have an array of common parameters between the batch processes or will they all have seperate parameters.
    3) Kind of linked to 2, but I assume that if each batch is running in a seperate thread that the data they share to labview will be seperate to each test socket. There will only be a single instance of each test running at one time. Is there multiple sequence contexts (one for each test socket?) or is it one big one?
    4) Am i using the right approach? Test Stand is definitely the thing for this customer and I feel it will help us, but am I going to be using in the right way?
    Thanks in advance
    Marlon

    Let me answer question 4 first since it will effect my answers to questions 1-3.
    4) It sounds to me like you should really be using the parallel model instead of the batch model. The batch model was really intended for things that need to be tested as a group. In otherwords, a tray of 6 items that all start being tested and complete being tested together, and then a completely new tray of another 6 items is tested after that. What you have really is more of a set of 6 independent test sockets running in parallel with some synchronization involved because of the interdependencies and that is more what the parallel model is designed for.
    1) If you are using the parallel model than the answer to this is yes. You can set things up so that each testsocket writes its reports to a separate file completely independently from the other test sockets. This is also kind of true for the batch model, but in the case of the batch model, all test sockets must wait for each other to complete before the next batch of uuts can be tested and this does not sound like what you really want.
    2) Yes, but there are several ways you can accomplish this. One way would be to use file globals for your mainsequence file and edit the sequence file properties setting for the file to share file globals between executions. But because you are running remote executions you will then have to go to the additonal step of passing the data that you want the remote sequences to have as parameters to the remote sequence. You will need to pass the data as parameters rather than use the share file globals setting for the remote sequences on multiple machines because that setting only works for executions that are all running on the same machine. Passing parameters however is pretty easy to do and to use on the other end. Also I'd like to add that it might be possible for you to run everything on one computer. I'm not sure what your reason for having multiple computers is though.
    3) By batch I'm going to assume you mean test socket (i.e. "each TESTSOCKET is running in a separate thread"). A batch is a group of testsockets. And if you mean testsocket then the answer is yes, you are correct. Each testsocket runs in a separate execution and thus a separate teststand and OS thread. Additionally each will have a completely separate sequence context. However, if you pass the same data as a parameter to all of the sequences (i.e. a set of global variables of some sort), then they will all be able to access that same data. Additionally, you can pass data between threads using synchronization step types such as queues and notifications.
    Hope this helps, if you need more information let me know.
    Douglas Melamed
    NI

  • FWSM Security context

    Hi,
    We are having FWSM module in 6500 switch, also having license for 20 seperate security contexts.
    The problem is, I am able to create more then two contexts but at a time only one will work.
    (config. attached)
    pls help me on the same

    check out the following link on managing multiple security contexts :
    http://www.cisco.com/en/US/products/hw/switches/ps708/products_module_configuration_guide_chapter09186a00802012c5.html
    hope this helps.

  • Users logging on via CIF's lose login capability

    Multiple Netware 6.5 sp7 servers, with CIF's configured to offer windows
    shares to computers that do not use Novell Client.
    For years now, I've been able to set up XP Pro x64, Vista Business (x86 &
    x64) and Windows 7 (x86 & x64) systems so that they log in and map drives
    via the "Net Use" command. For instance, if I have a Netware server located
    at 10.10.20.5, it has a share named M_Drive and user BOB has been set up
    using iManager so that he has access to said server and folder, I could map
    a drive on one of the aforementioned systems by using the following command
    Net Use M: \\10.10.20.5\M_Drive /u:bob {bob's password}
    Running that command would result in the appearance of an M drive on the
    workstation with Bob's access rights.
    If you were to go to the Netware server that Bob just logged into and go to
    the connections screen for the Monitor NLM (or access connections via Remote
    Desktop) you would see that user BOB had a connection; however, no
    information regarding the IP address that BOB was connected from would be
    available. This connection would be the type that isn't preceded by a "*".
    eg the connection is listed as "BOB.CONTEXT" as opposed to "*BOB.CONTEXT"
    Anyways, starting yesterday, random users on my network are losing the
    ability to connect using the aforementioned method. Bob will try to log in
    and get an error message. Trying to access \\10.10.20.5 from Windows
    Explorer returns an error. If I check Connections, I find that there are
    multiple "*BOB.CONTEXT" connections, but no "BOB.CONTEXT" one. Clearing the
    "*" connections will have no effect in permitting BOB to connect.
    If I go to other machines, even ones with the Novell Client, and try and
    login as BOB or use the aforementioned drive mapping technique, Iit fails.
    If on a machine that won't allow BOB to connect to the Novell server I use
    another users' name and password, the connection works.
    Thus, the problem is at the Novell server and is particular to a given user.
    The "problem" user will change from day to day.
    If several hours later I try logging in as my problem user, it works.
    1) Anyone encountered a problem like this one?
    2) Is there a setting within Netware 6.5 sp7 which controls the length of
    time that a disconnected user's connection is kept "live"? If the system
    "naturally" eventually releases these problem users, maybe I can do
    something to make the release happen earlier.
    3) Does performing a DSRepair sound like a good idea?
    4) Is the Netware 6.5 sp8 update still available? Wondering if installing
    that might resolve the problem.
    I look forward to your response.

    On Fri, 14 May 2010 17:56:18 +0000, Phillip Armitage wrote:
    > 3) Does performing a DSRepair sound
    > like a good idea?
    No. You've not, so far, provided any information that points to a problem
    in eDirectory.
    > 4) Is the Netware 6.5 sp8 update still available?
    Yes.
    > Wondering if installing that might resolve the problem.
    It might. I'd certainly try it, and the post-sp8 updates, before spending
    much more time troubleshooting this.
    David Gersic dgersic_@_niu.edu
    Novell Knowledge Partner http://forums.novell.com
    Please post questions in the newsgroups. No support provided via email.

  • Subversion Merge With Word

    One of the features of using Subversion is Merge. I found the below statement is the OPM User's Guide under "Get updates to a file already checked out to you".
    "If you attempt to get the latest version of a document from source control which is checked out to you already, you will be prompted to replace, merge, leave or cancel the operation."" ...
    "Merge: will merge differences between the source controlled version and the one on your machine, potentially resulting in unexpected document content. This will not work with Word documents as they are a binary format."
    Does the same hold true for a Word document checked out to someone else? I am thinking in the context of a multiple developer context.
    Thank You

    Subversion treats word and excel documents as binary files, which means that it can't do anything useful with merging them. The best approach to dealing with these sorts of files in a rulebase project is to make sure that one developer has exclusive access to a document when they are editing it.
    Policy Modeling can help with this by using exclusive locking as default behavior when integrated with Subversion.
    Cheers
    Frank

  • Transactions in Weblogic 5.1

    Hi there,
              I'm fiddling a bit with transactions in Weblogic 5.1, and I might have
              misunderstood a few things, 'cause it seems like Weblogic is not doing
              the right thing.
              I have this entity bean that does not do any database connects, in fact
              it does not use any TX resources, but I'd like to serialize access to it
              anyway - and I had the impression that the Weblogic server could do this
              for me. Having the entity bean deployed with "Mandatory" transcation and
              "Serializable" isolation level does however not give me the desired
              result - I can hold the entity bean in multiple transaction contexts :-(
              So for me it seems like Weblogic Server 5.1 does not do any transaction
              serialization by itself, and documentation I have stumbled upon indicate
              that the server relies on JDBC drivers and such to provide transaction
              isolation. Seems like the entity bean itself is not considered a
              TxResource whereas an underlying database connection is.
              Am I right? -- if I am, does this mean that in order to serialize access
              under transaction to an entity bean I must have data base access?
              regards
              Jakob
              

              Hi Jacob,
              Transaction isolation levels are ment for database transactions only..but the
              transaction attributes not the same..you can apply
              the transaction attributes to session bean which may not access db at alll
              Thanks
              Ramesh
              Jakob Dalsgaard <[email protected]> wrote:
              >Hi there,
              >
              >I'm fiddling a bit with transactions in Weblogic 5.1, and I might have
              >
              >misunderstood a few things, 'cause it seems like Weblogic is not doing
              >
              >the right thing.
              >
              >I have this entity bean that does not do any database connects, in fact
              >
              >it does not use any TX resources, but I'd like to serialize access to
              >it
              >anyway - and I had the impression that the Weblogic server could do this
              >
              >for me. Having the entity bean deployed with "Mandatory" transcation
              >and
              >"Serializable" isolation level does however not give me the desired
              >result - I can hold the entity bean in multiple transaction contexts
              >:-(
              >
              >So for me it seems like Weblogic Server 5.1 does not do any transaction
              >
              >serialization by itself, and documentation I have stumbled upon indicate
              >
              >that the server relies on JDBC drivers and such to provide transaction
              >
              >isolation. Seems like the entity bean itself is not considered a
              >TxResource whereas an underlying database connection is.
              >
              >Am I right? -- if I am, does this mean that in order to serialize access
              >
              >under transaction to an entity bean I must have data base access?
              >
              >regards
              >Jakob
              >
              

  • Nokia N8-00 'maximum number of connections in use'

    Hi,
    I have creted another APN in the Destinations-Internet settings. Put this APN on priority 1. Then I se internet an it is ok. But when I open Nokia Maps or another App. Sometimes it tries to connect to the old APN then says 'maximum number of connections in use'. Asking me for confirmation to close one connection.
    So I move all APN's and Wireless connections out of the Destination Internet. Except for the new on that I want. Still the same message From time to time. How to stop thi message. Deleting an APN is not a solution I am looking for otherwise I would have done that.
    Any help is appreciated.

    So the on off method I posted earlier did not work. The first APN is still tring to be accessed by some apps after the phone is switched off and on again. The other things I tried..
    - Removed the APN restriction and renamed the first APN. When I start the APP it now gives me a warning and lets me choose the APN. I choose the second one so greate. Close the APP. Now when I rename the fisr APN to the original name. APPS try to access it again and I get that original error.
    The only thing I could do is configure the first APN name with the actual Access Point of the second APN. This worked All apps are accessing the first APN whaich was reconfigured to look like the new Second APN. 
    This is not a solution again it is a workaround. Does anyone-else have this problem. Or am I the only one who is configuring multiple APNs. Since my provider has multiple APNs.
    I would have thought that this phone supports Multiple PDP contexts, or Secondary PDP context. It was defined in the initial 3GPP specs way back in 2003ish. Nokia can you confirm???
    Cheers Peps!

Maybe you are looking for

  • Mini DisplayPort adapter for 23" Apple HD Cinema Display?

    hello all, I'm sure this has been asked and answered here, but I can't find it! (grrr...) I've got an 23" Apple HD Cinema display and a new iMac. The iMac has a "mini DisplayPort". Now, the Cinema Display has a 3 x 10-pin (not 3 x 8) DVI connector. T

  • Internet explorer script error in BSP application

    Hi, I am receiving Internet Explorer script error when I try to navigate between different pages in a BSP application/navigate between diff page fragemnts within the sqame page. Error - "An error occurred in the script on this page." Line - 480, char

  • Any date for jdeveloper 10.1.3 beta with adf features

    Hi Jdeveloper team, Is there any date we can expect the next jdeveloper 10.1.3 beta with more complete adf features ? I'm currently evaluating the technology stack+tool to use for our next project ( preferably jsf based ), the lack of an adf faces re

  • ODI : SAP Integrate ?

    Hi all, I have error on the step of Reverse Engineer from SAP with this message "Problem in Data extraction from SAP System!!". My step are : 1. Create Data Server that point to SAP Server 2. Config FlexFields with an appropriate value to connect to

  • Material Ledger Question with "Individual PO" process

    Hello All, I have a material ledger question related to the individual PO process in SAP where a Sales Order is Created, which automatically generates a Req/PO.  The materials from the Req/PO are received into the plant for which the Req/PO was creat