A question about Object Manager

Hello, a question set the server with the installation wizard, select all ObjMgr of application, but I have none running on the server, only the following:
srvrmgr> comp list for server SERVER
CC_ALIAS SV_NAME CC_NAME CT_ALIAS
   CC_RUNMODE CG_ALIAS CP_DISP_RUN_STATE CP_STARTMODE CP_NUM_RUN_TASKS CP
CP_ACTV_MTS_PROCS MAXTASKS CP_MAX_MTS_PROCS CP_START_TIME CP_END_TIM
E CC_INCARN_NO CC_DESC_TEXT
SERVER FSMSrvr FSMSrvr File System Manager
   Online Auto Batch SystemAux 0 20
            1 1 2012-06-29 16:52:39
SERVER ServerMgr ServerMgr Server Manager
   Interactive System Running Auto January 20
                                                 2012-06-29 16:52:34
SRBroker SERVER Server Request Broker ReqBroker
   Interactive System Running Auto July 10
0 1 1 2012-06-29 16:52:34
Server Request Processor SERVER SRProc SRProc
   Interactive Running Auto SystemAux February 20
            1 1 2012-06-29 16:52:39
SvrTblCleanup SERVER Server Tables Cleanup BusSvcMgr
   Background Running Auto SystemAux January 1
                                                 2012-06-29 16:52:39
SvrTaskPersist Server SERVER Task Persistence BusSvcMgr
   Background Running Auto SystemAux January 1
                                                 2012-06-29 16:52:39
SERVER Siebel Administrator Notification Component AdminNotify AdminNotif
Auto Online and Batch SystemAux 0 10
            1 1 2012-06-29 16:52:39
Siebel Connection Broker SCBroker SERVER SCBroker
   Background Running System Auto 1 January
                                                 2012-06-29 16:52:34
8 rows returned.
how I can change others?

Sebastian,
You can run command below using srvrmgr:
enable compgrp callcenter
Callcenter component group has call center Object Manager. You need to restart the Siebel Server after running this command. Check link below for further details:
http://docs.oracle.com/cd/E14004_01/books/SystAdm/SystAdm_SrvrMgrCLI12.html#wp1004864
You may need to assign the component group to a specific siebel server.
Thanks,
Wilson

