Unable to start services with different

Hi,
We have installed OBIEE 11g on a 64-bit Windows machine. When we start the services with the same user id which was logged in while installation the services go up successfully and everything seems fine. However, when we try to start the services with any other user id, the weblogic server fails to start.
Please let me know if anyone has any idea why this could be happening. Any help will be appreciated.
Thanks
Naman

Hi,
I added the user to BIAdministrators but still it is unable to start the services. Also, the ID with which I installed OBIEE is also not added to the BIAdministrators group but is still able to start the services.
Thanks
Naman

Similar Messages

  • TS5376 Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.

    Every time I try to install Itunes I get an error message saying it is unable to start services and to verify that I have sufficient privileges.  I am the administrator.  I have tried everything I can think of.  When I click the ingore option it doesn't install corectly and I get a message saying MSVCR80.dll file is missing.

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Unable to start service IfsDefaultService

    Hello,
    I am having a problem with HTTP DAV access of IFS. This is a new install of IFS on a SuSe 7.2 Linux box.
    When starting Apache and JServ, the jserv.log shows an error complaining that the IfsDefaultService cannot be started, followed by other errors.
    According the OEM Console, I have successfully started the IFS Domain, and related nodes/services.
    I have enabled IFS_DAV_DEBUG but that did not provide the answers.
    Can someone help me interpret the error below?
    Thanks,
    Chuck
    29/08/2001 15:18:43:412 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeGuardian: Node manager registered
    [29/08/2001 15:18:43:413 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Ready
    [29/08/2001 15:18:43:414 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: determining default services and servers
    [29/08/2001 15:18:43:475 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: starting service IfsDefaultService
    [29/08/2001 15:18:44:205 EDT] files/oracle.ifs.protocols.dav.impl.IfsDavServlet: NodeManager: Initialize: unable to start service IfsDefaultService
    oracle.ifs.common.IfsException: IFS-45083: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefaultService)
    oracle.ifs.common.IfsException: IFS-20122: Unable to construct service
    oracle.ifs.common.IfsException: IFS-10620: Unable to construct connection pool
    oracle.ifs.common.IfsException: IFS-10633: Unable to create library connection
    oracle.ifs.common.IfsException: IFS-10600: Unable to construct library connection
    java.sql.SQLException: ~`@
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:1759)
    at oracle.jdbc.oci8.OCIEnv.getEnvHandle(OCIEnv.java:69)
    at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:452)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:287)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:442)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:321)
    at java.sql.DriverManager.getConnection(DriverManager.java:517)
    at java.sql.DriverManager.getConnection(DriverManager.java:177)
    at oracle.ifs.server.LibraryConnection.<init>(LibraryConnection.java:245)
    at oracle.ifs.server.ConnectionPool.constructLibraryConnection(ConnectionPool.java:712)
    at oracle.ifs.server.ConnectionPool.createLibraryConnection(ConnectionPool.java:673)
    at oracle.ifs.server.ConnectionPool.<init>(ConnectionPool.java:311)
    at oracle.ifs.server.S_LibraryService.resetConnectionPools(S_LibraryService.java:3195)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:1042)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java:1399)
    at oracle.ifs.beans.LibraryService.startService(LibraryService.java:255)
    at oracle.ifs.management.domain.NodeManager.startService(NodeManager.java:917)
    at oracle.ifs.management.domain.NodeManager.bootstrap(NodeManager.java:1329)
    at oracle.ifs.management.domain.NodeManager.access$300(NodeManager.java:83)
    at oracle.ifs.management.domain.NodeManager$3.run(NodeManager.java:562)

    Hi Charles.
    Several points:
    - Look at the appendix of the 1.1 Developer's Guide for details on this error message. http://technet.oracle.com/docs/products/ifs/doc_library/ifs_1_1/Developers%20Guide/Errormessages.html#1011023
    - In the appendix of the 1.1 Developer's Guide, it indicates "...can also occur if the DatabaseUrl setting in the service properties file is invalid."
    - I think the DatabaseUrl is found in the $ORACLE_HOME/ifs1.1/settings/oracle/ifs/server/properties/HttpServer.properties file.
    - Could it be that you didn't re-run IfsConfig after changing something about your connection? I believe IfsConfig sets the DatabaseUrl for you.
    Hope that helps.
    Alan

  • Unable to start service (IfsDefault)

    After I compile following HelloWorld.java, I received the Following Error Message.
    How can I solve this probleme.
    oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
         at oracle.ifs.beans.LibraryService.getServiceConfigurationProperties(LibraryService.java:546)
         at oracle.ifs.beans.LibraryService.startService(LibraryService.java:329)
         at oracle.ifs.examples.devdoc.helloworld.HelloWorld.main(HelloWorld.java:62)
    Source:
    package oracle.ifs.examples.devdoc.helloworld;
    // Class used to represent the current user at runtime
    import oracle.ifs.beans.DirectoryUser;
    // Class used to instantiate the Document object at runtime
    import oracle.ifs.beans.Document;
    //Class used to define the attributes of the new Document object
    import oracle.ifs.beans.DocumentDefinition;
    //Class used to represent a Folder object at runtime
    import oracle.ifs.beans.Folder;
    // Classes used to create the connection to the Oracle 9iFS server
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    // Class used to access informat5ion about the current user; in this
    // program, it's used to access the user's home folder.
    import oracle.ifs.beans.PrimaryUserProfile;
    // Class used to create the persistent Document object in the repository
    import oracle.ifs.beans.PublicObject;
    // Class used to hold the user's authentication information
    import oracle.ifs.common.CleartextCredential;
    // Class used to trap and report 9iFS specific exceptions
    import oracle.ifs.common.IfsException;
    * HelloWorld class. This class demonstrates the steps needed to
    * connect to an instance of Oracle 9iFS, create a new document,
    * insert the document in a folder, and disconnect from the Oracle
    * 9iFS server.
    public class HelloWorld
    /* Connect to the Oracle 9iFS server. The arguments are IfsService,
    * IfsServicePassword, UserName, UserPassword. The syntax
    * to run the program is:
    * java oracle.ifs.examples.devdoc.helloworld.HelloWorld ifsDefault
    * ifssys system manager9ifs
    public static void main(String[] args) throws IfsException
    /* As a rule, you should always use VerboseMessages in your 9iFS
    * classes, because it will result in better error message output to
    * help you with your debugging. Set the value to true at the start
    * of each of your programs.
    IfsException.setVerboseMessage(true);
    try
    // Start the LibraryService.
    LibraryService service = LibraryService.startService(args[0], args[1]);
    // Create a CleartextCredential object that encapsulates the user's
    // log in information.
    CleartextCredential cred = new CleartextCredential(args[2], args[3]);
    // Connect (create a LibrarySession) using the Service and
    // CleartextCredential objects.
    LibrarySession ifsSession = service.connect(cred, null);
    // Instantiate an empty DocumentDefinition object.
    DocumentDefinition newDocDef = new DocumentDefinition(ifsSession);
    // Set the Name attribute for the new document.
    newDocDef.setName("HelloWorld.txt");
    // Set the content of the document.
    newDocDef.setContent("Hello, world.");
    // Create the document object in the Oracle 9iFS repository.
    Document doc = (Document) ifsSession.createPublicObject(newDocDef);
    // Begin the foldering process. First, instantiate a DirectoryUser
    // object that represents the current user.
    DirectoryUser thisUser = ifsSession.getDirectoryUser();
    // Get the PrimaryUserProfile information for the current user.
    PrimaryUserProfile userProfile = ifsSession.getPrimaryUserProfile(thisUser);
    // Instantiate a runtime representation of the user's home folder.
    Folder homeFolder = userProfile.getHomeFolder();
    // Insert the new document to the user's home folder.
    homeFolder.addItem(doc);
    // Close the connection to Oracle 9iFS.
    ifsSession.disconnect();
    catch (Exception e)
    e.printStackTrace();
    Thinks.
    Hamoud.

    Are you running your application from a local JVM or through IAS?
    In your IAS-installation you will find a folder named "9ifs/settings". This folder should be in your classpath, if you are running locally.
    If you are running through the IAS, I believe the cause of your trouble is a partly failed IAS-installation.

  • Unable to start service

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.

    From your command prompt, make sure to run 9ifs/bin/ifsenv.bat.
    Backup the 9ifs/cl/ifsclasspath.cl file.
    In the backup files, replace "$" with "set " in the file 9ifs/cl/ifsclasspath.cl and copy and paste the output into your command prompt.
    Between the ifsenv.bat and the cl file, most of your environment variables (including IFS_CLASSPATH) will be set.
    Then type the following line:
    set CLASSPATH=%IFS_CLASSPATH%;%CLASSPATH%
    This will set your classpath correctly and you should not get that error.

  • Error DOM_10079 : Unable to start service on any node

    hi
    i am getting below error after i have created dwh tables using 64 bit data base client . table screated successfully.
    but when i try to login to informatica and trying to start the repository services i am getting below error
    Error DOM_10079 : Unable to start service [INT_OBI_DES] on any node specified for the service .
    in the log it says unable to connect to database orcl.
    but i am able to connect to database using sql developer . but when i try it from sql plus it is giving eror saying tns error uanble to connect to connection identifier specified some thing.
    before it use to work soon after i have installed 32 and 64 bit clients to create dwh tables from dac it is not working.

    Hi Sai,
    Yes I have installed oracle client in the same box.
    Edited by: MKC on Apr 12, 2012 8:19 AM

  • Unable to start service jms:

    Hi,
    When running imqbrokerd.bat I get the following error. Please can you help out.
    I am running this on windows 2000 server SP4.
    Thanks
    [27/Aug/2004:16:30:55 BST]
    ==================================================================
    Sun ONE Message Queue Copyright 2002
    Version: 3.0 (Build 203-a) Sun Microsystems, Inc.
    Compile: Mon 05/20/2002 All Rights Reserved
    Use is subject to license terms. Third party software, including
    font technology, is copyrighted and licensed from Sun suppliers.
    Sun, Sun Microsystems, the Sun logo, Java, Solaris and iPlanet are
    trademarks or registered trademarks of Sun Microsystems, Inc. in
    the U.S. and other countries. All SPARC trademarks are used under
    license and are trademarks or registered trademarks of SPARC
    International, Inc. in the U.S. and other countries. Federal
    Acquisitions: Commercial Software - Government Users Subject to
    Standard License Terms and Conditions.
    This product includes code licensed from RSA Data Security.
    ==================================================================
    Java Runtime: 1.4.0 Sun Microsystems Inc. e:\MQBroker\jre
    [27/Aug/2004:16:30:55 BST] [B1060]: Loading persistent data...
    [27/Aug/2004:16:30:55 BST] ERROR [B3009]: Unable to start service jms: [B4001]:
    Unable to open protocol tcp for jms service using com.sun.messaging.jmq.jmsserve
    r.net.tcp.TcpProtocol: Address already in use: JVM_Bind
    [27/Aug/2004:16:30:55 BST] [B1039]: Broker "imqbroker@mybroker:7676" ready
    .

    By default the system is configured to use dynamic ports for the
    individual services. I.e.
    imq.jms.tcp.port=0This should result in the system allocating a dynamic port for the
    jms service and therefore avoid port conflicts. Setting a fixed port
    should be unecessary (unless you need to for firewall reasons).

  • Unable to start service "URGENT"

    i'm trying to execute the simpleconnection.java, and the messag error is diplayed:
    Exception = oracle.ifs.common.IfsException: IFS-20102: Unable to start service (IfsDefault)
    oracle.ifs.common.IfsException: IFS-20010: Unable to get service configuration properties (IfsDefault)
    java.util.MissingResourceException: Can't find resource for base name oracle.ifs.server.properties.IfsDefault, locale fr_FR.
    the listing of the program is:
    package oracle.ifs.examples.documentation.connection;
    import oracle.ifs.beans.LibraryService;
    import oracle.ifs.beans.LibrarySession;
    import oracle.ifs.common.CleartextCredential;
    import oracle.ifs.common.IfsException;
    public class SimpleConnection
    * Connect to the Oracle 9iFS server. The arguments (args) are
    * IfsService, IfsServicePassword, UserName, UserPassword.
    public void static main (String[] args)
    // Use the IfsService and IfsServicePassword to start the service.
    LibraryService service =
    LibraryService.startService(args[0], args[1]);
    * Use the UserName and UserPassword to instantiate a
    * CleartextCredential object.
    CleartextCredential cred =
    new CleartextCredential(args[2], args[3]);
    LibrarySession ifsSession = service.connect(cred, null);
    // This is the place where you insert the part of the
    // program that actually does something.
    //Disconnect the session.
    session.disconnect();
    and the command of execution is:
    c:\>SimpleConnection IfsDefault ifssys system manager
    what is a service name ? and how can i do to resolve this problem ?
    if there is any suggetions, please let me know.
    thanks in advance

    The Service is the LibraryService that you're going to use to connect to Oracle 9iFS. Please read the Session and Transaction Management
    chapter in the Oracle 9iFS Developer's Reference for more information on services and sessions.
    The name of the Service corresponds to a properties file that stores configuration for the LibraryService. You should find an IfsDefault.properties
    file in $ORACLE_HOME/9ifs/settings/oracle/ifs/server/properties directory.
    To trouble shoot this:
    1) first verify that your connection arguments are valid by using them to launch ifssvrmgr. This utility is no longer used to
    manage servers in Oracle 9iFS, but you can still use it to validate your arguments. If they are valid....
    2) Check the IFS.SERVER.JDBC.DatabaseUrl parameter and make sure it references a
    valid SQL*Net address. Double check the SQL*Net connection by using it to connect to the ifssys schema via SQL*Plus.
    3) Find out where the SimpleConnection program is failing by inserting print line commands.
    You may also find the following technical brief useful. It shows how to connect from JDeveloper.
    http://otn.oracle.com/products/ifs/htdocs/JDeveloperSetup.html

  • Unable to start services of the secondary server of the clusteredenvironmet

    Hi
    We had clustered two servers (OBI) and we are able to start the services of the primary server but unable to start the services of the secondary server. Please help with a solution for this issue.

    Hey..
    Can you provide some details like
    1) Your cluster setup , how many managed nodes you use?
    2) Where does the AdminServer and nodes exists , i mean about machines - same or different ?
    3) What's the error you're seeing while starting ?
    Make you're setup clear , so we can fix your issue..
    -kiran

  • Unable to clear vendor with different currency being posted

    Dear Experts,
    One of our vendor's Invoice billed in currency USD, several payments has been posted with different currency according to our Bank currencies. Full payment has been made to the balance of ZERO, but we still unable to clear this vendor account. Any expert can help me how to clear the above mentioned vendor.
    Regards/Lisa

    Hi,
    Please check whether the customisation for exchange difference accounting has been done.  If so then
    T Code is F-44 or F-04
    Either use Local Currency. : In this case if there is any exchange rate difference between the invoice and payment date the difference will be posted to exchange diff account.
    Or Use the Doc Currency : In this case you can provide the exchange rate in the transaction so that you will not get any exchange rate difference.
    Hope this solves your issue.
    Regards
    MPI

  • Services with different IP address subnets over CSS 11500 series

    Hi all folks!
    I have two CSS 11500 series...
    In just a few months i will have ready a DRS (Disaster Recovery Site), where i will have 2 more servers to add to the environment.
    But this servers will be in a different subnet from that today i have for the servers who are configured in the current services of my CSS.
    So then the doubt i arises is:
    Is correct to add two new services with these servers, but using the IP addressing of the DRS site???, and including on the CSS a static route to this network, (of the DRS) in order to reach them?? is it correct, it will work well?
    This would be so....
                 ________________LAN to LAN_____________________
                 |                                                                                |
                 |                                                                                |
    |------SITE A------|                                                        |------SITE B------|  
         [Firewall] ===============IPSEC============= [Firewall]               
               |                                                                                |
               |                                                                                |
    [CSS-A]-[CSS-B]                                                            [SWITCH]
           |          |                                                                     |         |         
         [SWITCH]                                                                    |         |                                                                 
    [srvA] [srvB] [srvC]                                                          [srvD] [srvE]
    So, at [CSS-A] & B, i will put a static route to firewall that know the subnet of site B through the IPSEC tunnel.
    So In the CSSs, i will add the new services for the Servers "D" & "E" with the IP address of Site B.
    This should be seen as well:
    !*************************** GLOBAL ***************************
    ip route 0.0.0.0 0.0.0.0 [IP FIREWALL]
    ip route SITE B [IP FIREWALL]
    !************************** SERVICE **************************
    service srvA
      ip address A.A.A.x
      port 8080
    service srvB
      ip address A.A.A.x+1
      port 8080
    service srvC
      ip address A.A.A.x+2
    port 8080
    service srvD
      ip address B.B.B.y
    port 8080
    service srvE
      ip address B.B.B.y+1
    port 8080
    I know that this practice is not the most desirable, in fact should use"Basic Global Server Load Balancing Site Redundancy Using the CSS with DNS", but I don't have much time to change the entire environment today, and in this first stage i have to begin with this poor but quick solution that i thought and i wanted to be validated if there is posibliidades this to work
    Within their experiences that they say? Will operate?
    Thanks in advance!
    Regards!
    Esteban =)

    Daniel!
    Sorry by delay!
    Thank you so much for you time for reply.
    You have given me a great help to this doubt!
    But..using "source group" let me know..
    I can´t undertand the really difference between NAT with ACls as you can see at this link: (http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_tech_note09186a0080093dfc.shtml)
    and
    this other link, using NAT (from the piont 5), (http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a0080093dff.shtml)
    where the NAT is configured under a method different from the previous one..
    So.. for this scenario described above, which would you recommend using? I would think that the second is the most indicated truth? What do you think?
    Thanks in advance again!!!
    Have nice day!
    Regards.
    Esteban.

  • Unable to copy database with different name in the same instance

    I had a huge database and wanted to try some change optimization changes.
    So wanted to make a copy of the database along with data in the same instance.
    I have tried copy database wizard several times but always see the error as in attachment.
    Can someone let me know how to troubleshoot further?
    If this is not the correct way please suggest how do i copy a database with different name in the same instance along with data.

    Hi Nandu,
    From the screenshot, the error 1813 happens when corrupt database log is attempted to attach to the SQL Server. To work around this issue, please preform the following steps, for more details, please review this
    blog.
    1. Create a new database with same name which you want to recover. Make sure that the MDF file and LDF file have same name with previous database data and log file.
    2. Stop SQL Server. Move original MDF file from old location to new location by replacing just created MDF file. Delete the LDF file of new location just created.
    3. Start SQL Server. At this point, the database is in suspect status.
    4. Make sure that system tables of Master database allows to update the values. Please note that you will be performing this in query window.
    Use Master
    go
    sp_configure 'allow updates',1
    reconfigure with override
    go
    5. Change database mode to emergency mode.
    SELECT *
    FROM sysdatabases
    WHERE name = 'DatabaseName'
    BEGIN
    UPDATE sysdatabases
    SET status = 32768
    WHERE name = ' DatabaseName '
    COMMIT TRAN
    6. Restart SQL Server. Then execute the following DBCC command in query window to create new log file.
    DBCC TRACEON (3604)
    DBCC REBUILD_LOG(databasename,'c:\yourdatabasename_log.ldf')
    GO
    7. Reset the database status using following command.
    sp_RESETSTATUS yourdatabasename
    GO
    8. Turn off the update to system tables of Master database running following script.
    USE MASTER
    GO
    sp_CONFIGURE 'allow updates',0
    RECONFIGURE WITH OVERRIDE
    GO
    9. Reset the database status to previous status.
    BEGIN
    UPDATE sysdatabases
    SET status = (value retrieved in first query of step 5)
    WHERE name = 'DatabaseName‘
    COMMIT TRAN
    GO
    Make sure that you have done all the steps in order and restarted SQL Server where it is mentioned. Also run SQL Server Management Studio as administrator.(Right click-> Run as Administrator)
    Thanks,
    Lydia Zhang

  • Unable to start service manager on node2

    hi all,
    a bit about the environment , 2-node application tier with single node DB on RHEL 5
    apps version 11.5.10.2
    Db version 10.2.0.4
    i am able to start service manger on node1 but not on node 2
    i am able to ping to FNDSM_node2
    service manager is created on node2 (checked from fnd_concurrent_queues)
    only thing which is doubtful to me is that another R11 instance is running on node2 .
    can there be conflict between 2 service managers?
    if yes , how can i overcome this problem as i need both test instances.

    Hi hussein ,
    apologies for incomplete information
    both nodes have same services(apache,forms,reports and CM) , except on node2 few programs are run on separate CM than node1
    and yes PCP is configured
    error is
    Could not contact Service Manager FNDSM_node2. The TNS alias could not be located, the listener process on node2 could not be contacted.but i am able to ping FNDSM_node2
    SQL> select CONCURRENT_QUEUE_NAME from fnd_concurrent_queues where CONCURRENT_QUEUE_NAME like 'FNDSM%';
    CONCURRENT_QUEUE_NAME
    FNDSM_node1
    FNDSM_node2

  • Unable to start service ICM distributor

    Hi Friends,
    I am unable to start the Cisco ICM distributor service. when I will start it it will show the error message "unable to start the service the service did not start due to a logon failure". Please support.

    Hi,
    This issue is due to Windows account login mismatch.
    Solution:
    Navigate into services.msc (windows services) & right click the Cisco ICM distributor service , Properties / Logon Tab & provide the domain account in which the Distributor was installed actually.
    Try to start the services now. It should be good to go.
    Thanks,
    Jayadurai
    Servion Global Solutions.

  • Why i'm unable to update App with different Apple ID? (it gives me an error: Impossible to connect to iTunes Store)

    Hello,
    i installed a lot of Apps on my iPad (both free and purchased), then a sad day  i had to change my apple ID (due to some mistakes in configuring the ipad for my wife with a different apple ID and for icloud...).
    Now i have apps with my last apple ID account and apps with my previous one.
    When i have to update Apps with my last apple ID, there's no problem, but when i try to update Apps installed with the OLD one a problem occurs and even if i type the right password for it i get always the same message: Impossible to connect to iTunes Store!
    Password for old apple ID is correct because i can log on line at account page on https://appleid.apple.com/it/
    I read everywhere that having Apps with different account on the same Ipad is allowed, so....What's the Problem?? 
    thank you in advance.
    Bye

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with another Apple ID with a new Apple ID.

Maybe you are looking for