How to resolve Agents with pending URL changes

Greetings,
I have run the EMDIAG tool against my 12c OMS and one section of the results hows thie following -
7001. Agents with pending URL changes
LAST_EMD_URL
EMD_URL
https://lepisma.ucdavis.edu:3872/emd/main
https://lepisma.ucdavis.edu:1830/emd/main
1 row selected.
verifyASLM
======================================================================
On this host ./emctl status agent returns -
Oracle Enterprise Manager 12c Cloud Control 12.1.0.1.0
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Agent Version : 12.1.0.1.0
OMS Version : 12.1.0.1.0
Protocol Version : 12.1.0.1.0
Agent Home : /usr/local/oracle/product/agent12g/agent_inst
Agent Binaries : /usr/local/oracle/product/agent12g/core/12.1.0.1.0
Agent Process ID : 44637
Parent Process ID : 44555
Agent URL : https://lepisma.ucdavis.edu:3872/emd/main/
Repository URL : https://oracle-emrep1.ucdavis.edu:4904/empbs/upload
Started at : 2013-04-20 16:09:06
Started by user : oracle
Last Reload : (none)
Last successful upload : 2013-04-22 13:34:14
Last attempted upload : 2013-04-22 13:34:14
Total Megabytes of XML files uploaded so far : 134.96
Number of XML files pending upload : 1
Size of XML files pending upload(MB) : 0.03
Available disk space on upload filesystem : 62.49%
Collection Status : Collections enabled
Last attempted heartbeat to OMS : 2013-04-22 13:34:11
Last successful heartbeat to OMS : 2013-04-22 13:34:11
Agent is Running and Ready
Examinig the emd.properties file shows no entry for https://lepisma.ucdavis.edu:1830/emd/main and ./emctl config agent listtargets only shows the following for oracle_emd -
[lepisma.ucdavis.edu:3872, oracle_emd]
This was recently upgraded from 11g and prior to the upgrade there were difficulties patching this agent. Because of that it was reinstalled in 12c. I have no clue what is causing the issue let alone how to resolve it. Any suggestions are greatly appreciated.
Thank you.
Bill Wagman

It's ok to have 11g agent and 12c agents up and running simultaneously and we do it all the time during migration from one to the other since they have to run on different ports (12c checks this at install ONLY IF the 11g agent it up and running when the 12c agent is being pushed out to the host).
Also, if EMDIAG is the only place you see 1830 port being reported, it may be becuase its doing a search for any agents currently installed on the server. So if you still have both the 11g agent and 12c agent installed, this should not be an issue that it it reporting that URL/port with 1830 for the 11g agent. Since you can't upgrade 11g agents to 12c, (its required to do a new install of 12c agent) you have to do a complete uninstall of the 11g agent first from the OEM 11g gui console, then at the inventory level where the inital 11g agent was installed, than you may still need to manually remove that 11g directory if your runInstaller did not remove it once its "uninstalled".
Edited by: ora6dba on Apr 25, 2013 7:24 AM

