UBBCONFIG Entry

All,
In the UBBCONFIG file one of the server entry is listed like this :
"/appl/bstar/bin/BOSSSRVR" SRVGRP="BOSS_GROUP" SRVID=300
CLOPT="-A -r -e /appl/bstar/log/stderr.BOSS -o /appl/bstar/log/stdout.BOSS -- -d -lT8A21001 -mA -aAPBOSAH -r bossnotes.request.seq -h BOSSNOTES -o bossnotes.logon1.seq -O bossnotes.logoff.seq -p billstar.pwds -s BOSSNOTES -d" RQPERM=0600 REPLYQ=Y
This sever is getting failed during boot time. ULOG entry is listed below:
001950.shprod25!BOSSSRVR.13999: 04162009: TUXEDO Version 6.5 HP-UX B.11.00 U 9000/898 1623623321 unlimited-user license.
001950.shprod25!BOSSSRVR.13999: LIBTUX_CAT:262: INFO: Standard main starting
001950.shprod25!BOSSSRVR.13999: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
Can anyone please tell me what -d, -mA, -r, -h, -o, -O, -p and -s option describes? Please help me to trace the root cause.
Regards,
Rakesh

Hi Rakesh,
Migrating to the Tuxedo Mainframe Adapter is not like moving to another SNA stack. In fact the SNA mainframe adapter doesn't provide an SNA stack, but uses the SNA stack of the machine running what is called the CRM (Communications Resource Manager). That component can either run on the mainframe or on a distributed system that has an SNA stack. To the Tuxedo application, the major benefit of TMA is that is doesn't require any mainframe or SNA knowledge in the application. Clients of the mainframe services simply make tpcall() requests as they would for any other Tuxedo service. Likewise mainframe clients to the Tuxedo services simply make EXEC CICS requests to invoke the Tuxedo service as though it were another CICS transaction (this is all assuming the mainframe application is CICS based. If it is IMS based the model is similar, although IMS queues are used instead of CICS transactions.) The whole point of this is that the Tuxedo Mainframe Adapters hide all of the underlying transport technology to simplify the application development.
It sounds like your application is using a native SNA stack directly, so in that case moving to TMA might be a substantial amount of work, although not necessarily.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • Tmboot fails started by a Sun Cluster Agent (Data Service)

    Hi,
    we are using TUXEDO 6.5 in conjunction with ADC's Singl.eView.
    Starting TUXEDO by calling tmboot -y works fine in the command prompt.
    Starting TUXEDO within a Sun Cluster Agent, which internaly calls tmboot -y as
    well, fails with the foolowing error messages:
    004859.lbgas1!GWTDOMAIN.5762: 08022002: TUXEDO Version 6.5 SunOS 5.5.1 Generic_103640-29
    sun4u sparc SUNW,Ultra-1.
    004859.lbgas1!GWTDOMAIN.5762: LIBTUX_CAT:262: INFO: Standard main starting
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1223: WARN: Reach system open max(0)
    limit
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1122: ERROR: Unable to allocate free
    fd structure
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1124: ERROR: Unable to open listening
    endpoint
    004901.lbgas1!GWTDOMAIN.5762: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    ubbconfig entries for GWTDOMAIN:
    GWTDOMAIN SRVGRP="GWADMGROUP" SRVID=2
    REPLYQ = N
    RESTART = Y
    GRACE = 0
    MAXGEN = 5
    CLOPT = ""
    RQADDR = "GWADMGROUP"
    What configuration do I have to change, a TUXEDO one or Sun ?
    Can I drop an application server in ubbconfig ?
    Lutz

    Patch #232, CR041488 seems to address this:
    GWTDOMAIN connection problem when maxfiles kernel parm set > 32K
    Perhaps the Cluster Agent sets a higher ulimit when it runs.
    See if you are running the latest patch.
         Scott Orshan
    Lutz wrote:
    >
    Hi,
    we are using TUXEDO 6.5 in conjunction with ADC's Singl.eView.
    Starting TUXEDO by calling tmboot -y works fine in the command prompt.
    Starting TUXEDO within a Sun Cluster Agent, which internaly calls tmboot -y as
    well, fails with the foolowing error messages:
    004859.lbgas1!GWTDOMAIN.5762: 08022002: TUXEDO Version 6.5 SunOS 5.5.1 Generic_103640-29
    sun4u sparc SUNW,Ultra-1.
    004859.lbgas1!GWTDOMAIN.5762: LIBTUX_CAT:262: INFO: Standard main starting
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1223: WARN: Reach system open max(0)
    limit
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1122: ERROR: Unable to allocate free
    fd structure
    004901.lbgas1!GWTDOMAIN.5762: LIBGWT_CAT:1124: ERROR: Unable to open listening
    endpoint
    004901.lbgas1!GWTDOMAIN.5762: LIBTUX_CAT:250: ERROR: tpsvrinit() failed
    ubbconfig entries for GWTDOMAIN:
    GWTDOMAIN SRVGRP="GWADMGROUP" SRVID=2
    REPLYQ = N
    RESTART = Y
    GRACE = 0
    MAXGEN = 5
    CLOPT = ""
    RQADDR = "GWADMGROUP"
    What configuration do I have to change, a TUXEDO one or Sun ?
    Can I drop an application server in ubbconfig ?
    Lutz

  • Do I need to configure UBBCONFIG if I'm Developing Client side only

    Hello Tuxedo Experts,
    I have successfully run the simplest of Tuxedo sampes (simpapp) after a lot of effort and issues.
    I have to develop Tuxedo Client Only for a Tuxedo Server running in client environment. I have already written client code in C.
    I want to know, what things do I need to get/know to be able to successfully run the client application. If I am making just the client on my side, Do I still create the UBBCONFIG file? Wouldn't the server already have UBBCONFIG file created on server side?
    If I have to create the UBBCONFIG, what parameters are server related information that I should ask for, from client.
    Any other things (environment variables, other bits) that I need to take from tuxedo server side team (client).
    Thanks & Regards,
    Ahsan

    Hello Todd/Venkat/Tuxedo Experts,
    I wanted to clarify the part that says: "You will also need to add the WSL to the UBBCONFIG file and recompile UBBCONFIG."
    I am guessing this means adding a WSL entry in UBBCONFIG file of Tuxedo Server since (I have been told in Venkat's post that) UBBCONFIG/tuxconfig file is not required on client side of tuxedo. Am I right in saying that client will have no UBBCONFIG and tuxconfig, while server UBBCONFIG has to have appropriate WSL entry?
    Btw, if I look at the ubbconfig of simpapp, it has no WSL entry. It does have the following server details though:
    ==============================
    DOMAINID simpapp
    MASTER DevnonAOMapp
    DevnonAOMapp LMID=DevnonAOMapp
    *GROUPS
    GROUP1
    LMID=DevnonAOMapp GRPNO=1 OPENINFO=NONE
    *SERVERS
    DEFAULT:
    CLOPT="-A"
    simpserv SRVGRP=GROUP1 SRVID=1
    *SERVICES
    TOUPPER
    ==============================
    Where will the WSL entry fit and what would it look like?
    Thanks & Regards,
    Ahsan

  • SECURITY USER_AUTH IN UBBCONFIG FILE

    My question regarding this is: if you set this option, what kind of security do we
    need? Do we need a process to be running? The problem I have is that I created a
    Tuxedo /WS client. The only way to get it running is to comment this out. I have
    added code to try to validate that is something like this:
    strcpy(tpinfo-->usrname, (char *) "sa");
    strcpy(tpinfo-->cltname, (char *) "clarify");
    strcpy(tpinfo-->passwd, (char *) "sa");
    strcpy(tpinfo-->grpinfo, "");
    This always fails. In our test region, I can logon as "sa"..can someone explain
    a little how security works?

    When you use USER_AUTH security you also need to specify a value
    for the AUTHSVC parameter in the ubbconfig.
    Every time a client calls tpinit() this service will be called
    with the TPINIT data you supply to tpinit().
    If the service returns with TPSUCCESS the client will be granted
    access to the system, else it will be denied.
    You can write this service yourself. If you do, you must put it
    in a TUXEDO server (like any other TUXEDO service) and make sure
    that the server is running (it should have an entry in the
    *SERVERS section in ubbconfig).
    If you don't want to implement this service BEA supplies a
    "standard" version called .AUTHSVC in a server named AUTHSVR.
    In this case you should make sure that AUTHSVR is in the
    *SERVERS section of the ubbconfig. If you use this server you
    also need to maintain the "database" for that server, using
    tpusradd and similar commands.
    Please note that you will still need to supply an application
    password that is common to all clients, similar to APP_PW
    security.
    Hope this helps,
    /Per
    "Joe" <[email protected]> wrote:
    >
    My question regarding this is: if you set this option, what kind of security
    do we
    need? Do we need a process to be running? The problem I have is that I
    created a
    Tuxedo /WS client. The only way to get it running is to comment this out.
    I have
    added code to try to validate that is something like this:
    strcpy(tpinfo-->usrname, (char *) "sa");
    strcpy(tpinfo-->cltname, (char *) "clarify");
    strcpy(tpinfo-->passwd, (char *) "sa");
    strcpy(tpinfo-->grpinfo, "");
    This always fails. In our test region, I can logon as "sa"..can someone
    explain
    a little how security works?

  • Enable MP mode in ubbconfig

    Hi,
    If I want to enable MP mode in UBBCONFIG what other changes I'll have to make in the file so that I would be able to use same servers on both the nodes? (i.e. active-active config)

    Kaustubh,
    You will need to specify "MODEL MP", "OPTIONS LAN" or "OPTIONS LAN,MIGRATE",
    and "MASTER master_machine[,optional_backup_master]" in the *RESOURCES
    section and you will need to specify two entries in the *MACHINES section.
    You will also want to create one or more server groups on each machine and
    define server instances in groups running on each of the two machines. Your
    application will also need to run a tlisten process on each machine.
    The bankapp sample application includes two UBBCONFIG files, ubbshm and
    ubbmp. One is for SHM mode and the other is for MP mode. Modifying a SHM
    mode bankapp to run in MP is a very useful exercise in learning how an MP
    mode application is administered. There is an extensive tutorial on bankapp
    at http://e-docs.bea.com/tuxedo/tux91/tutor/tutba.htm#1321084 .
    Ed
    <Kaustubh Deoghare> wrote in message news:[email protected]..
    Hi,
    If I want to enable MP mode in UBBCONFIG what other changes I'll have to
    make in the file so that I would be able to use same servers on both the
    nodes? (i.e. active-active config)

  • On Android 4.2.2 on a Nexus7 tablet - No Firefox button and most text entry fields do not work at all

    I installed Firefox 19.0.2 and appears to be ok, but I don't see a Firefox button anywhere, so I cannot access any of the functions that it controls, such as bookmarks, which is why I installed it!
    The ASUS Nexus 7 tablet shows up as a supported platform.
    I set it as the default link browser, but quickly realized that I could not enter text into any data entry fields, so I reset the default back to Chrome, which works fine for that.
    I installed Firefox because bookmarks in Chrome are very lame, but I can't use bookmarks at all in Firefox, so again Chrome wins.
    Any suggestions, before I uninstall it?

    I am now a Democrat supporter. dccc.org does accept text input from my mobile.
    The forum problem I mentioned earlier is apparently a known issue but only affecting legacy phones.

  • Options - Text Editor - C/C++ missing intellisense entry. Intellisense not working

    Options -> Text Editor -> C/C++ missing intellisense entry.  Intellisense not working.    Solutions to turn options for the editor off and on are not working.  The intellisense entry is present for other languages,
    such as C#, but not C/C++.
    By not working, I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.

    Hi JerroldBrody,
    Thank you for posting in MSDN forum.
    >>I mean the intellisense right click menu items are grayed out, and intellisense files are not produced.
    Based on your issue, could you please share me a screen shot about the intellisense right click menu items are grayed out?
    Generally, I know that it is default that we can enable the intellisense for C/C++ by going to the TOOLS->Options -> Text Editor -> C/C++ ->Advanced-> IntelliSense like the following screen shot.
    So please try to check if you set Disable Intellisense property as False in the VS IDE.
    Best Regards,
    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.
    Click
    HERE to participate the survey.

  • My new icloud acct on my imac is duplicating entries in calendar from my ipad; how do I get rid of the duplicates and how do I get one calendar to be the main one to start with

    I've just installed Mavericks on my iMac and now my calendar has duplicate and now sometimes tripled events by syncing with my ipad mini regardless of whether the item already existed in the iMac calendar already. How do I remove the duplicates? It was being able to sync calendars and contacts which was one of my reasons for moving from Snow Leopard to Mavericks and now it's a mess.

    Crista70, What is happening is you now have 2 calendars with the entries in them. If you go into View, then Show Calendar List, you will see all your calendars. Uncheck the ones listed as "From My Mac" or uncheck the ones listed as "iCloud" and they will no longer show as duplicates. Personally, I prefer unchecking the "From My Mac" calendars so that my calendars are all synced across the devices.

  • How to delete the entries in the given field box

    Hi Every One,
    How can I delete the entries which I have given in example SE37 box.
    When I press Backspace button the entries which I have given will appear so I want to delete these entries.
    With Regards,
    Venkat

    Hi,
    Goto ==> Customize Local Layout (Alt + F12) , then Options ====> LocalData=======> Clear History
    This process should clear your history.

  • ICal only displays a single line for entries in month view.

    This means I can't see what my diary entries refer to.  Can I change it to show two lines or the full entry, as iCal did in Snow Leopard?

    Hi Guys, thanks for getting back to me.
    the problem is purely about design view display and not about coding.
    Below is how CS4 displays borders with two lines which I find difficult to decipher:
    Then below is Macromedia DM 8 and this how I want the borders to look, with single lines to display the tables.
    This may just be the way Abobe have decided to display tables in design view and there may not be any option to change it but if you know any way to change it I would be most greatful.
    Thanks again.
    G

  • I'm not able to create a iphoto calendar with the correct birthday entries.

    Hello,
    I use the latest Iphoto version and OS X 10.9.
    I tried to create a calendar in iphoto that includes all birthday information of my family. Unfortunately I'm not able to do this.
    I tried two differnt ways to get the information into the calendar.
    First of all I' tried to use the option of the calendar to get the information of my contacts and it partly worked. Some dates were missing and I was not able to modify or add additional birthdays in the calendar. I checked my contacts and the information was there but not shown in the Iphoto Calendar.
    Therefore I have to get the information into the calendar in a different way. For that I created a new calendar in ICal and created for each Birthday entries.
    I select the option in the Iphoto calendar to show the new calendar in iPhoto. But the result was worse than with the first solution. Only few entries was shown in the calender.
    Do anybody have an idea how can I solve this issue.
    Thank you in advanced,
    Philipp

    First of all I' tried to use the option of the calendar to get the information of my contacts and it partly worked. Some dates were missing and I was not able to modify or add additional birthdays in the calendar. I checked my contacts and the information was there but not shown in the Iphoto Calendar.
    Do the birthdays (from Contacts) show correctly in the Calendar app? Sometimes there is a formatting problem with the date string in the Contacts. If the Birthdays do not show correctly in the Calendar.app, try to delete them from Contacs and enter them again, and check, if they now are showing correctly in Calendar. Quit both Contacts and Calendar.
    Then restart iPhoto, and in the "Settings" for your Photo Calendar disable the Birthdays option, and then turn it on again.
    Any changes you do to the birthdays in Contacts may only appear in iPhoto Calendars after Calendar or Contacts wrote their databases, and iPhoto will read these databases, when you enable the "Birthdays" option. Toggling this option on and off will ensure, that the new Contacs info will be read.
    -- Léonie

  • Is there a way to add event details using a calendar object vs. those dumb field entry boxes?

    I have switched from PC to Mac over a year and a half ago, and have been plagued with the "dumb" date entry boxes in iCal and now Reminders on the mac. For one, they don't show you the DAY OF WEEK for an event, it assumes you are parked on that day, but of course reality sets in and causes constant date changes for events. Picking a date in the future would be much more helpful if Apple followed some usability norms in iCal. For instance, if you are booking a flight online, those helpful little calendar objects pop up, and further, they are smart about "end dates and times" for events, knowing it can't be earlier than the start date. Apple iCal unfortunately always thinks you are creating an ALL DAY event, and when you change the start time, it creates the end time for the next day. Not very smart. Or is it me that is not very smart for constantly hawking every little data entry field for correctness. Why, oh why dear lord has Apple not given some usability attention to iCal on the mac??? At least match the interface of the iPhone with a nice little slot machine rolling control.
    Is there an add in?
    Is there hope that Apple will ever fix its lagging Mail and iCal apps on the Mac?
    Please advise. Or just offer a kind word of consolation if there is no hope for a better interface.

    In the future, Swing related questions should be posted in the Swing forum.
    The code you posted is of little use since it uses custom classes so we can't see the behaviour of your code.
    In general if you add a component to a Container at run time then you just use
    container.revalidate()
    This will invoke the LayoutManager and repaint the components in the container based on the new layout.

  • Creating Master to show only rows for which valid entries exist in Detai

    I have created a Master-Detail Form in my Apex application based off of views to tables in a private remote Database.
    In the Master-Detail Creation Wizard, at the "Link Master and Detail" page, I specified that the defined Primary Key in the Master Column should be equal to the corresponding Foreign Key in the Detail Column.
    My goal is to have my Master Form only display rows for which a valid corresponding entry exists in the Detail Form. Yet, the above setup returns all of the rows from the Master Table, even where the corresponding Detail entry is blank.
    Can you provide some light on what I'm doing wrong, and how I can accomplish what I want to do?
    Thank you!

    I have created a Master-Detail Form in my Apex application based off of views to tables in a private remote Database.
    In the Master-Detail Creation Wizard, at the "Link Master and Detail" page, I specified that the defined Primary Key in the Master Column should be equal to the corresponding Foreign Key in the Detail Column.
    My goal is to have my Master Form only display rows for which a valid corresponding entry exists in the Detail Form. Yet, the above setup returns all of the rows from the Master Table, even where the corresponding Detail entry is blank.
    Can you provide some light on what I'm doing wrong, and how I can accomplish what I want to do?
    Thank you!

  • Opening a new view in a new window on click of a table row entry.

    Hi Guys,
    How to open a new View of a same application in a new window (just like a pop up) on a click of a Table Row entry?
    I am using NWDS 7.0 version. So please suggest acccorrdingly.

    Hi Nikesh,
    first of all you will have to declare use of onLeadSelect event handler for your table (note that it will only be triggered when a lead selection occurs not a multiselection).
    Also, you can build at design time a View and a Window (for example, PopupWin) in your WebDynpro Component, and embed the view into the window.
    In your code for onLeadSelect function, you can use something like this to pop up the window.
    public void onActionRowSelection(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSeleccionTabla(ServerEvent)
        IWDWindowManager windowManager = wdComponentAPI.getWindowManager();
        IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("PopupWin");
        IWDWindow window = windowManager.createModalWindow(windowInfo);
        window.setWindowPosition(WDWindowPos.CENTER);
        window.setWindowSize(new WDCssSize(450, WDWindowUnitOfLength.PX) , WDCssSize.UNDEFINED);
        // Store handle ti window in context attribute to able to close it later
        wdContext.currentContextElement().setPopup(window);
        window.show();
        //@@end
    Hope it helps,
    David

  • Remote system monitoring entry- data not relayed to Central system

    Hello Folks,
                        I am trying to establish a central monitoring system for our client. I am trying to test it in the DEV environment first.
    The central system is a Solution manager system (Dual stack- ABAPJAVA). I am trying to bring in monitoring data from the ECC development environment (ABAPJAVA).
    First of, i created to RFC connections in Solution manager system, one for data collection and the other for analysis. I have maintained the host address of the ECC system as target.
    Then i have created a remote system entry in Transaction RZ21--> technical infrastructure entered the 2 RFC names and have executed the function.
    At this point i am only trying to bring in ABAP stack monitoring data form the ECC system so i have not generated the CSNCONF file.
    Now when i look in Solution manager RZ20-->CCMS monitoring templates, i can't see any data for the the ECC system.
    I guess i am doing something wrong. Am i looking in the wrong monitor set?
    As additional information: Solution manager (SMD) and ECC (ECD) use different transport domains / transport groups. I dont know if this makes a difference.
    Can some one please help.
    Regards,
    Prashant

    Hi Prashant,
    if I understand correctly your system shows only MTEs from R/3 Stack, not from the OS side, pls check your SAPOSCOL. Are the data in OS06 in your remote system correct and do you see the current data, refredhed all 10 seconds?
    To check your environment, pls do the following:
    in th efirst step check in RZ21 > in the Topology part the System Overview for your system connection to your back end system. Are the Read Destination Data RFC and the Destination Analysis RFC correct and works the authority chek fine?
    In the second step pls check in RZ21 > in the Agents for Remotey SAP Systems part; are there registered your remote ccms agents correctly and works the connection test.
    Stop the agents and in your RZ20 monitor pls enter STAT in your command field. Are there displayed for your MTE nodes the read RFC destinations?
    Start the agents and and in your RZ20 monitor pls enter STAT in your command field. Are there displayed for your MTE nodes the CCMS Agent RFC destinations?
    To rebuild the Monitor in the CEN system you could try to reset the node of your remote system in the warm up status > go in the remote system to RZ1 > go to local segments  > change to edit > select your segments > reset segment in "WARMUP" status.
    In the CEN system you coul try to go to the edit mode for the Agents for Remot SAP Systems > select your remote system and push the button Reinitialize Agents
    In the back end system you can try to delete all MTEs in RZ21 > menu Technical Infrastructure > Reorgenize Segment Table > select the options with "ALL" in the CEN and the remote system to reorgenize all data.
    Could you pls post for the missing MTEs a screenshot on the one side from the CEN system and on the other side from the remote system...
    and last but not least you could try the following for missing OS MTEs
    delete  ALALERTS, ALMTTREE and ALPERFHI in /usr/sap/ccms/<SID>_<SNR> and check in the agents folder all trace and log files for errors.

Maybe you are looking for