Modify the payload definition in production

Hi ,
We have Oracle9i Enterprise Edition Release 9.2.0.5.0 - 64bit Production.
We have oracle queue that uses a object type as a payload. We have been in production for a year.
We need to increase the length of one of the attributes of the oibject type defined for the payload. Can anyone help me get some documentation or come up with steps to alter the payload.
I feel that the steps will be
1--> DBMS_AQADM.UNSCHEDULE_PROPAGATION
2--> DBMS_AQADM.STOP_QUEUE
3--> DBMS_AQADM.DROP_QUEUE
4--> DBMS_AQADM.DROP_QUEUE_TABLE
5--> alter the object type for the queue payload
6--> DBMS_AQADM.CREATE_QUEUE_TABLE
7--> DBMS_AQADM.CREATE_QUEUE
8--> DBMS_AQADM.ADD_SUBSCRIBER
9--> DBMS_AQADM.START_QUEUE
10--> DBMS_AQADM.SCHEDULE_PROPAGATION
11--> dbms_aqadm.grant_system_privilege
Thanks a lot for your help
Regards,
Smita

David,
Is your requirement that you need to create the SOAP enevlope with some custom fields when sending the data to the SOAP adapter?
if yes, this is what you need to do,
1. In your mapping ( using XSL or Java ) create the Entire SOAP envelope including the SOAP header and the SOAP Body.
2. In the receiver SOAP adapter, select option "Do not use SOAP Envelope".
By default, the SOAP adapter creates the SOAP Envelope for the message and strips out the SOAP content for the response. If you need to add custom fields etc in the SOAP header you need to manually create the SOAP header and body and then select the above option.
Regards
Bhavesh

