Adding property to portalconfig.xml

In 5.0.3 we were able to add name/value pairs in ptconfig.xml and use them in our .NET code. For example,
<ThomsonUserProfile> <RequestBrokerUrl value="https://directoryqa2.thomson.com/dir/broker/servlet/RequestBroker" /> <Key value="199.231.61.99" /> <SMTP value="relay.int.westgroup.com"></SMTP> <Email value="[email protected]"></Email> </ThomsonUserProfile>
How do I add these attributes to portalconfig.xml so that they are usable?
NOTE: I realize that when upgrading from a previous version, it's automatically done for you. This is a new install of 6.0 on a sandbox, not an upgrade.

Mark,
I'm using Oracle 9.2.0.5. I'm not sure which one I would want to use.
Will it make a difference when I go to query the xml text to find sets of data? I want to have the ability to pull data or pieces of the data based on the sequence number and generate it back out as an xml document. The current auto generated table has collections and vararrays. I want to make sure I still have the ability to drill down into the data to pull records based on query conditions.
For instance if it was a column.
seq 1 is the primary key for doc100
seq 2 is the primary key for doc101
seq 3 is the primary key for doc103
I want to select from the table where the seq number is 1 and the document contains a value/field = condition within a nested table/collection. (Which in my novice xml knowledge is only possible with shredded tables)
If I put it as part of the xml document does the XSD then have to contain it in the schema definition?
As you can see I'm looking for direction here.

