Configuring UBBCONFIG for Tuxedo/Q-Error for rebuild message queue server

Hi..
Am using Tuxedo10g R3 on AIX 5.3..
Am using IBM COBOL..
I need to write a program with Queue Concept in cobol,so for that i created queuespace and queue using the qmadmin command..
While configuring UBBCONFIG file, as per the document which i referred:
http://e-docs.bea.com/tuxedo/tux80/pdf/usingq.pdf
i used (pg no: 28)
TMQUEUE SRVGRP="TMQUEUEGRP1" SRVID=1000 RESTART=Y GRACE=0 CLOPT="-s myqueuespace:TMQUEUE" in the servers section but while
booting TMQUEUE failed to start.. so i went for the alternative option provided in the same document as
buildserver -o TMQUEUE -s myqueuespace:TMQUEUE -r TUXEDO/QM \
-f ${TUXDIR}/lib/TMQUEUE.o
followed by
TMQUEUE SRVGRP="TMQUEUEGRP1" SRVID=1000 RESTART=Y GRACE=0 \
CLOPT="-A"
while rebuilding TMQUEUE am getting this error:
buildserver -o TMQUEUE -s myqueuespace:TMQUEUE -r TUXEDO/QM -f ${TUXDIR}/lib/TMQUEUE.o
ld: 0711-317 ERROR: Undefined symbol: .qs_tcm_setup
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
CMDTUX_CAT:1832: ERROR: can't execute cc -brtl -qstaticinline -qrtti=all -I$TUXDIR/include -o TMQUEUE BS-23f0be.c -L${TUXDIR}/lib
/usr/Oracle/Tuxedo10g/lib/TMQUEUE.o -brtl -qstaticinline -ltux -lbuft -lqm -ltmib -lfml -lfml32 -lengine -lpthread
can anyone help me in this??
Thanks in advance..

Hi Todd,
Thanks for ur reply..
my sample program will fetch records from a table in a database and will store that in a queue and will retrieve that records from the queue.. i hope one queuespace is enough for this program.. while booting am getting these messages in the ULOG.. am i missing any step in the configuration??
230153.ibmsceai!BBL.2502724.1.0: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit, Patch Level (none)
230153.ibmsceai!BBL.2502724.1.0: LIBTUX_CAT:262: INFO: Standard main starting
230153.ibmsceai!TMS_QM.2019544.1.0: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit
230153.ibmsceai!TMS_QM.2019544.1.0: LIBTUX_CAT:262: INFO: Standard main starting
230153.ibmsceai!TMS_QM.2355258.1.0: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit
230153.ibmsceai!TMS_QM.2355258.1.0: LIBTUX_CAT:262: INFO: Standard main starting
230153.ibmsceai!TMS_QM.2568346.1.0: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit
230153.ibmsceai!TMS_QM.2568346.1.0: LIBTUX_CAT:262: INFO: Standard main starting
230154.ibmsceai!TMQUEUE.651302.1.0: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit
230154.ibmsceai!TMQUEUE.651302.1.0: LIBTUX_CAT:262: INFO: Standard main starting
230154.ibmsceai!TMQUEUE.651302.1.0: Q_CAT:1497: ERROR: xa_open() - no more process table slots
230154.ibmsceai!TMQUEUE.651302.1.0: LIBTUX_CAT:466: ERROR: tpopen TPERMERR xa_open returned XAER_RMERR
230154.ibmsceai!TMQUEUE.651302.1.0: Q_CAT:1630: ERROR: tpopen() failed, tperrno = 16
230154.ibmsceai!TMQUEUE.651302.1.0: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
230154.ibmsceai!tmboot.495778.1.-2: 04-24-2009: Tuxedo Version 10.3.0.0, 32-bit
230154.ibmsceai!tmboot.495778.1.-2: CMDTUX_CAT:825: ERROR: Process TMQUEUE at cicsapp failed with /T tperrno (TPERMERR - resource manager error)