Similar Messages

  • Modify the payload in a soap receiver adapter module

    Hi all,
    I have an scenario where I should modify the soap_body tag (adding a head and a tail).
    I have implemented it using an adapter module, since the mapping is for business stuff and this head and tail is just a technical requirement of the third party web service
    It works fine when I use a file channel for testing, but when added to the soap channel, then leaves the soap body empty.
    Is there any difference between using the Adapter module on a file channel and a soap channel?
    regards,
    David R.

    David,
    Is your requirement that you need to create the SOAP enevlope with some custom fields when sending the data to the SOAP adapter?
    if yes, this is what you need to do,
    1. In your mapping ( using XSL or Java ) create the Entire SOAP envelope including the SOAP header and the SOAP Body.
    2. In the receiver SOAP adapter, select option "Do not use SOAP Envelope".
    By default, the SOAP adapter creates the SOAP Envelope for the message and strips out the SOAP content for the response. If you need to add custom fields etc in the SOAP header you need to manually create the SOAP header and body and then select the above option.
    Regards
    Bhavesh

  • How can I modify the "Type definition​s" of "Function Prototype" if I want build a DLL in Labview 8.5.1.?

    Hello,
    We have a library with several VIs (API - Interfaces to our Real Time Target). This VIs we provide to our customer to generate own VIs to control the Real Time Target.
    Now we want to provide the functionality of this VI-library as DLL to our customer. The problem is, that labview use self definite name of type definitions. Also if I use "strict Type definition".
    Example:
    void GetOutputValues(VARIANT *Scale_In, int32_t ModelNr, uint16_t SignalID[], TD1 *errorIn, VARIANT *Scale_Out, TD2 *Data, TD1 *errorOut, int32_t len)
    It is possible to modify "TD1" and "TD2"? I want to give useful names.
    Greetings
    Steffen

    Hi Steffen,
          Try editing the .h file as follows:
    CHANGE FROM:
    typedef struct {
     LVBoolean status;
     long code;
     LStrHandle source;
     } TD1;
    CHANGE TO:
    typedef struct {
     LVBoolean status;
     long code;
     LStrHandle source;
     } TD1;
    typedef struct {
     LVBoolean status;
     long code;
     LStrHandle source;
     } LVErrorCluster;
    then your GetOutputValues prototype becomes:
    void GetOutputValues(VARIANT *Scale_In, int32_t ModelNr, uint16_t SignalID[], LVErrorCluster *errorIn, VARIANT *Scale_Out, TD2 *Data, LVErrorCluster *errorOut, int32_t len)
    If your source-code doesn't refer to "TD1", then you probably won't need to keep the TD1 prototype!
    Cheers.
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • ReGeneration of a task form after adding new element in the payload

    Hello,
    I have a question concerning the re-Generation of a task form
    In a first step we have made a BPM Process with a Human task. We have generated the task form.
    In a second step we have changed the payload definition in the Human Task (i.e adding an attribut).
    How can we re-generate the existing ADF form or modify the Data Control wihtout creating a new ADF project ?
    Thanks,
    Grégoire.

    When you use the auto generate task form feature, it creates a new project for the form. You can also use the manual generate function to add a form to an existing project. But, you can't replace an existing form with the new one this way.
    You could update an existing form to access the new data element (theoretically - though you'd have to do a bit of manual puttering around) but if you have not customized the form, there is no benefit in doing it this way.
    Heidi.

  • SAP PS Mdifying the Project definition.

    Hi,
    We have created a project but would like to modify the project definition. Could any one provide detailed procedure on how to modify the project definition.
    Regards,
    Syam.

    Further to my response in thread
    Changing project definition assignment number
    I tried to simulate the effect of changed WBS number on FI postings and reports. Carried out below steps:
    1. Created a WBS A
    2. Posted an FI documet onto this WBS A. Document posted was 100
    3. Changed the WBS number from A to B
    4. Displayed the FI document 100, the WBS element now appears as B (instead of A which was referred during posting)
    5. Executed a report for WBS B, journal values are visible.
    We are changing the external number alone and this doesn't effect the internal number generated by the system.
    Let's see others view on this.
    Regards
    Sreenivas

  • Tuning an sql from a vendor product without modifying the sql statement

    Hi,
    we have a vendor product which generates SQL Statement. For one query, we get response in 15 seconds. But users are asking if we can bring it down to 5 seconds. Limitation is query can't be changed. It used around 10 to 12 tables and bit complex query.
    What kind of options could be evaluated if we want to improve performance of a query (Not sure if it could be ever reduced to 5 seconds)
    without making any change to the query.
    Database Version: Oracle 10.2.0.4
    Thanks,
    Sarayu

    807778 wrote:
    Hi,
    we have a vendor product which generates SQL Statement. For one query, we get response in 15 seconds. But users are asking if we can bring it down to 5 seconds. Limitation is query can't be changed. It used around 10 to 12 tables and bit complex query.
    What kind of options could be evaluated if we want to improve performance of a query (Not sure if it could be ever reduced to 5 seconds)
    without making any change to the query.
    Database Version: Oracle 10.2.0.4
    Thanks,
    SarayuI'd go through the standard stuff of "is there an index that can help?", "should these tables be in a cluster?" etc.. Problem there is that you might degrade other operations, and you might break your application support contract by modifying the schema. Even adding a materialized view could do that.

  • Modifying the production order from VBAP

    Hi Expers
    I need some modification and write a code so how to proceed with the following comments as below
    Modification to processing of Command Orders & Tickets
    Currently there is an assumption that every sales order (and its deliveries) will include a product which is made to order, i.e. for which a production order will be required.
    In ZINT_CSTPORD_ROUTINES, a check is made to identify the production order linked to the sales order. If there is no such production order (usually because of the customeru2019s credit status) then processing of the ticket is terminated.
    This assumption would fall down if an order was to be raised (in Command) on which there is no concrete material. For example, if we sold a bag of pigment or a screed to a customer. In this case the item would be sold from stock and there would be no need for a production order.
    The solution
    In the routine which checks for the existence of a production order, modify the code as follows:
    u2022     Inspect each item on the sales order
    u2022     If (and only if) there is at least one item with a category of u201CZTACu201D then check for a production order, otherwise process the order in the usual manner.
    Regards
    Piroz

    Thread closed

  • Empty lines at the end of the payload generated in FTP server

    Hi All,
    I am facing an issue in one of the use cases that I am trying to implement.
    I am getting a purchase order from one of the trading partners through Oracle B2B.
    B2B forwards this B2BM (B2B message ) to AIAB2BInterface. From AIAB2BInterface my BPEL process gets invoked, which in turn invokes the AdapterComposite which has a FTP adapter that writes the purchase order to a FTP server. PFB the end to end flow.
    PurchaseOrder from ABC trading pertner--> Oracle B2B --> AIAB2BInterface --> TestInputProvABCS --> TestInputAdapter -> Host trading partner picks up the file from FTP location
    In the ProvABCS I retrieve the actual payload from the B2BM and convert it into a string using ora:getContentasString. I am then invoking the adapter composite and sending the string as the input to FTP adapter. At the adapter composite I use a simple native schema (for validation of the input string) which has only one element PO_Info of the type string. But when the file gets generated in the FTP server there are empty lines and junk characters at the end of the file.
    Need some advice on this. Why are the empty lines coming in the end of the file? Please help!
    Thanks

    OK, I cannot figure out a way to modify the JTable (in an extended class) directly.
    So, what I did was to add a wrapper around the TreeTableModel which shows an empty row at the end.
    For those of you who are in a similar situation, the methods that I had to modify are
    public boolean isCellEditable(Object node, int column);
    public int getIndexOfChild(Object parent, Object child);
    public int getChildCount(Object node);
    public Object getChild(Object node, int i);
    These other methods are required if you are using a TreeTable instead of just a table (see http://java.sun.com/products/jfc/tsc/articles/treetable2/index.html)
    public Object getValueAt(Object node, int row, int column);
    public Object getValueAt(Object node, int row, String columnName);
    public void setValueAt(Object node, int row, int column, Object newValue);
    public void setValueAt(Object node, int row, String columnName, Object newValue);
    The signature of above methods is slightly different than the ones at: http://java.sun.com/products/jfc/tsc/articles/treetable2/src/TreeTableModel.java
    This is due to the fact that, if you want to display the serial no. (as in row number), then getValue() can just return the row number. IndexedTreeTableModel is another wrapper around the TreeTableModel which can add an extra column to display the serial number.

  • Modify the Quick Tools bar in Reader XI

    I am an IT administrator looking to customize my deployment of Adobe Reader XI. Specifically, I need a toolbar button from the Comments pane (in this case, the Stamps button) to always display in the top, Quick Tools bar.
    First, before people say it, I understand that Reader does not have a GUI to add items to the Quick Tools bar. However, in Reader X, you could modify the registry and still be able to add items to the Quick Tools bar.
    In fact, Adobe has it documented! In their Enterprise Toolkit for Acrobat Products (ETK), they link to a Preference Reference page, which they describe with "Use this dictionary of 500+ registry and plist preferences to fine tune your product." Well, I am trying to use it, particularly the registry key under HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\11.0\AVGeneral\ under cFavoritesCommandsDesktop. You can find the link for this here - http://www.adobe.com/devnet-docs/acrobatetk/tools/PrefRef/Windows/AVGeneral.html#idkeyname _1_4203 .
    Under supported version number, it clearly states that it works with 10.0 and later. Additionally, it shows both a Reader and Acrobat Pro icon.
    However, it does not work for Reader version 11.
    Despite Adobe's official IT Enterprise guide stating this, I'm thinking this is a typo and they in fact do not support this in version 11.
    I just need some verification:
    Is there a way to customize the top Quick Tools bar in Adobe Reader XI, or was this feature removed when Adobe went from version X to XI?
    To reiterate, I am aware that you can make this change in Acrobat Pro X as well as Acrobat Pro XI, and Arobat Pro X gave you a GUI interface to make those changes (in fact, the Preference Reference site I linked before mentioned that Pro has a GUI interface for this!), but Reader X still let you make this change by modifying the registry.
    Thanks in advance for any help in this.

    Another question I want to throw out there (since it seems very likely that there is not a way to change the Quick Tools bar in Reader XI) is:
    Can you change which "pane" is selected on the right side when Reader XI is launched?
    I'm not 100% sure if pane is the right term, but when you open Reader XI, Tools, Sign, and Comment are shown on the right side. Later, if you open a PDF, Extended is also shown. Right now, Tools is always open when you open a PDF, or open Reader XI. If I can't customize the Quick Tools, at least I should be able to tell Reader which right-side pane to default to when Reader is opened, shouldn't I?
    Again, searching the Preference Reference doesn't turn up anything definitive. A few entries looked slightly promising, bcommentPanelOnImport being one of them, but no matter the combination, Tools always defaults when Reader is opened.
    So, to get more specific,
    Can I have the Comment pane open by default when Reader XI is launched, as opposed to the Tools pane?
    Thanks again in advance.

  • Is there any api to modify the form field in PDF?

    Hi,
    Our client need we provide the editable PDF, i.e. some form fields in the PDF report can be edit. Now we created the PDF template and merged it with the XML data definition in Jdeveloper, but when we get the final PDF report, we found that the PDF form field property is changed to "Read-Only" automatically. We make sure that in PDF template the form field is not "Read-Only", something happened when we merging the XML data and the PDF template.
    Now we wonder if there is any API can help us to modify the PDF form field property, after we merge the XML data and PDF template, we can use it to change the form fields to editable, not "Read-Only".

    Hi,
    What I need is to modify some form fields' property, I explore some web and found before I create the PDF file, I can set the security of the PDF:
    Properties prop = new Properties();
    prop.put("pdf-security","true");
    prop.put("pdf-open-password","welcome");
    So I wonder if there is one property related to the PDF form field.
    Thank you.

  • 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.

  • Populating the form with existing product details as a template for new one

    In the product creation screen as in the sample application
    http://apex.oracle.com/pls/otn/f?p=30267:6:907132591805707::NO:6::
    I am trying to add the functionality where user can click on a button (Create from existing) which would populate all the products and when user clicks on one of the products I should populate the create new product screen with this selected record(all the fields), user can further modify the fields as needed and clicks on create to create this new product.
    I searched this whole forum but couldnt figure out what I should be doing to acheive this. I looked at some ajax solutions provided but it needs me to define one of the field as list which will let me select from the list , but this is not sutable in my situation since all the fields should be editable once populated.
    please point me to right docs which helps solving this.
    your help is highly appreciated.
    please let me know if any additional information is needed.
    Thank you,
    Balu.

    Actually my requirement was to create new product and option to delete the old product using a check box.
    This is solved please disregard this thread.
    feel free to request the solution should you looking for the same requiremnt.
    OAE is amazing many things are so easy with this tool.

  • How do you modify the default Execute thread count in Weblogic Server 9.2?

    How do you modify the default Execute thread count in Weblogic Server 9.2?
    How can you tune the starting number of weblogic.ExecuteThread on server startup and/or set minimum number?
    Is there an option from the console?
    Please let me know.
    Thanks

    Self tuning will automatically manage the threads but however you can still control the min and max by adding the min and max values for each instance either directly adding in config.xml or through JVM settings
    1) Modifying the config.xml
    Just add the following line(s) to each server definition :
    <server>
    <name>AdminServer</name>
    <self-tuning-thread-pool-size-min>100</self-tuning-thread-pool-size-min>
    <self-tuning-thread-pool-size-max>200</self-tuning-thread-pool-size-max>
    </server>
    2) Adding some JVM parameters
    It's safer the following way :
    add the following option in your command line : -Dweblogic.threadpool.MinPoolSize=100
    Regards
    RR

  • Can I merge a site from pre-production with the content already in production - ALM query

    Hi, I have a number of queries around the movement of content between environments in SP2010. 
    1) Move a site from production to test without the production data
    Is the best option here to save the site as a template and don't tick the include content box? Or is it better to take a site collection backup and then restore it to the test environment.
    2) Once I have my site in test is there any way I can make changes, then move the site back to production while still maintaining the production data? 
    I don't know how this would work but maybe there is a way somehow. Say for example the site has been modified in test such as adding new site columns or content types, how should this be deployed to production? Is it simply a matter of replicating all the
    changes manually to production?
    It would be useful to get some best practices around this topic. Thanks.

    Hi Speedbird85,
    This is depend the changes you need to move.
    For empty or small sites, using site template can meet the requirement, you can consider using this.
    Backup and move the content database between environment will lost production changes, this is not really recommended, if you keep the test environment update to date with production, you can use this way.
    For kinds of changes move, there are various ways to sync the conent, like lists, master pages, css, etc. should be packaged in solution file, and deploy it between them.
    Please find related information from following article:
    SharePoint 2010: Copy production content to acceptance/test environment:
    http://www.appdelivery.com/2012/09/sharepoint-2010-copy-production-content-to-acceptancetest-environment/
    SharePoint 2013 Dev/Test/Production environment – Moving content:
    http://sharepoint.stackexchange.com/questions/78483/sharepoint-2013-dev-test-production-environment-moving-content
    Thanks,
    Qiao
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Qiao Wei
    TechNet Community Support

  • Getting the error access denied trying to modify the workbook with identifier in Disocverer Admin

    Hi All,
    I have exported a workbook created by business user as an .eex file logging in as discoverer admin from a Production enviornment (transactional databse) and trying to import it to a different environment called reporting environment ( non transactional databse) and getting a warning 'WFS GTP REPORT SINAPORE.eex:Access denied trying to modify the workbook with identifier 'WFS_GTP_REPORT_SINGAPORE'.
    It says Files Partially Imported so clicked on Finish to complete the import.
    The report has been imported under the user account but the sharing to the different responsibilities/Users has not been imported. I need to import the report with the sharing of the responsibilities/users as well.
    I do not have an option login into discoverer administratore using the user account, i can only login using the administator account ( i know loging in as the business user it self will allow you to import the sharing). But our DBA's oppse this is a security threat for the users as you are logging in as the user in production environment.
    Please help with this issue.

    I have the same problem, and I figured out that my windows is installed in french, and every users groups are created in french also, groups like Everyone don't exists and i can't change by console.
    Regards, Roberto Borges please remember to mark the replies as answers if they help and unmark them if they provide no help.

