Create a new PIP

Hi folks
I want to create a new PIP between BRM and Siebel.
Do you know if a simple template exist ? A template like a loopback will be perfect!
If not which existing component I should take to have a simplest model?
Regards

Hi,
To get a good understanding or simplest model of the flow between BRM to Siebel.
Take the existing flow of process integration for product management of Order to Bill PIP.
The Product Management enables you to synchronize and administrate products and discounts between Oracle (BRM) and Siebel (CRM). If you have installed the PIP for communication you need to create a product in BRM. Commit the created product in BRM database which will trigger an event with Product ABM XML message. The productABM message will be delivered to PortalSynchronizeProductABC and track the remaining flow in the BPEL and ESB Console as below.
BRM-->PortalSynchronizeProductABCS(ProductABM)--> SynchronizeItemEBS(ItemEBM)--> SiebelSynchronizeProductABCS(ItemEBM)-->Siebel Web Service(ProductABM)
Follow the above flow and replicate the same scenario with your BPEL and ESB process.

Similar Messages

  • TNS Protocol error in 11g when creating a new database

    Hi,
    I have installed 11g R2 64 Bit on Solaris 10 64 Bit. The installation happened successfully. Now when I use DBCA to create a new database it says ORA-12560 TNS:Protocol Adapter Error. I am accessing the server console and performing all operations there itself, I can't understand this issue.
    I have also created a listener.ora and tnsnames.ora and its running successfully (but don't really know if it is needed since I have not even created the database). The sqlnet.log shows following
    =====================================================
    Fatal NI connect error 12560, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/export/home/oracle/product/11.1.0/db_1/bin/oracle)(ARGV0=oracleTSG11G)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=sqlplus)(HOST=sol11oracle-vm)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Solaris: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for Solaris: Version 11.2.0.1.0 - Production
    Time: 17-DEC-2009 10:30:52
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12560
    TNS-12560: TNS:protocol adapter error
    ns secondary err code: 0
    nt main err code: 530
    TNS-00530: Protocol adapter error
    =====================================================
    Some excerpts from the trace is:
    =====================================================
    2009-12-17 11:14:38.776040 : nsopen:opening transport...
    2009-12-17 11:14:38.776097 : ntpcon:entry
    2009-12-17 11:14:38.776140 : ntpcon:toc = 1
    2009-12-17 11:14:38.776196 : sntpcall:entry
    2009-12-17 11:14:38.776221 : sntpcall:not detaching from parent with additional fork
    2009-12-17 11:14:38.796184 : sntpcall:hdl[IR]=13, hdl[IW]=12
    2009-12-17 11:14:38.796429 : sntpcall:result string is NTP8 0
    2009-12-17 11:14:38.796527 : sntpcall:Can't read from pipe; err[1] = 8
    2009-12-17 11:14:38.796571 : sntpcall:exit
    2009-12-17 11:14:38.796674 : ntpcon:exit
    2009-12-17 11:14:38.796755 : nserror:entry
    2009-12-17 11:14:38.796776 : nserror:nsres: id=0, op=65, ns=12560, ns2=0; nt[0]=530, nt[1]=8, nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    2009-12-17 11:14:38.796861 : nsopen:unable to open transport
    2009-12-17 11:14:38.796884 : nstoClearTimeout:entry
    =====================================================
    In /etc/host i have added server ip with host name.
    $ more /etc/host
    172.26.171.57 sol11oracle-vm
    The .profile of oracle user
    export TMP=/tmp
    export TMPDIR=$TMP
    export ORACLE_BASE=/export/home/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.1.0/db_1
    export ORACLE_SID=TSG11G
    export PATH=$PATH:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin:$ORACLE_HOME/bin
    Please suggest.

    $ more tnsnames.ora
    # tnsnames.ora Network Configuration File: /export/home/oracle/product/11.1.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    TSG11G =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.26.171.57)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = TSG11G)
    $ tnsping tsg11g
    TNS Ping Utility for Solaris: Version 11.2.0.1.0 - Production on 17-DEC-2009 11:37:10
    Copyright (c) 1997, 2009, Oracle. All rights reserved.
    Used parameter files:
    /export/home/oracle/product/11.1.0/db_1/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.26.171.57)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = TSG11G)))
    OK (50 msec)

  • Creating a new work item instance in a process using PAPI

    I'm seeing that there are a lot of questions on this forum about using Oracle BPM 10g's Java API called PAPI.
    I just uploaded a step by step document on how you could do this using JDeveloper 11. Here's the link to this document: http://www.4shared.com/file/126507332/e814a3a8/CallingPapi.html. The Oracle BPM project I used for this step-by-step document is also in this zip file. If you're curious, this also describes how to download, install and start JDeveloper 11.
    This is not formal Oracle documentation, but I know from teaching our Oracle BPM Bootcamp class that getting PAPI to work is sometimes a challenge and thought this might help. I tried to write it with the "Java Newbie" in mind so do not panic if you aren't an expert in Java (I'm sure not ?:| ).
    This is a simple example that uses most of the logic found in the PAPI documentation on http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/papi/index.html?t=modules/papi/c_Head_PAPI.html in the "Writing Your First Java PAPI Program" section of this document.
    The document provides a step-by-step description on how how to use PAPI to:
    <li> interface to processes running on an Oracle BPM Enterprise Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> interface to processes running on an Oracle BPM Studio Engine
    <li> list processes currently running on the Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> list the work item instances running on the Engine using the same logic that is in the Oracle BPM PAPI documentation
    <li> create a new work item instance in a process and pass in input argument variables to the new instance as it is created.
    Hope you find this useful,
    Dan

    Hi
    i have gone through your example. It gives good information how to connect to BPM engine through java papi client. I have followed exactly the same steps given in the PDF document. But it throws the exception on both java client side and BPM Suite.
    Steps followed :
    1. Import sampleproject.exp into Oracle BPM studio and start the BPM engine.
    2. Imported the fuegopapi-client.jar and Write the JAVA PIPA client to connect Oracle BPM Engine.
    complete example code:_
    import fuego.papi.CommunicationException;
    import fuego.papi.InstanceInfo;
    import fuego.papi.ProcessService;
    import fuego.papi.ProcessServiceSession;
    import fuego.papi.OperationException;
    import java.util.Properties;
    public class ProcessAPIClient {
         public static void main(String[] args) {
    /////////////////// API Initialization ///////////////////
    Properties configuration = new Properties();
    configuration.setProperty(ProcessService.DIRECTORY_ID, "default");
    configuration.setProperty(ProcessService.DIRECTORY_PROPERTIES_FILE, "directory.xml");
    configuration.setProperty(ProcessService.PROJECT_PATH, "C:\\Oracle\\OracleBPMWorkspace\\SampleProject" );
    configuration.setProperty(ProcessService.WORKING_FOLDER, "/tmp");
    try {
    ProcessService processService = ProcessService.create(configuration);
    /////////////////// Establish a session ///////////////////
    ProcessServiceSession session = processService.createSession("test", "test", null);
    /////////////////// Operate with PAPI ///////////////////
    for (String processId : session.processesGetIds()) {
    System.out.println("\n Process: " + processId);
    for (InstanceInfo instance : session.processGetInstances(processId)) {
    System.out.println(" -> " + instance.getId());
    /////////////////// Close the session ///////////////////
    session.close();
    /////////////////// Release API Resources ///////////////////
    processService.close();
    } catch (CommunicationException e) {
    System.out.println("Could not connect to Directory Service");
    e.printStackTrace();
    } catch (OperationException e) {
    System.out.println("Could not perform the requested operation");
    e.printStackTrace();
    It throws the following exception and output on java client._
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Could not enhance type with bytecode info: java.lang.NoSuchMethodError: org.apache.bcel.classfile.Method.getArgumentTypes()[Lorg/apache/bcel/generic/Type;
    Creating ProcessService with id 'SampleProject'.
    Local folder /tmp\system\Schema33871921573571055\catalogs found.
    Loading catalogs from local folder: /tmp\system\Schema33871921573571055\catalogs
    0 jars found locally.
    [CatalogMgrCache] =======================
    Registering CatalogMgr [SampleProject] ...CatalogManagerCache 23240993:
    Managers:
    Counters:
    [CatalogMgrCache] =======================
    CatalogMgr [SampleProject] REGISTERED!CatalogManagerCache 23240993:
    Managers:
    {SampleProject=fuego.util.LocalCatalogManager@40b187}
    Counters:
    ProcessService 'SampleProject' created successfully.
    Process: /SampleProcess#Default-1.0
    Unreachable Engine Tolerance (seconds):
    by default: 0
    to be used: 0
    This papi client will not cache exceptions which imply that an engine could not be reached.
    Exception in thread "main" java.lang.NoClassDefFoundError: javax/jms/MessageEOFException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:169)
         at $Proxy24.<clinit>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at fuego.papi.impl.AbstractProcessControlHandler.newProxyInstance(AbstractProcessControlHandler.java:52)
         at fuego.papi.impl.rmi.RMIProcessControlHandler.createProxy(RMIProcessControlHandler.java:47)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createProcessControl(RMIEngineAccessImpl.java:111)
         at fuego.papi.impl.ProcessServiceImpl.createProcessControl(ProcessServiceImpl.java:1082)
         at fuego.papi.impl.ProcessServiceSessionImpl$1.run(ProcessServiceSessionImpl.java:2698)
         at fuego.papi.impl.ProcessServiceImpl.executeEngineOp(ProcessServiceImpl.java:1675)
         at fuego.papi.impl.ProcessServiceSessionImpl.getProcessControl(ProcessServiceSessionImpl.java:2703)
         at fuego.papi.impl.ProcessServiceSessionImpl.processGetInstances(ProcessServiceSessionImpl.java:2365)
         at com.eds.comet.bpm.oracle.papi.client.ProcessAPIClient.main(ProcessAPIClient.java:30)
    Caused by: java.lang.ClassNotFoundException: javax.jms.MessageEOFException
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 16 more
    It throws the following exception and output on Oracle BPM Suite._
    Client 'Id=test, Name=test, In=1, Session=564242434' was not found in lists ', PARTICIPANTS' while disconnecting it.
    Please help me to resolve this. I noticed it is able to connect BPM engine and retrieve process list. But while getting instances, it throws the exceptions on both Java Client and BPM engine side.
    Thanks and Regards
    Mahesh

  • Auto patch error usdsop cannot create a new process

    Hi i am applying hrms family pack k in one vision db in testnode but i am getting following error.Any idea
    appsversion 11.5.10 and windows 2003 advanced server
    Generating product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java with command:
    adjava -mx512m -nojit oracle.apps.ad.jri.adjmx @j:\oracle\visappl\admin\VIS\out\genjars.cmd
    Error:
    usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Contact your system administrator to obtain more resou (RE
    Failed to generate product JAR files in JAVA_TOP -
    j:\oracle\viscomn\java.
    adogjf() Unable to generate jar files under JAVA_TOP
    AutoPatch error:
    Failed to generate the product JAR files
    rgds
    rajesh

    This is the primary reason I dislike doing Oracle Apps on Windows.
    If something bad happens while patching, and you find yourself without critical ad executables because relink failed, you need to run relinkenv.cmd to (re)create the APPS.SH unix-style environment (forward slashes) for relink.sh.
    Source or double click on envshell.cmd
    sh adrelink.sh force=y "ad adjava.exe"
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    sed: number in \[0-9] invalid
    Done removing $FND_TOP/$APPLBIN from PATH
    awk: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    grep: adrelink.sh 4107: not found
    echo: adrelink.sh 4107: writing: The pipe is being closed.
    awk: adrelink.sh 4107: not found
    ORACLE RDBMS Version 8.0.6.0.0
    Oracle Reports Version 6.0
    Oracle Applications Release
    Unable to determine the release number.
    To resolve:
    type relinkenv.cmd
    This creates APPS.SH.
    Source or double click on envshell.cmd to create a new session.
    Now type sh
    At the command prompt, type . ./APPS.Sh
    now adrelink.sh force=y "ad adjava.exe"
    You are running adrelink, version 115.85
    Start of adrelink session
    Date/time is Fri Jul 20 20:22:35 PDT 2007
    Log file is d:/oracle/visappl/admin/log/adrelink.log
    Command line arguments are
    "force=y" "ad adjava.exe"
    Done with link of ad executable 'adjava.exe' on Fri Jul 20 20:27:07 PDT 2007
    Done relinking module adjava.exe in product ad
    Done with link of product 'ad' on Fri Jul 20 20:27:07 PDT 2007
    adrelink is exiting with status 0
    End of adrelink session

  • Cannot create a new login in portal

    Dear Experts,
    After the installation of portal, i was not able to login with j2ee_admin, i logged in with administrator, But i cannot create a new user as shown in the below screen.

    Dear Divayanshu,
    From the said note everything is correct.
    trace:
    trc file: "dev_server0", trc level: 1, release: "720"
    sysno      03
    sid        JDT
    systemid   562 (PC with Windows NT)
    relno      7200
    patchlevel 0
    patchno    63
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    profile    \\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
    pid        3288
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      All, egi
    Wed Aug 13 10:49:04 2014
    *  trace logging activated, max size = 52428800 bytes, 2 versions
    arguments :
      arg[ 0] : E:\usr\sap\JDT\J03\exe\jstart.EXE
      arg[ 1] : -appTrc
      arg[ 2] : -nodeId=2
      arg[ 3] : pf=\\AWQAFIDES-HQ\sapmnt\JDT\SYS\profile\JDT_J03_AWQAFIDES-HQ
      arg[ 4] : -DSAPINFO=JDT_03_server0
      arg[ 5] : -hostvm
      arg[ 6] : -nodeName=ID31923250
      arg[ 7] : -file=E:\usr\sap\JDT\J03\j2ee\cluster\instance.properties
      arg[ 8] : -jvmFile=E:\usr\sap\JDT\J03\work\jstart.jvm
      arg[ 9] : -traceFile=E:\usr\sap\JDT\J03\work\dev_server0
      arg[10] : -javaOutFile=E:\usr\sap\JDT\J03\work\jvm_server0.out

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  Java environment properties
    F    root directory    : E:\usr\sap\JDT\J03\exe\sapjvm_6
    F    vendor            : SAP AG
    F    version           : 1.6.0_17
    F    cpu               : amd64
    F    java vm type      : server
    F    java vm version   : 6.1.018
    F    jvm library name  : jvm.dll
    F    library path      : E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin
    F    executable path   : E:\usr\sap\JDT\J03\exe\sapjvm_6\bin
    F    SAP extensions    : available
    F  ********************************************************************************
    I  [Thr 464] MtxInit: 10002 0 2
    I  [Thr 464] MPI: dynamic quotas disabled.
    I  [Thr 464] MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    M  [Thr 464] NiInit3: NI already initialized; param 'maxHandles' ignored (init=2;par=32768;cur=2048)
    M  [Thr 464] CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Ext.
    M  [Thr 464] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  [Thr 464] CCMS: CCMS Monitoring Initialization finished, rc=0.

    F Wed Aug 13 10:49:04 2014
    F  ********************************************************************************
    F  SAP Java VM arguments:
    F    arg[ 0] = vfprintf
    F    arg[ 1] = abort
    F    arg[ 2] = exit
    F    arg[ 3] = -XmonGcCallback
    F    arg[ 4] = -XdebugStateChangeCallback
    F    arg[ 5] = -DSAPJStartVersion=720, patch 68, changelist 1198183, NTAMD64, optU (Oct 20 2010, 01:55:49)
    F    arg[ 6] = -Xjvmx
    F    arg[ 7] = -XsapSystem:03
    F    arg[ 8] = -DSAPSTARTUP=1
    F    arg[ 9] = -DSAPSYSTEM=03
    F    arg[10] = -DSAPSYSTEMNAME=JDT
    F    arg[11] = -DSAPMYNAME=AWQAFIDES-HQ_JDT_03
    F    arg[12] = -DSAPDBHOST=AWQAFIDES-HQ
    F    arg[13] = -DSAPINFO=JDT_03_server0
    F    arg[14] = -Dj2ee.dbhost=AWQAFIDES-HQ
    F    arg[15] = -Dsun.java.launcher=jstart
    F    arg[16] = -Dsun.java.command=com.sap.engine.boot.Start 
    F    arg[17] = -Djstartup.mode=JSTART
    F    arg[18] = -Djstartup.whoami=server
    F    arg[19] = -Djstartup.ownProcessId=3288
    F    arg[20] = -Djstartup.ownHardwareId=U1400945072
    F    arg[21] = -Djstartup.debuggable=yes
    F    arg[22] = -DLoadBalanceRestricted=no
    F    arg[23] = -XdebugPortRange:50321-50321
    F    arg[24] = -Denv.class.path=
    F    arg[25] = -Dsys.global.dir=E:\usr\sap\JDT\SYS\global
    F    arg[26] = -Dapplication.home=E:\usr\sap\JDT\J03\exe
    F    arg[27] = -Djava.class.path=E:\usr\sap\JDT\J03\exe\jstart71.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\jvmx_tools.jar;E:\usr\sap\JDT\J03\exe\jre\lib\iqlib.jar;E:\usr\sap\JDT\J03\exe\sapjvm_6\lib\tools.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\sap.com~tc~bl~jkernel_boot~impl.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\jaas.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\system\sap.com~tc~bl~bytecode~library.jar;E:\usr\sap\JDT\J03\j2ee\cluster\bin\boot\memoryanalyzer.jar
    F    arg[28] = -Djava.library.path=E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin\server;E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\bin;E:\usr\sap\JDT\J03\j2ee\os_libs;E:\usr\sap\JDT\J03\exe\sapjvm_6\bin;E:\usr\sap\JDT\J03\exe;C:\Program Files\EMC NetWorker\nsr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies;C:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn;E:\usr\sap\JDT\SYS\exe\uc\NTAMD64
    F    arg[29] = -XX:PermSize=1024m
    F    arg[30] = -Xmx2048m
    F    arg[31] = -XX:MaxNewSize=410m
    F    arg[32] = -XX:MaxPermSize=1024m
    F    arg[33] = -Xms2048m
    F    arg[34] = -XX:NewSize=410m
    F    arg[35] = -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    F    arg[36] = -Djavax.management.builder.initial=com.sap.pj.jmx.server.interceptor.InterceptorChainBuilder
    F    arg[37] = -Djmx.invoke.getters=true
    F    arg[38] = -Djava.security.policy=./../bin/kernel/java.policy
    F    arg[39] = -Djava.security.egd=file:/dev/urandom
    F    arg[40] = -Djava.awt.headless=true
    F    arg[41] = -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    F    arg[42] = -Drdbms.driverLocation=E:\usr\sap\JDT\J03\exe\mssjdbc\jdbc4\sqljdbc4.jar
    F    arg[43] = -Djava.io.tmpdir=./temp
    F    arg[44] = -Dsun.lang.ClassLoader.allowArraySyntax=true
    F    arg[45] = -Djava.protocol.handler.pkgs=com.sap.engine.httpdsrclient.protocols|iaik.protocol
    F    arg[46] = -Dnetworkaddress.cache.ttl=10
    F    arg[47] = -DSAPJVM_EXTENSION_COMMAND_HANDLER=com.sap.tools.memory.protocol.ProtocolHandler
    F    arg[48] = -Djco.jarm=1
    F    arg[49] = -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    F    arg[50] = -XX:+UseConcMarkSweepGC
    F    arg[51] = -XX:TargetSurvivorRatio=90
    F    arg[52] = -verbose:gc
    F    arg[53] = -XX:+DumpDetailedClassStatisticOnOutOfMemory
    F    arg[54] = -XX:+PrintGCDetails
    F    arg[55] = -XX:MaxErrorQueueLength=200
    F    arg[56] = -XX:+PrintGCTimeStamps
    F    arg[57] = -XX:+DisableExplicitGC
    F    arg[58] = -XX:SoftRefLRUPolicyMSPerMB=1
    F    arg[59] = -XX:-StringInternTableInPermGen
    F    arg[60] = -XX:SurvivorRatio=9
    F    arg[61] = -XX:+HeapDumpOnOutOfMemoryError
    F    arg[62] = -XX:HeapDumpPath=OOM.hprof
    F    arg[63] = -XX:-TraceClassUnloading
    F    arg[64] = -Xss2097152
    F  ignore unrecognized options : no
    F  ********************************************************************************
    J  JVMX version - Sep 16 2010 15:40:24 - 61_REL - optU - windows amd64 - 6 - bas2:142976 (mixed mode)
    J  (CompilerOracle read from file E:\usr\sap\JDT\J03\exe\sapjvm_6\jre\.hotspot_compiler )

    F [Thr 4704] Wed Aug 13 10:49:05 2014
    F  [Thr 4704] *** LOG => SfCJavaVm: Java VM started.
    F  ********************************************************************************
    F  Main method call:
    F  com/sap/engine/boot/Start.main()
    F  ********************************************************************************

    J Wed Aug 13 10:49:10 2014
    J  5.858: [GC 5.858: [ParNew: 343552K->6707K(381696K), 0.0110668 secs] 343559K->6715K(2059008K), 0.0112063 secs] [Times: user=0.05 sys=0.01, real=0.01 secs]

    F [Thr 4704] Wed Aug 13 10:49:11 2014
    F  [Thr 4704] *** LOG => State changed from 0 (Initial) to 1 (Waiting to start).
    F  [Thr 4704] *** LOG    state real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]
    F  [Thr 4704] *** LOG => State changed from 1 (Waiting to start) to 2 (Starting framework).
    F  [Thr 4704] *** LOG    state real time: 0.000 CPU time: 0.000 sys, 0.000 usr
    F  [Thr 4704] *** LOG    total real time: 7.229 CPU time: 0.842 sys, 4.430 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:13 2014
    J  9.118: [GC 9.119: [ParNewJ 
    J Wed Aug 13 10:49:14 2014
    : 350259K->16694K(381696K), 0.0233455 secs] 350316K->16751K(2059008K), 0.0235734 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:49:25 2014
    J  20.298: [GC 20.298: [ParNew: 360246K->38144K(381696K), 0.1170405 secs] 360668K->62918K(2059008K), 0.1172377 secs] [Times: user=0.39 sys=0.06, real=0.12 secs]

    J Wed Aug 13 10:49:26 2014
    J  21.932: [GC 21.932: [ParNew: 381696K->38144K(381696K), 0.1226817 secs] 407159K->90160K(2059008K), 0.1228570 secs] [Times: user=0.34 sys=0.03, real=0.12 secs]

    J Wed Aug 13 10:49:28 2014
    J  23.292: [GC 23.292: [ParNew: 381696K->38144K(381696K), 0.1285038 secs] 434349K->120556K(2059008K), 0.1286495 secs] [Times: user=0.39 sys=0.05, real=0.13 secs]

    J Wed Aug 13 10:49:36 2014
    J  31.762: [GC 31.762: [ParNew: 381696K->38144K(381696K), 0.1689539 secs] 464356K->161386K(2059008K), 0.1691127 secs] [Times: user=0.42 sys=0.00, real=0.17 secs]

    J Wed Aug 13 10:49:40 2014
    J  35.868: [GC 35.868: [ParNew: 381696K->38144K(381696K), 0.1632272 secs] 508528K->205662K(2059008K), 0.1634124 secs] [Times: user=0.53 sys=0.01, real=0.16 secs]

    M [Thr 3484] Wed Aug 13 10:49:42 2014
    M  [Thr 3484] CCMS: openMonitoringSegment(): inside static JMON Lib: already connected.

    J Wed Aug 13 10:49:42 2014
    J  37.824: [GC 37.824: [ParNew: 381696K->38144K(381696K), 0.1195535 secs] 556408K->240492K(2059008K), 0.1197142 secs] [Times: user=0.34 sys=0.02, real=0.12 secs]

    J Wed Aug 13 10:49:44 2014
    J  39.791: [GC 39.791: [ParNew: 381696K->38144K(381696K), 0.1104638 secs] 584213K->264018K(2059008K), 0.1106449 secs] [Times: user=0.30 sys=0.05, real=0.11 secs]

    J Wed Aug 13 10:49:46 2014
    J  41.241: [GC 41.241: [ParNew: 381696K->38144K(381696K), 0.0858888 secs] 607728K->279353K(2059008K), 0.0860546 secs] [Times: user=0.22 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:49:47 2014
    J  42.977: [GC 42.977: [ParNewJ 
    J Wed Aug 13 10:49:48 2014
    : 381696K->38144K(381696K), 0.0981324 secs] 622984K->301177K(2059008K), 0.0982954 secs] [Times: user=0.25 sys=0.05, real=0.10 secs]

    J Wed Aug 13 10:49:51 2014
    J  46.854: [GC 46.854: [ParNewJ 
    J Wed Aug 13 10:49:52 2014
    : 381696K->38144K(381696K), 0.1648782 secs] 644786K->339134K(2059008K), 0.1650896 secs] [Times: user=0.42 sys=0.03, real=0.17 secs]

    J Wed Aug 13 10:49:55 2014
    J  50.798: [GC 50.798: [ParNew: 381696K->38144K(381696K), 0.0997711 secs] 682851K->358369K(2059008K), 0.0999877 secs] [Times: user=0.33 sys=0.00, real=0.10 secs]

    F [Thr 4704] Wed Aug 13 10:49:57 2014
    F  [Thr 4704] *** LOG => State changed from 2 (Starting framework) to 10 (Starting apps).
    F  [Thr 4704] *** LOG    state real time: 46.538 CPU time: 6.302 sys, 79.810 usr
    F  [Thr 4704] *** LOG    total real time: 53.768 CPU time: 7.144 sys, 84.240 usr
    F  [Thr 4704]

    J Wed Aug 13 10:49:58 2014
    J  53.859: [GC 53.859: [ParNew: 381675K->27304K(381696K), 0.0820436 secs] 702190K->368321K(2059008K), 0.0822255 secs] [Times: user=0.22 sys=0.03, real=0.08 secs]

    J Wed Aug 13 10:49:59 2014
    J  54.593: [GC 54.593: [ParNew: 370796K->30046K(381696K), 0.0356657 secs] 711861K->371111K(2059008K), 0.0358375 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]

    J Wed Aug 13 10:50:00 2014
    J  55.192: [GC 55.193: [ParNew: 373594K->30730K(381696K), 0.0258616 secs] 714658K->371794K(2059008K), 0.0260706 secs] [Times: user=0.08 sys=0.00, real=0.03 secs]
    J  55.823: [GC 55.823: [ParNew: 374272K->33802K(381696K), 0.0299796 secs] 715337K->374867K(2059008K), 0.0301532 secs] [Times: user=0.11 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:01 2014
    J  56.442: [GC 56.442: [ParNew: 377335K->38144K(381696K), 0.0404834 secs] 718399K->384198K(2059008K), 0.0406513 secs] [Times: user=0.14 sys=0.00, real=0.04 secs]
    J  56.760: [GC 56.760: [ParNew: 381679K->31747K(381696K), 0.0536330 secs] 727734K->393582K(2059008K), 0.0538047 secs] [Times: user=0.19 sys=0.02, real=0.05 secs]
    J  56.960: [GC 56.960: [ParNewJ 
    J Wed Aug 13 10:50:02 2014
    : 375299K->32769K(381696K), 0.0215789 secs] 737134K->394604K(2059008K), 0.0217479 secs] [Times: user=0.08 sys=0.00, real=0.02 secs]
    J  57.116: [GC 57.116: [ParNew: 376282K->35165K(381696K), 0.0226774 secs] 738117K->397000K(2059008K), 0.0228445 secs] [Times: user=0.12 sys=0.00, real=0.02 secs]
    J  57.298: [GC 57.298: [ParNew: 378667K->25542K(381696K), 0.0176353 secs] 740502K->387377K(2059008K), 0.0178030 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  57.952: [GC 57.952: [ParNewJ 
    J Wed Aug 13 10:50:03 2014
    : 369055K->25609K(381696K), 0.0200687 secs] 730890K->387444K(2059008K), 0.0202358 secs] [Times: user=0.06 sys=0.00, real=0.02 secs]
    J  58.556: [GC 58.556: [ParNew: 369161K->29706K(381696K), 0.0219467 secs] 731184K->391729K(2059008K), 0.0221159 secs] [Times: user=0.13 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:04 2014
    J  59.099: [GC 59.099: [ParNew: 373258K->33868K(381696K), 0.0272136 secs] 735369K->395979K(2059008K), 0.0273974 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  59.680: [GC 59.680: [ParNew: 377420K->34825K(381696K), 0.0259786 secs] 739531K->396936K(2059008K), 0.0261687 secs] [Times: user=0.06 sys=0.02, real=0.03 secs]

    J Wed Aug 13 10:50:05 2014
    J  60.374: [GC 60.374: [ParNew: 378375K->36874K(381696K), 0.0302984 secs] 740486K->398985K(2059008K), 0.0304678 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:06 2014
    J  60.967: [GC 60.967: [ParNew: 380426K->35850K(381696K), 0.0365359 secs] 742537K->402617K(2059008K), 0.0367110 secs] [Times: user=0.12 sys=0.00, real=0.04 secs]
    J  61.538: [GC 61.539: [ParNew: 379371K->36873K(381696K), 0.0278477 secs] 746137K->403639K(2059008K), 0.0280496 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:07 2014
    J  62.134: [GC 62.134: [ParNew: 380425K->35849K(381696K), 0.0351756 secs] 747191K->405862K(2059008K), 0.0353448 secs] [Times: user=0.13 sys=0.00, real=0.04 secs]
    J  62.838: [GC 62.838: [ParNew: 379401K->36010K(381696K), 0.0308404 secs] 749414K->407507K(2059008K), 0.0310537 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    F [Thr 2264] Wed Aug 13 10:50:09 2014
    F  [Thr 2264] *** WARNING => ShmComponent_findAlias: Cannot find alias for URL '/' (rc = 4 object not found). [sfxxjshm.c   2141]

    J Wed Aug 13 10:50:09 2014
    J  64.756: [GC 64.756: [ParNew: 379562K->38144K(381696K), 0.0320298 secs] 751059K->411260K(2059008K), 0.0322031 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:10 2014
    J  65.094: [GC 65.094: [ParNew: 381696K->35840K(381696K), 0.0322410 secs] 754812K->411975K(2059008K), 0.0324455 secs] [Times: user=0.13 sys=0.00, real=0.03 secs]
    J  65.421: [GC 65.422: [ParNew: 379392K->35840K(381696K), 0.0288936 secs] 755527K->411975K(2059008K), 0.0290622 secs] [Times: user=0.06 sys=0.00, real=0.03 secs]

    J Wed Aug 13 10:50:13 2014
    J  68.078: [GC 68.078: [ParNew: 379392K->38144K(381696K), 0.0665893 secs] 755617K->425283K(2059008K), 0.0667646 secs] [Times: user=0.20 sys=0.03, real=0.07 secs]

    J Wed Aug 13 10:50:16 2014
    J  71.438: [GC 71.438: [ParNew: 381696K->38144K(381696K), 0.0932214 secs] 769080K->449195K(2059008K), 0.0933975 secs] [Times: user=0.30 sys=0.00, real=0.09 secs]

    J Wed Aug 13 10:50:19 2014
    J  74.760: [GC 74.760: [ParNew: 380892K->38144K(381696K), 0.1215723 secs] 792334K->477546K(2059008K), 0.1217688 secs] [Times: user=0.36 sys=0.05, real=0.12 secs]

    J Wed Aug 13 10:50:22 2014
    J  77.119: [GC 77.119: [ParNew: 381696K->38144K(381696K), 0.1395760 secs] 822442K->510048K(2059008K), 0.1397643 secs] [Times: user=0.44 sys=0.02, real=0.14 secs]

    J Wed Aug 13 10:50:26 2014
    J  81.788: [GC 81.788: [ParNewJ 
    J Wed Aug 13 10:50:27 2014
    : 381696K->38144K(381696K), 0.0973212 secs] 854255K->529177K(2059008K), 0.0975087 secs] [Times: user=0.30 sys=0.03, real=0.10 secs]

    J Wed Aug 13 10:50:30 2014
    J  85.066: [GC 85.066: [ParNew: 381696K->38144K(381696K), 0.1079331 secs] 872880K->554405K(2059008K), 0.1081130 secs] [Times: user=0.33 sys=0.02, real=0.11 secs]

    J Wed Aug 13 10:50:32 2014
    J  87.365: [GC 87.365: [ParNew: 381696K->38144K(381696K), 0.1150576 secs] 898125K->576973K(2059008K), 0.1152570 secs] [Times: user=0.36 sys=0.01, real=0.12 secs]

    J Wed Aug 13 10:50:38 2014
    J  92.979: [GC 92.979: [ParNew: 381696K->38144K(381696K), 0.1163222 secs] 922696K->601135K(2059008K), 0.1165078 secs] [Times: user=0.39 sys=0.00, real=0.12 secs]

    J Wed Aug 13 10:50:40 2014
    J  95.237: [GC 95.237: [ParNew: 381512K->38144K(381696K), 0.1529282 secs] 944763K->653296K(2059008K), 0.1531081 secs] [Times: user=0.42 sys=0.03, real=0.15 secs]

    J Wed Aug 13 10:50:42 2014
    J  97.178: [GC 97.178: [ParNew: 381687K->38144K(381696K), 0.0974450 secs] 997172K->766960K(2059008K), 0.0976405 secs] [Times: user=0.30 sys=0.08, real=0.10 secs]

    J Wed Aug 13 10:50:43 2014
    J  98.313: [GC 98.313: [ParNew: 381676K->38144K(381696K), 0.0732400 secs] 1110604K->846500K(2059008K), 0.0734242 secs] [Times: user=0.17 sys=0.09, real=0.07 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.587: [GC 99.588: [ParNew: 381696K->38144K(381696K), 0.0753849 secs] 1190093K->908044K(2059008K), 0.0755849 secs] [Times: user=0.16 sys=0.11, real=0.08 secs]
    J  99.671: [GC [1 CMS-initial-mark: 869900K(1677312K)] 909812K(2059008K), 0.0247344 secs] [Times: user=0.03 sys=0.00, real=0.02 secs]

    J Wed Aug 13 10:50:44 2014
    J  99.697: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:50:46 2014
    J  100.908: [GC 100.908: [ParNew: 381696K->38144K(381696K), 0.0917262 secs] 1251676K->998042K(2059008K), 0.0919131 secs] [Times: user=0.23 sys=0.09, real=0.09 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.126: [GC 102.126: [ParNew: 381696K->38144K(381696K), 0.1243224 secs] 1341775K->1085661K(2059008K), 0.1245167 secs] [Times: user=0.20 sys=0.25, real=0.13 secs]

    J Wed Aug 13 10:50:47 2014
    J  102.292: [CMS-concurrent-mark: 1.963/2.595 secs] [Times: user=7.71 sys=2.03, real=2.60 secs]
    J  102.292: [CMS-concurrent-preclean-start]
    J  102.488: [CMS-concurrent-preclean: 0.148/0.195 secs] [Times: user=0.61 sys=0.13, real=0.20 secs]
    J  102.488: [CMS-concurrent-abortable-preclean-start]

    J Wed Aug 13 10:50:48 2014
    J  103.579: [CMS-concurrent-abortable-preclean: 0.771/1.091 secs] [Times: user=3.12 sys=0.62, real=1.10 secs]

    J Wed Aug 13 10:50:48 2014
    J  103.582: [GC[YG occupancy: 237047 K (381696 K)]103.583: [Rescan (parallel) , 0.0362884 secs]103.620: [weak refs processing, 0.0384832 secs]103.658: [class unloading, 0.0505195 secs]103.709: [scrub symbol & string tables, 0.0776361 secs]J 
    J Wed Aug 13 10:50:49 2014
    [1 CMS-remark: 1047892K(1677312K)] 1284939K(2059008K), 0.2482807 secs] [Times: user=0.34 sys=0.00, real=0.25 secs]

    J Wed Aug 13 10:50:49 2014
    J  103.830: [CMS-concurrent-sweep-start]
    J  104.714: [CMS-concurrent-sweep: 0.768/0.884 secs] [Times: user=2.73 sys=0.47, real=0.89 secs]
    J  104.715: [CMS-concurrent-reset-start]
    J  104.728: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.05 sys=0.00, real=0.01 secs]

    J Wed Aug 13 10:50:50 2014
    J  104.828: [GC 104.828: [ParNew: 381696K->38144K(381696K), 0.0671613 secs] 1236693K->918437K(2059008K), 0.0673483 secs] [Times: user=0.19 sys=0.02, real=0.07 secs]

    J Wed Aug 13 10:50:52 2014
    J  107.545: [GC 107.545: [ParNew: 381661K->38144K(381696K), 0.2107511 secs] 1262005K->1077781K(2059008K), 0.2109489 secs] [Times: user=0.39 sys=0.28, real=0.21 secs]

    J Wed Aug 13 10:50:57 2014
    J  112.296: [GC 112.296: [ParNew: 381680K->38144K(381696K), 0.2150438 secs] 1421318K->1251267K(2059008K), 0.2152338 secs] [Times: user=0.25 sys=0.42, real=0.22 secs]

    J Wed Aug 13 10:51:02 2014
    J  117.461: [GC 117.461: [ParNew: 381583K->4140K(381696K), 0.0469289 secs] 1594706K->1254559K(2059008K), 0.0471146 secs] [Times: user=0.11 sys=0.05, real=0.05 secs]

    J Wed Aug 13 10:51:15 2014
    J  130.205: [GC 130.205: [ParNew: 347692K->38144K(381696K), 0.0584412 secs] 1598245K->1290061K(2059008K), 0.0586428 secs] [Times: user=0.22 sys=0.00, real=0.06 secs]

    J Wed Aug 13 10:51:24 2014
    J  139.253: [GC 139.253: [ParNew: 381696K->38144K(381696K), 0.2258658 secs] 1633613K->1373856K(2059008K), 0.2260866 secs] [Times: user=0.61 sys=0.02, real=0.23 secs]

    J Wed Aug 13 10:51:30 2014
    J  145.501: [GC 145.501: [ParNew: 381696K->38144K(381696K), 0.1258713 secs] 1718123K->1422493K(2059008K), 0.1261312 secs] [Times: user=0.39 sys=0.02, real=0.13 secs]
    J  145.636: [GCJ 
    J Wed Aug 13 10:51:31 2014
    [1 CMS-initial-mark: 1384349K(1677312K)] 1427189K(2059008K), 0.0535896 secs] [Times: user=0.06 sys=0.00, real=0.05 secs]

    J Wed Aug 13 10:51:31 2014
    J  145.690: [CMS-concurrent-mark-start]

    J Wed Aug 13 10:51:32 2014
    J  147.302: [CMS-concurrent-mark: 1.569/1.612 secs] [Times: user=2.70 sys=0.28, real=1.62 secs]
    J  147.303: [CMS-concurrent-preclean-start]
    J  147.330: [CMS-concurrent-preclean: 0.024/0.028 secs] [Times: user=0.05 sys=0.00, real=0.03 secs]
    J  147.330: [CMS-concurrent-abortable-preclean-start]

    F [Thr 2264] Wed Aug 13 10:51:36 2014
    F  [Thr 2264] *** LOG => State changed from 10 (Starting apps) to 3 (Running).
    F  [Thr 2264] *** LOG    state real time: 98.580 CPU time: 20.670 sys, 143.988 usr
    F  [Thr 2264] *** LOG    total real time: 152.349 CPU time: 27.814 sys, 228.229 usr
    F  [Thr 2264]

    J Wed Aug 13 10:51:37 2014
    J   CMS: abort preclean due to time 152.391: [CMS-concurrent-abortable-preclean: 2.924/5.060 secs] [Times: user=4.04 sys=0.58, real=5.08 secs]

    J Wed Aug 13 10:51:37 2014
    J  152.400: [GC[YG occupancy: 246680 K (381696 K)]152.400: [Rescan (parallel) , 0.1940158 secs]152.594: [weak refs processing, 0.0143033 secs]152.609: [class unloadingJ 
    J Wed Aug 13 10:51:38 2014
    , 0.0556606 secs]152.665: [scrub symbol & string tables, 0.0852505 secs] [1 CMS-remark: 1385469K(1677312K)] 1632149K(2059008K), 0.3894964 secs] [Times: user=0.42 sys=0.00, real=0.39 secs]

    J Wed Aug 13 10:51:38 2014
    J  152.790: [CMS-concurrent-sweep-start]
    J  153.421: [CMS-concurrent-sweep: 0.631/0.631 secs] [Times: user=0.83 sys=0.00, real=0.63 secs]
    J  153.421: [CMS-concurrent-reset-start]
    J  153.435: [CMS-concurrent-reset: 0.014/0.014 secs] [Times: user=0.00 sys=0.00, real=0.01 secs]

  • How can I create a new iCloud account for a familiy member having a new iDevice and reuse one of my aliases for it

    Hi there,
    I moved into iCloud from the very beginning and started with one iCloud account for me and my family, making use of email aliases for family members. Now the number of personal iDevices grows and I want to create a new and separate iCloud Account for my son. The pity is, that I reserved his full name already as alias address on my initial iCloud account. If I now delete this alias, can I create a new account with the former alias as new primary email address?
    Or is there at least any transfer procedure supported for aliases between different accounts?
    Thanks for your help, lauterbachj

    Couldn't agree more... the folks who are getting penalized for this are the early adopters of .Mac/iCloud dating from the days when the only way to implement a "family" account was to use aliases. Now all my kids' / my wife's name aliases sit in my account, unable to move. I guess the good news is that if I delete them nobody else will get them, but this seems a pretty poor consolation.
    Would it really be so difficult to implement a "move this alias to another iCloud account" option that requires the "sender" and "receiver" to exchange some sort of code to implement the transation in order to prevent fraud?

  • Error while creating a new connection in ODSM for OVD

    Hi all,
    I am getting the following error while creating a new connection in ODSM for OVD.
    Error log:
    [2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:97)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by:
    =======
    java.lang.NoClassDefFoundError: Could not initialize class
    com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub
    at com.octetstring.vde.admin.services.client.ServerMgrServiceLocator.getVDEAdminService(ServerMgrServiceLocator.java:58)
    at oracle.ldap.odsm.model.ovd.APServerProxy.connect(APServerProxy.java:248)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticateAs(APServerProxy.java:684)
    at oracle.ldap.odsm.model.ovd.APServerProxy.authenticate(APServerProxy.java:286)
    at oracle.ldap.odsm.model.ovd.APServerProxy.init(APServerProxy.java:216)
    at oracle.ldap.odsm.model.ovd.APServerProxy.<init>(APServerProxy.java:198)
    at oracle.ldap.odsm.model.ovd.OVDRoot.connectOVD(OVDRoot.java:185)
    at oracle.ldap.odsm.ui.common.Connection.connect(Connection.java:120)
    at oracle.ldap.odsm.ui.common.Visit.createConnection(Visit.java:663)
    at oracle.ldap.odsm.ui.common.Login.saveChanges(Login.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:812)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:292)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    ... 28 more
    How to resolve this issue.Pls suggest me.
    Regards,
    -Deena.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • Error while creating a new Domain in BEA Weblogic

    I am getting the below mentioned error while creating a new Domain in BEA Weblogic
    Preparing...
    Extracting Domain Contents...
    Creating Domain Security Information...
    Saving the Domain Information...
    Storing Domain Information...
    String Substituting Domain Files...
    Performing OS Specific Tasks...
    Performing Post Domain Creation Tasks...
    Domain Creation Failed!
    Domain Location: C:\bea\user_projects\domains\base_domain_1
    Reason: Got error in writing the node manager C:\bea\wlserver_10.0\common\nodemanager\nodemanager.domains property file!
    Exception:
    java.lang.Exception: Got error in writing the node manager C:\bea\wlserver_10.0\common\nodemanager\nodemanager.domains property file!
         at com.bea.plateng.domain.DomainNodeManagerHelper.registerDomainToNodeManager(DomainNodeManagerHelper.java:138)
         at com.bea.plateng.domain.DomainNodeManagerHelper.registerDomainToNodeManager(DomainNodeManagerHelper.java:170)
         at com.bea.plateng.domain.DomainGenerator.generate(DomainGenerator.java:435)
         at com.bea.plateng.wizard.domain.gui.tasks.DomainCreationGUITask$1.run(DomainCreationGUITask.java:232)

    Hi,
    It look two ways either you dont have permission to write any new thing to that domain.properties file or might file is got corrupted.
    Please check for the permission to that file.
    Regards,
    Kal.

  • Error while creating a new folder in resource view of workbench.

    hi
    I am getting this error while creating a new folder from the resources view.
    Please help me in this regard.
    !ENTRY com.adobe.repository.ui.eclipse.forms 4 0 2009-02-19 18:18:36.340
    !MESSAGE REP-001-011: Problem creating a resource folder
    !STACK 0
    com.adobe.repository.ui.eclipse.IDERepositoryException: com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-106-000: Caught DSCException: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: RepositoryService not found.
    at com.adobe.repository.ui.eclipse.impl.dsc.IDERepositoryDSCImpl.createFolder(IDERepositoryD SCImpl.java:117)
    at com.adobe.repository.ui.eclipse.core.Repository.createFolder(Repository.java:522)
    at com.adobe.repository.ui.eclipse.actions.NewFolderActionDelegate.workspaceRun(NewFolderAct ionDelegate.java:91)
    at com.adobe.repository.ui.eclipse.actions.WorkspaceActionDelegateRunner$1.run(WorkspaceActi onDelegateRunner.java:76)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
    at com.adobe.repository.ui.eclipse.actions.WorkspaceActionDelegateRunner.run(WorkspaceAction DelegateRunner.java:83)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:539)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :400)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at com.adobe.lcide.rcp.Application.run(Unknown Source)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    Caused by: com.adobe.repository.bindings.dsc.client.ResourceRepositoryClientException: ALC-REP-106-000: Caught DSCException: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: RepositoryService not found.
    at com.adobe.repository.bindings.dsc.client.ResourceRepositoryClient.writeResource(ResourceR epositoryClient.java:920)
    at com.adobe.repository.ui.eclipse.impl.dsc.IDERepositoryDSCImpl.createFolder(IDERepositoryD SCImpl.java:114)
    ... 31 more
    Thanks
    Ullas

    Thanks Jasmin I did as you told and was able to create folder. But while installing the Event-Dsc and the workflow-dsc I am getting some internal error as given below.
    !ENTRY com.adobe.DSC_Admin_UI 4 4 2009-02-24 15:41:34.984
    !MESSAGE install of C:\Adobe\LiveCycle8.2\deploy\adobe-event-dsc.jar failed
    !STACK 0
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
    at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl._install(ComponentRegistr yImpl.java:456)
    at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl.install(ComponentRegistry Impl.java:254)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doBMT(EjbTran sactionBMTAdapterBean.java:197)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doBMT(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:95)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:109)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:118)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:315)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:138)
    at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)
    at sun.reflect.GeneratedMethodAccessor279.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:615)
    at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
    at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
    at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
    at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
    at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
    at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
    at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
    at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
    at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:989)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
    at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 190)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:761)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:673)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:90)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:100)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:465)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink .java:394)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConn ectionInitialReadCallback.java:214)
    at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitia lReadCallback.java:113)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:152)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
    at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
    Caused by: java.lang.ClassNotFoundException: com.adobe.idp.event.bootstrap.EventBootstrapImpl
    at com.adobe.idp.dsc.DSContainerSearchPolicy.findClass(DSContainerSearchPolicy.java:178)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:161)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
    at com.adobe.idp.dsc.registry.component.impl.ComponentRegistryImpl._install(ComponentRegistr yImpl.java:403)
    ... 70 more
    As I am using the trial version so I have isnatlled all the products Workbench, Server and the application server in the same machine. My System has 2GB Ram.
    Any help in this will be of great help
    Regards
    Ullas

  • Firefox will not open and my profile name changes, after I creat a new profile it works until I try to open again

    Firefox version 16.0.2 was working I have used FF for years. A few days ago it started to run very slow opening web sites. Then this morning when I tried to open it I saw a progress bar that looked like the kind I see after an update has been applied but FF never opened.
    I rebooted my windows 7 64 bit and tried again, nothing FF would not open and I got no error message.
    So I opened the profile manager and only found a default profile not the one I created last year with my name. I created a new profile and browsed to my old profile folder. FF opened and ran fine until I closed it and later tried to open it again then I kept getting an error box telling me that FF had crashed and asked if I wanted to send a report and restart, I did but no good it still would not open.
    I ran the profile manager again and found my profile had changed name to a bunch of numbers. I delete that profile but kept the folder then made a new one and that worked. I shut it down again and once again I get the We're sorry error box.
    By the way I had set the profile manager to open when FF loads and it is not opening so the problem is before it gets to that command.

    First I already have my view set to show everything so that is not the problem.
    But I just tried opening "Computer" from the start button then type in profiles.ini in the address bar and hit enter. The profile manager opened with my profile listed. I selected it and hit start firefox and it opened as it should.
    I closed it again and tried to open it from the shortcut in my task bar and I got the Sorry window.
    But then I tried to open it from the short cut you get when you press the start button and program list and it work!
    I went back to my desk top and tried the short cut on the desk top and it worked.
    So I deleted the short cut on the task bar and created a new one and it worked.
    I rebooted the computer and tried again and the task bar shortcut works and has the right profile.
    So it seems that the problem is that the short cut was corrupted and was causing the error that caused the program to fail to open.
    I had no idea a shortcut could do that. In the past I have had short cut stop working but never do what this one did.
    I still have no idea where the profiles.ini is.

  • How do I 'disasscociate' an e-mail address from an existing Apple ID so that that e-mail can be used to create a new separate Apple ID

    My wife and I currently share an Apple ID (it's a long story). The Apple ID we use is actually mine and uses my e-mail address as the ID itself. I have been trying to create a new Apple ID for my wife but everytime I get an error message that states: 'that e-mail is already associated with another Apple ID.' What exactly do I have to do to remove her e-mail from being associated with my Apple ID so that I can create a new Apple ID for her?

    Surfstud31 wrote:
    My wife and I currently share an Apple ID (it's a long story). The Apple ID we use is actually mine and uses my e-mail address as the ID itself. I have been trying to create a new Apple ID for my wife but everytime I get an error message that states: 'that e-mail is already associated with another Apple ID.' What exactly do I have to do to remove her e-mail from being associated with my Apple ID so that I can create a new Apple ID for her?
    Make sure her email address is not set as an alternate for your AppleID.
    Then again, you don't know if it is associated with your AppleID.
    Also, any chance she created an AppleID at one time and simply never used it/forgot about it?
    Go here -> https://appleid.apple.com/ and select Forgot your password?
    and enter her email address that shows it is in use.

  • I want to create a new itunes account for myself and leave the current one for my wife. Is that possible?

    Ok. My wife uses itunes for her work and she has asked me to open my own account without erasing the one we currently have so that our music can be seperate. I have my own pc and sync to my own itunes program but our purchases still download to the same account and the money comes from the same account. Can I open a new account and not lose everything? Thanks!

    I hope this isn't too wordy but I want to be as clear and explicit as I can for you.
    You can't transfer purchases from one account to another account. Apple doesn't allow it.
    You can continue to use your daughter's Apple ID in order to continue to use the apps that you purchased with her ID and you will need to use her ID and password any time that you want to update those apps. What you do want to avoid is having to download any of those purchased apps again on any other devices - if you create a new Apple ID.
    If you create a new ID and then you sign into her ID in order to download a previous purchase-  you will lock yourself out of the new ID for 90 days and there is nothing that you can do about it. So as long as you do NOT download any past purchases with her ID - you will not lock yourself out of the new ID. So you can keep using the apps that were bought with her ID, you can also update those apps using her ID (you have to sign into her account in Settings>Store) but you can't download past purchases without messing things up with your new ID.
    When you download a past purchase with a different ID - you associate that device with the different ID for 90 days. This is one way that Apple hopes to cut down on pirating of apps - friends using other friends IDs in order to download apps without patting for them.
    This explains it in a little more detail.
    http://support.apple.com/kb/ht4627
    The bottom line is that you can create a new ID, still use her ID - judiciously - but you really want to avoid downloading past purchases with her ID. Transfer all of those purchases into iTunes so that if something happens and you need the purchased content again, you can just sync it again rather than downloading it.
    This explains transferring purchases.
    http://support.apple.com/kb/HT1848

  • Currently have ipod touch 4 and am getting an iphone 5c. Want to transfer data to new phone. Currently all our family devices on one apple ID for purchases and it is the same for icloud. I want to create a new one for icloud for this iphone. What do I do?

    Currently have ipod touch 4 and am getting iphone 5c this weekend. Currently our family has several apple devices and they have the same apple ID for itunes and it is the same ID that we use for icloud. I want to set up a separate icloud ID so that it is only on my new device. I still want to keep the same apple ID for purchases. Can I do this and better yet when do I do this...before the purchase, after the purchase and backing up of data. Where do I go to create a new one?

    Figured it out. Thanks.

  • How Can I change my email address or create a new account??

    I need to change my email address of the account or create a new account but when I try to create new one is
    asking me for the password supposing like I have already one...

    At this time, you cannot change the email address for an account. When you sign up for a new account it will ask you to provide a password on the very first page and then confirm it before you continue.
    OTN

  • How do I delete and create a new iCloud account on my iPhone, when I cannot delete the old account off my phone!

    I have given my 4s to my wife, she has an iCloud account which uses her work address, she has now left the company and we want to start a new iCloud account, trouble is we cannot delete the old account, we have created a new iCloud account but the iPhone won't let us log into it as it only recognises the old version, we can't access her email anymore to reset the account. Have tried all online help. We restored the phone through iTunes

    Ah thanks Razmee however there is NO option to delete the iCloud account in settings!

Maybe you are looking for

  • How to get curent date in a calc?

    I am building a cube for the circulation department of a magazine company.I have three members in a Scenarios dimension, plus regular Measures and Activities dimensions.The three scenarios are Actuals, Estimate, and BestGuess.In magazines, the Actual

  • Lync 2013 vdi RDS windows 2008R2

    Hi, I have installed VDI on win2008R2 server with RDS make all configuration and it Works fine. I have Win7 RDP installed VDI and updateted all RDP. I have USB WEBCAM and I configured remoteFx to use USB webcam and it Works with Win2008R2 RDS audio a

  • Video Chat:  Cable Broadband vs. DSL

    I have had about five or six incidences of not being able to video chat with someone who is using cable broadband, vs. me being on DSL - I am able to video chat with other users who use DSL with no problems. Does anyone know anything about this or kn

  • Buttons not going anywhere

    Not sure why my navigation buttons are not navigating. They are point to files within my folio. The hilight when touched on teh iPad. But they do not go to teh destination page. Any ideas?

  • Which Pwr Mgr drivers are needed for XP system in T60

    The T60 Drivers list shows two different listings for XP Power Manager.  Which one should I use or do I use both? Recently had to re-install Windows and Pwr Mgr is giving an exception message while trying to run PWRMGRTR.DLL and the normally green Pw