Unable to create a QUEUE in custom schema

Hi,
I was able to create a Type & queue table in custom schema, but using them was unable to create a QUEUE in custom schema
I'm using the following piece
DBMS_AQADM.CREATE_QUEUE(queue_name => 'XXXXXX_QUEUE',
queue_table => 'XXXXXX_QUEUE_TABLE'
Whereas in APPS schema I'm able to create the same queue.
Pls advice ...

Hi,
The only reason is that, we create all the custom objects (owner as custom schema), and a synonym in APPS.
I did not get any error, but the queue, is not getting created
Following are the scripts used
CREATE OR REPLACE TYPE 'XXXXXX_QUEUE_TYPE
AS OBJECT (TYPE VARCHAR2(15));
BEGIN
DBMS_AQADM.CREATE_QUEUE_TABLE (queue_table => 'XXXXXX_QUEUE_TABLE',
queue_payload_type => 'XXXXXX_QUEUE_TYPE'
END;
BEGIN
DBMS_AQADM.CREATE_QUEUE(queue_name => 'XXXXXX_QUEUE',
queue_table => 'XXXXXX_QUEUE_TABLE'
END;
BEGIN
DBMS_AQADM.START_QUEUE(queue_name => 'XXXXXX_QUEUE'
END;
Thanks.....

Similar Messages

  • Unable to create or update the Custom Data Provider WIS 10853

    Hi,
    I have created the universe in designer then I created QAAWS. In the web intelligence tool, clicked for new document and then chosen web services under other data sources. After giving webservices detailed, I encountered the following error.
    Error from Personal Datasource : Unable to create or update the Custom Data Provider: invalid information retrieved while trying to get the structure. (CDS 105109). (WIS 10853)
    Can anyone help abt this problem? I wud very thankful for them.

    Hi,
    Can you post the wsdl URL. It would be of great help if we could have a look at the wsdl schema. Not all schemas are supported at the moment and hence the error. You can have a look at the limitations section in the documentation guide.
    Regards
    Rahul

  • How to create SR Queue and Custom User Role for technician only see which SR assigned Him/Her and Resolve

    Hi 
    I have created workitem SR advance and Criteria with ID [Assigned To ME] and created user role in Advance operators.
    But in technician Console showing which SR he/she created not service desk assigned to him/her.
    Please suggest...
    Regards
    Sheetla Maurya

    I have find out Solution .......Create Queue with Service Request Advance and we not need to create any criteria option, After that create custom User role on Advance
    operators with View "Assigned To ME"
    Regards
    Sheetla Maurya

  • Unable to create PDF report from custom created roles in 12.1

    Hi All,
    This is something very new to me. I have created all my development under the super admin role,
    I have created three roles in the UME and i have assigned the pages to the Roles,
    When i execute a transaction which writes the output of a transaction to a PDF from the super admin role everything is working fine.
    When i tried to do  the same with the user assigned to thet newely created roles, the out of the transaction is not been written.
    I am storing the PDF in the WEB tab of xMII and call it when ever used clicks a button.
    Can anyone plz help me in this issue.
    Regards,
    Shyam

    Hello Michael,
    I am using MII 12.1.4 build 36. For the roles which i have created i have assigned actions like
    XMII_User
    XMII_OutputStorageServlet
    XMII_QualityPortal
    XMII_PDFService
    XMII_LocalizationService
    XMII_PersonalizationService
    XMII_AuditService.
    When i have the action XMII_FULL_Access is assigned everything is working perfectly,
    I have assigned the roles i have created in the security tab of the Query, Display templetes and in the transaction.
    The real problem i can figure is that, when we are logging in as super admin the transaction is able to write the output of the transaction to a location in the WEB tab. but when i am logging in as the user assigned to the Cutome role, it is not able to write the output in the scecified location. i am still seeing the last output which i have executed under the super admin role.
    Regards,
    Shyam

  • Unable to create Queue Connection factory

    Hello All,
    I am configuring JMS listner with my enterprise appliaction using Sun application Server 8.2 PE.
    Let me tell you my setup first: I have created a connection factory *'TCSQCF'* on appliaction server (sun app ser 8.2) which is directing to Sun MQ 4.1 broker listning on port 7677 using this address list 'mq://10.44.5.14:7677/'
    My JNDI configurations through which I can acess and post a mess on queues using my simple application employing following setup. (My simple app contains appserv-admin.jar, appserv-rt.jar, imqjmsra.jar and j2ee.jar files ONLY in lib directory)
    props.setProperty(Context.INITIAL_CONTEXT_FACTORY,"com.sun.appserv.naming.S1ASCtxFactory");
    props.setProperty(Context.PROVIDER_URL,"iiop://10.44.5.14:3700");
    String jmsConnectionFactoryName = "TCSQCF";
    Object obj = jmsContext.lookup(jmsConnectionFactoryName);
    Now when i copy all these four jar files into my enterprise application *'ext'* directory and uses the same setup as shown above I am having the following error??:(
    2008-12-03 16:11:57,104 [JMSListener-Thread-12] DEBUG jmslistener - JMSListener.run(), Listener thread started
    2008-12-03 16:11:57,119 [JMSListener-Thread-12] INFO jmslistener - **** JMSListener version 1.1.1 ****
    2008-12-03 16:11:57,119 [JMSListener-Thread-12] DEBUG jmslistener - Input Queue : INQ
    2008-12-03 16:11:57,119 [JMSListener-Thread-12] DEBUG jmslistener - Output Queue : OUTQ
    2008-12-03 16:11:57,119 [JMSListener-Thread-12] DEBUG jmslistener - Dead Letter Queue :
    2008-12-03 16:11:57,119 [JMSListener-Thread-12] DEBUG jmslistener - Use transactional queues : false
    2008-12-03 16:11:57,120 [JMSListener-Thread-12] DEBUG jmslistener - Number of threads : 5
    2008-12-03 16:11:57,120 [JMSListener-Thread-12] DEBUG jmslistener - JNDI Factory Name : TCSQCF
    2008-12-03 16:11:57,120 [JMSListener-Thread-12] DEBUG jmslistener - JNDI Initial Factory : com.sun.appserv.naming.S1ASCtxFactory
    2008-12-03 16:11:57,132 [JMSListener-Thread-12] DEBUG jmslistener - JNDI Provider URL : iiop://10.44.5.14:3700
    2008-12-03 16:11:57,133 [JMSListener-Thread-12] DEBUG jmslistener - JNDI Security Principal :
    2008-12-03 16:11:57,133 [JMSListener-Thread-12] DEBUG jmslistener - JNDI Security Credentials :
    2008-12-03 16:11:57,133 [JMSListener-Thread-12] DEBUG jmslistener - ****
    2008-12-03 16:12:01,878 [JMSListener-Thread-12] ERROR commonjms - jndiLookup : JNDI lookup failed for:TCSQCF:
    javax.naming.CommunicationException: serial context communication ex [Root exception is com.sun.enterprise.connectors.ConnectorRuntimeException: Failed to look up ConnectorDescriptor from JNDI]
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:317)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at com.temenos.tocf.commonjms.JMSUtil.jndiLookup(Unknown Source)
    at com.temenos.tocf.commonjms.JMSUtil.getQueueConnectionFactory(Unknown Source)
    at com.temenos.plugin.jmslistener.JMSListener.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: com.sun.enterprise.connectors.ConnectorRuntimeException: Failed to look up ConnectorDescriptor from JNDI
    at com.sun.enterprise.naming.factory.ConnectorObjectFactory.getObjectInstance(ConnectorObjectFactory.java:68)
    at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:293)
    ... 5 more
    2008-12-03 16:12:01,881 [JMSListener-Thread-12] ERROR jmslistener - run : Unable to create a queue connection factory... Stopping
    Please Note that my enterprise 'ext' directory contains 20-30 other jar files and I researched on it that MIGHT BE one of the existing 'jar' file are conflicting with the new 4 jar files i have mentioned. I am unable to find out whats wrong and I do not have nay idea which one is causing this issue and how to resolve it.???
    Please reply if you have information regarding this issue and if you need anyother information please let me know.
    Thanks.

    Finally I found the problem which takes me over a week to understand and its SILLY. I am posting here for all of us to never forget this atleast :-)
    anyway the above problem as i mentioned earlier is that my newly added JAR files and existing were conflicting somehow.
    I just had to add a class path of all of my new four JAR files to force my application to use these jar only not any other
    which was missing and my application fails but test application works using ECLIPSE as i did not had anyother files in its 'lib' directory. I edit my script code from BEFORE to After and it all worked. (SILLY SILLY SILLY)
    Before _
    java -jar ../lib/MyApplication.jar $*
    After_
    java -cp ../ext/appserv-admin.jar:../ext/appserv-rt.jar:../ext/imqjmsra.jar:../ext/j2ee.jar:../lib/MyApplication.jar $*Hope this helps for people like me :-(
    Thanks for your help. Best of luck
    Regards

  • Windows 2008 r2 Cluster not starting - "unable to create security manager worker queues"

    Hello, following a power outage, we got a serious cluster error preventing the start of the cluster.
    We are trying to interpret the only four lines the cluster.log generates :
    00000330.000016cc::2014/09/26-10:44:06.348 ERR   [WTQ] bogus file creation failed, 2
    00000330.000016cc::2014/09/26-10:44:06.348 ERR   [WTQ] bogus file creation failed, 2
    00000330.000016cc::2014/09/26-10:44:06.348 ERR   [CS] Unable to create SecurityManager worker queues, 2
    00000330.000016cc::2014/09/26-10:44:06.363 ERR   Error 6
    AND if starting clussvc manually :
    Got ERROR_FILE_NOT_FOUND(2)' because of 'Error while creating the Security Manag
    er's Thread Pool' in
        000007fe:fd69940d( ERROR_MOD_NOT_FOUND(126) )
        00000000:001ff190( ERROR_MOD_NOT_FOUND(126) )
    We suspect a DLL problem (because of mod not found), but we are unable to find the ones involved even with process monitor.
    clusdb hive seems ok.
    The situation is serious, can anybody help, please ?

    Hi RodV,
    This error usually caused by cluster service fails to open a 
    handle to the \NUL device, Device manager shows the device instance in error state.
    Please check whether the following register value still exist, if not please backup your current registry then add the it.
    HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\ENUM\ROOT\LEGACY_NULL\0000\CONTROL
    ActiveService REG_SZ Null
    I am glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unable to Create a Customer in Accounts Receivable

    Hi,
    I am unable to create a customer in Accounts Receivable module (in Ver 12.0.04). I am getting the following error message.
    FND_SESSION_MANAGEMENT.UPDATESESSIONCONTEXT SQLException: java.sql.SQLException: OALL8 is in an inconsistent state
    Could some one help me on resloving the issue.
    Thanks
    Vijendra

    hi
    USE tcode <b>VD01</b> in order to create a customer for SD which will have sales area data.
    for centrally itis XD01
    regards

  • Unable to create a customizing request to transport BPC10 content to Quality

    Hi
    Unable to create a customizing request to transport BPC10 content to Quality .
    From the transport connections tab, i am selecting the required objects and then clicking the transport truck but it does not pop up and ask for a transport request .
    So please provide any solution.

    Hi,
    Check whether Standard transport switched-on is enabled or not. To get transport request your setting should be as follows : RSA1-->Transport Connection-->Edit-->Transport
    Hope it helps...
    regards,
    Raju

  • Unable to create xml from xml schema

    JDeveloper 10.1.3 EA1
    I am unable to create a new xml file from an xml schema when the starting root element is a complex type (but it works with a simple type). It does not matter if the xml schema is registered within JDeveloper.
    Is this a bug or intended behaviour?
    Error message:
    ''XML Document from XML Schema creation could not be competed succesfully. Make sure the source schema is valid and that you have write permissions to the output directory."
    NB The xml schema is valid and I have write permissions on the specified directory.

    When I do not register this (or other) schema with JDeveloper, I can create an xml document from xml schema. However, when I register this schema and then try to generate an xml document (either from the registered xsd either from a filesystem xsd) with person as starting node it fails with the mentioned error. However, when I use city as starting node it is generated successfully.
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.amis.nl/demo/hrm"
    targetNamespace="http://www.amis.nl/demo/hrm"
    elementFormDefault="qualified">
    <xsd:element name="person">
    <xsd:annotation>
    <xsd:documentation>
    A sample complex element
    </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="name" type="xsd:string"/>
    <xsd:element name="length" type="xsd:int"/>
    <xsd:element name="weight" type="xsd:int" />
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    <xsd:element name="city" type="xsd:string">
    <xsd:annotation>
    <xsd:documentation>
    A sample simple element.
    </xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    </xsd:schema>

  • Unable to create Customer master in ECC 6

    Hii Gurus
    I am unable to create customer master in ECC 6 version as system says that sales area defined even though it is defined. if i am going to XD01 when i click on All sales area Button it is showing only sales organisaiton and rest distribution channel and division is not appearing. is there any activation required for distribution channels or at divisions so that i can appear in avalible sales area.
    i have tried to enter it manually but it is not accepting. when i check at enterprise structure it is defined and assinged
    can any body help me oout?
    thanks in advance
    sur

    Hello,
    This is an issue by non-assigning on common distribution channel and common division.
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Distribution channel (Txn : VOR1).
    Give you distribution channel to the fields Reference distribution channle for conditions and Reference DC for customer and material masters
    Go to SPRO --> Sales & Distribution --> Masterdata --> Define Common Division (Txn : VOR2)
    Maintian Common division 00 agaist your sales org as well as the fields Reference Division for conditions and Reference Division for customer and material masters
    Prase

  • Unable to create custom phone labels for new contacts since the upgrade

    I have a AT&T iphone 4 version 4.3.1 and since the last couple of recent upgrades I have been unable to create custom phone labels for any new contacts because the lower label options are gone. This is only a problem with new contacts. My existing contacts with custom labels are still there and if I edit those contacts the table that has create custom labels is also still there, but not for new contacts. Has anyone else noticed this problem.

    If you read the error above about the hash and manifest, you will se this is a RB Setup error and not a CM12 error. You would be better to post your question in the SQL forum or better yet to use BIDS instead.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Problem creating a form on a table from another custom schema

    Hi,
    I have a table in a custom schema that i have granted SELECT, UPDATE, INSERT and DELETE to our apex schema. I have created a synonym for this table under the apex schema but I can't build a form for it. If i try adding the form when creating the application, it gives me an error about not having a primary key on the table, which i do. If i create the application with a blank page and then try to add the form, it gives me an error that the table must contain at least one column, which it contains 12. If i view the table in the SQL Workshop, it gives an accurate count of rows in the table but doesn't provide any information about the table and doesn't display the data.
    If I login to TOAD under our apex schema and view the synonym object, i can see all of the information about the table - the columns, the primary key, etc. But I can't see it inside the Application Express app.
    Can anyone tell me why this is and what i can do to build a form on this shared table?
    Thanks,
    Troy

    Troy,
    I suggest you get rid of the synonym and then don't use the Create Application wizard for this purpose. Instead, create the application, then use a create page or create form wizard. It should first ask you for the name of the schema that contains the table. If you get that far, you should be on your way.
    Scott

  • Unable to create custom analytic in dashboard and analytics in infoview

    Hi all,
    i am unable to create a custom analytic in dashboard and analytics in infoview, the error i am getting is there is no xcelsius template available consult xcelsius .
    Need help ?
    regards
    Abid Paul

    Hello Falk,
    thanks for the reply
    this is not the error i am getting in Xcelsius.but this is the error which i am getting in INFOVIEW BO edge standard 3.1 when i am trying to create custom analytic in corporate dashboard FROM INFOVIEW.
    THE error i am getting is there are no xcelsius templates availabe consult xcelsius.
    i would really appreciate if you could help me regarding this
    Regards and thanks
    ABID PAUL

  • Unable to create custom analytic in dashboard builder

    Hi Gurus
    i am currently working on businessobjects edge standard but i am unable to create custom analytic in dashboard builder.it gives me the error like there is no xcelsius template available consult xcelsius
    i would really appreciate your help
    regards and thanks
    Abid paul
    Edited by: Abid Husssain Paul on Aug 24, 2009 7:45 AM

    Hi Abid,
    I would suggest you open the entry on the forum of BO Edge / Businessobjects Enterprise. this forum is about the SAP Integration Kit.
    Ingo

  • Updating custom schema created using RCU

    I followed the following chapter from RCU user guide to create a custom schema using RCU:
    [Extending Repository Creation Utility to Configure Custom Application Repositories|http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14259/rcu_extend.htm]
    RCU allows only two operations - 1. create a new schema OR 2. drop a schema.
    Can RCU be used to update or modify a custom schema, which has been created using RCU itself?
    The use case is: update certain rows in a few tables of the custom schema, whenever there is a fix.
    Basically we need to deliver patches (insert scripts containing the fixed or corrected data) to the custom schema created using RCU.
    Does RCU support this use case?
    Thanks,
    Mahendra
    Edited by: Mahendra Varman on Jun 8, 2011 5:10 PM

    Thanks for the suggestions. Having a bad day with this today.
    Unfortunately, it did not work. I had to re-install the whole thing with the repository in an 11g database and that didn't work either! (see OBIEE 11g: Cannot log into BI Publisher after fresh Install
    Thanks.

Maybe you are looking for

  • Error while creating an admnistrative profile

    Hello All, I am setting up the SAP etweaver Mobile 7.1, in a process i have come across a scenarion where i will have to set up the admnistrative profile for my user. I have followed the following steps Procedure Log on to the NetWeaver AS and start

  • How to enable wireless use of Time Capsule

    I have already configured it and as long as its plugged in ethernet I can backup from either of my computers. The problem is I want to use it wirelessly from now on for the small hourly/daily backups. Can someone please let me know how to adjust the

  • Web Server Message Boxes

    Does anyone know of a way to control the Web Server message boxes that popup for a given action i.e Control Granted or Server has Control etc... I would like to be able to disable the messages in certain cases and so far have been unable to find a wa

  • Z61p - Clear security Chip settings

    How do I clear the security Chip settings on my Z61p? I have looked in Bios and Client Security but can not see a 'Clear' option? Peter R Hawkes

  • Has my memory gone bad?

    My computer had been taking longer to boot at the part of the sequence prior to the login screen where the Windows logo is display with the running blue bar (I believe it's called the flash screen, but I confused another person describing it that way