Advice needed: many lines terminating to same user for multiple numbers...

In our situation, there are many numbers that can terminate into one user for many different reasons. I.E. A help line for product A, and a sales line for product B. Some users have up to 14 different numbers that they will be responsible for. It is a CCM 4.2 envorionment, with unity unified msg. The user needs to be able to differentiate between the called numbers. Aside from using multiple lines on a sidecar 7914, is there an alternate solution for changing the appearance of the called number? Would forwarded route points be able to pass calling and called line information via the 7960 screen?
Thank you.

Yes, that will work. Take a look at the following post for the required steps.
http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=IP%20Communications%20and%20Video&topic=IP%20Telephony&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1ddb5957/0#selected_message
Hope this helps. If so, please rate the post.
Brandon

Similar Messages

  • Why do we need to define RFC destination and user for material replication

    Dear Experts,
    why do we need to define RFC destination and user for material replication? Here we use crm middleware only for material replication. Could you please help me to understand it?
    regards,
    Ranjan

    Hello,
    As far as I know, you can use the same RFC destination already available in ECC to SRM to replicate materials.
    You can refer to note 720819.
    Regards,
    Ricardo

  • Need help with re-prompting the user for input .

    I am trying to wright a code the re prompts the user for input if they enter anything but an integer but I keep getting a "char cannot be dereferenced" error when I try to compile.
    Here's what I have got:
    import java.util.Scanner; // imports Scanner methods
    public class SandBox
      public static void main(String[] args)
          // re-prompting test
          Scanner in = new Scanner(System.in);
          System.out.println("Please enter an integer: ");
          String i = in.nextLine();
          for(int a=0; a<i.length(); a++)
              if( (i.charAt(a).isDigit()) ) {
                  System.out.println("Thank you!");
                  break;
                } else {
                    System.out.println("Please try again");
                    continue;
          int b = Interger.parseInt(i);
      }// end of class
    }//end of main method
     

    Sorry for double posting but it won't let edit my last post.
    I would prefer to go through it without using try catch because it takes longer though I will use it if I cannot get the other way working. I currently have two versions of the code both using try catch and the other way but both say that they "cannot find symbol" when I try to parse. here are both versions of the code:
    import java.util.Scanner; // imports Scanner methods
    public class SandBox
      public static void main(String[] args)
          // try catch test
          boolean inputIsFaulty = true;
          int inputInt = 0;
          Scanner in = new Scanner(System.in);
          do {
             System.out.println("Please enter an integer: ");
             String i = in.nextLine();
             for(int a=0; a<i.length(); a++)
                if (Character.isDigit(i.charAt(a))) {
                  System.out.println("Thank you!");
                  inputIsFaulty = false;
                } else {
                    System.out.println("Please try again");
            while (inputIsFaulty);
          inputInt = Integer.parseInt(i);
      }//end of class
    }//end of main method
    import java.util.Scanner; // imports Scanner methods
    public class SandBox2
      public static void main(String[] args)
          // try catch test
          boolean inputNotOK = true;
          int inputInt = 0;
          Scanner in = new Scanner(System.in);
          do {
             System.out.print("Please enter an integer: ");
             String inputStr = in.nextLine();
             try {
                inputInt = Integer.parseInt(inputStr);
                // this line is only reached if the parse works
                inputNotOK = false;
             catch (NumberFormatException e) {
                System.out.println("You didn't enter a proper number.  Please Try again.");
          while (inputNotOK);
          inputInt = Integer.parseInt(imputStr);
      }//end of class
    }//end of main method
     

  • Same JVM for multiple Frames in a web application

    Hi guys,
    I have a web application that loads an applet during login. Once the login is completed, the web application will display the available functions accessible with a menu on the left frame and the main display page on the right frame. Whenever any form action is perfomed on the right frame, the jvm with the login session seems to exit (java console closes) and the applet will be loaded to prompt the user to login again. The JRE installed on the Windows client is 1.6.0_14 from SUN.
    I'm guessing that the different frames are using different JVMs?
    Is there a way to use the same jvm for a web application with multiple frames? I want to prevent the case where the user will have to login again.
    Thanks for any advice!
    - Zen -

    I have sort of the same problem
    [Identical applets in the same JVM, next generation plugin issue|http://forums.sun.com/thread.jspa?threadID=5396118]
    I have submitted a Request for enhancement to SUN to allow forced grouping of applets in the same JVM.
    Sort of the opposite of the "separate_jvm" Applet tag parameter.
    It seems there is currently no way to do this.
    [New Plugin command line args|https://jdk6.dev.java.net/plugin2/jnlp/#COMMAND_LINE_ARGS]
    When per-applet JVM command-line arguments are specified, it is likely that the new Java Plug-In will need to launch another JVM instance in order to satisfy them. In other words, it is unlikely that a preexisting JVM instance will have been started with the correct set of command-line arguments to satisfy the current applet's request. The rules for exactly when a new JVM instance is launched to start a given applet are deliberately left unspecified, as this functionality is brand new in the 6u10 release and may need to change in subsequent releases. Here is a rough set of guidelines for the sharing and creation of new JVM instances:
    * If the command-line arguments used to start a preexisting JVM instance are a superset of the requested arguments, the preexisting JVM instance will be used.
    * If a JVM instance is launched for the "default" set of command-line arguments (i.e., those specified in the Java Control Panel, with no per-applet arguments specified), then this JVM instance will never be used to launch any applet that has even one per-applet command-line argument.
    * -Xmx is handled specially: if a preexisting JVM instance was started with for example -Xmx256m, and a new applet requests -Xmx128m, then new applet will very likely be run in the preexisting JVM instance. In other words, -Xmx specifications are matched with a greater-than-or-equal test.
    There is no way to "name" a JVM instance used to launch a particular applet and "force" subsequent applets into that JVM instance.
    See the section on the separate_jvm parameter to isolate a particular applet in its own JVM instance, separate from all other applets.

  • One user for multiple tablespaces

    Hello.
    Oracle 11g enterprise.
    Whenever I setup a new tablespace on my server, I create a user for each tablespace on the server.
    Is is possible to create only one user for all tablespaces on a server?
    What is the easiest way to create this one user to have all roles and privileges across all tablespaces?
    Any suggestions are greatly appreciated.

    I would seriously question a design with 'N' databases (whether they are on 1 or more or 'N' servers is not the issue) and DBLink from each of the databases to every other database.
    Not only is it going to be hell to manage (how and when can you decide to shutdown a database for maintenance / patching / server/hardware maintenance when you have N-1 others connecting to it online), but it indicates a possibly high level of data duplication.
    So we still revert to why you think you need that many databases and that many users and that many database links.
    As has been pointed out, there is no relation between tablespaces and DBLinks. NONE whatsoever.
    As for tablespaces and users, I can have
    a. One Tablespace and 10 database accounts with any 1 to 10 of the accounts storing data objects in the tablespace
    b. Ten Tablespaces and 1 database account storing data objects across all 10 tablespaces
    c. 100 database accounts but only 1 to N of them having any data objects, the others only doing SELECT/INSERT/UPDATE/DELETE on objects owned by 1 to N schemas. (This one schemas all being in 1 tablespace or M tablespaces).
    There is no one-to-one correspondence between users and tablespaces necessary. Tablespaces are for logical grouping of data objects.
    I keep referring to data objects as these (Tables, Indexes, LOBs, IOTs, Clusters etc) require storage. Objects like Sequences do not require separate tablepaces although they have persistent values. Objects like DBLinks and Views are only definitions and require no storage (other than in the data dictionary !). Objects like Procedures and Packages and Triggers are code objects and require no storage (other than in the data dictionary).
    So :
    1. Such a design needs to be questioned.
    2. Even if you need such a design, do not tie DBLinks to Tablespaces.
    3. Even if you need DBLinks, do not tie Users to Tablespaces.

  • How do I use same MDB for multiple Queues? Deployment ?

              Here is what I am trying to do
              I have written one MDB that I want to use for multiple queues. I have seen posting
              mentioning that code a new weblogic-ejb-jar.xml to define other queues as the
              solution.
              Is there any other work around?
              I want to add queues in future as and when needed. I don't want to modify the
              already deployed jar to replace it with new weblogic-ejb-jar.xml everytime I have
              to add another queue for the message-driven-bean. Is is possible to use some kind
              of reference tag and just put weblogic-ejb-jar.xml in a new jar file and deply
              that every time I have a new queue to use for this MDB ( I don't think so, but
              again ???).
              Any help would be greatly appreciated.
              Chris
              

    Sorry -- that's the only solution for now.
              greg
              "Chris" <[email protected]> wrote in message
              news:[email protected]..
              >
              > Here is what I am trying to do
              >
              > I have written one MDB that I want to use for multiple queues. I have seen
              posting
              > mentioning that code a new weblogic-ejb-jar.xml to define other queues as
              the
              > solution.
              >
              > Is there any other work around?
              >
              > I want to add queues in future as and when needed. I don't want to modify
              the
              > already deployed jar to replace it with new weblogic-ejb-jar.xml everytime
              I have
              > to add another queue for the message-driven-bean. Is is possible to use
              some kind
              > of reference tag and just put weblogic-ejb-jar.xml in a new jar file and
              deply
              > that every time I have a new queue to use for this MDB ( I don't think so,
              but
              > again ???).
              >
              > Any help would be greatly appreciated.
              >
              > Chris
              

  • How do use the same crop for multiple images.

    I have a number of images that I want to use the same crop on. Instead of go through the whole slow process for each image is there a way to use the same crop for all of the images?
    And in iPhoto there was a way to copy the adjustment settings to multiple images, I can't see how to do that in aperture.

    Use the "Lift&Stamp" tool:
    Crop one image.
    Lift the crop using the "Lift" tool.
    Select the other images.
    Stamp the crop adjustment to all of them.
    But caution: By default "Lift" will copy all Metadata tags and all adjustments, but the gps data. If you only want to transfer the cropping rectangle, deselect all lifted items but the crop adjustment before stamping.
    Regards
    Léonie

  • NEED YOUR HELP TO WRITE COMPLEX QUERIES FOR MULTIPLE RECHARGE

    Dear friend,
    Kindly help me out to prepare query for below scenario in telecom environment ..
    sometimes retailer do multiple recharge to same subscriber for same price points(MRP) in a day i.e Suppose in day ,a reatailer:A did recharge mrp 50 to Customer: B , Again after 5 min ,then reatailer:A did recharge mrp 50 to Customer: B again , then after 30 min ,then reatailer:A did recharge mrp 50 to Customer: B again ...similarly lot of retailer did same thing so on ....
    Kndly suggest a query for below scenario..
    1)How to get 1st recharge for customer if retailer did multiple recharge to particular customer for same price points in day ..
    2)how to get 2nd recharge for customer considering 1st scenarion i.e.a particular retailer did recharge MRP 50 three times a partucular customer in day ..then how can get 2nd one ....
    3)how can get second transaction to customer which happened after 2 mins after did 1st recharge ..considering multiple recharge scenario
    4) how can get second transaction to same customer which happened after 30 mins after did 1st reharge to customer ..considering multiple recharge scenario
    5) how can get second transaction to customer which happened between 2 mins and 5 mins after did 1st recharge to cuastomer considering multiple recharge scenario
    i have tried with below query , But it's not giving exact output .Kindly suggest qury for same .. table with column with some sample recode given below ..
    SELECT DISTINCT a.TRANSACTION_ID,a.TRASFER_DATE,b.transaction_id,
    ABS(a.TRASFER_DATE-b.TRASFER_DATE)*24*60*60,b.TRASFER_DATE next1,
    a.PROCESSING_TIME,a.RETAILER_MSISDN,a.CUSTOMER_MSISDN,a.MRP FROM SG_JK_190313 a,SG_JK_190313 b
    WHERE a.retailer_msisdn=b.RETAILER_MSISDN
    AND a.CUSTOMER_MSISDN=b.CUSTOMER_MSISDN
    AND a.MRP=b.MRP
    AND a.TRASFER_DATE!=b.TRASFER_DATE
    AND ABS(a.TRASFER_DATE-b.TRASFER_DATE)*24*60*60>120
    ORDER BY a.transaction_id
    Table Details :SG_JK_190313 it's columns:TRANSACTION_ID, TRASFER_DATE, PROCESSING_TIME, RETAILER_MSISDN, CUSTOMER_MSISDN, MRP
    transaction_id     trasfer_date processing_time     retailer_msisdn     customer_msisdn     mrp
    JKR13031900571000005     3/19/2013 0:57     0.75     7298297447     7298297447     10
    JKR13031900571000005     3/19/2013 0:57     0.75     7298297447     7298297447     10
    JKR13031900571000005     3/19/2013 0:57     0.75     7298297447     7298297447     10
    JKR13031900571000005     3/19/2013 0:57     0.75     7298297447     7298297447     10
    JKR13031911511200235     3/19/2013 11:51     0.392     7298297447     7298297447     10
    JKR13031911511200235     3/19/2013 11:51     0.392     7298297447     7298297447     10
    JKR13031911511200235     3/19/2013 11:51     0.392     7298297447     7298297447     10
    JKR13031911511200235     3/19/2013 11:51     0.392     7298297447     7298297447     10
    JKR13031915551100480     3/19/2013 15:55     0.4     7298297447     7298297447     10
    JKR13031915551100480     3/19/2013 15:55     0.4     7298297447     7298297447     10
    JKR13031915551100480     3/19/2013 15:55     0.4     7298297447     7298297447     10
    JKR13031915551100480     3/19/2013 15:55     0.4     7298297447     7298297447     10
    JKR13031922321000078     3/19/2013 22:32     0.417     7298297447     7298297447     10
    JKR13031922321000078     3/19/2013 22:32     0.417     7298297447     7298297447     10
    JKR13031922321000078     3/19/2013 22:32     0.417     7298297447     7298297447     10
    JKR13031922321000078     3/19/2013 22:32     0.417     7298297447     7298297447     10
    JKR13031905141100001     3/19/2013 5:14     0.502     7298698345     7298598324     50
    JKR13031923121000043     3/19/2013 23:12     0.404     7298698345     7298598324     50
    JKR13031905141100001     3/19/2013 5:14     0.502     7298698345     7298598324     50
    JKR13031905141100001     3/19/2013 5:14     0.502     7298698345     7298598324     50
    JKR13031907151100019     3/19/2013 7:15     0.569     7298698345     7298598324     50
    JKR13031907151100019     3/19/2013 7:15     0.569     7298698345     7298598324     50
    JKR13031907151100019     3/19/2013 7:15     0.569     7298698345     7298598324     50
    JKR13031907151100019     3/19/2013 7:15     0.569     7298698345     7298598324     50
    JKR13031907451100041     3/19/2013 7:45     0.483     7298698345     7298598324     50
    JKR13031907451100041     3/19/2013 7:45     0.483     7298698345     7298598324     50
    JKR13031907451100041     3/19/2013 7:45     0.483     7298698345     7298598324     50
    JKR13031907451100041     3/19/2013 7:45     0.483     7298698345     7298598324     50
    JKR13031923121000043     3/19/2013 23:12     0.404     7298698345     7298598324     50
    JKR13031923121000043     3/19/2013 23:12     0.404     7298698345     7298598324     50
    JKR13031923121000043     3/19/2013 23:12     0.404     7298698345     7298598324     50
    JKR13031905141100001     3/19/2013 5:14     0.502     7298698345     7298598324     50
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031918431100989     3/19/2013 18:43     0.323     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031901061000004     3/19/2013 1:06     0.487     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900081200010     3/19/2013 0:08     0.253     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900291100016     3/19/2013 0:29     0.464     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918501101022     3/19/2013 18:50     2.231     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031918371101555     3/19/2013 18:37     0.376     9697199326     8803799846     1
    JKR13031900191000011     3/19/2013 0:19     0.302     9697199326     8803799846     1
    JKR13031920541100321     3/19/2013 20:54     0.373     9858998396     9858998396     10
    JKR13031920541100321     3/19/2013 20:54     0.373     9858998396     9858998396     10
    JKR13031917321000533     3/19/2013 17:32     0.361     9858998396     9858998396     10
    JKR13031917321000533     3/19/2013 17:32     0.361     9858998396     9858998396     10
    JKR13031917321000533     3/19/2013 17:32     0.361     9858998396     9858998396     10
    JKR13031913071200251     3/19/2013 13:07     0.422     9858998396     9858998396     10
    JKR13031913071200251     3/19/2013 13:07     0.422     9858998396     9858998396     10
    JKR13031920541100321     3/19/2013 20:54     0.373     9858998396     9858998396     10
    JKR13031913071200251     3/19/2013 13:07     0.422     9858998396     9858998396     10
    Regards
    Srikanta Parida

    PFB sample data of table .Kindely prepare the query..
    transaction_id     trasfer_date     processing_time     retailer_msisdn     customer_msisdn     mrp
    JKR13031900571000005     19/Mar/2013 12:57:51 AM     0.75     7298297447     7298297447     10
    JKR13031900571000005     19/Mar/2013 12:57:51 AM     0.75     7298297447     7298297447     10
    JKR13031900571000005     19/Mar/2013 12:57:51 AM     0.75     7298297447     7298297447     10
    JKR13031900571000005     19/Mar/2013 12:57:51 AM     0.75     7298297447     7298297447     10
    JKR13031911511200235     19/Mar/2013 11:51:19 AM     0.39     7298297447     7298297447     10
    JKR13031911511200235     19/Mar/2013 11:51:19 AM     0.39     7298297447     7298297447     10
    JKR13031911511200235     19/Mar/2013 11:51:19 AM     0.39     7298297447     7298297447     10
    JKR13031911511200235     19/Mar/2013 11:51:19 AM     0.39     7298297447     7298297447     10
    JKR13031915551100480     19/Mar/2013 03:55:50 PM     0.40     7298297447     7298297447     10
    JKR13031915551100480     19/Mar/2013 03:55:50 PM     0.40     7298297447     7298297447     10
    JKR13031915551100480     19/Mar/2013 03:55:50 PM     0.40     7298297447     7298297447     10
    JKR13031915551100480     19/Mar/2013 03:55:50 PM     0.40     7298297447     7298297447     10
    JKR13031922321000078     19/Mar/2013 10:32:34 PM     0.42     7298297447     7298297447     10
    JKR13031922321000078     19/Mar/2013 10:32:34 PM     0.42     7298297447     7298297447     10
    JKR13031922321000078     19/Mar/2013 10:32:34 PM     0.42     7298297447     7298297447     10
    JKR13031922321000078     19/Mar/2013 10:32:34 PM     0.42     7298297447     7298297447     10
    JKR13031905141100001     19/Mar/2013 05:14:11 AM     0.50     7298698345     7298598324     50
    JKR13031923121000043     19/Mar/2013 11:12:55 PM     0.40     7298698345     7298598324     50
    JKR13031905141100001     19/Mar/2013 05:14:11 AM     0.50     7298698345     7298598324     50
    JKR13031905141100001     19/Mar/2013 05:14:11 AM     0.50     7298698345     7298598324     50
    JKR13031907151100019     19/Mar/2013 07:15:05 AM     0.57     7298698345     7298598324     50
    JKR13031907151100019     19/Mar/2013 07:15:05 AM     0.57     7298698345     7298598324     50
    JKR13031907151100019     19/Mar/2013 07:15:05 AM     0.57     7298698345     7298598324     50
    JKR13031907151100019     19/Mar/2013 07:15:05 AM     0.57     7298698345     7298598324     50
    JKR13031907451100041     19/Mar/2013 07:45:13 AM     0.48     7298698345     7298598324     50
    JKR13031907451100041     19/Mar/2013 07:45:13 AM     0.48     7298698345     7298598324     50
    JKR13031907451100041     19/Mar/2013 07:45:13 AM     0.48     7298698345     7298598324     50
    JKR13031907451100041     19/Mar/2013 07:45:13 AM     0.48     7298698345     7298598324     50
    JKR13031923121000043     19/Mar/2013 11:12:55 PM     0.40     7298698345     7298598324     50
    JKR13031923121000043     19/Mar/2013 11:12:55 PM     0.40     7298698345     7298598324     50
    JKR13031923121000043     19/Mar/2013 11:12:55 PM     0.40     7298698345     7298598324     50
    JKR13031905141100001     19/Mar/2013 05:14:11 AM     0.50     7298698345     7298598324     50
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031918431100989     19/Mar/2013 06:43:37 PM     0.32     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031901061000004     19/Mar/2013 01:06:39 AM     0.49     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900081200010     19/Mar/2013 12:08:11 AM     0.25     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900291100016     19/Mar/2013 12:29:38 AM     0.46     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918501101022     19/Mar/2013 06:50:40 PM     2.23     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031918371101555     19/Mar/2013 06:37:59 PM     0.38     9697199326     8803799846     1
    JKR13031900191000011     19/Mar/2013 12:19:51 AM     0.30     9697199326     8803799846     1
    JKR13031920541100321     19/Mar/2013 08:54:23 PM     0.37     9858998396     9858998396     10
    JKR13031920541100321     19/Mar/2013 08:54:23 PM     0.37     9858998396     9858998396     10
    JKR13031917321000533     19/Mar/2013 05:32:39 PM     0.36     9858998396     9858998396     10
    JKR13031917321000533     19/Mar/2013 05:32:39 PM     0.36     9858998396     9858998396     10
    JKR13031917321000533     19/Mar/2013 05:32:39 PM     0.36     9858998396     9858998396     10
    JKR13031913071200251     19/Mar/2013 01:07:22 PM     0.42     9858998396     9858998396     10
    JKR13031913071200251     19/Mar/2013 01:07:22 PM     0.42     9858998396     9858998396     10
    JKR13031920541100321     19/Mar/2013 08:54:23 PM     0.37     9858998396     9858998396     10
    JKR13031913071200251     19/Mar/2013 01:07:22 PM     0.42     9858998396     9858998396     10
    Edited by: user3558544 on Apr 5, 2013 5:55 AM

  • OSB - same branch for multiple operations

    Hi,
    I have a WSDL based proxy service with multiple operations. For 2 of the operations i want the same functionality and other operations have there own functionality.
    So in Operational Branch, can we have the same branch for 2 operations? I can easily create another branch and copy the code, but trying for a better solution.
    Thanks.......

    Use and if condition
    If branch == a | branch ==b
    same solution

  • Need command line to view info user agent is sending to server.

    What's the command line for this in Terminal? Any site resources you can refer me to so I can learn more on this? I'm a med-adv mac user. Not power user----on 10.8.3.
    Any direction on my query is greatly appreciated.
    Have a great week everyone!

    CheckMyIp.org

  • Same user for export import utility

    oracle database 10g
    OS windows 2000 server
    for import Is it necessary to create user with same name as of export file?

    No need to create a user. but while importing you have to import as system with from user and touser clause specifying from where we export and where we are going to import
    eg:
    imp system/manager file=xyz.dmp fromuser=scott touser=matt

  • Solution Needed: Using VPN as a Jump off for multiple users to connect outbound to multiple 3rd party VPN

    I work for a healthcare consulting company, we have 50+ consultants that work remotely from their home.  We currently are cloud managed and for various reasons are looking for a solution to streamline our connection to our Clinics' personal VPNs.  Our Clinics' VPNs vary greatly in regards to vendor and type of connection. 
    What we want to do:
    Create a Jumpoff where all our consultants (simultaneously as well) can remote VPN into. From there be able to jump out to any of our Clinics' VPNs. 
    We need this because we have some consultants with foreign IPs and we also want to connect from Google Chromebooks which don't play nice with every type of our Clinics' VPNs.  So the our Jump Off Box will have all the needed connections for any type of VPNs our Clinics use. 
    This solution should connect to our Clinics' side from their default VPN settings - Just a regular VPN connection from us to them. 
    From what I have been told is that this was attempted in the past: 
    Consultants VPN'd to our cloud server - RDPd to a machine and then VPNd out to our clinics. However this locked down the VPN and only one consultant could jump out. 
    What Cisco Product would allow us to do so?
    How would this be set up? 
    Do we set up the Router to handle outbound connections?
    Any input would be greatly appreciated.  

    Hi Jay, there are a number of ways you can do this I can help you setup an initial recommendation on what products to get please send me an email at [email protected] hope to hear from you soon!

  • ACS and same username for multiple users (max sessions)

    Hello,
    I have created four user groups and four users. Each user is in its own user group and each usergroup have its own ip pool. The problem is that multiple sessions is not always (works random) possible even if the max session is set for group to unlimited and users use group settings. does anyone have any idea what might cause the problem?
    thanks for your answers,
    Lasse

    Hi,
    Here is some more information about problem. Connection fails even if the authentication is passed. I use ACS (3.3) for authenticating users from mobile network.
    Lasse

  • RA with the same User for 6 Remote client

    Hi Netpro
    i have acs 5.2 with asa 5520 , i have the /29 subnet for RA , how can i allow 6 remote access client  to use the same username like U1,
    thanks
    jamil

    Hi Ibrahim,
    Please add the following command to the specific group-policy:
    group-policy your_group-policy attributes
    vpn-simultaneous-logins 6
    On ACS make sure you do not have any restrictions for the amount of simultaneous connections with the same username.
    HTH.
    Please rate any helpful posts

  • Using the same library for multiple iTunes IDs

    My wife and I have the same exact library. When she buys something, my computer/ipod/devices are authorized to use it. We both got new laptops and we wanted to refrain from adding too much on them. I have an iMac with the music library on it. I signed up for iTunes match so that I could have my library on my devices and our Apple TV. So the question is, how can I get the same library on her devices, without uploading this library to her laptop?
    Can I simply log out of iTunes on the iMac and then log in as her and sign up for iTunes Match under her ID and go through the process again and all is done?
    We'd like to maintain the separate IDs as she purchases apps on her own and then has a lot of podcast subscriptions that I don't. But again, just trying to get the shared library to her device.
    Any help would be appreciated.
    Thanks.

    No, there is no way to do this at this time, and if you make a mistake trying, you can screw yourself up and end up locking yourself out of Match.
    Apple makes a subtle and extremely annoying distinction between "authorization" and "association".  You need "authorization" to play content on a particular computer, and several users with different Apple IDs can authorize their content on a single computer.
    However, to do any of the following:
    -auto-download content
    -download previously purchased content
    -use Match!
    you must "associate" the computer to an Apple ID in addition to "authorizing" it. Only *a single AppleID* may be associated with a computer (not account, computer!) at a time, and this can only be changed once every 90 days. In other words, in this context, it treats the computer just like a mobile device. You can't run Match with more than one user, and Match also precludes anyone else from downloading previously purchased content.
    I recently learned about this the hard way when my son came home from college and used his Apple account to re-download a single TV show on my computer.  When I logged in later to try to use Match, a splash informed me I would have to wait *90 days* to switch back to my AppleID!  Luckily, I emailed the iTunes store and they were able to reset it.  I'm not sure if they have single incident forgiveness policy, if they were able to see exactly how much money I've put in their pockets over the  last couple years, or if they were simply smart enough to realize that *not* doing so could only lose them money in the future.
    Add to this the fact that you now "associate" (with a different definition) your AppleID with your *user account* to use cloud services, and you have three different and inconsistent ways your AppleID is used on a computer.
    Hopefully, Apple will clean all of this up at some point.