Similar Messages

  • R12 Payment Process Request Status Report adding extra columns to XML data.

    In 11i, we had modified the Preliminary Payment Report to include extra columns ( invoice distributions). In r12 , that report is obsolete and Oracle introduced a new report "Payment Process Request Status Report". This request uses BI Publisher to generate the final report output. I am unable to modify the template since the XML output of the report does not
    contain the invoice distribution account data. We need to know how can we modify the XML data to include the extra columns.
    For Funds Disbursement Process ( Payment Instruction File) , Oracle provides IBY_FD_EXTRACT_EXT_PUB extensibility package to construct custom XML element structure that can be added to the payment XML extract generated by Oracle Payments. Do we have something similar for this report ? Are there any other options available ?
    Thanks

    Hi
    The same package "IBY_FD_EXTRACT_EXT_PUB" works for payment process request status report also. Please add the logic to get the distribution data in this package and you will see the new XML tags in this report also.
    Hope this helps.
    Vinit

  • Adding DTD reference in xml

    hi,
          This way i am creating xml,
            var cAcrobat += "<Root>";
            cAcrobat += "<Sample>" + "Something" + "</Sample>";
            cAcrobat += "</Root>";
            this.createDataObject("Acrobat.xml", cAcrobat);
            var Acrobat = this.getDataObjectContents("Acrobat.xml");
            cAcrobat = util.stringFromStream(Acrobat,  "utf-8");
            var myXML = XMLData.parse(cAcrobat, false);
            var cAcrobat = myXML.saveXML('pretty');
            var Acrobat = util.streamFromString(cAcrobat, "utf-8");
            this.setDataObjectContents("Acrobat.xml", Acrobat);
    and as a result it is creating an xml file as an attachment to pdf,  as follows,
      <?xml version="1.0" encoding="UTF-8" ?>
    - <xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    - <Root>
      <Sample>Something</Sample>
      </Root>
      </xfa:data>
    but i want to add DTD reference to xml file before the Root node  and after adding it should create xml like this,
    <?xml version="1.0" encoding="UTF-8" ?>
    "<!DOCTYPE  Some-application SYSTEM 'file:C:/SomeFolder/Test.dtd'>";
    - <xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    - <Root>
      <Sample>Something</Sample>
      </Root>
      </xfa:data>
    please tell me how to add this dtd reference in xml file, and whater i am doing above is correct or not?
    please tell me how to add dtd reference in xml file.

    I already created xml file as an attachment to pdf as explained in my 1st post.  now my problem is
    How to add DTD syntax line into XML using acrobat java script or E4X objects(?). like the one below
    <DOCTYPE SomeApp:MyformData SYSTEM "C:/myreference.dtd">

  • Can we option or property to remove xml prolog ?xml version="1.0" encoding="UTF-8"? )  in atg server

    Hi
    i have a doubt if any one knows please let me know.
    in atg rest service(POST Request) i am sending request as xml and also i am expecting response as xml
    i have configured to get response as xml,but i want to delete xml prolog<?xml version="1.0" encoding="UTF-8"?>)  from my response can we have property to remove  xml prolog by using  atg server.
    thanks in advance
    bala

    Hello Soumya,
    Good to know it worked, I have got some doubts of using XPATH have U ever worked on that, let me know.
    Bye,
    Sam Mathew

  • My smart playlists in iTunes match are not interpreting "date added" property correctly for some songs.

    I have many smart playlists that are dependent upon the "date added" property of my songs. I use iTunes match on a PC, my iPad (4th gen), and my iPhone 5, and my music is stored on my iMac. For some reason, (on my iPhone only) a handful of songs stubbornly continue to appear in smart playlists even though their "date added" is much earlier than the playlists dictate. And they are the same handful of songs on all playlists that have this problem.
    Turning off Live Updating resolves the problem, but then what's the point of a smart playlist if I have to continually update it manually? Turning off iTunes Match on my iPhone, deleting music, and turning iTunes Match back on does not resolve the problem.

    I think I have figured this out, so I'll share in case anyone else has this issue. I had automatic downloads enabled for my iPhone, so any iTunes music purchases were automatically downloaded to my phone. As a result, the "date added" attribute of a song is tied to when it was downloaded to the phone rather than when I originally purchased the song and added it to my iTunes library.
    I disabled iTunes Match, deleted these songs from my phone, re-enabled iTunes Match, and that seems to have done the trick.

  • Setting DOCTYPE in ALUI 6.1 - portalconfig.xml never worked

    Documentation for ALUI 6.1 says to specify DOCTYPE you set it in the portalconfig.xml.
    Well we've tried this, and all types of iterations - using preset integers they support and custom - and they never show up.
    Could this be because we're using LiquidSkins or LiquidStyles and those custom addons override the original source's view class that reads the portalconfig settings and is supposed to set it? Because nothing we do seems to get that to work. We are jonesin' for DOCTYPE. We are also moving to ALUI 6.5 soon, but to get the easy DOCTYPE working there, and I've seen it work, you must be using Adaptive Layouts; But we plan to upgrade the portal first and migrate from LiquidSkin based ui to AdaptiveLayouts ui later. Hmmm...

    Documentation for ALUI 6.1 says to specify DOCTYPE you set it in the portalconfig.xml.
    Well we've tried this, and all types of iterations - using preset integers they support and custom - and they never show up.
    Could this be because we're using LiquidSkins or LiquidStyles and those custom addons override the original source's view class that reads the portalconfig settings and is supposed to set it? Because nothing we do seems to get that to work. We are jonesin' for DOCTYPE. We are also moving to ALUI 6.5 soon, but to get the easy DOCTYPE working there, and I've seen it work, you must be using Adaptive Layouts; But we plan to upgrade the portal first and migrate from LiquidSkin based ui to AdaptiveLayouts ui later. Hmmm...

  • Ant: How to execute / skip tasks by property in build.xml ?

    Hi,
    I want to create a build.xml to execute / skip tasks dynamically by property in build.xml.
    eg: I can define one property "needObfuscate" in either "true" or "false". I will contruct 2 tasks for obfuscate and non-obfuscate to fullfill the 2 cases. Only one of them WILL be executed depend on the flag "needObfuscate".
    ** I know Antenna's task "wtkpackage" has an arguement "obfuscate" to set. It's an example, what I want to know is how to execute / skip the tasks.
    Task "condition" is just used to set the property in runtime.
    <condition property="result" value="User choose 001.">
    <equals arg1="001" arg2="${select}"/>
    </condition>
    There is other tasks can fullfill what I expect ?
    Please guide me how to make it.
    Thanks.

    Hi,
    I've done one build.xml like below:
    <?xml version="1.0"?>
    <project name="PropertyPromptExample" default="main" basedir=".">
    <target name="windowsTask">
    <echo>windowsTask</echo>
    </target>
    <target name="linuxTask">
    <echo>linuxTask</echo>
    </target>
    <target name="main">
    <input message="Please enter platform(0 Windows, 1 Linux):" addproperty="select"/>
    <condition property="platform" value="windowsTask">
    <equals arg1="0" arg2="${select}"/>
    </condition>
    <condition property="platform" value="linuxTask">
    <equals arg1="1" arg2="${select}"/>
    </condition>
    <antcall target="${platform}"/>
    </target>
    </project>
    :)

  • [svn:fx-trunk] 14083: Removed svn:executable property from some . xml files in trunk.

    Revision: 14083
    Revision: 14083
    Author:   [email protected]
    Date:     2010-02-09 22:48:11 -0800 (Tue, 09 Feb 2010)
    Log Message:
    Removed svn:executable property from some .xml files in trunk.
    QE notes: None
    Doc notes: None
    Bugs: None
    Reviewer: None
    Tests run: ant checkintests
    Is noteworthy for integration: No
    Property Changed:
        flex/sdk/trunk/modules/asc/src/java/macromedia/asc/parser/LiteralVectorNode.java
        flex/sdk/trunk/modules/asc/src/localized_strings/CS/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/CS/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/NL/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/NL/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/PL/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/PL/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/PT/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/PT/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/RU/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/RU/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/SV/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/SV/Lint_Warnings.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/TR/ErrorConstants.xml
        flex/sdk/trunk/modules/asc/src/localized_strings/TR/Lint_Warnings.xml

  • Revision property in bpel.xml file in jar

    Hi!
    I've been trying to set revision property for my BPEL process in JDeveloper but had no success. Even if I set this property in bpel.xml file like this:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase revision="1.0">
    </BPELSuitcase>This property is not set in bpel.xml file in jar file after the build, but it is composed of date, time and build number.
    I can change this property by renaming jar file to zip, unpack, change the property in bpel.xml, pack back to zip and rename back to jar. This way the deployed version is 1.0 as I want it to be.
    Isn't there a way to set this in JDeveloper while developing the process?
    Thanks.
    BB

    Hi Dietrich!
    Thanks for your help. I did what you suggested but had to provide some more property values in build.properties:
    admin.user
    admin.password
    http.hostname and
    http.port
    Without this I couldn't make the build.
    But I don't like this solution, the admin.password is now in clear-text in this file plus I can't use the same jar file for our development server, test server and then production server.
    Is there another way just to set revision property and leave others default?
    BB

  • [svn] 4286: Bug: BLZ-282: added property name to debug info for Map serialization

    Revision: 4286
    Author: [email protected]
    Date: 2008-12-10 18:29:26 -0800 (Wed, 10 Dec 2008)
    Log Message:
    Bug: BLZ-282: added property name to debug info for Map serialization
    checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-282
    Modified Paths:
    blazeds/trunk/modules/core/src/flex/messaging/io/amf/Amf3Input.java

    Guo,
    I see a question mark in the sql statement, instead of the Oracle-style bind parameter notation which would be ":1". Can you change your VO to use Oracle-Style bind params and see whether it works?
    Steven Davelaar,
    JHeadstart Team.

  • Error while adding property values

    Hi Experts,
    I have a dimension named PRODUCT with almost 19,000 rows of members. Now, I'm adding a property named CATEGORY to tag each product to their corresponding product category. While processing the dimension I'm encountering the error below:
      - OLE DB error: OLE DB or ODBC error: Cannot create a row of size 8118 which is greater than the allowable maximum of 8060.; 42000.
    Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'DMPL_DEV', Name of 'Product' was being processed.
    And also when I try to process my application, the following error occurs:
    Error message:: CreateOLAPCubeForApplication:CreateCube:OLE DB error: OLE DB or ODBC error: Cannot create a row of size 8118 which is greater than the allowable maximum of 8060.; 42000.
    Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'DMPL_DEV', Name of 'Product' was being processed.
    Is there a limit on the number of members and properties you can add in a dimension?
    By the way, I already have ParentH1 up to ParentH10 and 7 other properties.
    Thanks,
    Marvin

    Hi,
    This is happening because of the large number of hierarchies alongwith 7 properties.
    The Admin guide says that when you are creating dimensions you should be aware of the following
    1. The maximum number of fields in a table (a dimension = 1 table) is 1024.
    2. The maximum record size is 8064 bytes (a record = 1 row in a table)
    In BPC, a field equals a property. So you can have up to 1024 properties in a dimension. One other factor that has an impact on the actual number of properties you can have in a dimension is the number of levels you have defined. SQL Server creates a set of properties for each level within the dimension. For example, you have 10 properties and three levels in your dimension, your total number of fields is 30. The second limiting factor is the size of the record. To determine record size you have to figure out the number of bytes (a byte equals a character) in each level. Since levels are repeated you only need to figure out the number of bytes in the first level and then multiply that number by the number of levels. To come up with the total number of bytes for a level you simply add up the field size for each field and multiply it by 2 (1 character = 2 bytes).
    Probable solution would be to reduce the number of INAPP properties in your dimension.
    Hope this helps.

  • Adding submenus to an xml driven main menu

    Hi there folks,
    I have been following and bastardising a computer arts tutorial for a dynamic flash site, its a really good tutorial and I'd like to keep going with that format/style, but I'm pretty new to the whole scripting thing and am finding it a bit of a headache, so was wondering if any kind souls would help me work out how to add submenus to the code below. the main menu button is a movie file(btn_projects_main) consisting of a button (button) and a text box(txt) and is 3 frames long to allow for the different states:
    What I'm looking for is a set of sub menus which load horizontally below the main menu buttons, here is the code which has been altered slightly (thanks to Ned Murphy for his help and patience with that) any help would be hugely appreciated :
    // Setup some initial variables
    // Hide the button that will display a web link
    _root.theUrl._visible = 0;
    // Hide the image icons in the project loader
    // The image icons are simply there to make it easier for you to
    // select the movieClip from the main timeline.
    _root.img_project.photo_icon._visible = 0;
    _root.img_project.img_holder.photo_icon2._visible = 0;
    // name of the folder for all thumbs and swf files
    _root.imageFolder = "project_files/";
    // Create arrays ready for the xml data
    namesArray = new Array();
    linksArray = new Array();
    descriptionsArray = new Array();
    filesArray = new Array();
    // Load XML doc
    objXML = new XML();
    objXML.onLoad = loadXML;
    objXML.ignoreWhite = true;
    // The name of your XML file
    objXML.load("ss_flash_testing.xml");
    // onLoad XML function
    function loadXML(success) {
    if (success) {
    // If the XML loads successfully, count how many projects there are in the file.
    _root.projectCount = this.firstChild.childNodes.length; // PROJECT node in XML file
    // Then run a function that builds arrays out of the XML data.
    SS_Arrays();
    } else {
    // If the xml data did not load, show message on stage by populating the description field.
    _root.description = "Error: Could not load XML";
    function SS_Arrays() {
    for (var count = 0; count < _root.projectCount; count++) {
    var nodeObj = objXML.firstChild.childNodes[count];
    namesArray[count] = nodeObj.attributes.name;
    descriptionsArray[count] = nodeObj.attributes.description;
    linksArray[count] = nodeObj.attributes.link;
    filesArray[count] = nodeObj.attributes.file;
    // run the function to create the thumbnail and list view buttons
    SS_createButtons();
    var spaceBetween = 60; // space between buttons
    function SS_createButtons() {
    btn_projects_main._visible = 0;
    btn_xPos = _root.btn_projects_main._x;
    btn_yPos = _root.btn_projects_main._y;
    for (count = 0; count < namesArray.length; count++) {
    duplicateMovieClip(btn_projects_main, "btn_projects" + count, count);
    this["btn_projects" + count]._x = btn_xPos;
    this["btn_projects" + count]._y = btn_yPos;
    this["btn_projects" + count].txt.autoSize = "left";
    this["btn_projects" + count].txt.text = namesArray[count];
    //set the button width
    this["btn_projects" + count].btn._width = this["btn_projects" + count].txt._width;
    // determine the new x placement value based on the current button's width
    btn_xPos = btn_xPos + this["btn_projects" + count]._width + spaceBetween;
    // anything from here down I have no idea if it's needed, so I left it
    SS_load_project(0);
    tellTarget(_root.btn_projects0){
    gotoAndPlay(3);
    _root.curButton = "0";
    SS_createButtons(); // to kick off the function
    function SS_load_project(arrayNumber){
    // Progress bar stuff: This creates a new movie clip on the stage
    // and shows the progress of the image or file being loaded
    _root.createEmptyMovieClip("progressBar_mc", 1000);
    progressBar_mc.createEmptyMovieClip("bar_mc", 1001);
    // Using the flash drawing method, draw a box 550px wide by 2px deep
    // with a fill of red (FF0000)
    with (progressBar_mc.bar_mc) {
    beginFill(0xFF0000, 100);
    moveTo(0, 0);
    lineTo(660, 0);
    lineTo(660, 2);
    lineTo(0, 2);
    lineTo(0, 0);
    endFill();
    _xscale = 0;
    // set the X & Y positions of the progress bar manually
    //progressBar_mc._x = 160;
    //progressBar_mc._y = 218;
    // Or set them to be the same X & Y as the project file/image.
    progressBar_mc._x = img_project._x;
    progressBar_mc._y = img_project._y;
    // set the initial width of the bar to zero
    var mclListener:Object = new Object();
    mclListener.onLoadStart = function(target_mc:MovieClip) {
    progressBar_mc.bar_mc._xscale = 0;
    // increase the width (xscale) of the bar as the file loads
    mclListener.onLoadProgress = function(target_mc:MovieClip, bytesLoaded:Number, bytesTotal:Number) {
    progressBar_mc.bar_mc._xscale = Math.round(bytesLoaded/bytesTotal*100);
    // Make sure the clip being loaded doesn't play until it is fully loaded.
    // If you want content to stream as it loads remove the following 3 lines
    tellTarget(_root.img_project.img_holder){
    stop();
    // once the file has loaded, remove the progress bar from the stage
    mclListener.onLoadComplete = function(target_mc:MovieClip) {
    progressBar_mc.removeMovieClip();
    // Plays the loaded clip once it's fully loaded.
    // If you want content to stream as it loads remove the following 3 lines
    tellTarget(_root.img_project.img_holder){
    play();
    // Load the project file onto the stage by loading it into a movieClip (which in this case
    // is inside another one img_project > img_holder.
    var image_mcl:MovieClipLoader = new MovieClipLoader();
    image_mcl.addListener(mclListener);
    // load the clip onto the stage into a movieClip
    image_mcl.loadClip(_root.imageFolder + _root.filesArray[arrayNumber], img_project.img_holder);
    // Populate the dynamic text fields on the main stage with the project title & description
    _root.prj_name = _root.namesArray[arrayNumber];     
    _root.prj_description = _root.descriptionsArray[arrayNumber];
    // if the URL is present for this project, populate & show the link
    if(_root.linksArray[arrayNumber] != "") {
    _root.btn_link.webAddress = _root.linksArray[arrayNumber];
    _root.btn_link._visible = 1;
    } else {
    _root.btn_link._visible = 0;
    // Reset the last button
    tellTarget("_root.btn_projects" + _root.curButton){
    gotoAndPlay(1);
    // Replace the current button variable with this projects id/number     
    _root.curButton = arrayNumber;
    stop();

    No ideas at al guys?
    I just need a couple of pointers as in what to code needs adding and where, I've created a new movie clip with the name subs (instance sub1), surely its now just a matter of connecting that instance to the sub_projects node in the xml - I guess it also needs to be linked to a parent project button + told to only run when that parent is clicked. I've downloaded loads of different code from various sources, but as there seem to be lots of different ways to write the same commands, its feeling really confusing.
    Any help or feed back would be massively appriciated

  • How to use Oracle jdbc driver fixedString property in datasource.xml?

    I try configured fixedString property in the datasource.xml but doesnt work, this is in oc4j
    <data-source location="jdbc/prueba" class="com.evermind.sql.DriverManagerDataSource"
    password="xxxxx"
    max-connect-attempts="3"
    xa-location="jdbc/xa/prueba"
    ejb-location="jdbc/prueba"
    wait-timeout="1800"
    connection-driver="oracle.jdbc.driver.OracleDriver"
    username="xxxx" min-connections="35"
    max-connections="300"
    url="jdbc:oracle:thin:@144.1.0.54:1521:nodox"
    inactivity-timeout="300" name="jdbc/prueba">
    <property name="fixedString" value="true"/>
    </data-source>
    i Solved this problem in tomcat:
    <Resource name="jdbc/testsql" auth="Container"
    type="javax.sql.DataSource" driverClassName="oracle.jdbc.driver.OracleDriver"
    url="jdbc:oracle:thin:@144.1.0.54:1521:nodox"
    username="xxxxx" password="xxxxxxxx"
    maxActive="8" maxIdle="4" connectionProperties="fixedString=true;"/>

    Es un Bug se corrige en la versión del OAS 10.1.2.3
    Bug 10222534: UNABLE TO SET FIXEDSTRING PROPERTY IN DATASOURCE

  • Adding additional instances of xml tags/nodes

    Hi,<br /><br />I have an xml structure attached to a generated pdf that looks something like this:<br /><br />   <page><br />      <page_item><br />         <page_no>0</page_no><br />         <page_read_yn>N</page_read_yn><br />      </page_item><br />   </page><br /><br />and I would like to insert some additional <page_item> nodes into this structure. I have tried using the instanceManager as shown, but I am getting the message that "xfa.record.page.page_item.instanceManager has no properties".<br /><br />try {<br />  xfa.record.page.page_item.instanceManager.addInstance(1); <br />} catch(e) {<br />  app.alert(e);<br />}<br /><br />Just wondering how to add data nodes to the xml attached to the form.<br /><br />thanks,<br />John

    [email protected] wrote:
    > Hi Justin,
    >
    > thanks for the reply.
    >
    > I understand that the instanceManager is used for adding instances of subforms. I am using this effectively in the documents that I have created. I was looking for the xml equivalent of the instanceManager. In talking with premium support, the tech did not have an answer for me, so I thought that I would try the forum.
    >
    > I found a vague reference on one of the replies that suggested this was possible.
    >
    > John
    John,
    Look at the XMLData object in the Acrobat JavaScript Scripting Reference. This might give you
    the capability you're looking for. I've never used it...I just know of its existence.
    Justin Klei
    Cardinal Solutions Group
    www.cardinalsolutions.com

  • Adding property to property editor of Dynpro iView

    In case of regualr(non-dynpro) iView, I could just modify portalapp.xml to add a property which shows up in the iView property editor inside PCD.
    In case of web dynpro iView, How do I add property which shows up on my web dynpro iView property editor? How do I programmatically read this property?
    Right now I am using "Application Parameters" attribute of the iView to store the attributes as name/value pair seperated by "&" . But it's not very user friendly.
    Thanks
    Sam

    Hi,
    I can only ask the same as Sam.
    Is it possible to add any custom property to a web dynpro iView ?
    Regards,
    Ferenc

Maybe you are looking for

  • How to move ITunes folder from exterior hard drive to a new computer?

    I moved my iTunes folder from my full C: drive, to my F: drive a while back. Somehow it reverted to my C drive again. After changing the path there on the Advanced tab, it would not hold that path. That is one question - how do you save this? Then, I

  • AS2 Sender Adapter test

    Hi Experts, I am working on a 856 AS2 to file scenario. I have followed the links EDI to 850 and a few blogs as well. I have configured the scenario as following: IR Message mapping and Interface mapping have been created for 856 to file and 997 to 9

  • ITunes/iPhone sync not working....(error message 13019 (repeatedly))

    I have been getting this error message for about 2 weeks (may have been after the last update, but I'm not sure) and my iPhone goes through 4 of 4 stages of the sync, then when finishing, I get this error message. I've Quit and restarted both iTunes

  • How to change the security questions to log in?

    I forgot the answers to my security questions and it would not let me purchase anything unless I answer the correct answers to the security questions.

  • Strange CacheLoader behavior in 3.7

    Hi, We had a strange issue today with a CacheLoader that had been working previously but now did not work after moving to 3.7 - but the behavior was very strange. <li>If we called get on the cache the load method was called, the entry loaded from the