Maybe you are looking for

  • GR-based IV and ERS

    Hi Gurus, 1) A PO is created on Sept15th(say). Then a GR has been done on Sept 20th.(say). While the PO was created, then it was non-ERS. Now after receiving of goods, say on Sept 25th, we check ERS by ME22n. Now , since now it is ERS, will the syste

  • RDP resolution and scaling level issues between two Win8.1 systems

    I'm trying to follow along with this blog post that describes RDB 8.1 resolution and scaling level updates: http://blogs.msdn.com/b/rds/archive/2013/12/16/resolution-and-scaling-level-updates-in-rdp-8-1.aspx I'm connecting from one Win8.1 Pro system

  • I need a help quickly

    Hi all, my laptop is not working sense yesterday, its just showing the mac apple, i dont know why, but i need it so bad what should i do, should i press some bottoms or something ! Help plz Regards Nada Juma

  • System locked into power saving mode

    I have a A6000n tower with Vista home premium 32 bite system which was pre-loaded.  The problem is the system is locked into power saving mode, the keyboard is not functioning,I have already tried other keyboards which all do not function! I have tr

  • Position of module components on the canvas

    Hello, I am creating forms with designer. If I have 2 module components, I want to have the two module components one beside the other on the canevas, I do not know how to it... is there some preferences to set ? actually the 2 module componets are o