Similar Messages

  • Where is the configuration file for my message server ?

    Hi:
    I am in charge for a message server version upration from 5.1 to 5.2, My question is very simply , I can not find configuration file for message server,when I execute start-msg [smtp | imap | pop | store | http] which configuration file it will read ?
    and /usr/iplanet/server5/slapd-www/config/slapd.conf
    is my ldap server configuration file ?
    and the following three file is mta related file ?
    /usr/iplanet/server5/msg-www-1/imta/config/dispatcher.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/job_controller.cnf
    /usr/iplanet/server5/msg-www-1/imta/config/imta.cnf
    My question is very simple and I am a new junior for ims . Anyway Thanks !!
    $ imsimta version
    iPlanet Messaging Server 5.2 (built Feb 21 2002)
    libimta.so 5.2 (built 15:07:23, Feb 21 2002)
    SunOS ctidml 5.8 Generic_108528-27 sun4u sparc SUNW,Ultra-5_10

    There is NO ONE messaging server configuration file.
    The store configuration is read from the configuration ldap server on startup, and cached in temporary files, msg.cnf and local.cnf. Do not attempt to edit these files, as that won't work.
    Use the configutil utility to see what the store configuratin is

  • Howto config msg policies for dead message queue (dmq) outside Glassfish?

    The one thing I really love about OpenMQ is that I can have a centralized message store with a cluster of JMS nodes interacting with it.
    I'm now at a contract gig which is pretty much a Tomcat/Spring only shop. I've setup OpenMQ 4.3 w/ MySQL message store and am using Bitronix Transaction Manager (BTM) to pool my XA connections and manage the transactions that are instrumented via AspectJ from the Spring configuration.
    I have two issues really ...
    1) The Spring DefaultMessageListenerContainer does not seem to think it needs to pull messages off the queue unless there is more than one message in the queue. It behaves as if it needs to be primed with messages. I would blame it on DefaultMessageListenerContainer if not for the fact that when I do the same thing with ActiveMQ it works fine.
    2) ActiveMQ has this cool [RedeliveryPolicy object|http://activemq.apache.org/redelivery-policy.html] that you can associate with the connection factory. The com.sun.messaging.XAQueueConnectionFactory has no such settings. What limited amount of similar setting exist in OpenMQ seem to be associated with the ActivationSpec which seems to be more related to resource adapters as run from within an app server like Glassfish. My guess that it is outside the realm of configuration for OpenMQ is based on the fact that the default for endpointExceptionRedeliveryAttempts is 6 and when I enable transactions for my queue the messages will thrash indefinitely when they start hitting exceptions.
    So, how do I configure a message delivery policy for OpenMQ outside of Glassfish? Or is the notion of a dead message queue (dmq) completely useless for OpenMQ without Glassfish?
    Thanks,
    Steve Maring

    OpenMQ does not have such a feature. The only thing you can do is to disable or enable DMQ delivery per destination. There is no way of configuring the number of redeliveries before message gets moved to DMQ.
    Tom

  • Configure retries for IDOC message in BPM?

    Hello!
    I have a BPM in where I am posting an Idoc to a SAP system. If posting this Idoc goes wrong, I would like to have some retries before I eventually send an alert message. Is this possible to configure somewhere in the BPM? If not, can I configure this somewhere else?
    Thanks!
    regards Pavel

    hi,
    > I mean if XI for some reason cannot post the Idoc to SAP
    depends on what reason
    you can reschedule restarts of queues (smq1/smq2)
    you can restart SM58
    you can restart XI messages
    so depending on the error there are many ways to restart automatically
    Regards,
    Michal KRawczyk

  • Configuring Dad for APEX in Application server 10.2

    HI All,
    On my application server 10.1.2.0.2. I am trying to create dad for apex which the database (apex 3.0 is installed) is on other server. I created dad in http_server-> Pl/Sql Properties->dads. I added new dad but i am not able to access
    using url http://myserver:7777/pls/test. Please help me. I posted same question in Fusion Middleware » Application Server - General but I was told repost here.
    Re: HTTP 404 - File not found
    Thanks

    Hi Ron,
    Thanks you. I tried without prot number then I got HTTP 404 error. I checked my httpd.conf file the ports are
    Port 7777
    Listen 7777
    when it tried http:/myserver:7777 it shows http server page and we have forms on this server every thing is working fine.
    error log under Apache/Apache/logs/errror.xxxx
    [Thu Jun  7 12:35:00 2007] [error] [client xxx.xxx.xxx.xxx] [ecid: 23412312144900:1
    34.233.379.11:6218:0:634513,0] File does not exist: /app/oracle/oraInfra/Apache/Ap
    ache/htdocs/pls/test
    I have the following error in sql error
    ORA-06550: line 20, column 7: PLS-00306: wrong number or types of arguments in call to 'PROCESS_DOWNLOAD' ORA-06550: line 20, column 2: PL/SQL: Statement ignored
    Please help me. Any one able to access the APEX from Application server ???
    Message was edited by:
    james.

  • Configure EWA for our SAP PRD server

    Hello,
    I would like to configure EWA reports for our PRD system.
    In our Solman (7.01), we have the following:
    smsy -> Systems
    Sap ERP ENHANCE PACKAGE with BAS, DEV, PRD and BAS systems
    SAP SOLUTION MANAGER with SSM system
    solution_manager -> Solution Overview
    ERP
    SAP Solution
    In these both solutions, the only EWA reports that I get are for my SSM system.
    I have configured the trusted connections for my PRD.
    Now, how could I tell my solman that I would like that PRD report is also generated in ERP solution?
    Thanks in advance for your answers.

    Paul Babier wrote:
    Hello,
    >
    > The best practices document is here https://websmp102.sap-ag.de/~sapidb/011000358700001873212008E
    > You should be setting your EWAs up accordingly. There are numerous ways to set it up, but this document will guide you through the best practices.
    >
    > Regards,
    >
    > Paul
    Hello,
    You were right it is an fast to read document to setup EWA.
    It is setup and seems to work.
    Thanks.

  • Recommendations for Rebuilding my Mini Server

    I recently upgraded my Mini to Mavericks Server, and ended up destroying the most crucial service on the machine: File Sharing. Ever since the upgrade, I’ve been plagued with permissions issues, destroyed Photoshop docs, and a complete disruption in our day-to-day workflow.
    My plan is to completely wipe the machine and start from scratch. All attempts to fix the permissions and ACL’s have failed, so this is the next (hopefully) logical step. My hope is to outline my steps and see if any of you have any feedback.
    Make certain Time Machine is up to date.
    Detach all external drives.
    Perform clean install from Mavericks USB stick.
    Re-establish GoDaddy SSL certificate.
    Create Groups and Users
    Here’s where I start to get a bit confused. My biggest concern are the files that I have stored on our Promise Pegasus thunderbolt raid drive. This drive contains all the files and folders that we are having difficulty accessing. Is there something that I should do to the drive before I perform the clean install?
    Also, if I continue to use ACL’s, then do I even need to add users and groups in the File Sharing settings? 
    Another weird thing we’ve found: Multiple listings of _www or World Wide Web server on select files and folders. I added _www to our web files, but now they all show multiple listings when I check the permissions. What would cause that?
    I appreciate any and all help in advance. 

    "Thanks for your advice. If I clear the ACE's on the Pegasus, will it also reset or affect the POSIX permissions? From what I've read, Adobe Photoshop disregards ACL's and looks to POSIX. I may just need to change how my team accesses Photoshop docs."
    What version of Photoshop are you running?  I have not had issues with ACLs since versions 5 or before.  If you are using an older version, then you are correct, PS will ignore the ACL and rely on the POSIX group permissions.  I recommend modifying the umask on the Mac systems to ensure that users are writing all files and folders with rw on the group.  Customized umask can be implemented for the user level, protecting the OS from potential security concerns.
    Another question: In Server.app, if I enable "Show System Accounts" in Users or Groups, I see that there is both a user and a group for "_www". I need to give Apache access to our web files. Should I give the '_www' user access, or should I make '_www' a member of Group "World Wide Web Server" and give that group access?
    So you really should not need to explicitly define the www user for the files.  Apache will be fine as long as the POSIX everyone bit is we to read.  Standard umask should make this work fine.  For example, if you look in the default site, the files are not owned by www not the www group:
    -rw-r--r--   1 root    wheel  102749 Feb 18 17:10 Server.png
    -rw-r--r--   1 root    wheel    7782 Feb 28 07:26 favicon.ico
    -rw-r--r--   1 root    wheel     269 Feb 28 07:26 info.php
    Yet they are served fine.  The piece of importance is the final r-- on the files.  POSIX is broken in to three chunks, the user, the group, and everyone else.  So above, the user root has rw-, the group wheel has r-- and everyone else has r--.  There should be no reason to explicitly define the www user unless you are attempting something I am not aware.
    Last, I am aware of the SMB connection issues. However, the SMB connection is forced when I connect through the finder, even though I deselected the Share over SMB in the Server app. Forcing the AFP connection (afp://...) through the Connect to Server function is hit or miss. Some of our team can connect and others cannot. Not sure what to do about that one.
    The recommended way is to use the Connect to Server dialog from the Finder.  Using the sidebar is a Bonjour connection and is also, as you stated, defaulting to SMB.  Remember, you can also customize your Shared Folder and disable SMB access to the share.  At this time, AFP is faster, more reliable, and better supporting case and extended attributes and ACLs. 
    For the systems that are giving you fits, make sure your DNS is correct, then check in the user's home folder for extra .GlobalPreferences.plist files.  These are not visible in the Finder so you will need to use Terminal:
    ls -la ~/Library/Preferences
    If you have a bunch of .GlobalPreferences files, get rid of the extras.  This has been known to cause slow server connections.
    R-
    Apple Consultants Network
    Apple Professional Services
    Author "Mavericks Server – Foundation Services" :: Exclusively available in Apple's iBooks Store

  • How do i configure sprint for outgoing messages

    I would like to use sprint for outgoing email messages. on my iPad how do i do that/

    Hello and thank you for using the Palm Help Forums!
    You may want to contact Sprint for further assistance with the Sprint Mobile email. However, I can assist you with the built in Email (Versamail) application.
    Post relates to: Treo 800w (Sprint)

  • How to configure we20 for edi messages

    regards
    ravi

    Hi,
    WE20 is used to create the partner profiles.
    Partner profiles can be of any  types depending upon the type of business partner  for example:-
    1) LS( Logical system types):- This is used when we are transferring data to any other system using ALE.
    2) Customer type:- This is used when data is transferred to the customer.
    3) Vendor type:- This is used when data is transferred to the  vendor.
    4) Bank type:- used when data is transfered to the banks
    and so on.......
    Here you can maintain two type of messages:-
    1) Outbound messages
    Here u have to give following information:-
    - message type.
    - Receiver port
    - Package size.
    - output mode( transfer immediately or collect Idocs)
    - basic type
    ( It also contain message control info if data is being transferred using message control technique under message control tab).
    2) Inbound messages
    Here u have to give following information:-
    - message type.
    - Process code( this is attached to the posting fn module)
    Reward points if useful.
    Regards,
    Monica

  • Configuration variable for menu changes avoiding server restart

    Hi,
    After editing/hiding a menu item (in coremenuitems()), is there a configuration variable that helps to immediately reflect the same thereby avoiding server restart.
    Thanks in advance
    Ramesh
    Edited by: 845556 on 30 Aug, 2012 1:45 AM
    Edited by: 845556 on 30 Aug, 2012 1:50 AM

    Hi Atheek,
    There is no way to do this without restarting the Server...
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • What's the reason for this message, "A server with the specified host name could not be found" ? I'm using iPhone 4s, 16gB, iOS 7.0.4

    I get a pop-up message saying "A server with the specified host name could not be found", whenever I try to access any streaming websites/apps or even WhatApp over Wi-Fi and I cannot access the specific THING for that moment, and I've tried switching Wi-Fi On and Off both in my Phone and also in the Router. I got an internet connection and a Wi-Fi router just before two days, and it's happening since. I got the internet speed around 80kbps and i can easily stream YouTube videos except sometimes, I receive that annoying message. I can't even browse the internet in Safari, which says "No Internet Connection"(Even though the Wi-Fi is connected), and I can access it after somewhile (say 10 minutes, it'll be perfectly alright). I use iPhone 4s. And everything about the internet connection is totally fine in my Computer, but not in my iPhone, as I've explained the issues, above. If there are any technical settings that I should change/modify, either on my computer(Windows 7 OS) or in my iPhone(iOS 7.0.4), PLEASE let me know
    I hope I've provided enough information for the reader to understand my point. (I apologize for my verbal mistakes, if there are )
    THANKS

    Hello Paneesh,
    Thank you for the details of the issue you are experiencing with Wi-Fi on your iPhone 4s.  I recommend the following steps:
    Be sure you're in range of your Wi-Fi router (access point).
    Tap Settings > Wi-Fi and turn Wi-Fi off and on. If your W-Fi setting is dimmed, follow these steps.
    Confirm that your Wi-Fi router and cable or DSL modem are connected to power, turned on, and connected to the Internet. If not, refer to your network administrator or Internet service provider (ISP) for assistance.
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    If the issue is still unresolved Wi-Fi disconnects or signal strength is less than expected
    Move closer to the Wi-Fi router (access point).
    Check for sources of potential interference.
    Remove any case, stand, or other accessories from your iOS device and see if signal strength improves.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    You can find the full article here:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Can't print over network get message "Error Printing" in message Queue

    Hi,
    I have 3 machines, xp, vista and windows 7.  I have 2 printers that are configured to print through the network
    1. OfficeJet Pro L7680
    2. PhotoSmart C7180
    For all 3 computers I can go to the web configurations for the printers (so I know the network settings are correct).  Windows finds the printer and properly installs the drivers using the TCP/IP network port.
    I can only print to the PhotoSmart from the Vista computer.  I can't print from the XP or Windows 7 machine, I can't printer to the OfficeJet Pro from any computer.
    Both printers work on all computers via USB port.
    when I try to print a test page the job stays in the print queue and gets a message "Error Printing".
    The funny part is that the computer can communicate with the printers and get the ink levels no problem.
    I have been banging my head on the wall and cannot figure it out.
    Any Suggestions?
    Thanks,
    Ara

    I think I figured it out after torchering my self for weeks.
    I had my computers and printers hooked up directly or wireless through a linksys WRT610N router.  I decided to add a linksys switch right after the router and plugged the computer and printers in through the switch and now it works.
    This is very strange, there must be somekind of incompatibility with the WRT610N router that is causing the problem, it works but refused to print for some reason.  I tried changing settings in the router but haven't got it to work.
    Any clues on what it could have been with the router?
    Thanks,
    Ara

  • Can i make use of same wallet for both Oracle Weblogic Server and OHS

    We have configured an setup where Oracle HTTP Server 11g is configured as proxy server which will loadbalance the request to the cluster managed server.
    We have created the wallet and configured SSL for Oracle Weblogic server. Now we want to configure SSL for OHS (Oracle HTTP Server ) .
    Can we make use of same wallet.
    For creating wallet i have used keytool utility and for certificate Microsoft CA.

    10/04/15 11:47:00 Start process
    /apps/weblogic/Oracle_11g/ohs/bin/apachectl startssl: execing httpd
    Syntax error on line 70 of /apps/weblogic/Oracle_11g/instances/instance1/config/OHS/ohs1/ssl.conf:
    Invalid command 'SSLCertificateFile', perhaps misspelled or defined by a module not included in the server configuration
    When i am using separate wallet and that too using oracle wallet manager it is working fine .. But with keytool utility it is not working...
    When used keytool it gave below error
    [2010-04-13T11:17:22.4873+04:00] [OHS] [ERROR:32] [OHS-2052] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] server dxb01-sol-intellectapp:4443 ha
    s an invalid wallet: file:/export/home/weblogic/ohsssl :: 28759
    [2010-04-13T11:17:22.4874+04:00] [OHS] [ERROR:32] [OHS-2171] [mod_ssl.c] [host_id: dxb01-sol-intellectapp] [host_addr: 10.240
    .245.41] [pid: 22731] [tid: 1] [user: root] [VirtualHost: dxb01-sol-intellectapp:4443] NZ Library Error: Failed to open the
    wallet [Hint: incorrect path, incorrect password, bad wallet, ...]
    As per hint , the path was correct , wallet was perferct , no where i was passing the password. So thought of passing password for keytool and used SSLWalletPassword key , but later found that it is depricated ...
    That means we have to use oracle wallet manager where we can enable auto login ...
    Please Advice if i am wrong..

  • Data structure for simulation of message queue

    Hello,
    I have undertaken a project of simulating the point to point and publish/subscribe protocols of message queueing. This whole project would be done just in Java. There won't be any system level programming. Which data structure in Java would be the most efficient one for the message queue?

    Hello,
    I have undertaken a project of simulating the point to point and publish/subscribe protocols of message queueing. This whole project would be done just in Java. There won't be any system level programming. Which data structure in Java would be the most efficient one for the message queue?

  • Are both "OpenMQ" and "Open Message Queue" correct names for it?

    Hello,
    should I use "OpenMQ" in the product name for a client library for OpenMQ (like 'MyLibraryName OpenMQ Client'), or is it recommended to use the name "Open Message Queue" for some reasons (so it would be 'MyLibraryName Open Message Queue Client"? I am not sure if OpenMQ is an "official" name for it, which I should use to refer to.
    It is a Delphi library, the first public release will be ready real soon.
    Best Regards,
    Michael Justin

    Many thanks for your answer! The library is targeted at Delphi developers, so maybe I will give it a short name and a long name, "MyLibraryName OpenMQ Client" and "MyLibraryName OpenMQ Client for Open Message Queue" for announcements and other places where it should be clear what MQ stands for.
    Best Regards
    Michael Justin

Maybe you are looking for

  • Accounting No not Created For Sales Orders when Processed thru Credit cards

    Hi Experts, I was able to successfully post FI document through Billing document in SD. The Problem is encountered when a Sales Order is created for Credit Card customers. When the sales order is created the credit card information we are prompted wi

  • ECC 6.0 Dataset Encoding

    Hi,   My company is upgrading the system from 46c to ECC 6 and some program encounter problem during the upgrade:   In "TEXT MODE" the "ENCODING" addition must be specified.   Currently, the program is using the following syntax TO READ A PLAIN TEXT

  • Flag for overriding TV zoom function? Or title-safe settings for zoomed video...

    Here's the problem: I've got SD spots with correctly set up title-safe graphics. However, I keep seeing the spots playing on HD TV's where the picture has been set to zoom/stretch, and consequently the title graphics are stretching off-screen. So the

  • Installing Windows 7 Disc not found

    Hello, When I try to install Windows 7 professional 64 bit I install the CD and click start installation on the boot camp assistant. It returns with "The installer disc could not be found Insert your Windows installer disc and wait a few seconds for

  • Error while filling up CRMRFCPAR

    Hi Guys, I'm getting the error message 'Function module "SMOF0_SEND_CRM_RELEASE" not found' while feeling up the Table CRMPFCPAR. I'm trying to implement note 720819. I'm in ECC 6.0 and SRM 5.5 Server. Can anybody has any idea if I've to do some pre-