Maybe you are looking for

  • Mid-2012 Macbook air wifi connectivity, bluetooth interference, and SD slot

    I've had issues with all off these things since right around the time my warranty expired: -Wifi is often slower than all other computers in my house no matter where it is; it doesn't work at all if i have bluetooth on and connected to something. thi

  • Problem with Embedded Event Manager and Object Tracking

    Hi, I have a 2801 running c2801-advipservicesk9-mz.124-24.T2.bin. It has the following configuration: track 300 list boolean or object 10 object 11 object 12 object 13 event manager applet clear_ipsec_tunnel event track 300 state down action 1.0 cli

  • Import CRS XI R2 to BIAR file

    Post Author: Vlad.Bondar CA Forum: Administration Hello. I have Crystal Reports Server XI R2 installed on a Win2k3 box. When i try import reports to BIAR file i get error "System.FormatException: Входная строка имела неверный формат.   в System.Numbe

  • Audigy 2 ZS connections to HT recei

    I recently purchased and installed an Audigy 2 ZS, and I'd like to connect it to my home theater receiver, which has one digital coax and two optical inputs, and a set of six mono RCA ins for multichannel analog. Currently, one optical (DVD player) a

  • ITunes Match removed all existing songs from iPhone

    Be careful. I now have 14G free on my iPhone! All my previously synced music (3032 songs) is gone! I have just the 167 songs I have bought from iTunes! Watch out!