Getting Rid of Null Fields

I wasn't very sure how to title this thread.
I need to restrict Opening Amount to a single period while showing all periods for Activity Amount.
I have:
Demensions:
Fiscal Year
Business Unit
Fund Code
Fiscal Period No
Fiscal Period No
GL Acc No
Gl Acc Description
Facts:
Opening Amount
Activity Amount
Prompts (Created under the Prompts Tab):
Fiscal Year
Business Unit
Fund Code
Modified Column Formula:
    Opening Amount:
CASE FILTER("Facts - GL Balance"."Opening Amount" USING ("Time"."Fiscal Period Number" = 1)) WHEN 0 THEN null ELSE FILTER("Facts - GL Balance"."Opening Amount" USING ("Time"."Fiscal Period Number" = 1)) END
When Running the analysis I choose the following values for my prompts:
Fiscal Year: 2011
Business Unit: 33701
Fund Code: 49000
Results are returned as i'd wish except for:
I only want period 1 for Opening Amount
I only want Period 999 for Closing Amount
Both are the same problem.
I need to restrict Opening Amount to be shown by a single period.... while still showing Activity Amt by all periods.
The following URL takes you to a photobucket screenshot with descriptions. It is the fields "Undesired NULL Fields" I would like to get rid of.
http://s813.photobucket.com/user/lancesimmons/media/OpAmt_zpsc08be671.jpg.html#/user/lancesimmons/media/OpAmt_zpsc08be671.jpg.html?&_suid=1377704247312024937668844449184
Just a heads up, creating filter: 'Opening Amount is not equal to/is not in' restricts the Activity Amount to the first period.
Any suggestions?

Hi,
Modify your XSL as below:
<xsl:for-each select="/ns0:Employee">
<tns:FirstName>
<xsl:value-of select="ns0:FirstName"/>
</tns:FirstName>
<xsl:if test='string-length(normalize-space(ns0:MiddleName))>0'>
<tns:MiddleName>
<xsl:value-of select="ns0:MiddleName"/>
</tns:MiddleName>
</xsl:if>
<tns:LastName>
<xsl:value-of select="ns0:LastName"/>
</tns:LastName>
</xsl:for-each>

