Modifying the Wiki/collab service

Hello,
I'm using the wiki service provided by the Server.app. The wiki works fine, but for a project a need to be able to display extra attributes in the documents overview. It would be ideal if I could also search for these attributes.
The main attribute I need is document expiration date.
I'm looking for a way to add attributes to documents and present them in several views.
Thanks,
René

The service file(used flex to generate template from PHP mySQL database then modified a bit):
public function getTempByOwner($itemOname) {
  $stmt = mysqli_prepare($this->connection, "SELECT * FROM $this->tablename where o_name=?");
  $this->throwExceptionOnError();
  mysqli_stmt_bind_param($stmt, 's', $itemOname); 
  $this->throwExceptionOnError();
  mysqli_stmt_execute($stmt);
  $this->throwExceptionOnError();
  $rows = array();
  mysqli_stmt_bind_result($stmt, $row->Change_id, $row->Part_Changed, $row->Owner_id, $row->Datechanged, $row->Requester_id, $row->C_made, $row->device_id, $row->Network, $row->Status, $row->o_id, $row->o_name, $row->o_contactNo, $row->o_email, $row->department, $row->d_id, $row->s_n, $row->type, $row->location, $row->r_id, $row->r_name, $row->r_contactno, $row->company, $row->r_email);
     while(mysqli_stmt_fetch($stmt)) {
       $rows[] = $row;
       $row = new stdClass();
      mysqli_stmt_bind_result($stmt, $row->Change_id, $row->Part_Changed, $row->Owner_id, $row->Datechanged, $row->Requester_id, $row->C_made, $row->device_id, $row->Network, $row->Status, $row->o_id, $row->o_name, $row->o_contactNo, $row->o_email, $row->department, $row->d_id, $row->s_n, $row->type, $row->location, $row->r_id, $row->r_name, $row->r_contactno, $row->company, $row->r_email);
  if(mysqli_stmt_fetch($stmt)) {
       $row->Datechanged = new Datetime($row->Datechanged);
       return $row;
  } else {
       return null;

Similar Messages

  • Error on modifying the SharePoint excel services viewer (xlviewer.aspx) page

    I am working on SharePoint 2013 and am following this
    article to modify the xlviewer.aspx page in order to pass into it URL parameters. After following the instruction when I reload the new webpage (MyXLViewer.aspx) I am getting the foll. error:-
    Sorry, something went wrong An error occurred during the compilation of the requested file, or one of its dependencies. 'Microsoft.Office.Excel.WebUI.ExcelWebRendererInternal' does not contain a definition for 'RowsToDisplay' and no extension method 'RowsToDisplay'
    accepting a first argument of type 'Microsoft.Office.Excel.WebUI.ExcelWebRendererInternal' could be found (are you missing a using directive or an assembly reference?) Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: db9b709c-966c-80de-156d-15c4b2783b09
    Date and Time: 2/3/2014 5:15:03 PM
    Go back to site
    Can you please try this and replicate and let me know if you are facing the same issue..? Or whether I am doing something wrong here? Foll.
    is the procedure I have followed:-
    Create a copy of XLViewer.aspx which is located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\TEMPLATE\LAYOUTS. I named my copy MyXLViewer.aspx. you can try /14/ incase of SharePoint2010..
    Open MyXLViewer.aspx in Notepad and do the following;
    <%@ Page language="C#" Codebehind="XlViewer.aspx.cs" AutoEventWireup="false"... --> Change This To --> <%@ Page language="C#" Codebehind="XlViewer.aspx.cs" AutoEventWireup="true"...
    Placed foll code before head tag closes </head> on
    the page:
    <script runat="server">
    private void Page_Load(object sender, System.EventArgs e)
    if (Request.QueryString["RowsToDisplay"] != null)
    m_excelWebRenderer.RowsToDisplay =
    Int32.Parse(Request.QueryString["RowsToDisplay"]);
    if (Request.QueryString["ColumnsToDisplay"] != null)
    m_excelWebRenderer.ColumnsToDisplay =
    Int32.Parse(Request.QueryString["ColumnsToDisplay"]);
    if (Request.QueryString["ToolbarVisibilityStyle"] != null)
    if (Request.QueryString["ToolbarVisibilityStyle"] == "1")
    m_excelWebRenderer.ToolbarStyle =
    ToolbarVisibilityStyle.FullToolbar;
    else
    m_excelWebRenderer.ToolbarStyle =
    ToolbarVisibilityStyle.None;
    </script>

    Hi,    
    The article you referenced might be applied to SharePoint 2007, however, in SharePoint 2013, the
    RowsToDisplay property and
    ColumnsToDisplay property are no longer supported, so these properties are not guaranteed
    to work as they were in SharePoint 2007.
    If you want to customize the Excel Web Access Web Part, it is recommended to take a look at the two documentations about Excel Web Access Web Part custom properties:
    http://office.microsoft.com/en-001/sharepoint-server-help/excel-web-access-web-part-custom-properties-HA010377893.aspx
    http://office.microsoft.com/en-001/sharepoint-server-help/excel-web-access-web-part-summary-HA010105454.aspx
    Best regards
    Patrick Liang
    TechNet Community Support
    Hello Patrick,
    As I have posted in my question I am interested in customizing the Excel viewer aspx page which opens up when you open an excel book via the document library in SharePoint 2013. The solution you are talking about is to modify the properties of the excel
    web part and this does not answer my question.
    Again, can you tell me if there is any possible way to customize the XLVIEWER.ASPX page sitting in LAYOUTS folder so that I can access certain properties like AllowInteractivity, etc? Or has this been completely discontinued by Microsoft in SharePoint 2013?
    If the RowsToDisplay
    property and ColumnsToDisplay
    property are no longer supported, are there
    any other property that this tag supports?
    We have opened the xlviewer.aspx page from layouts folder and can see the foll. control:
    <Ewa:ExcelWebRendererInternal id="m_excelWebRenderer" runat="server"
    AllowInteractivity="false" AllowPivotSpecificOperations="false"/>
    However, there is no documentation available from Microsoft or any other dev sites on this control/tag. This
    link mentions that the ExcelWebRendererInternal is a totally useless instance.
    I need clarification on this.
    We also tried to edit the "C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\LAYOUTS\1033\ewa.strings.moss.js" file. But, any edits corrupts what is rendered on the right click of the pivot chart/table on xlviewer.aspx
    page.

  • Modifying the HTML files for a service

    Hi All:
    We are in SAP R/3 4.6c and EP 6.0.  We will be using the standalone ITS for our ESS Services.
    We would like to modify the standard delivered service for edit skills - PZ31_EWT.
    What is the procedure for modifying the HTML files.  Where can we see the HTML files associated with a service ?
    Is it on the ITS side or via SE80?
    Thanks
    Rachel

    Hi Rachel,
    You've just about reached the limits of what I know about changing ESS ITS services I'm afraid.
    I didn't see PZ31_EWT listed under Internet services either so Im guessing the ITS service PZ31 name remains unchanged. If you double click on the top level folder in the tree, called PZ31, the details of the ITS service are displayed. Its not obvious that you can do this as it just looks like a folder, but if you do and select the Parameters tab you can see if lists TRANSACTION=pz31 and WEBTRANSACTIONTYPE =EWT which sounds suspiciously similar to what you were expecting.
    You could test this by putting some text in the PZ31 HTML template, publishing, and checking it is displayed.
    You can (copy and) modify the templates with straight HTML and the Business HTML macro language, which is a bit of a black art but you can access the help via the 'Business HTML overview' button on the toolbar.
    I found a sentence in my handover notes from an ESS guru that reads 'Customization to ESS page layout are not easily done. You need to copy and modify the ITS service and edit the business HTML templates'.
    The only other way I know to modify ESS is through the SPRO transaction.
    Thats about all I can tell you about ESS Im afraid!
    Cheers,
    Steve

  • Cannot start up the Virtualbox web service for PHPVirtualbox

    I am trying to use PHPVirtualbox, but no luck.
    Running:
    vboxwebsrv -b --logfile path to log file --pidfile /run/vbox/vboxwebsrv.pid --host 127.0.0.1
    Ends in:
    vboxwebsrv: error: failed to daemonize, rc=VERR_FILE_NOT_FOUND. exiting.
    Running:
    sudo systemctl start vboxweb_mod.service
    (Following the wiki,  vboxweb_mod.service is a custom service) Ends in:
    Job for vboxweb_mod.service failed. See 'systemctl status vboxweb_mod.service' and 'journalctl -xn' for details.
    Upon further examination...
    sudo systemctl status vboxweb_mod.service -l
    ● vboxweb_mod.service - VirtualBox Web Service
    Loaded: loaded (/etc/systemd/system/vboxweb_mod.service; enabled)
    Active: failed (Result: exit-code) since Fri 2014-10-03 20:02:32 EDT; 2min 44s ago
    Process: 7392 ExecStart=/usr/bin/vboxwebsrv --pidfile /run/vboxweb.pid --background (code=exited, status=1/FAILURE)
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000239 main DMI Product Name: ...
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000254 main DMI Product Version: ...
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000356 main Host RAM: ...
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000363 main Executable: /opt/VirtualBox/vboxwebsrv
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000365 main Process ID: 7392
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: 00:00:00.000368 main Package type: LINUX_32BITS_GENERIC
    Oct 03 20:02:32 webhtml-1 vboxwebsrv[7392]: vboxwebsrv: error: could not get base directory for logging: VERR_ACCESS_DENIED
    Oct 03 20:02:32 webhtml-1 systemd[1]: vboxweb_mod.service: control process exited, code=exited status=1
    Oct 03 20:02:32 webhtml-1 systemd[1]: Failed to start VirtualBox Web Service.
    Oct 03 20:02:32 webhtml-1 systemd[1]: Unit vboxweb_mod.service entered failed state.
    Here is the edited vboxweb_mod.service code: https://wiki.archlinux.org/index.php/Ph … figuration
    I'm stuck. I'm frustrated (mainly because I've used PHPVirtualbox on my Ubuntu server before migrating to Arch). I've followed everything on the wiki step by step, substituting "vbox" for my own username, of course. I've added myself to the vboxusers group. Any suggestions/ideas?

    I ran into the same problem when I tried setting up VirtualBox and PhpVirtualBox a couple months ago. I was playing around with it again tonight and I finally figured it out! The problem, at least in my case, was that the vbox user directory at /var/lib/vbox hadn't been created yet. I was able to start the vboxweb_mod service after creating the user directory with:
    sudo mkdir /var/lib/vbox
    and setting the permissions with:
    sudo chown vbox:vbox /var/lib/vbox
    I also had issues logging in after the service was started. I verified the vbox username and password matched in config.php but, in the end, the cause of the login issue was not having given the vbox user shell access when I created the account; this was resolved by running: 
    sudo chsh -s /bin/bash vbox
    I hope you have a similar issue and are able to find some of the information in this post helpful. Good luck!
    Last edited by jstevens (2015-04-13 05:11:10)

  • Service Desk Mail - Modify the subject -adding ticket number and descriptio

    Hello,
    I have activated the automatic sending of email when a new ticket arrives into the Service Desk. I am using the standard notifcation smartform  However all the mails arrive in the inbox with the same subject, so no possibility of making a quick identification of the ticket.
    I heard that is possible to add additional fields in the subject of the mail using some "&" parameters.  However I do not have a clue where to modify and what type of & parameters are available.  Is that I need to copy and modify the smart form somewhere??
    I appreciate your inputs.
    Regards
    Esteban Hartzstein

    Hi Esteban,
    The subject line corresponds to the name of the smart form that you can maintain in the "description" field in the sap form builder. you can add dinamyc parameters to the subject by using the placeholder "&". e.g.: & | Action Required.
    On se24, copy the class CL_DOC_PROCESSING_CRM_ORDER into the customer workspace (ZCL_DOC_PROCESSING_CRM_ORDER). then edit it and navigate to line 185 and change the following:
    REPLACE '&' WITH ls_orderadm_h-object_id INTO ls_output_options- tdtitle.
    Other example to use as subject:
    Object ID + Priority + Description
    Field description value: &1 | &2 | &3
    On the class:
    REPLACE '&1' WITH ls_orderadm_h-object_id INTO ls_output_options- tdtitle.
    REPLACE '&2' WITH ls_activity_h-priority INTO ls_output_options- tdtitle.
    REPLACE '&3' WITH ls_orderadm_h-description INTO ls_output_options- tdtitle.
    More information on this on the book: SAP Solution Manager Service Desk - Functionality and Implementation
    Hope I can help.
    Regards,
    Ricardo

  • How to write a Web service Handler without modifying the Web service code

    Hi,
    How can I write a SOAPHandler without modifying the Web service code. I want to add a generic handler which will take care of SOAPHeader for all the webmethods. To add a handler is it necessary to modify the web service code?

    You will find answer in [implementing_handlers_using_jaxws_2|http://blogs.sun.com/sdimilla/entry/implementing_handlers_using_jaxws_2]

  • Wsit: Modify the URL of the security token service at runtime

    I've managed to modify the url of my webservice endpoint at runtime used by a client application with the BindingProvider.ENDPOINT_ADDRESS_PROPERTY. Is it also possible to modify the url of the security token service?

    Check this article
    http://blogs.technet.com/b/sykhad-msft/archive/2012/02/25/sharepoint-2010-nailing-the-error-quot-the-security-token-service-is-unavailable-quot.aspx
    and similar thread
    https://social.technet.microsoft.com/Forums/office/en-US/78cd4366-b11b-4300-93a4-4135d55f561f/error-8306-an-exception-occurred-when-trying-to-issue-security-token-please-help?forum=sharepointgeneralprevious
    though it is SharePoint 2010 but will work similar in sps 2013 also

  • Can the PATH for services be modified?

    From the man page:
    "PATH is set to “/usr/sbin:/usr/bin” by default. By default, all other environment variables supplied to svc.startd are those inherited from init(1M)."
    http://docs.sun.com/app/docs/doc/816-5166/svc.startd-1m?a=view
    My service depends on an application that is not on the default path fro SMF. Can I add a new directory to this path when I'm doing a package add of my service? I have a workaround, but it would be nice to do it automatically when the service is installed.
    Thanks,
    Bill

    Your service needs that path or your method does?
    Is there any reason you can't just expand the PATH at the top of your start method script?
    I assume there's a way to modify the PATH within the service as well with svccfg, but I've never looked into that.
    Darren

  • How to modify the temp dir for the OC4J as a service???????

    We have OC4j running as an automatic service in Windows 2008 server. Now we have installed Apex listener but whenever the server is restarted it loses its config. I have researched and found that if we setup a temp dir {C:\myconfig} and set OC4J service settings to this folder then Apex will look for this folder on its startup.
    Is there a way that we can modify the parameters for OC4J ,
    can somebody help me the syntax of service creation and also setting up that temp dir
      -Djava.io.tmpdir=c:\somedirectory
    javaservice -install “Oracle OC4J” “C:\Program Files\Java\jdk1.5.0_11\jre\bin\client\jvm.dll” -XX:MaxPermSize=128m "-Djava.io.tmpdir=c:\OC4J\apex_lsnr_config"
    “-Djava.class.path=D:\OC4J\j2ee\home\oc4j.jar” -start oracle.oc4j.loader.boot.BootStrap -description “oc4j 10.1.3”thank you
    NS

    Hi NS,
    what's your actual target?
    -Djava.io.tmpdir=c:\somedirectorybasically looks good. However, I'm not sure why you want to use it to store your APEX Listener's configuration. Using
    javaservice -install “Oracle OC4J” “C:\Program Files\Java\jdk1.5.0_11\jre\bin\client\jvm.dll” -XX:MaxPermSize=128m "-Djava.io.tmpdir=c:\OC4J\apex_lsnr_config"
    “-Djava.class.path=D:\OC4J\j2ee\home\oc4j.jar” -start oracle.oc4j.loader.boot.BootStrap -description “oc4j 10.1.3”I see two possible issues: One with your tmpdir, the other one with your JDK version.
    Let's start with the latter:
    As documented in APEX Listener's Installation Guide, a JDK 1.6.0 Update 20 or higher is required. It seems your OC4J is using 1.5.0 Update 11. You'll very likely encounter other issues than just losing your configuration upon restart.
    Concerning your tmpdir
    The option you set affects the whole OC4J. I'm not sure you acutally want all temp stuff to be processed in there. Despite that, it stays a temporary location and is due to be erased by OC4J upon each start.
    The recommended way to store your APEX Listener's configuration would be to set the parameter config.dir in the web.xml of your apex.war . I really recommend to edit the web.xml before deploying the war file instead of modifying the web.xml after depoyment, so you'll be sure that even after a redeployment the proper configuration will be used.
    -Udo

  • Enabling the wiki service for a group not working

    Hey all,
    I am getting my server up and running and I have the following services: AFP, DNS, and Web. I am currently trying to enable the use of a Wiki but am running into some problems. I have enabled Wiki and blog in the Web Services in Server Admin and I have added the groups I wish to be able to use the Wiki. When I go to Workgroup Manager, I get stuck. In the Accounts tab and the group I am trying to give access to, I attempt to use the pulldown tab to "Enable the following serves for this group on:" I would like to get the pulldown to be set on "Default web site of server17.pretendco.com, but I cannot even use the pulldown. It is grayed over, and I cannot change the settings.
    I am using the Administrator account, so I should be able to change that. Any ideas?
    Thanks
    Pat

    Hi
    The reason the option is grayed out for your users is because your server is not an OD Master. Wiki, Blog and iCal won't be available unless this happens first.
    Page 61 Web Technologies Admin Manual
    Wiki will not work without a local Open Directory master. Your server can be connected
    to another directory server simultaneously, but for wiki to work, your server must be an
    Open Directory master. For more information, see Open Directory Administration.
    You can download the relevant manuals from here:
    http://images.apple.com/server/macosx/docs/WebTechnologies_Adminv10.5.pdf
    http://images.apple.com/server/macosx/docs/OpenDirectory_Admin_v10.5_2ndEd.pdf
    Other manuals may also be of use:
    http://www.apple.com/server/macosx/resources/
    Open Directory requires a tested and configured Internal DNS Service resolving on the forward and reverse lookups. DNS does not need to be running on the server itself just as long as it is running on a server on the same network. Don't confuse internal DNS Services with the external ones you are used to.
    Tony

  • Active Directory domain Services – "You do not have permission to modify the group" followed by (Chinese or Japanese characters). Error message

    Folks:
    I am having an issue with a system, which is throwing a really odd error message. When the user tries to modify the AD group, they receive the following error message:
    “You do not have permission to modify the group”, which is then followed by what appears to be Chinese or Japanese characters. In addition, the characters
    randomly change, which makes me believe the characters are ASCII values or equivalent, not specific values for any coherent words provided by installed language packages.
    Has anyone seen this issue before? If so can you offer any advice?
    Thank you.

    Hi,
    This issue can be caused due to the permissions under Security tab are modified incorrectly.
    Please use delete control wizard to reassign the permissions or correct the permissions under Security tab manually.
    For more information, please refer to the following Microsoft articles:
    Delegate Control of an Organizational Unit
    http://technet.microsoft.com/en-us/library/cc732524.aspx
    Delegate Control Wizard Cannot Be Used to Remove Groups or Users
    http://support.microsoft.com/kb/229873
    Regards,
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
    Which attributes should be checked to grant user permissions to Add users to Members Of option?
    Thanks.

  • Customizing the Wiki sidebar step by step

    I'm having severe problems with my Wiki-setup. Frankly the worst Apple-experience in my entire life. When I'm done with this thread, I'm certain that a lot of other people will have an easier time configuring a custom sidebar in their own Wiki. At the moment, I'm lost.
    *Apple has posted this: "Extending your wiki server"*
    http://images.apple.com/server/macosx/docs/ExtendingYour_WikiServer.pdf
    Which has a chapter on page 18-23 that takes ut step by step towards a custom wiki sidebar.
    This guide is poorly written and takes an abstract approach towards helping the user, in this case, poor me. To summarize:
    As far as I know, the relevant files are stored at
    */Library/Application\ Support/Apple/WikiServer*
    (themes, wikicontent and such)
    And some files at
    /Library/WebServer/Documents
    (index file that points towards the correct wiki-dir)
    *------ QUOTE: ------*
    Creating Sidebars
    If you haven’t created a sidebar before, it might be easier to customize an example
    sidebar to suit your needs.
    In the wireframe theme’s theme.plist file, there is a sidebars section that contains an
    array of sidebars you can customize:
    <key>sidebars</key>
    <array>
    <dict>
    sidebar keys and values
    </dict>
    <dict>
    sidebar keys and values
    </dict>
    </array>
    *------ END QUOTE: ------*
    *I assume...*
    That "the wireframe themes theme.plist file" is this file:
    /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme
    Later down, at page 23, there is a part named *Using the Example Sidebars*
    *------ QUOTE: ------*
    The wireframe theme’s theme.plist file includes several sidebar examples. All of these
    examples are commented out by default. You’ll need to remove the comments marks if
    you want to use the example sidebars as custom sidebars. If you don’t add any custom
    sidebars, the default sidebars are used. If you use at least one custom sidebar, the
    default sidebars don’t appear.
    Consider commenting out all sidebars you don’t want to use, and leaving
    uncommented all sidebars you want to use. Doing this allows you to choose which
    sidebars you want and allows you to easily change sidebar settings later on. To do this,
    you must start a comment before the <dict> tag for a sidebar, and end the comment
    after the </dict> tag for that sidebar.
    *------ END QUOTE: ------*
    Do I understand this right? I may just edit this file and it will show up on all my Wiki's? What if I want different sidebars on my different Wiki's? Guess different sidebars should be an easy thing to fix, so I doubt the change is made in this file - which gets me thinking, why do I need to edit this file at all? Well.. Let's do it anyway:
    *The original file: /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme/themes.plist*
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>bannerImageHeight</key>
    <real>99</real>
    <key>bannerImageWidth</key>
    <real>950</real>
    <key>displayName</key>
    <string>Wireframe Theme</string>
    <key>name</key>
    <string>com.apple.wireframe</string>
    <!-- remove this selectable key from your theme -->
    <key>selectable</key>
    <false/>
    <!-- example (non-default) sidebars -->
    <!--
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>What's Hot</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>hot</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>HotList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>What’s New</string>
    <key>howMany</key>
    <string>5</string>
    <key>kind</key>
    <array>
    <string>wiki</string>
    <string>weblog</string>
    <string>mailinglist</string>
    </array>
    <key>sort</key>
    <array>
    <string>createdDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>RecentAddsList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Useful Links</string>
    <key>type</key>
    <string>static</string>
    <key>uid</key>
    <string>UsefulLinks</string>
    <key>urls</key>
    <array>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>Your server's homepage.</string>
    <key>title</key>
    <string>Server Home</string>
    <key>uid</key>
    <string>serverhome</string>
    <key>url</key>
    <string>/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>List of groups with wikis on this server.</string>
    <key>title</key>
    <string>Groups</string>
    <key>uid</key>
    <string>groups</string>
    <key>url</key>
    <string>/groups/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>All things related to Mac OS X Server engineering and planning</string>
    <key>title</key>
    <string>Mac OS X Server wiki</string>
    <key>uid</key>
    <string>server wiki</string>
    <key>url</key>
    <string><a class="jive-link-external-small" href="http://serverstoragesoftware.apple.com/groups/macosxservergroup/">http:// serverstoragesoftware.apple.com/groups/macosxservergroup/</a></string>
    </dict>
    </array>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Upcoming Events</string>
    <key>howManyDays</key>
    <string>5</string>
    <key>type</key>
    <string>calendar</string>
    </dict>
    </array>
    -->
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    OK, so I'll edit the file according to the manual. 1: Remove the comment marks because I want to use the exampe sidebars as custom sidebars. And add a custom sidebar so that the default sidebar will not appear.
    *Edited version example, according to documentation of file: /Library/Application Support/Apple/WikiServer/Themes/wireframe.wikitheme/themes.plist*
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>bannerImageHeight</key>
    <real>99</real>
    <key>bannerImageWidth</key>
    <real>950</real>
    <key>displayName</key>
    <string>Wireframe Theme</string>
    <key>name</key>
    <string>com.apple.wireframe</string>
    <!-- remove this selectable key from your theme -->
    <key>selectable</key>
    <false/>
    <!-- example (non-default) sidebars -->
    <!-- Testing custom sidebar code here -->
    <key>sidebars</key>
    <array>
    <key>displayName</key>
    <string>Custom tags!</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>tagtest</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>tagtest</string>
    </dict>
    </array>
    <!--
    <dict>
    <key>displayName</key>
    <string>What's Hot</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>hot</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>HotList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>What’s New</string>
    <key>howMany</key>
    <string>5</string>
    <key>kind</key>
    <array>
    <string>wiki</string>
    <string>weblog</string>
    <string>mailinglist</string>
    </array>
    <key>sort</key>
    <array>
    <string>createdDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>RecentAddsList</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Useful Links</string>
    <key>type</key>
    <string>static</string>
    <key>uid</key>
    <string>UsefulLinks</string>
    <key>urls</key>
    <array>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>Your server's homepage.</string>
    <key>title</key>
    <string>Server Home</string>
    <key>uid</key>
    <string>serverhome</string>
    <key>url</key>
    <string>/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>List of groups with wikis on this server.</string>
    <key>title</key>
    <string>Groups</string>
    <key>uid</key>
    <string>groups</string>
    <key>url</key>
    <string>/groups/</string>
    </dict>
    <dict>
    <key>kind</key>
    <string>url</string>
    <key>subtitle</key>
    <string>All things related to Mac OS X Server engineering and planning</string>
    <key>title</key>
    <string>Mac OS X Server wiki</string>
    <key>uid</key>
    <string>server wiki</string>
    <key>url</key>
    <string><a class="jive-link-external-small" href="http://serverstoragesoftware.apple.com/groups/macosxservergroup/">http:// serverstoragesoftware.apple.com/groups/macosxservergroup/</a></string>
    </dict>
    </array>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Upcoming Events</string>
    <key>howManyDays</key>
    <string>5</string>
    <key>type</key>
    <string>calendar</string>
    </dict>
    </array>
    -->
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    Then, to make the changes take effect, I use this command re restart the service:
    sudo serveradmin stop teams; sudo serveradmin start teams;
    I launched Safari and check the website. Theese changes had NO effect on either of the Wiki's. Which is actually a good result because I want to controll this for each wiki. But there is no documentation about how to do this
    Back to the drawingboard....
    Well, since I should be able to to control this separately for each wiki maybe I should try to edit the theme.plist file located inside one of the specific themes? Such as one of theese, located at /Library/Application Support/Apple/WikiServer/Themes/
    block.green.banner.wikitheme obsidian.blue.banner.wikitheme
    block.green.wikitheme horizon.blue.banner.wikitheme obsidian.blue.wikitheme
    block.red.banner.wikitheme horizon.blue.wikitheme obsidian.green.banner.wikitheme
    block.red.wikitheme horizon.green.banner.wikitheme obsidian.green.wikitheme
    float.green.banner.wikitheme horizon.green.wikitheme obsidian.orange.banner.wikitheme
    float.green.wikitheme horizon.grey.wikitheme obsidian.orange.wikitheme
    float.orange.banner.wikitheme horizon.red.banner.wikitheme
    float.orange.wikitheme horizon.red.wikitheme
    Well, let's try this.
    I'll edit the /Library/Application Support/Apple/WikiServer/Themes/horizon.green.wikitheme/theme.plist file which is from the theme I use for one of my Wikis. Originally, it looks like this:
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>displayName</key>
    <string>Horizon Green</string>
    <key>name</key>
    <string>com.apple.horizon.green</string>
    <key>version</key>
    <string>1</string>
    </dict>
    </plist>
    *------ END QUOTE: ------*
    Let's try to add the sidebar arrays here. Like this:
    *------ QUOTE: ------*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>displayName</key>
    <string>Horizon Green</string>
    <key>name</key>
    <string>com.apple.horizon.green</string>
    <key>version</key>
    <string>1</string>
    </dict>
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>Custom tags</string>
    <key>howMany</key>
    <string>5</string>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>custom</string>
    </array>
    <key>type</key>
    <string>search</string>
    <key>uid</key>
    <string>CustomTags</string>
    </dict>
    </array>
    <key>version</key>
    <string>1</string>
    </plist>
    *------END QUOTE: ------*
    I'll run this command once again: sudo serveradmin stop teams; sudo serveradmin start teams;
    I launch Safari and guess what happens! The Wiki has decided to revert to the theme which I choose as the default theme when I installed Mac Os X Leopard Server! It reverted to the Block Green Books theme, and the sidebar is still not changed. If I go via the Wiki's admin interface to rechoose my origional theme, it's become unavailable.
    If i change the /Library/Application Support/Apple/WikiServer/Themes/horizon.green.wikitheme/theme.plist back to it's origional state, then run the sudo serveradmin stop teams; sudo serveradmin start teams;
    I'm back with a working Wiki, but still no custom sidebar.
    No success. Does anybody have any suggestions, please?
    I'm crying my eyes out over here :-/

    Eureka! I found a solution that helped me along the way. I'm now able to add as many Custom Dynamic content in the sidebar as I wish. But I haven't been able to remove "What's hot" and "Upcoming events" yet.
    *THIS is how you customize the sidebar in your wiki server running on Mac Os X 10.5 Leopard*
    1: When you have a working wiki, use you're Terminal.app to access this dir:
    /Library/Collaboration/Groups/[NAME OF YOUR WIKI]
    Inside this foldere there is a file named metadata.plist
    This file is where you add your content. BUT you MUST do this in the correct order to make it work. This is how:
    1. Edit the file and insert content like shown in the example bellow.
    2. Save the metadata.plist file and go to the Application Server Admin and restart the webservice Click stop, what until it's stopped, and click start again.
    (If your're running the server in simplemode, you just use server preferences and stop and start the webservice again).
    3. Run this command in the terminal: sudo serveradmin stop teams; sudo serveradmin start teams;
    4. Now you can se that you're changes have been made.
    Issues: If you access the wiki via you're browser and you get "internal server error" -It's because the syntax in the metadata.plist file is wrong, so revert to your backup and try again.
    If you don't restart the webservice like described in step 2 above, and then try to access the wiki via you're webbrowser, the wiki will overwrite your new settings and you're changes will not be saved.
    This is still by far the stupidest undocumented issue I've experienced with Apple. If Steve S knew about this, he would be ashamed
    The file shown bellow is not entierly like the one that will work in your wiki, this is because the GUID id unique for every wiki - and our file bellow specifies to use the green theme as well. So instead of copy/paste the file I'm showing here, just modify your own by adding lines like this:
    <dict>
    <key>displayName</key>
    <string>Final Cut Pro</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>FCP</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>CustomTagSidebar</string>
    </dict>
    Look at my file bellow to learn exacly where to place the lines.
    * ---- QUOTE ----*
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>GUID</key>
    <string>BFE27CA4-5AB7-455C-B70C-FA86578F6BDB</string>
    <key>LongName</key>
    <string>Our awesome Wiki</string>
    <key>allowComments</key>
    <true/>
    <key>allowUnauthenticatedComments</key>
    <false/>
    <key>allowUnmoderatedComments</key>
    <true/>
    <key>allowUnmoderatedUnauthenticatedComments</key>
    <true/>
    <key>bannerImage</key>
    <string></string>
    <key>indexVersion</key>
    <integer>2</integer>
    <key>name</key>
    <string>macdrift</string>
    <key>podcastCategory</key>
    <string></string>
    <key>podcastEnabled</key>
    <false/>
    <key>sidebars</key>
    <array>
    <dict>
    <key>displayName</key>
    <string>Final Cut Pro</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>FCP</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>CustomTagSidebar</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Mac generelt</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>mac</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>Mac stuff</string>
    </dict>
    <dict>
    <key>displayName</key>
    <string>Server</string>
    <key>howMany</key>
    <string>10</string>
    <key>sort</key>
    <array>
    <string>modifiedDate</string>
    </array>
    <key>sortDirection</key>
    <array>
    <string>reverse</string>
    </array>
    <key>tag</key>
    <array>
    <string>server</string>
    </array>
    <key>type</key>
    <string>custom</string>
    <key>uid</key>
    <string>Server</string>
    </dict>
    </array>
    <key>themeName</key>
    <string>com.apple.horizon.green</string>
    </dict>
    </plist>

  • SOLVED - modifying the arch .iso

    Hi all. Apologies if I'm doing something obviously wrong. I'm trying to copy EFI/BOOT/loader.efi to EFI/BOOT/boot on the downloaded arch iso.
    Reason for this is to boot the iso on my lennovo e71 which even with a BIOS update refuses to boot with the following error: 'failed to install override security policy'.
    I've followed the steps on the wiki: https://wiki.archlinux.org/index.php/Re … nstall_ISO
    Essentially using the command:
    "genisoimage -l -r -J -V "ARCH_201209" -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o ~/arch-custom.iso ~/customiso"
    The newly generated iso refuses to boot. Any ideas? (yes I did amend the label to that of the original image.)
    Thanks in advance
    Ian
    Last edited by Hutchism (2014-10-20 21:05:55)

    Hutchism wrote:...
    "genisoimage -l -r -J -V "ARCH_201209" -b isolinux/isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table -c isolinux/boot.cat -o ~/arch-custom.iso ~/customiso"
    Ian
    Are you actually using ARCH_201209?
    I know you wrote you had modified the label "ARCH_YYYYMM", but double check it.
    EDIT:  Did you modify 'archisolabel' in loader/entries/archiso-x86_64.conf or/and in arch/boot/syslinux/archiso.cfg?
    I have noticed that the latest ISO (2014-08) has some file names changed in its internal structure. Some files have been moved to other places, too. Perhaps that is why you ISO doesn't boot.
    I have modified my script to work with the new structure of the current ISO, and created modified ISO's that successfully start in both BIOS and UEFI configurations on my virtual machine. I can add the copying of those .efis and send you the script to use or to see what it looks like.
    EDIT2:  No reply, so this information is for those who might look for an arch ISO image starting with a passwordless sshd service on a standard port. I have put my bash script in AUR, arch-headless. The script includes a commented out solution to the original poster's problem, as he suggested in post 3. You can uncomment it and try if it works, I have never done it.
    Last edited by dif (2014-08-05 15:09:48)

  • VO Extension Error in modifying the query of XML Publisher Report Template

    Hi Friends,
    I have one requirement related to calling XML Publisher Reports Template from OAF Page.
    When clicking on the submit button the XML Publisher template is calling and displaying the data.
    Our requirement is to display some more columns in the XML Publisher Template and display the data.
    As according to OAF stndards,whenever we need to add new columns for display or SELECT purpose,
    we will do the VO Extension. So we modified the query by adding the new additional colums in the standard VO.
    I am able to retrieve the data from the SQL DEVELOPER. But when doing the VO Extension process and
    calling the template from the OAF page its throwing the following error.Please suggest me some alternatives
    to fix the issue.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT
    DECODE(ASO_QUOTES.RESOURCE_ID, null, sales.name, sales1.name) sales_rep_name,
    aso_quotes.quote_name,
    aso_quotes.contract_id,
    aso_quotes.quote_number||decode(aso_quotes.quote_version,NULL,'',' - ') || aso_quotes.quote_version quote_name_version,
    to_char(aso_quotes.quote_expiration_date, nvl(FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK'), 'DD-MON-RRRR')) quote_expiration_date,
    TO_NUMBER(TO_CHAR(aso_quotes.quote_expiration_date,'J')) - TO_NUMBER(TO_CHAR(Sysdate,'J')) duration,
    I_HEADER_CONTACT_PARTY.PARTY_NAME sold_to_contact_name,
    I_CUST_PARTIES.party_name customer_name,
    I_PHONE.PHONE_AREA_CODE || DECODE(I_PHONE.PHONE_AREA_CODE , NULL, '',' ' ) || I_PHONE.PHONE_NUMBER full_phone_number,
    I_INVOICE_REL_PARTY.PARTY_NAME invoice_to_contact_name,
    I_ACCTS_INV_PARTY.PARTY_NAME invoice_to_cust_party_name,
    I_INVOICE_LOCATIONS.ADDRESS1 invoice_to_address1,
    I_INVOICE_LOCATIONS.ADDRESS2 invoice_to_address2,
    I_INVOICE_LOCATIONS.ADDRESS3 invoice_to_address3,
    I_INVOICE_LOCATIONS.ADDRESS4 invoice_to_address4,
    decode(I_INVOICE_LOCATIONS.city, null,'',I_INVOICE_LOCATIONS.city || decode(I_INVOICE_LOCATIONS.county,null,'',',' || I_INVOICE_LOCATIONS.county)) invoice_to_city,
    I_INVOICE_LOCATIONS.state || decode(I_INVOICE_LOCATIONS.postal_code, null,'',' '||
    I_INVOICE_LOCATIONS.postal_code || decode(I_INVOICE_LOCATIONS.province,null,'',',' ||I_INVOICE_LOCATIONS.province )) invoice_to_county,
    I_INVOICE_LOCATIONS.country invoice_to_country,
    aso_quotes.currency_code Currency_Code,
    (select distinct ppf.email_address
    from per_people_f ppf,
    JTF_RS_SALESREPS jrs
    where jrs.resource_id = aso_quotes.resource_id
    and jrs.PERSON_ID = ppf.person_id
    and ppf.person_type_id = 3
    ) Sales_Rep_Email,
    aso_quotes.quote_header_id, oav.name||decode(oav.agreement_num,NULL,'',',')||oav.agreement_num||decode(oav.agreement_num,NULL,'',',')||oav.revision Agreement_name,
    oav.name||oav.agreement_num||oav.revision Agreement_check,
    to_char(oav.revision_date, nvl(FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK'), 'DD-MON-RRRR')) revision_date,
    (select payment_term_name
    FROM
    aso_payments_v
    WHERE
    quote_line_id is null and
    quote_header_id = aso_quotes.quote_header_id) payment_terms,
    to_char(sysdate, nvl(FND_PROFILE.VALUE('ICX_DATE_FORMAT_MASK'), 'DD-MON-RRRR')) curr_date,
    aso_quotes.total_list_price total_list_price,
    aso_quotes.total_adjusted_amount total_adjusted_amount,
    (aso_quotes.total_list_price + aso_quotes.total_adjusted_amount) total_net_price,
    aso_quotes.total_shipping_charge charges_total,
    aso_quotes.total_tax taxes_total,
    aso_quotes.total_quote_price total_quote_price,
    (select cust_po_number
    FROM
    aso_payments
    WHERE
    quote_line_id is null and
    quote_header_id = aso_quotes.quote_header_id ) cust_po_number,
    (select fct.name
    from fnd_currencies_tl fct
    where aso_quotes.currency_code = fct.currency_code
    and fct.language = userenv('lang')) Currency_Name,
    (select fcurr.symbol
    from fnd_currencies fcurr
    where aso_quotes.currency_code = fcurr.currency_code) Currency_Symbol,
    (Select meaning
    From oe_lookups
    Where lookup_type = 'FREIGHT_TERMS'
    And lookup_code = (select aship.freight_terms_code
    from aso_shipments aship
    where aship.quote_header_id = aso_quotes.quote_header_id
    and aship.quote_line_id is null)) Freight_Terms,
    (Select fl.meaning
    From fnd_lookup_values fl
    where fl.lookup_type = 'SHIP_METHOD'
    And fl.lookup_code = (select aship.ship_method_code
    from aso_shipments aship
    where aship.quote_header_id = aso_quotes.quote_header_id
    and aship.quote_line_id is null)
    And fl.language = userenv('LANG')) shipping_method ,
    aso_quotes.org_id ,
    aso_quotes.quote_number ,
    aso_quotes.Quote_version VersionNumber,
    I_ACCTS.ACCOUNT_NUMBER CustomerNumber,
    oav.agreement_num Agreement_Number,
    :action action,
    aso_quotes.minisite_id minisite_id,
    (select imt.msite_name from ibe_msites_tl imt where imt.msite_id = aso_quotes.minisite_id
    and imt.language = userenv('LANG')) msite_name,
    (select asl.meaning from oe_lookups asl, aso_shipments ash
    where asl.lookup_type = 'SHIPMENT_PRIORITY'
    and asl.lookup_code = ash.shipment_priority_code
    and ash.quote_header_id = aso_quotes.quote_header_id) shipment_priority_name
    ,(select OE_SYS_PARAMETERS.VALUE('INSTALLMENT_OPTIONS',aso_quotes.org_id) from dual) enable_pay_now
    from
    hz_CONTACT_POINTS I_PHONE ,
    HZ_RELATIONSHIPS I_HEADER_CONTACT_REL,
    HZ_PARTIES I_HEADER_CONTACT_PARTY,
    ASO_QUOTE_HEADERS ASO_QUOTES,
    HZ_RELATIONSHIPS I_INVOICE_REL,
    HZ_PARTIES I_INVOICE_REL_PARTY,
    HZ_PARTY_sites I_INVOICE_PARTY_SITES,
    HZ_LOCATIONS I_INVOICE_LOCATIONS,
    HZ_PARTIES I_CUST_PARTIES,
    HZ_CUST_ACCOUNTS I_ACCTS,
    HZ_CUST_ACCOUNTS I_ACCTS_INV,
    HZ_PARTIES I_ACCTS_INV_PARTY,
    JTF_RS_SALESREPS_MO_V SALES,
    JTF_RS_SALESREPS_MO_V SALES1,
    FND_TERRITORIES_VL I_TERRITORIES,
    oe_agreements_vl oav
    where
    ASO_QUOTES.PARTY_ID = I_HEADER_CONTACT_REL.PARTY_ID(+)
    AND I_HEADER_CONTACT_REL.SUBJECT_ID = I_HEADER_CONTACT_PARTY.PARTY_ID(+)
    AND I_HEADER_CONTACT_REL.SUBJECT_TYPE(+) = 'PERSON'
    AND I_HEADER_CONTACT_REL.SUBJECT_TABLE_NAME(+) = 'HZ_PARTIES'
    and i_header_contact_rel.object_id(+) = aso_quotes.cust_party_id
    AND ASO_QUOTES .INVOICE_TO_PARTY_SITE_ID = I_INVOICE_PARTY_SITES.PARTY_SITE_ID (+)
    AND I_INVOICE_PARTY_SITES.LOCATION_ID = I_INVOICE_LOCATIONS.LOCATION_ID(+)
    AND I_INVOICE_LOCATIONS.country = I_TERRITORIES.territory_code(+)
    AND ASO_QUOTES.INVOICE_TO_PARTY_ID = I_INVOICE_REL.PARTY_ID(+)
    AND I_INVOICE_REL.SUBJECT_ID = I_INVOICE_REL_PARTY.PARTY_ID(+)
    AND I_INVOICE_REL.SUBJECT_TYPE(+) = 'PERSON'
    AND I_INVOICE_REL.SUBJECT_TABLE_NAME(+) = 'HZ_PARTIES'
    AND i_invoice_rel.object_id (+) = aso_quotes.invoice_to_cust_party_id
    AND ASO_QUOTES.ORG_ID = SALES.ORG_ID(+)
    AND ASO_QUOTES.EMPLOYEE_PERSON_ID = SALES.PERSON_ID (+)
    AND ASO_QUOTES.ORG_ID = SALES1.ORG_ID (+)
    AND ASO_QUOTES.RESOURCE_ID = SALES1.RESOURCE_ID (+)
    AND ASO_QUOTES.CUST_ACCOUNT_ID =I_ACCTS.CUST_ACCOUNT_ID(+)
    AND ASO_QUOTES.CUST_PARTY_ID = I_CUST_PARTIES.PARTY_ID
    AND ASO_QUOTES.INVOICE_TO_CUST_ACCOUNT_ID = I_ACCTS_INV.CUST_ACCOUNT_ID(+)
    AND ASO_QUOTES.INVOICE_TO_CUST_PARTY_ID = I_ACCTS_INV_PARTY.PARTY_ID(+)
    AND aso_quotes.phone_id = i_phone.contact_point_Id(+)
    AND oav.agreement_id(+) = aso_quotes.contract_id
    AND aso_quotes.quote_header_id = 666584
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:1009)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)
         at oracle.apps.aso.print.webui.MainCO.processRequest(MainCO.java:180)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: 1
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11915)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)
         at oracle.apps.aso.print.server.PrintQuoteAMImpl.queryQuote(PrintQuoteAMImpl.java:447)
         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 oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)
         at oracle.apps.aso.print.webui.MainCO.processRequest(MainCO.java:180)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL: 1
         at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:11915)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:815)
         at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:3919)
         at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3335)
         at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:13827)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:804)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:892)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:806)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:800)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3643)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(OAViewObjectImpl.java:439)
         at oracle.apps.aso.print.server.PrintQuoteAMImpl.queryQuote(PrintQuoteAMImpl.java:447)
         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 oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)
         at oracle.apps.aso.print.webui.MainCO.processRequest(MainCO.java:180)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at OA.jspService(_OA.java:221)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)

    "java.sql.SQLException: Attempt to set a parameter name that does not occur in the SQL"
    Try the suggestions in this? https://kr.forums.oracle.com/forums/thread.jspa?messageID=10253362
    Check the bindign styles and bind variables..

  • Yes another user with problem with Apple Mobile Device Support, I am getting the error message: Service 'Apple Mobile Device'(Apple Mobile Device) failed to start. Vertify that you have sufficient privileges to start system service....

    Yes another user with problem with Apple Mobile Device Support, I am getting the error message: Service 'Apple Mobile Device'(Apple Mobile Device) failed to start. Vertify that you have sufficient privileges to start system service....I hit retry and it came up again. I hit ignore and it prompted me to hit finish so Itunes can open.   I looked thru alot of these posts on here to try and resolve this problem myself but it's not working too well...I downloaded Itunes to my desktop so I can right click it with the program i downloaded called WinRAR. I extracted it and then went into the folder called Itunes64setup. I saw the file called AppleMobileDeviceSupport64 in there so I began to try and download it on it's own. Well that didn't work as I planned and got this error message:
    Apple Mobile Device Support wasn't installed on your computer. The installer encountered errors before Apple Mobile Device Support could be configured. Your system has not been modified. To retry these operations at a later time,please run the installer again.
    Well I tried to run it again and came up with the same message...I see that some people got great support to help them so I am hoping someone can help me as well. I know "b nor" is very qualfied and hopefully can help me! Please advise what I can do. Thank you

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

Maybe you are looking for