Similar Messages

  • How to invoke JSF With Standard Urls and parameters

    Hi,
    Could some one please help me how to invoke JSF with standard Urls and parameters?
    My requirement is:
    http://localhost:8080/myapp/faces/jsf_page.jsp?trackerID=11&viewPage="products"
    then i want to save the tracker details into database and redirect the user to "products" page.
    Would some one suggest me where can i get some example?

    Hi BalusC,
    It didn't solve my proble.....Your solutions are fantastic for most of the issues. But mine problem is unclear where JSF page tags.
    If possible, Could you please provide me how to invoke the method from JSF page....
    same code works if the user click on command button but my requirement is as soon as the user click on the link from 3rd party website, then he need to come to our web application and invoke the JSF page along with ManagedBean for saving details and redirect to disganted webpage.
    I will provide the following link to 3rd party websites. the URL is :: http://somedomain.com/myApp/Tracker.JSF?trackerID=111
    Could you please provide me the code i need to write in JSF ....just for invoking ManagedBean class...? how i code for page on load call the managedBean for specific method?

  • How to resolve error with code: 0xe7210001 cannot load powrprof, object:cls

    Hello there
    Doses anybody know how to resolve the error with code: 0xe7210001, message: cannot load powrprof, object:clsd-not-found;
    OR: Fingerprintsoftware error OR: THotkey.exe message window multiplicates and computer freezes
    Scanned maleware and viruses, also in safe mode, found no infection, reinstalled fingerprint driver but nothing changed.
    grateful for help!

    Hello
    > message: cannot load powrprof, object:clsd-not-found;
    In my opinion this would mean that there is a problem with Toshiba Power Saver
    What Toshiba notebook you have exactly?
    Maybe reinstalling Power Saver could help. You can find it on official Toshiba website.

  • How to resolve this error while doing changes in a table

    Hi,
    For a table, we are accessing the column values in the table through controller with the help of view object. We are also using the function 'setAttribute()' to assign back the formatted value for each and every row.
    But once the page is loaded and if the code gets executed from the method 'processRequest()', I am able to see an error message in the top of the page as "The search cannot be executed because the table has pending changes that would be lost."
    How to get rid of this error ? Please help me in this regard. Its urgent .
    Thank You,
    Thiyagarajan

    Hi,
    The VO associated to the Table Region on you page is dirty (means that there are some changes done in the VO which has not been commited to the database).
    Pending Changes
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to resolve error with DateField being Null value

    Hello,
    I have been playing with Flex on and off for a while now. I'm
    getting the hand of it more, but it's simple problems I can't
    resolve!
    I have a DateField which is loaded from a mysql Database, it
    all works fine. My problem is when creating a new record in my
    database (so my array primary key is set to 0)
    here is my datagrid:
    Code:
    <mx:DateField id = "orderdate" formatString="YYYY-MM-DD"
    width="170" showToday="true" text ="{currentOrder.date}"/>
    and here is my error on line 446 of DateField.as:
    Code:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at
    mx.controls::DateField$/stringToDate()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\ controls\DateField.as:446]
    at
    mx.controls::DateField/displayDropdown()[E:\dev\3.1.0\frameworks\projects\framework\src\m x\controls\DateField.as:2118]
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at
    mx.core::UIComponent/callLaterDispatcher2()[E:\dev\3.1.0\frameworks\projects\framework\sr c\mx\core\UIComponent.as:8565]
    at
    mx.core::UIComponent/callLaterDispatcher()[E:\dev\3.1.0\frameworks\projects\framework\src \mx\core\UIComponent.as:8508]
    Perhaps I add a check if the array value is null and if so
    make it todays date? How can i do this?

    hi there, Thanks a lot for your response
    I tried your code as the code i have attached. it gives me
    the warning i need quote marks
    Open quote is expected for attribute "text". adman2/src/forms
    OrderForm.mxml
    but if i add quotations, then the datefield text appears as
    the code!

  • How to attach agent with unusual AD and DNS setup?

    I am trying to configure DPM for a client, which is a university department. They have a somewhat unusual setup of their AD and DNS and I think that is why I am having trouble attaching an agent I have installed.
    It is a new installation of DPM 2012 R2 version 4.2.1292.0 with a local SQL Server 2012 SP2. The OS is Windows Server 2012 R2. It is going to protect a bunch of SQL Server databases all on the same Windows Server 2012 R2 server. The SQL Server is a physical
    server and the DPM server is a hyper-v VM, running on a Windows Server 2012 R2 host.
    The install of DPM itself went smoothly.
    To install the agent on the SQL Server machine, I followed the instructions here:
    https://technet.microsoft.com/en-us/library/hh758186.aspx#BKMK_Manual. This was successful (I think)
    Then I proceeded with these instructions to attach the agent:
    https://technet.microsoft.com/en-us/library/hh757916.aspx
    This fails at the enter credentials stage with this message:
    DPM could not connect to the service control manager on these servers: [SqlMachinename].win.[universityname].dk (ID: 33221)
    As far as I can tell, the problem has to do with how the university manages windows AD domains and DNS lookup.
    The university uses one common AD domain named win.[universityname].dk for the entire campus, but it looks like DNS names for individual windows machines is managed locally at individual departments.
    Ipconfig says this (abbreviated) for the SQL Server where I installed the agent:
    Host Name . . . . . . . . . . . . : [SqlMachinename]
    Primary Dns Suffix  . . . . . . . : win.[universityname].dk
    DNS Suffix Search List. . . . . . : win.[universityname].dk
    [departmentname].[universityname].dk
    Ethernet adapter T2:
       Connection-specific DNS Suffix  . : [departmentname].[universityname].dk
       DHCP Enabled. . . . . . . . . . . : Yes
    This works from the DPM machine and shows the correct IP:
    ping [SqlMachinename]
    This works from the DPM machine and shows the correct IP:
    ping [SqlMachinename].[departmentname].[universityname].dk
    This fails from the DPM machine ("could not find host") and does not get an IP:
    ping [SqlMachinename].win.[universityname].dk
    I've used Message Analyzer to verify that when pinging just [SqlMachinename], in fact DNS tries first to append win.[universityname].dk, which fails and second [departmentname].[universityname].dk, which then succeeds. This is by the book, as I understand
    it because of the DNS Suffix Search list or because of the connections-specific DNS Suffix.
    The problem is that DPM only tries [SqlMachinename].win.[universityname].dk. I have verified this with Message Analyzer.
    I am not sure how to proceed. Is there another way to attach the agent? Maybe by IP-address?
    I cannot ask the client to put [SqlMachinename].win.[universityname].dk in their DNS database. I am sure that they do not register any individual machines in that DNS domain which cuts across the entire campus. I am equally sure that they will not consider
    creating individual AD domains for each department just because I ask (although that would probably be best in the long run).
    Any suggestions would be very much appreciated.

    Found a workaround:
    I can install and attach the agent using one of the methods designed for agents in workgroups or untrusted domains. For me NTLM worked fine as long as I used simple nertbios computer names without any domain suffixes.
    This is what worked:
    On protected server:
    SetDpmServer.exe -dpmServerName DPMServername -isNonDomainServer -userName DpmNtlmAccount
    On DPM Server:
    Attach-NonDomainServer.ps1 -DPMServername DpmServername -PSName servername -Username DpmNtlmAccount -Password xxxxx
    I still think it is weird that DPM insist that protected servers in thewe same AD domain must use the AD domain name in their DNS name. Very inflexible.

  • How to download contents with specific URL

    assumption: URL "http://www.game.com/login.php?name=joeCruiz&pwd=123456")" will show the logined info about me.
    I try to get the logined info in pure java program with following codes:
    url = new URL("http://www.game.com/login.php?name=joeCruiz&pwd=123456");
    connection = (HttpURLConnection)url.openConnection();
    input = connection.getInputStream();
    dataInput = new BufferedReader(new InputStreamReader(input));
    while ((line = dataInput.readLine()) != null) {
    buffer.append(line);
    But I just get info shown with "http://www.game.com/login.php?".
    Thanks for any comment.
    Joe

    Hi there,
    forgive me my bad english...
    i guess you have to use something like this
    HttpURLConnection conn;
    conn = new HttpURLConnection(new URL("http://www.game.com/login.php?name=joeCruiz&pwd=123456"));
    conn.setRequestProperty("name","joeCruiz");
    conn.setRequestProperty("pwd","123456");
    conn.connect();
    input = conn.getInputStream();
    dataInput = new BufferedReader(new InputStreamReader(input));
    while ((line = dataInput.readLine()) != null) {
       buffer.append(line);
    }All trick is to use setRequestProperty(String, String) instead of pairs in url string.
    Hope this helps.
    With best regards,
    Selivanov Mike.

  • How to use sp_msforeachdb with sp_rename for changing two table names in each databases-

    I have around 990 databases on a single SQL server in which I want to rename two tables 'AuditEvent' and 'AuditPropertyEvent' to 'AuditEvent_Archive' and AuditPropertyEvent_Archive table.
    Then I want to transfer lastest 6 months of data from now newly rename archived tables to New created Auditevent tables (Which will have same structure as old),
    For doing it I tried Cursor and SP_msforeachdb as possible solutions but its not allowing me to execute 2 sp_rename statements with go inside a dynamic statement.
    Please suggest any possible solutions on how to rename the 2 tables in all databases using sp_msforeachdb or cursor in a single go.

    exec sp_msforeachdb '
    USE [?]
    IF EXISTS (SELECT 1 FROM ?.INFORMATION_SCHEMA.TABLES WHER TABLE_NAME = ''AuditEvent'')
    EXEC sp_rename ''AuditEvent'',''AuditEvent_Archive''
    IF EXISTS (SELECT 1 FROM ?.INFORMATION_SCHEMA.TABLES WHER TABLE_NAME = ''AuditPropertyEvent'')
    EXEC sp_rename ''AuditPropertyEvent'',''AuditPropertyEvent_Archive''
    SELECT *
    INTO AuditEvent
    FROM AuditEvent_Archive
    WHERE datecolumn>dateadd(month,-6,getdate())
    SELECT *
    INTO AuditPropertyEvent
    FROM AuditPropertyEvent_Archive
    WHERE datecolumn >dateadd(month,-6,getdate())
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How Discoverer Reports cope with table name changes

    I want to change the name of an oracle table that is queried by a number of Discoverer reports owned by various users.
    I have been told that Discoverer might have the smarts to handle this without manual intervention of users having to open their reports and repoint them to the new tablename. Would someone be able to enlighten me?

    Thanks Guys for help.
    Additionally I'd like to add for the purpose of the name change is business driven and therefore it is important that business (report writers) see the new name so.....
    For each simple folder in the EUL there are there 3 attributes you need to be aware of:
    (1) Folder Name (the name as seen in Discoverer)
    (2) Identifier
    (3) Physical Database Object name
    (1) and (2) are used by a Disco workbook to resolve back to the physical object name.
    Therefore, you can change either (1) or (2) [but not both] and still have the workbook resolving back to the physical object name on the folder (ie (3)).
    In summation, I changed (1) and (3) while leaving (2) unchanged to resolve the whole glorious mess....

  • Zen Nano Plus: How to resolve issues with installing firmware 1.14

    So .... I managed to kill my Zen Nano Plus when installing firmware version .4.03, but fortunately I've managed to bring it back to life again. :-)
    Here's what I did wrong, and how you can avoid the mistakes that I made ...
    I attempted to install the newly released "Creative ZEN Nano Plus Firmware .4.03" from my Windows 2000 system. However, I had not previously installed the "Creative Mass Storage Driver .07.00.250". In fact there seemed to be no reason to install these mass storage drivers as the Nano Plus player was always recognized by my system. However, while installing the firmware upgrade, it seems that the player is set to recovery mode and therefore the mass storage driver needs to be installed prior to upgrading the firmware.
    I realized this partway through the firmware upgrade when prompted for the "StMp3Rec.sys" driver. I then successfully installed the mass storage driver then attempted to continue with the firmware upgrade. Unfortunately, the firmware software "froze" and the process had to be killed. My Nano Plus player now wouldn't turn on and my system would not recognize it. I then read how to set the player in recovery mode, and was able to see the player listed as "STMP3500" when examining my attached USB hardware (using the "Unplug or Eject Hardware" dialog).
    To install the driver, I then looked at all hardware in my "Device Manager" (right click on "My Computer", select "Properties", choose the "Hardware" tab, click on the "Device Manager" button) then selected the "STMP3500" device. Right clicking and selecting "Properties" (or double clicking) brings up the properties dialog and from there I chose the "Reinstall Driver" button. I specified the driver location: "C:\Program Files\Creative\Creative Mass Storage Drivers\StMp3Rec.sys" and the driver then successfully installed. Finally, I successfully installed the firmware upgrade and all is now working well.
    Here's the bottom line:
    Be sure to install the "Creative Mass Storage Driver .07.00.250" prior to upgrading to the "Creative ZEN Nano Plus Firmware .4.03".
    Maybe it is because I beta tested six or seven different Rio MP3 player models (until D&M Holdings discontinued the Rio brand), or because I have worked as a software developer for eight years - but I tend not to install any software that does not appear to be required. The Creative firmware upgrade software could be greatly improved by including a simple check to see if the Creative mass storage drivers are installed before accessing the player.

    This has been answered many times here. Delete a few files on the player. Create a few folders on the player. Move the songs on the player into the folders. Now add more songs to the player into the folders. There is a limit on how many items the player will allow in the root.

  • How to resolve issues with opening the App Store, PhotoBooth, Terminal etc.?

    Hi,
    For about maybe a week now I've been experiencing problems with my Macbook Pro(Late 2011) running on Mavericks(10.9.2). At first the main problem was the Mail app. All incoming is received but when you click to view the messages it either doesn't load or the application just crashes. The other problems that came up were the App Store not opening and presenting the error number -1712. Other applications that won't open are Maps, PhotoBooth, iBooks, QuickTime Player, Preview, Contacts and a few more.
    Things I have done so far to help fix the problem:
    1. Go into Disk Utility and Verify and Repair the disk. First scan the disk was ok but on the second scan I was presented with one error and was fixed when repairing in recovery mode.
    2. Resetting the NVRAM.
    Looking forward to your replies and hopefully you can help me out.

    Nothing will happen which you already done some troubleshooting steps. need to remove some plist files from  your system for that you have to contact apple or you can also chat with them
    http://www.apple.com/support/macbookpro/

  • How to resolve crash with new CUPS scanner.

    I just got a new Brother MFC8910dw laser printer/scanner with CUPS driver and on every scan Adobe Acrobat crashes on OS X Mavericks: The scan completes but soon after completion, Adobe crashes.
    Process:        AdobeAcrobat [889]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:        11.0.07 (11.0.07)
    Code Type:      X86 (Native)
    Parent Process:  launchd [282]
    Responsible:    AdobeAcrobat [889]
    User ID:        501
    Date/Time:      2014-08-23 09:40:35.066 -0700
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  7B757609-35C3-B7BB-84EC-1AC63CF2BA4E
    Sleep/Wake UUID: B0DFD67E-D410-42D7-A92A-E85EE8987E42
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000001
    VM Regions Near 0x1:
    --> __PAGEZERO            0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        VM_ALLOCATE            0000000000001000-00000000000c3000 [  776K] ---/--- SM=NUL
    Application Specific Information:
    objc_msgSend() selector name: retain

    Process:         AdobeAcrobat [506]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.07 (11.0.07)
    Code Type:       X86 (Native)
    Parent Process:  launchd [283]
    Responsible:     AdobeAcrobat [506]
    User ID:         501
    Date/Time:       2014-08-24 19:24:26.402 -0700
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  7B757609-35C3-B7BB-84EC-1AC63CF2BA4E
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000002
    VM Regions Near 0x2:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        VM_ALLOCATE            0000000000001000-000000000007f000 [  504K] ---/--- SM=NUL 
    Application Specific Information:
    objc_msgSend() selector name: retain

  • Interactive Gantt chart - how to receive updated XML after user changes

    Hello,
    I failed to receive changed XML after user updates.
    I've constructed following example:
    Created context attribute of type XSTRING, binded it to the "dataSource" property of the Gantt chart control.
    I pass following XML to the control:
    <?xml version="1.0" encoding="iso-8859-5" ?>
    <SAPJNetData version="1.0">
    <Application type="GANTT" version="1.0" />
    <TypeRepository version="1.0" href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_tr.xml" />
    <UserInterface version="1.0" href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_ui.xml" />
    <Graph type="Gantt.Graph" version="1.0">
    <rows>
      <row id="001" />
      <row id="002" />
      <row id="003" />
      </rows>
    <dates timeZone="GEurope/Berlin" locale="de_DE" format="dd.MM.yyyy" dateEnd="20.01.2010">
      <section date="01.01.2010" unit="DAY" unitSize="20" />
    <calendarItem id="Cal.1stDayInMonth">
      <repetition unit="MONTH" />
      </calendarItem>
    <calendarItem id="Cal.1stDayInWeek">
      <repetition unit="WEEK" />
      </calendarItem>
      </dates>
    <view>
      <viewpos date="01.01.2010" />
      </view>
    <chart id="Dummy">
    <timeScale>
    <section index="0">
      <ribbon type="Gantt.CProjects.Ribbon.Month" />
      <ribbon type="Gantt.CProjects.Ribbon.3Days" />
      </section>
      </timeScale>
      <grid type="Grid.CProjects.Gantt.TimeLine" calendarIDs="Cal.1stDayInWeek" />
    <table type="Gantt.Table" id="CProj-Table">
      <defaults typeCell="L.Table" typeHeader="L.Table" />
      <tree showRootIcons="TRUE" />
    <cols showInitially="4">
      <ids>TREE,ID2,ID3</ids>
      </cols>
    <header>
      <header width="30" />
      <label colid="TREE" width="250">Этап</label>
      <label colid="ID2">Дата с</label>
      <label colid="ID3">Дата по</label>
      </header>
    <rows>
      <ids>001,002,003</ids>
      </rows>
    <row>
      <header>1</header>
      <tree>Top Item</tree>
      <label>01.01.2010</label>
      <label>20.01.2010</label>
      </row>
    <row>
      <header>2</header>
      <tree parentRow="001">Subitem 1</tree>
      <label>01.01.2010</label>
      <label>10.01.2010</label>
      </row>
    <row>
      <header>3</header>
      <tree parentRow="001">Subitem 2</tree>
      <label>11.01.2010</label>
      <label>20.01.2010</label>
      </row>
      </table>
    <graph>
    <view>
      <backColor type="White" />
      </view>
    <node id="001" type="Gantt.CProjects.SummaryNode" rowID="001">
    <dates>
      <date>01.01.2010</date>
      <date>20.01.2010</date>
      </dates>
      </node>
    <node id="002" type="Gantt.CProjects.Node" rowID="002">
    <dates>
      <date>01.01.2010</date>
      <date>10.01.2010</date>
      </dates>
      </node>
    <node id="003" type="Gantt.CProjects.Node" rowID="003">
    <dates>
      <date>11.01.2010</date>
      <date>20.01.2010</date>
      </dates>
      </node>
      </graph>
      </chart>
      </Graph>
      </SAPJNetData>
    Then I run my example application, press standard "Save" button in Gantt chart control.
    After that my XML in context changes, but it's incorrect. There is no <graph> tag at all - this tag should contain all significant parameters of the chart.
    The resulting XML below:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <SAPJNetData build="9295" date="04-Aug-2010 10:19:13" host="localhost" version="1.1247">
    <Application type="GANTT" version="1.0"/>
    <TypeRepository href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_tr.xml" version="1.0"/>
    <UserInterface href="/SAP/BC/WebDynpro/SAP/ZT_INV_WDR_TEST_GANTT/gantPR02P00086_3_ui.xml" version="1.0"/>
    <GraphGantt version="1.1247"/>
    </SAPJNetData>
    All the chart in fact has completely disappeared. There is nothing left but file header.
    The question: How to get XML with all user changes back from the Gantt chart control?

    Long time, hah..
    Anyways thanks to behave like a responsible person on SCN and taking care of your threads..
    Liked.

  • How to log in with my old Apple account? I forgot my pass and I did change my apple ID before canceling first?? I am from Croatia so did folow al the discussion and the to resolve the problem but no luck. Can not call from Croatia the Apple help desk

    How to log in with my old Apple account? I forgot my pass and I did change my apple ID before canceling first?? I am from Croatia so did folow al the discussion and the to resolve the problem but no luck. Can not call from Croatia the Apple help desk.i did try all the options but I can not find the phone number to call from Croatia,
    I can not change my Apple ID to the old mail (not possible!)
    The old mail don't accept the new password..
    I can not delete the Icloud all the time asking my the password of the old mail!
    I realy need help

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • Not able to acess app store .. Tried every thing with ... Dns change .. Time chage.... Reset... Location services .suggest me how to resolve this issue

    Not able to acess app store .. Tried every thing with ... Dns change .. Time chage.... Reset... Location services .suggest me how to resolve this issue

    Hi aditya123,
    If you are having difficulty connecting to the App store from your iPhone, you may want to try the steps in this article -
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Specifically -
    Troubleshoot issues on an iPhone, iPad, or iPod touch
    If you haven't been able to connect to the iTunes Store:
    Make sure your date, time, and time zone are correct in Settings > General > Date & Time.
    Note: Time Zone may list another city in your time zone.
    Make sure that your iOS software is up to date by tapping Settings > General > Software Update (iOS 5 or later) or connecting your iOS device to iTunes and clicking Check for Update on your device's Summary page.
    Check and verify that you're in range of a Wi-Fi router or base station. If you're on a device with cellular service, make sure that cellular data is turned on from Settings > General > Cellular.
    Note: If connected to cellular data, larger items may not download. You may need to connect to Wi-Fi to download apps, videos, and podcasts.
    Make sure that you have an active Internet connection. You can check the user guide for your device for help with connecting to the Internet.
    Make sure that other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Try resetting (turning off and then on again) your Wi-Fi router.
    If the issue persists, try troubleshooting your Wi-Fi networks and connections.
    It looks like you have already done many of these, but there are a few more to check out.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

Maybe you are looking for