Similar Messages

  • Cannot get rid of default field in a custom content type

    hi guys,
    I have custom content type based on Document Set in a List based on Document Library. I created both using XML declaration in SP solution.
    I have all fields in my content type which I declared, except to defult fields: 'Name' and 'Description'. I need to hide both of them. After I set Inherits="FALSE" in ContentType section in Elements.xml in ContentType description the field
    'Description' goes away. But the field 'Name' marked as required and stays.
    I've also tried to add RemoveFieldRef parameter to the same Elements file, but the field persists. I assume it comes from list definition, not content type. But I cannot figure out how to get this field out from list definition.
    Do I miss something?

    I am assuming that content type's elements.xml file is looking like this 
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
      <!-- Parent ContentType: Document Set (0x0120D520) -->
      <ContentType ID="0x0120D520008d2ff418027e4c31b54d155b98596748"
    Overwrite="True"
    Name="Custom Dossier"
    Group="Custom group"
    Description="Custom dossier"
    Inherits="True"
    Version="0">
        <FieldRefs>
                <FieldRef
    ID="{8D6C094C-3E1F-41f4-BEE3-25B27EE09702}"
    Name="Dossier_Nummer"
    DisplayName="Dossiernummer"
    Required="True" 
    />
        </FieldRefs>
        <XmlDocuments>
          <XmlDocument NamespaceURI="http://schemas.microsoft.com/office/documentsets/allowedcontenttypes">
            <act:AllowedContentTypes
    xmlns:act="http://schemas.microsoft.com/office/documentsets/allowedcontenttypes"
    LastModified="05/31/2012 08:46:56">
              <AllowedContentType
    id="0x0101"
    />
              <AllowedContentType
    id="0x0101000490d50c50624b6ca21c637ef39cd89b"
    />
            </act:AllowedContentTypes>
          </XmlDocument>
        </XmlDocuments>
      </ContentType>
    </Elements>
    In the FieldRef  section ,we have  <FieldRef
    ID="{8D6C094C-3E1F-41f4-BEE3-25B27EE09702}"
    Name="Dossier_Nummer"
    DisplayName="Dossiernummer"
    Required="True" 
    />  this field is there.
    Try to add ShowInNewForm="TRUE" ShowInEditForm="FALSE" those attributes.
    or    Hidden="FALSE" 
    Sorry for the bad English. Could you paste your code.So that we can assist u.

  • How to get rid of metadata field Info in SOAP response in SharePoint 2010?

    Hello All,
    I am using jQuery code to retrieve list data via SOAP web services (GetListItems operation) and it is working great too. but I am facing performance issues. I have specified the required fields in via ViewFields, but still i am getting all those below
    default metadata fields in response.
    ows_MetaInfo
    ows__ModerationStatus
    ows__Level
    ows_UniqueId
    ows_owshiddenversion
    ows_FSObjType
    ows_Created
    ows_PermMask
    ows_Modified
    ows_FileRef
    It is increasing data bytes to be loaded and adding quite an unnecessary overload while page load.
    Any idea to remove this fields from response and optimize site performance? Thanks in advance!
    Jaydeep.

    Here is my soap request for your reference.
        <soap:envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
            xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
            <soap:body>
                <getlistitems xmlns="http://schemas.microsoft.com/sharepoint/soap/">
                    <listName>45B263C9-434A-488F-AB04-EAF8BDFFA8EF</listName>
                    <query>
                        <Query xmlns="">
                            <Where>
                            <Eq>
                            <FieldRef Name="Status"></FieldRef>
                            <Value Type="Choice">Active</Value>
                            </Eq>
                            </Where>
                            <OrderBy>
                            <FieldRef Name="Sort_x0020_Order"></FieldRef>
                            </OrderBy>
                        </Query>
                    </query>
                    <viewFields>
                        <ViewFields xmlns="">
                            <FieldRef Name="ID"></FieldRef>
                            <FieldRef Name="Title"></FieldRef>
                            <FieldRef Name="_x0054_ab1"></FieldRef>
                            <FieldRef Name="_x0054_ab2"></FieldRef>
                            <FieldRef Name="_x0054_ab3"></FieldRef>
                            <FieldRef Name="_x0054_ab4"></FieldRef>
                            <FieldRef Name="Page_x0020_URL"></FieldRef>
                            </ViewFields>
                        </viewFields>
                    <rowLimit>200</rowLimit>
                    <queryOptions>
                        <QueryOptions xmlns="">
    <IncludeMandatoryColumns>FALSE</IncludeMandatoryColumns>
                        </QueryOptions>
                    </queryOptions>
                </getlistitems>
            </soap:body>
        </soap:envelope>
    Thanks!

  • Get rId of Form Field boxes when printing

    Hey Guys,
    I created a Fillable PDF Form with Form fields using ADOBE Acrobat 9.0 Pro-Ex + LiveCycle Designer for Windows XP.
    My question is, when printing the form, the form field "text boxes" always show up. Is there a way to hide the boxes and just print the form without them. (The information that was filled in will still show, just the outline of the boxes won't?)
    My other question is when you create a form, is there a way to make form fields "clickable" instead of just auto-tab? Because if you mess up when filling out the form, you don't want to have to tab through the whole document just to get back to that spot. How can i fix that?
    Thanks a bunch,
    Joseph

    My fields have always been click enabled. Not sure why they would not be.
    For the form field boxes, check the properties of the boxes to see if there is an option for printout.

  • Is there a way to get rid of the space left when I delete a field?

    I have a document that I am editing and I have deleted some fields but that leaves big white spaces in the document.  Is there some way that I can get rid of those spaces without having to manually move up all the subsequent fields one by one?

    Not really. There are things you can do to make the process easier, but you can't just highlight the white space and hit 'delete' to bump everything up.
    You can select all of the items below what you removed on the heirarchy tree (that are on the same page) and move them all up at once.
    You could make the document flowed and enclose the whole area in a subform, but that presents its own set of challenges if the fields and such do not already take up entire lines (or close to it). It does make the process easier in the future if you have to add/remove more items again.

  • How to get rid of decimals in the formula field?

    Hello,
    I'm using CR 2008.
    How to get rid of the decimals in the formula field? I have a field with this formula:
    "<b>" & ProperCase({DevelopmentTracking_SELECT.GameType}) &
    "</b>" & "<br><i>" &
    ProperCase ({DevelopmentTracking_SELECT.CustomerName}) &
    "</i><br>" &
    ProperCase({DevelopmentTracking_SELECT.PlannerID}) &
    "<br>" & ProperCase({DevelopmentTracking_SELECT.Forms}) &
    "<br>" & ProperCase({DevelopmentTracking_SELECT.Notes}) &
    "<br>" & "Concepts: " & ToText(int({DevelopmentTracking_SELECT.Concepts}))
    The field {DevelopmentTracking_SELECT.Concepts} is already an Integer in the database, so it shouldn't have any decimals, for some reason CR add them. It's easy to format a stand alone field, but how to do this in the formula?
    I tried the int() function, but it didn't work. The Round(field, 0) function didn't work either - still see the numbers like 12.00 instead of 12.
    I would appreciate your help.
    Thank you,
    Peter

    I've found the solution, this way it worked:
    "Concepts: " & CStr({DevelopmentTracking_SELECT.Concepts}, 0)

  • Vertical Toolbar thingy with a search field and my bookmark folders underneath. How do I get rid of it?

    This might sound ridiculous but here it goes: I accidentally hit a couple keys on my netbook keyboard. This made a toolbar pop up on the left side of the window. It's vertical and has a search field at the top, then listed underneath are my bookmark folders in expandable/collapsible tree format. I can't find any reference to it in any of the options. I just want it to go away. It's kind of bothering me a lot more than it should. Please help me get rid of this.

    @<b>gobby</b>
    Please do not use existing threads to ask a question, but [/questions/new start a new thread] instead.
    Then you also can provide troubleshooting information like your operating system and installed plugins (about:plugins), and extensions (Tools > Add-ons) and we will be better able to help you.<br />
    See [[Deleting bookmarks]]

  • How do i get rid of type error null is an object on my iphone ? It keeps popping up on my yahoo, please help ?

    How do i get rid of type error null is an object on my iphone ? It keeps popping up on my yahoo, its driving me mad, please help.

    That's probably a Javascript error in what Yahoo is producing. Contact Yahoo and inform them of the problem.

  • Getting rid of borders on captions above fields

    Hi, (über-noob alert)
    How do I get rid of the black borders to the left, right and above a field when the caption is above the field?
    The borders of the field are set to 'none'. I could have no caption and place the captions as simple text blocks, but seems a needless workaround.
    Tahnks in advance,
    Simon.

    Hi,
    a textfield has two border settings.
    One for the entire object and one for the text edit UI element you typing in the text.
    The objects border is accessible from the Border palette and need to be set to none.
    The UI elements border is located under the Object palette in the visibility dialog (select customize...).
    Here you also select none for the edges and white for the filling of the text edit UI element.

  • How do I edit my list of www addresses that show up when I put a w in the Internet address field? I need to get rid of one.

    When the first Firefox screen appears, there is a long rectangular box at the top to put the Internet address into. If you put a w in that box, you automatically show a list of Internet addresses that I previously used (apparently based upon number of uses, most used first).
    In that list which appears, I have an address in which I made a mistake of one character. I want to get rid of that address with a mistake in it.
    How can I get rid of that erroneous address?

    See: [[Clearing Location bar history]]

  • How do I get rid of the numbers after the URL when I type one in the search field?

    I got an update from Firefox and now every time I put in a URL-- usually to get to Yahoo's home page, I get a bunch of numbers after the url, e.g., www.yahoo.com/01_CJekxpo and the numbers are different every time. I have tried everything I can think of to get rid of these numbers--to no avail. How do I get rid of them and where did they come from? It's irritating!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Sqlloader..How check in data has any ascii's,if any how to get rid of them

    Hi
    Below is the ctl file
    options ( direct=true,bindsize=20971520, readsize=20971520,streamsize=20971520 )
    LOAD
    infile "str '\r\n'"
    TRUNCATE
    INTO TABLE STGM_EOBFILE_MV
    FIELDS TERMINATED BY X'09'
    TRAILING NULLCOLS
         Policy_Number          CHAR "TRIM(:Policy_Number)"
         ,Claim_Number           CHAR "TRIM(:Claim_Number)"
         ,Payment_Number      CHAR "TRIM(:Payment_Number)"
         ,EOB_Line_Number      CHAR "TRIM(:EOB_Line_Number)"
         ,Multi_Value_Indicator      CHAR "TRIM(:Multi_Value_Indicator)"
         ,Sequence_Number      CHAR "TRIM(:Sequence_Number)"
         ,Multi_Valued_Field CHAR "TRIM(:Multi_Valued_Field)"
    And DDL of table
    CREATE TABLE "UV_DATA"."STGM_EOBFILE_MV"
    (     "POLICY_NUMBER" VARCHAR2(15 BYTE),
         "CLAIM_NUMBER" VARCHAR2(4 BYTE),
         "PAYMENT_NUMBER" VARCHAR2(3 BYTE),
         "EOB_LINE_NUMBER" VARCHAR2(3 BYTE),
         "MULTI_VALUE_INDICATOR" VARCHAR2(7 BYTE),
         "SEQUENCE_NUMBER" VARCHAR2(4 BYTE),
         "MULTI_VALUED_FIELD" VARCHAR2(900 BYTE)
    ) PCTFREE 1 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS NOLOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "UV_DATA"
    MONITORING ;
    log file.......
    Control File: ././UVID3-EOBFILE-MV.ctl
    Data File: /uvextract/UVID3-EOBFILE-MV-20071227.TXT
    Bad File: ././UVID3-EOBFILE-MV-20071227.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Continuation: none specified
    Path used: Direct
    Table STGM_EOBFILE_MV, loaded from every logical record.
    Insert option in effect for this table: TRUNCATE
    TRAILING NULLCOLS option in effect
    Column Name Position Len Term Encl Datatype
    POLICY_NUMBER FIRST * WHT CHARACTER
    SQL string for column : "TRIM(:Policy_Number)"
    CLAIM_NUMBER NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:Claim_Number)"
    PAYMENT_NUMBER NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:Payment_Number)"
    EOB_LINE_NUMBER NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:EOB_Line_Number)"
    MULTI_VALUE_INDICATOR NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:Multi_Value_Indicator)"
    SEQUENCE_NUMBER NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:Sequence_Number)"
    MULTI_VALUED_FIELD NEXT * WHT CHARACTER
    SQL string for column : "TRIM(:Multi_Valued_Field)"
    Record 96366: Rejected - Error on table STGM_EOBFILE_MV, column MULTI_VALUED_FIELD.
    Field in data file exceeds maximum length
    Record 233882: Rejected - Error on table STGM_EOBFILE_MV, column MULTI_VALUED_FIELD.
    Field in data file exceeds maximum length
    Record 424817: Rejected - Error on table STGM_EOBFILE_MV, column MULTI_VALUED_FIELD.
    Field in data file exceeds maximum length
    "UVID3-EOBFILE-MV.log" 149 lines, 7960 characters
    ...same error is repeated
    ...Table STGM_EOBFILE_MV:
    4433751 Rows successfully loaded.
    43 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Bind array size not used in direct path.
    Column array rows : 5000
    Stream buffer bytes: 4194304
    Read buffer bytes:20971520
    Total logical records skipped: 0
    Total logical records read: 4433794
    Total logical records rejected: 43
    Total logical records discarded: 0
    Total stream buffers loaded by SQL*Loader main thread: 891
    Total stream buffers loaded by SQL*Loader load thread: 0
    Could any one help me in fixing the issue...
    I've tried increasing the value for MULTI_VALUED_FIELD to varchar2(300) to varchar2(800) but there is no change in the records loaded.....
    I'm really not sure whether the data file consist of any ascii characters...if there are any then how can I check or get rid of them...
    Any suggestions...
    Message was edited by:
    vik121583
    Message was edited by:
    vik121583
    Message was edited by:
    vik121583
    Message was edited by:
    vik121583

    N471809     
    2     
    1     
    1     
    MV33     
    1     
    PLEASE BE ADVISED THAT THE POC APPROVED WAS 4 HOURS PER DAY 4 DAYS PER WEEK DOS 8/9/03 WAS NOT PAID BECAUSE 8/5/03-8/8/03 4 DAYS WERE PAID PLEASE ALSO BE ADVISED THAT SERVICES SUCH AS SCRUBBING FLOORS AND WATERING PLANTS ARE NOT COVERED AND THESE SERVICES WERE DEDUCTED
    Message was edited by:
    vik121583

  • Cant get rid of text drawn with drawString, drawString only wrking in paint

    Sorry for coming back to ask for more help, but I just caught a snag that I can't get around.
    As you can see, "Press Space to start..." is drawn during the paint method. When the user presses space, the other KeyEvents are enabled, but filling a black rectangle where the text is does not hide it. If I put the clearText call before the started = false, then the other KeyEvents aren't enabled.
    Also, when I try to draw another string in win method, it doesn't show up.
    You can check out the complete applet at http://users.adelphia.net/~uberugh/Race.html
    This code compiles with no errors but requires Car.java.
    import java.applet.Applet;
    import java.awt.*;
    import java.awt.event.*;
    public class Race extends Applet implements KeyListener {
         private Car car1;
         private Car car2;
         boolean started = false;
         private Image dbImage;
         private Graphics dbg;
         private Graphics txt;
         private Graphics g2;
         Font f = new Font("Arial", Font.PLAIN, 36);
         Font f2 = new Font("Arial", Font.PLAIN, 12);
         public void init() {
              setBackground(Color.black);
              car1 = new Car(10, 146, Color.green);
              car2 = new Car(10, 246, Color.blue);
              addKeyListener(this);
         public void paint(Graphics g) {
              g.setColor(Color.darkGray);
              g.fillRect(0, 0, 600, 100);
              g.fillRect(0, 300, 600, 100);
              g.drawLine(0, 200, 600, 200);
              g.setColor(Color.yellow);
              g.drawLine(550, 100, 550, 300);
              g.setColor(Color.red);
              g.setFont(f2);
              g.drawString("Press Space to start...", 250, 180);
              car1.drawCar(g);
              car2.drawCar(g);
         public void update(Graphics g) {
              if (dbImage == null) {
                   dbImage = createImage(this.getSize().width, this.getSize().height);
                   dbg = dbImage.getGraphics();
              dbg.setColor(getBackground ());
              dbg.fillRect(0, 0, this.getSize().width, this.getSize().height);
              dbg.setColor(getForeground());
              paint(dbg);
              g.drawImage(dbImage, 0, 0, this);
         public void keyTyped(KeyEvent e) {}
         public void keyReleased(KeyEvent e) {}
        public void keyPressed(KeyEvent e) {
              int k = e.getKeyCode();
              if (k == KeyEvent.VK_SPACE) {
                   started = true;
                   clearText(249, 159, 100, 30);
              if (started) {
                  if (k == KeyEvent.VK_G) {
                       car1.move();
                       repaint();
                       if (car1.winner) {
                            win(1, txt);
                  } else if (k == KeyEvent.VK_RIGHT) {
                       car2.move();
                       repaint();
                       if (car2.winner) {
                            win(2, txt);
         public void win(int x, Graphics g) {
              removeKeyListener(this);
              g.setColor(Color.red);
              g.setFont(f);
              g.drawString(String.valueOf("Player " + x + "wins!") , 200, 218);
              repaint();
         public void clearText(int x, int y, int width, int height) {
              g2.setColor(Color.black);
              g2.fillRect(x, y, width, height);
    }

    That's because you're trying to paint to a null, non-existent Graphics object.
    Your approach is wrong. Don't try to draw when you get the key event, because there may be nothing to draw then anyway (the GUI thread isn't in the act of drawing). Use your event handlers to set internal state of your game object (Race, or other objects as necessary like Car). Then when you draw, use that state. So use your boolean field "started". In your paint method, do this:
    if (!started)
         g.drawString("Press Space to start...", 250, 180);Then just get rid of your cleartext method.

  • Help:  How to get rid of the default None from Radio buttons?

    Hi, I searched the forum and found a work around for inputSelect. It seemed it does not work for Radio buttons, i.e., inputSelectGroup with multiple=false.
    Please anyone help us to get rid of the none choice for gender among female and male. Thank you very much in advance.
    ZD

    The 'none' choice is automatically displayed for fields that allow nulls.

  • Can't get rid of a TX - message keeps appearing and being processed by OSB

    I have some sort of a poison message or TX I can't flush. Every 10 seconds I get a log message like the second one below, and the number of pending messages in multiple places and OSB proxy service messages processed keep climbing - all without producing any new messages on my part. I've tried deleting the default server store on the OSB managed server and the filestore for the JMS server. No luck.
    When this first started happening, the error messages looked like the first one below. Something I did caused the change, I assume. However, it's the same TX ID throughout.
    So, first, how can I get rid of this thing? It's driving me nuts and keeping me from closing out a POC.
    Second, why is it happening? I have one suspicion - could it be because that somehow we configured mutiple domains with the same name for a distributed application? It's not my normal practice but it happened. These domains don't communicate directly, but there are domains that need to communicate with both. So I'm guessing the name ambiguity may be hurting us. Just a guess, though.
    In this case, the sgosb domain's proxy service (this domain name is unique) is receiving messages from a queue resident in the pega_domain in Singapore and another proxy service is putting a message to another queue in the pega_domain in the UK. This is not in a single TX; the first proxy service forwards the message to a queue in the sgosb_domain, the second proxy service gets that message and puts it into the other pega_domain. It's an XA TX for each proxy service.
    Just to make it more fun, the sgosb_domain has another proxy service reading from a different queue and forwarding it to a queue in the third pega_domain in the US.
    TIA for any help or insight.
    Oh yes, the OSB domain is WLS 10.3.4, while the pega_domains are WLS 10.3.2
    Original error message
    ####<Apr 13, 2011 4:32:13 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'>
    <<anonymous>> <> <92f54a30d60e6302:-4b6d523c:12f4cfeaabc:-8000-0000000000000123> <1302669133597> <BEA-010026> <Exception occurred during commit of
    transaction Xid=BEA1-039B0B6D3D0E77C1B135(1898471720),Status=Rolled back. [Reason=Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
    begin=0,seconds left=600,XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
    (state=new,assigned=none),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
    ({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
    WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic,
    eis/pramati/Queue, eis/sunmq/Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1,
    WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq/Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic,
    eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources={})],CoordinatorURL=pega_1+nj09mhm5078:22111+pega_domain+t3+):
    javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
            at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
            at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
            at weblogic.transaction.internal.CoordinatorImpl_1032_WLStub.commit(Unknown Source)
            at weblogic.transaction.internal.TransactionImpl$1.run(TransactionImpl.java:331)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.transaction.internal.SecureAction.runAction(SecureAction.java:72)
            at weblogic.transaction.internal.TransactionImpl.commit(TransactionImpl.java:327)
            at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:252)
            at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
            at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
            at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
            at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
            at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
            at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
            at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
            at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
            at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: javax.transaction.RollbackException: This transaction does not exist on the coordinating server.  It was probably rolled back and forgotten.
            at weblogic.transaction.internal.CoordinatorImpl.commit(CoordinatorImpl.java:94)
            at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    The error message I'm getting now
    ####<Apr 13, 2011 4:51:38 AM GMT> <Error> <EJB> <sg01app510> <sgosb_1> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <>
    <92f54a30d60e6302:-42808c28:12f4d3173cb:-8000-0000000000000032> <1302670298730> <BEA-010026> <Exception occurred during commit of transaction
    Xid=BEA1-0011D0679BA5074B8E12(1930603846),Status=Rolled back. [Reason=javax.transaction.xa.XAException],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=0,seconds
    left=60,XAServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=(ServerResourceInfo[WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1]=
    (state=rolledback,assigned=sgosb_1),xar=WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1239571724,re-Registered =
    false),XAServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=(ServerResourceInfo[WLStore_pega_domain_ProcessEventJMS_Store_mgd1]=
    (state=rolledback,assigned=pega_1),xar=null,re-Registered = false),SCInfo[sgosb_domain+sgosb_1]=(state=rolledback),SCInfo[pega_domain+pega_1]=(state=rolledback),properties=
    ({}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+, XAResources={eis/tibjms/Topic,
    WLStore_sgosb_domain_FileStore_auto_1, eis/aqjms/Queue, eis/wls/Queue, eis/tibjms/Queue, WLStore_sgosb_domain__WLS_sgosb_1, eis/AQ/aqSample, eis/aqjms/Topic, eis/pramati/Queue, eis/sunmq
    /Queue, WLStore_sgosb_domain_WseeFileStore_auto_1, WLStore_sgosb_domain_MesssageForwardingJMS_Store_mgd1, WSATGatewayRM_sgosb_1_sgosb_domain, eis/jbossmq/Queue, eis/activemq
    /Queue, eis/fioranomq/Topic, eis/tibjmsDirect/Topic, eis/wls/Topic, eis/tibjmsDirect/Queue, eis/Apps/Apps, eis/webspheremq/Queue},NonXAResources=
    {})],CoordinatorURL=sgosb_1+152.64.128.243:22110+sgosb_domain+t3+): weblogic.transaction.RollbackException: Unknown reason
            at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1881)
            at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:345)
            at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:239)
            at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:553)
            at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:424)
            at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:326)
            at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
            at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
            at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
            at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
            at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
            at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: javax.transaction.xa.XAException
            at weblogic.store.gxa.internal.GXAResourceImpl.prepare(GXAResourceImpl.java:1227)
            at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:1295)
            at weblogic.transaction.internal.XAServerResourceInfo.prepare(XAServerResourceInfo.java:500)
            at weblogic.transaction.internal.ServerSCInfo.startPrepare(ServerSCInfo.java:380)
            at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:2593)
            at weblogic.transaction.internal.ServerTransactionImpl.localPrepare(ServerTransactionImpl.java:1321)
            at weblogic.transaction.internal.SubCoordinatorImpl.startPrepare(SubCoordinatorImpl.java:183)
            at weblogic.transaction.internal.CoordinatorImpl_WLSkel.invoke(Unknown Source)
            at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
            at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
            at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
            at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    .>Edited by: SteveElkind on Apr 13, 2011 5:50 AM

    Tom,
    Thanks! Succinct and easy to understand as ever.
    Yup, that covers it - I had also just seen this in the docs after looking at atheek1's earlier response (thanks to him/her as well). It's covered almost as clearly there as you state it here (http://download.oracle.com/docs/cd/E11035_01/wls100/jta/trxcon.html).
    While the ESB domains meet all of those requirements (except for cross-domain security configuration), each of the other two sets of domains (3 in each set) do not meet the naming uniqueness criteria for domain and server names; they do for JMS server names. I saw the store names in the TX identifier string as included resource, and assumed they might play a part - that's why I changed them. As you say, an unnecessary change. Oh well - it was an easy one.
    My normal practice has been for unique names in the past, due to problems I had years ago with cross-domain JMS traffic in an earlier WLS version. I guess it's the wrong time to have forgotten that lesson.
    Does anyone know of a quick way of changing a domain name quickly without rebuilding the domain? In the past WLST resulted in incomplete copies for me, is that still a problem? Server names are easy, just some global search-and-replace in the config.xml file (and in the management scripts, too)
    /Steve

Maybe you are looking for

  • I can't reinstall Windows 7/8 via Boot Camp

    Hi all, So, I've got an SSD + HD (in optical bay) drive combination in my Mid-2012 MBP. Originally, I had successfully installed Boot Camp onto my HD using Windows 8. Ran without problems. Then, I decided to remap the partitions on it, which messed u

  • How can i make a slideshow to use in muse where each slide has its own hyperlink

    I want to make a slideshow to use in muse where each slide has its own hyperlink to another page in the site. example here: Genesis Bicycles - Easton PA I see how slideshows can be made in muse, but haven't seen where you can assign a hyperlink to ea

  • Huge difference in table rendering in Firefox and Safari

    Wow...I just looked at my soon to be launched site in Safari and was in for some nasty surprises. If you go to http://www.bluehippotravel.com/spahotels.php and do a search on the left nav in drop down menus, like choose a country and state then searc

  • Time/Pitch Compression/Expansion - Dirac Le

    hi guys, just wanted to point some attention to some great software that is available freely to any manufacturer that creates sequencers. it's time/pitch expansion/compression software and it's called Dirac...for a respectable price there's a full bl

  • IMac loses WiFi connection after waking from sleep on OSX 10.8.2

    Bought a new mid-2011 21.5 inch IMac this week. It is not re-establishing WiFi connection after waking from sleep. Was happening on OSX 10.7 that it came with, so updated to 10.8.2 and same problem exists. I am running a mid 2012 MacBook Pro with Ret