Similar Messages

  • Two questions about Risk Management 2.0

    hi experts,
    Please find below two questions about Risk Management:
    -In SPRO, Risk Management>Create top node: after completing information and executing I have this error:
    Error in the ABAP Application Program
    The current ABAP program "/ORM/ORM_CREATE_TOP_NODES" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "/ORM/SAPLORM_API_SERVICES " in
    include "/ORM/LORM_API_SERVICESU10 " in
    line 97:
    "Bei PERFORM bzw. CALL FUNCTION "GET_ORGUNIT_THRESHOLDS" ist der Aktual"
    "parameter "I_ORGUNIT_ID" zum Formalparameter "IV_ORGUNIT_ID" inkompati"
    "bel."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "/ORM/ORM_CREATE_TOP_NODES" had to be terminated
    because it has
    come across a statement that unfortunately cannot be executed.
    Do you know where it could come from?
    -On the Portal>Risk Management
    when I click in a link under the risk management menu(activities and risks, risk report, document risk,...) i alway have an internal server error:
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Do we have to set up some customizing points before accessing these links?
    Thank you !
    Regards,
    Julien

    Hi Julien ,
    I have the same error what u described as :-
    -On the Portal>Risk Management
    when I click in a link under the risk management menu(activities and risks, risk report, document risk,...) i alway have an internal server error:
    While processing the current request, an exception occured which could not be handled by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the cause of the problem, please contact your system administrator. To facilitate analysis of the problem, keep a copy of this error page. Hint: Most browsers allow to select all content, copy it and then paste it into an empty document (e.g. email or simple text file).
    Do we have to set up some customizing points before accessing these links?    "
    Are you able to solve this. Please let me know how to resolve this???
    Thanks
    Regards,
    Atul

  • A question about Object Class

    I got a question about Object class in AS3 recently.
    I typed some testing codes as following:
    var cls:Class = Object;
    var cst:* = Object.prototype.constructor;
    trace( cls === cst); // true
    so cls & cst are the same thing ( the Object ).
    var obj:Object = new Object();
    var cst2:* = obj.constructor.constructor;
    var cst3:* = obj.constructor.constructor.c.constructor;
    var cst5:* = Object.prototype.constructoronstructor;
    var cst4:* = Object.prototype.constructor.constructor.constructor;
    var cst6:* = cls.constructor;
    trace(cst2 === cst3 && cst3 === cst4 && cst4 === cst5 && cst5 === cst6); //true
    trace( cst == cst2) // false
    I debugged into these codes and found that cst & cst2 had the same content but not the same object,
    so why cst & cst2 don't point to the same object?
    Also, I can create an object by
    " var obj:Object = new cst();"
    but
    " var obj:Object = new cst2();"
    throws an exception said that cst2 is not a constructor.
    Anyone can help? many thanks!

    I used "describeType" and found that "cst2" is actually "Class" class.
    So,
    trace(cst2 === Class); // true
    That's what I want to know, Thank you.

  • Questions about Access Manager tutorials available in netbeans site

    Hi
    Thank you for reading my post
    I have some questions about two tutoral which i find in :
    http://www.netbeans.org/kb/55/amsecurity.html and
    http://www.netbeans.org/kb/55/amsecurity-liberty.html
    here is my problem :
    we have some web services, now we want to have authentication applied for consumer who try to access our web services.
    we need to have most possible flexibility because we may deploy the server for a customer with an already established Identity database ( Database Table with user details)
    Also we need to have Transport level security using SSL.
    I read and studied both of them and now i have some questions :
    -I think Securing Web Services Using the SAML or UserNameToken is what we need for authentication and autorization of web service consumers?
    is that right?
    -Does Sun Java System Access Manager provide flexibility to authenticate user/password with a database table content?
    -How we can apply roles in Sun Java System Access Manager when we authenticate users ?
    Thanks

    Imagine that we want to have an end to end security for our web services
    we thought that we could use message level encryption to protect the soap message and also we should protect our web services from un-authenticated acess,
    we will use userName token for this.
    Our customer has large database which contains many user/password and role of those users.
    some of web services should be available to higher role (manager) and not for all users.
    so we should check a user role before we allows him/her to access a web service.
    my question is whether Sun Access manager can help us with this? or there are other configuration or packages that we should apply to have this feature.
    to explain more :
    our client side is a swing application, users enter username/password to login into system. after they loged in, we send user/pass every time user want to request some data from some services. (is it good to send user/pass every time?)
    We want Sun Access Manager to handle users authentication .
    We also need to handle role related authorization, can Sun access manager handle this?
    Thanks

  • Some Question about solution manager

    Question about Trusted/Trusting system solution manager
    1. What is the different between:- thease RFC SAP created automatically ? can we create ?
    SAPNET_RFC
    SAPNET_RTCC
    SAPOSS
    SM_NSMCLINT100_BACK
    SM_NSMCLINT100_TRUSTED
    TRUSTING_SYSTEM@NSM
    2. How EarlyWatch Report works, Is that Job run first in R/3 system or solution manager, and what job would be?
    3. In Tr: SDCCN "ToDo" where this data comes from ? what posible resons to check if data is not there in R3 system
    4. SM_CLNT100_BACK & SM_CLNT100_TRUSTED has login user: solman do we need to put password for that ?
    5. In R3 NQA system SMT1 there is no Trusted systems show: when create: messages "No authorization to logon as trusted system"
    Thanks in Advanced

    ok

  • A question about objects and queries

    I just started using COM objects in ColdFusion. I am mostly
    using CreateObject, but occasionaly use <CFOBJECT>
    My question is; Do I have to destroy these object variables
    when I am done? I know in a lot of other languages I work in, you
    have to "clean up'" after yourself and destroy some variables when
    you are done to avoid memory leaks. How does CF handle this?
    While I am asking, what about queries? Do hey have to be
    destroyed as well? What about queries made with QueryNew?
    Thank you for the help.

    Cold fusion cleans up for you.
    You do not need to explicitly destroy anything unless threads
    are spawned in a non standard way by Java or C code that you are
    using.

  • Questions about Objects, pointers, and the memory that loves them

    Hey,
    This is all just a theoretical discussion so do understand that the code itself is not germane to the topic.
    I have been mulling over the whole object release/retain/copy thing and need to understand a bit more the real inner workings of the beast. The catalyst for this is the repetitional fervor that most books on the subject of Objective C have employed. Yet they all seem to fail in a complete explanation of the whys and wherefores so that one can determine on her own the correct implementation of this.
    Let's say I have an Object. For the fun of it it is an instance of NSObject and we'll call it myObject.
    When I "create" this object thusly:
    NSObject *myObject = [[NSObject alloc] init];
    What I, in fact get back is a pointer to the object in question, yes?
    So when I "seemingly" add this object to an array like:
    NSArray *myArray = [[NSArray alloc] initWithObject:myObject];
    What is actually placed in the array? is it another pointer to the original object created by myObject or is it a pointer to the pointer of myObject?
    The reason I ask this is because I have run into a situation where some previous instructions on the subject have caused errors. I was told that if I did something like this and then passed the array to a calling method that I could release this array and it would then be the responsibility of the calling method to handle the memory. Further more if I place an object into an array and then copy it into another object of the same type as the original then I could release the array and still have the reference to the first object in the second object. When I have done this I get unpredictable results, sometimes the original object is there and sometimes it isn't
    At what point should I release the array, after it is passed to the calling method (with the use of an autorelease) or when the class that it is encapsulated in is done?
    Sorry about the length of this but I can't believe that I would be the only one that would be helped by such a discussion.
    MM

    etresoft,
    Thanks for the detailed reply. I wish I could say that I wasn't still a bit confused by this. I thought I had this down after going through the lessons. It seems to not be working in practice the way that it works in theory.
    My current project is an example
    In a class I have declared a couple of ivars thusly:
    NSMutableString *source;
    NSMutableString *destination;
    @property (nonatomic, retain) NSMutableString *source;
    @property (nonatomic, retain) NSMutableString *destination;
    This is followed by the appropriate @synthesize directives.
    in the init method for my class I have the following:
    source = [[NSMutableString alloc] initWithString:@"customer"];
    destination = [[NSMutableString alloc] initWithString:@"home"];
    in a method triggered by a button click I have the following:
    if (sender == sourcePop){
    source = [sourcePop titleOfSelectedItem];
    }else{
    destination = [destinationPop titleOfSelectedItem];
    NSLog(@"SOURCE-%@", source);
    NSLog(@"DESTINATION-%@", destination);
    When I run the code and change the source selection the console reads the correct value for what is in the source popupbutton and "home" for the destination. If I then change the destination popupbutton I get a crash and nothing written to the console.
    Placing a breakpoint at the beginning of the "if" and running shows me that just before the crash the source ivar is reported as "out of scope." There are no release or autorelease statements for this ivar anywhere in the class. Yet if I change the line that sets the ivar to the value of the popupbutton to this:
    [source = [sourcePop titleOfSelectedItem] retain];
    The debugger will have the correct value for the ivar and when run normally there is no crash.
    I would assume that the problem is that the ivar is being released but I am not the one releasing it. Why does this behavior happen? Shouldn't the retain count still be 1 since the @property directive has it and there is no release in the code? Or is it that the statement that sets the ivar to the value of the popup really just setting it to the pointer and it is the popup that is somehow being released?
    Is there something else that I should be doing?
    MM

  • Some questions about Skype Manager and Skype Conne...

    Hallo,
    I found one of your post:
    That, if I have some questions I may contact with  Contact our solutions team
    Sadly that link wont work...
    I have few questions and also I contacted with Microsoft support, but sadly they wasn’t able to help me. Only what they suggests, that I may contact with Skype Team trough to Forum, or Facebook...
    So, I choose first one and maybe you can help me, or redirect my question !?
    About my questions:
    As I understand Skype for business is just name what contain two free software, like Skype manager and Skype connect. Also those are free, without charge ?
    Also I read that there are two different accounts, like Premium and regular one. Premium contains some benefit. So, If I use that Skype for business manager system to I may or can add some premium accounts for some my staff and leave others with regular account ? I don’t have that manager systems installed jet, but what I read, I understand that I maybe just split credit - or is there way how I may also share regular and premium conots ?
    Also, Right now my customers have 25 workers, but what - if soon my another customer also want to use Skype Service, and he have 50 - 100 workers ? Will be there special price for different amount of users on one firm ?
    And at last, firm who I represent right now are using Elion VoiP (Elion, is Estonian ISP) service, trough to xLite program. 
    Sadly that one wont work properly, it will hack, or you cant hear other people and so on. With, Skype everything works fine. So, if he will starting to use Skype manger and will make account for every workers (sips) can he bound those sips with same VoiP numbers what he will use right now with Elion ? Or if not, is there some way how to redirect those numbers (to lose those numbers, is sadly out of question) ?
    I hope, you can help me guy´s.
    Best regards
    Rainer

    Tere Rainer,
    indeed we don't have the solutions team offer any longer. Let me try to answer some of your questions here.
    Skype Manager and Skype Connect itself are free of charge. But obviously you can purchase and distribute paid products via Skype Manager.
    Yes, you can freely distribute Premium subscription to Manager group members and leave others without. You can do the same with all kind of Skype products, e.g. Skype numbers, calling subscriptions etc.
    There are no discounts with Skype Manager purchases. It's a tool to simplify administration.
    Unfortunately you cannot transfer numbers to Skype connect. For more details on which features are supported and how they work please have a look here: https://support.skype.com/en/faq/FA10549/what-is-s​kype-connect-and-how-does-it-work
    I hope my answers could help a bit already.
    Tervitustega Mustamäelt.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Question about Photo Management

    Hello -
    I am an amateur photographer with a few thousand photos and just bought Aperture 2 to replace iPhoto. One of the things that always irked me about iPhoto was the file structure, and I longed to be able to organize my photos into my own folders within the finder. Somehow, in my mind, this always made them more tangible and accessible.
    My question is... Is this opinion founded, or is it just as viable to store them in the Aperture library and be done with it? I'd love to hear how the "pros" do it.
    Thanks.

    There is not such thing as a "pro way" of working with Aperture. It all depends on your own unique workflow.
    If all your adjustment and manipulation need can be fullfilled by the functionality in Aperture then the easy and simple solution will be to store all your images in the Aperture library. This will allow you to take advantage of features like complete backing up to vaults.
    If you for some process reason (for example panorama stitching) want other software applications to have access to your master files then there are two options. Yu can store all your masters as referenced files or your could just export those specific masters from the Aperture library when you need them. The new plug-in feature may in the future provide "round-tripping" capability to support your specific needs.
    I think that you should decide if you want and need to use the limited features in the Finder to locate specific images. Aperture is a image management application that offers almost any thinkable way of structuring, searching, sorting and filtering your images. It do not make any difference if your images are stored in the Aperture library or if they are referenced from locations outside your Aperture library. You will in any case need to import your images into Aperture in order to take advantage of the image management functionality.
    I am not a pro photog but I hope this answers some of your questions.
    Karsten

  • Javascript question about objects

    Hi,
    Let's say I've created a new object. One of the properties of my object
    is an array. I would like another property to return the length of that
    array. How do I do this.
    For instance here's some code (and I hope that the email interface
    doesn't screw this up so badly to make it unreadable. I'm going to avoid
    using square brackets as well by using round ones instead even though
    it's a syntax error, since square ones are known not to work with email.)
    function test(){
         this.a = new Array();
         this.b = this.a.length;
    x = new test();
    x.a(0) = 3;
    x.a(1) = 3;
    x.b;
    Returns 0. In other words, just setting this.b = this.a.length doesn't
    not get updated automatically as this.a is added to.
    Now, I tried turning this.b into a method (ie this.b = function(){return
    this.a.length)  and that works, but then to get the length I keep having
    to refer to myObject.b().
    How can I avoid that? How can I have a built-in length property for an
    object.
    Hope this is clear and has come out legibly via email. Apologies in
    advance if it hasn't.
    Thanks,
    Ariel

    Hi all,
    1) About the original question—which doesn't regard prototype inheritance in itself: "How can I have a built-in length property for an object"—I think the most obvious approach is to directly use an Array as the base object. Since any Array is an Object you can append methods and properties to it while keeping benefit from the whole array's API:
    var myData = [];
    myData.myProp = 'foo';
    myData.myMeth = function(){ return [this.myProp, this.length, this.join('|')]; };
    // Usage
    myData[0] = 10;
    myData[1] = 20;
    alert( myData.myMeth() ); // => foo,2,10|20
    // etc.
    2) Now, if for whatever reason you cannot use the previous technique or need to deal with a precustomized Object structure such as:
    var myObj = {
        items: [],
        meth: function(){ alert("Hello World!"); },
        // etc.
    then the challenge is more difficult for the reasons that Jeff mentioned above. You can anyway mimic a kind of 'binding' mechanism this way:
    // The original obj
    var myObj = {
        items: [],
        meth: function(){ alert("Hello World!"); }
    // Adding length as a 'fake property' (getter and setter)
    (myObj.length = function F(n)
        if( !F.root )
            (F.root=this).watch('length', function(_,ov,nv){ F(nv); return ov; });
            F.valueOf = function(){ return F().valueOf(); };
            F.toString = function(){ return F().toString(); };
        if( 'undefined' == typeof n )
            n = F.root.items.length >>> 0;
        else
            F.root.items.length = n;
        return n;
    }).call(myObj);
    // Usage
    myObj.meth(); // => Hello World!
    myObj.items[0] = 10;
    myObj.items[1] = 20;
    alert( myObj.length ); // => 2
    var x = myObj.length-1; // works too, thanks to F.valueOf
    alert( x ); // => 1
    myObj.length = 5; // testing the setter
    alert( myObj.length ); // => 5
    alert( myObj.items ); // => 10,20,,,
    Of course it's totally unreasonable to implement such an artillery just for the convenience of writing myObj.length instead of myObj.length()—and myObj.length=x instead of myObj.length(x)—so I only suggest this for the sake of experimentation.
    @+
    Marc

  • Question about Object Oriented Design in Oracle

    Hi everyone,
    Right now I'm updating my oracle skills, years ago without programming (last time with Oracle 7.3 :O)
    Well, if I have to design a new system with this features:
    1.- Using Oracle as DB
    2.- Web enable
    3.- OO Design
    My questions:
    1.- What is the best practice to make database design? E-R + Object Types? I mean is better making the design on Oracle directly or in Java-UML environment?
    2.- I was thinking in programming with Forms, but it works well with OO design?
    3.- If I want to program some web services based, Could I do it with PL/SQL and Jdeveloper?
    please if you know about articles and whitepapers about OO design approach with Oracle let me know!
    Thanks.

    I have been involved in some of these projects that have used Java, C#, VB, C++ etc. as front-end languagaes. I have been able to implement these projects successfully using the following approach:
    1. create a relational model of the database - third-normal form (assuming it is an OLTP application)
    2. Write PL/SQL code (packages and procedures mainly)
    3. Interact with the front-end layer by sending and receiving ref curosors and/or PL/SQL tables
    If you want to use Forms (I am assuming Oracle Forms) then there may not be much need for an OO design. Embeeding SQL in the forms will do most of what you want.
    Shakti
    http://www.impact-sol.com
    Developers of Guggi Oracle - Tool for DBAs and Developers

  • Question About "Manually Manage Music and Videos"

    Hi!
    I have a podcast stuck on my iPod. It is not deleted from a Playlist upon syncing, even though I've deleted it from the Playlist in iTunes. It still shows up in the "On My Device" representation of the Playlist, and of course, on the iPod itself. So I thought to manually delete it, but of course it's name is obfuscated in the iPod's directory. So I thought that maybe I could do it by selecting "manually manage music and videos" in iTunes. Presumably files would become human readable then, yes?
    Here's my question: What will happen to all the content already on my iPod via syncing if I check that box? Will it all (all 140 GB) disappear and have to be re-synced? Or can I check that box, go in and delete the one podcast, then uncheck the box, all without affecting the rest of the content already on the device?
    TIA for your help!

    If you post from a a question from the bottom of an article's page then you should get its reference, e.g. HT1535 in your case, on the post's title. The ability to edit you post only lasts for 15 minutes and allows you to correct/add extra info.
    I get the 'manually manage music and videos' tockbox as described on that article. If you only 'videos' then are you using iTunes Match on your iPad ? I don't use it but I've seen posts that say having it enabled on a device can affect the syncing of music.

  • Question about project manager on Flash CS4

    1 It seems that CS4 can not open flp, so how can I use CS4 to manager a project builded by CS3?
    2 if you choose a folder to found a new project in CS4, when you want to publish the whole project, you need to choose all the fla of that project...that will cost a lot of time if the project includes hundreds of files. But I didn't find out any quicker solution except check every fla by manpower. Is there any solution to publish a project faster?
    I am beginner of both CS3 and CS4, and thank you for anyone who can answer my questions.

    I'm planning on burning 1 master to a Taiyo Yuden White Inkjet Hub Printable 16X DVD-R disc.
    Make a disk image instead. It will be faster than a disc to disc copy.
    I have burnt tons of discs with the setting on "As fast as possible" with a 16x drive and discs. Never a problem. Some say that burning at a lower speed will increase reliability and decrease the chance of turning out a dud. Can't say that I have seen a difference.
    does it matter if I burn first and then print or should I print first and then burn?
    I would burn, check the disc and then print. If you do happen to get a bad batch, that's a lot of wasted time and ink if the discs don't work.

  • A question about entity manager in stateless session bean.

    JSR 220 ejbcore, page 47 : stateless session bean: All business object references of the same interface type for the same stateless session bean have the "same object identity", which is assigned by the container.
    So, if we have two session beans in client code...
    @EJB Cart cart1;
    @EJB Cart cart2;
    then cart1.equals(cart2)==true
    If we declare entity manager in stateless session bean:
    @PersistenceContext( unitName="ds" ,type=PersistenceContextType.TRANSACTION)
    private EntityManager em;If cart1 and cart2 are the same reference, do we have any problem when using the same reference(maybe the same em? ) to get data from db?

    If cart1 and cart2 are the same reference, do we have
    any problem when using the same reference(maybe the
    same em? ) to get data from db?No. In EJB, there is a distinction between the EJB reference and the bean instance.
    Each time you make an invocation on an EJB reference for a stateless session bean,
    the container can choose any instance of that bean's bean class to process the
    invocation. That's true whether you invoke the same reference multiple times or
    two difference references to the same bean.
    Each bean instance is guaranteed to be single-threaded.

  • Few questions about Profile Manager

    As i know, profile manager will install the following profile on the enrolled iPad.
    - Trust Profile > Code Signing Certificate
    - Remote Management > Device Managment Identiity Certificate
    But the validation of above certificates just 1 year by defaults.
    My questions are:
    1.  Is there any way can regenerate the certificate for 10 years? Due to i don't want to re-enroll the iPad every year.
    2.  The vaild period of Device Managment Identiity Certificate is "The date of enrollment" to "The date of enrollment + 1 year". (e.g: 1/6/2012 - 1/6/2013) I would like to know if this certifcate expired, what will happen?

    Well, I know this is an old thread but did you ever find out? Mine expired and everything stopped working. Couldn't push any settings or update device info. I got a button dialog on the profile in Settings saying "This profile has expired. Update this profile for a newver version. [Update Profile]" - which didn't work. I ultimately re-enrolled, but I could imagine it being a nightmare to re-enroll a large number of devices.

Maybe you are looking for

  • How can I remove the SSD from a broken iPhone 2G?

    I have many years soldering experience and with small electronics. Is there any way to remove the solid state in the EP of an iPhone 2G and read the data off of it. My theory is that if a flash drive can do it so seamlessly in small space; MAYBE I ca

  • How to change an event in Event structure Automatically?

    Hi,       I want to change an event automatically when a boolean value change occurs.I tried with a blinking LED but it didn't work.Can any one help? Please Mark the solution as accepted if your problem is solved and donate kudoes Solved! Go to Solut

  • I need two header line in table control

    Hi all, I am using table control. The requirement is to have 2 headers in the table control. for example., if their is field name ' Vendor Comments', I need to display 'Vendor' in one line and 'Comments' in next line. Is it possible to have such 2 he

  • Using iPad in Japan

    I will be studying for a year in Japan.  I want to buy and bring an iPad.  Any advice on which one?   If I want cellular service which carrier is likely to be most useful in terms of compatibility or do none work?  Thank you

  • Trouble installing Premiere Elements 12

    Have tried reinstalling Premiere Elements 12 but do not understand error code "1"?