xla

Hello

I have a problem with XLA.

I need change ID in a transaction, but this new value only I find in the ORIGINAL database.

example:

Insert into table1 (CID, PARENTCID, Key1,...) values (?,?,?...)

I need recover its Key1 Key2 and change it in the sentence.

I know how to make this change, but my problem is that I don't know how I can find this new identity (key2) if it is not included in the transaction and I cannot find in the original database.

I think that this problem has appeared before but I can't find anything about it. Perhaps he could possible found something that provide us these data in the elements of the "JMS Classes for event management".

Is this possible? And if that were the case, how?

Thanks in advance,

Babs.

Message editado por: 979209

Well, now I understand, thanks for the explanation. I don't know why you think it's a matter of TimesTen/XLA however. You run operations to "targetDB" who needs data which is present only in "originDB". That seems to be a problem of design/implementation of the data model for me rather than a question of technology. It seems to me that the table relationship (WO. CM_TB_USERS) must also exist in "targeteDB".

There may be workarounds rather kludgy; for example, if you update the appropriate line of this table to originDB in the same transaction you make the insert and then you would have the value via XLA. But that is very definitely a workaround and could have a negative impact in terms of performance, concurrency etc. Another possible option would be running at 'targetDB' application for connection (client/server) to "originDB", and then select the data required through that but it seems to me that the right solution is to adjust the data model / application design while you gave when you need.

Chris

Tags: Database

Similar Questions

  • TimesTen - 7001: user authentication failed when using XLA

    I installed TimesTen 11.2.1.8.0 on AIX 5.3 System.* user 'oracle '. I created another user of the application 'risk' to use in my application with TimesTen.

    When running my application with the user 'risk' to connect with TimesTen it is OK. But when I want to use the XLA feature, when I call the createDurableSubscriber function, it returns the error

    javax.jms.JMSException: failure of SQLDriverConnect (XlaCommon.c, line 48): S1000 7001 [TimesTen] [driver ODBC of TimesTen 11.2.1.8.0] TT7001 [TimesTen]: user authentication failed - file "db.c", lineno 9722, procedure 'sbDbConnect '.

    It is strange that if I switch to user 'oracle', it works fine.

    Can someone please help understand the reason why.

    Thank you

    You created the user 'at risk' within your TimesTen database?

    CREATE a USER risk IDENTIFIED BY 'some password'?

    You granted the privilege of the user risk to use XLA?

    XLA GRANT at risk;

    Have you used this user name and password in the JDBC URL when connecting to the database application JMS/XLA?

    The 'oracle' user is probably your admin user of the instance (which is the database root) and therefore can use all the features without special action (but of course you never run application as that user).

    Chris

  • sample application XLA

    Hi all

    I'll create an XLA application. Could you please share some information about this.

    Thank you!

    Dear 928879,

    You can find a lot of information in the material (http://docs.oracle.com/cd/E21901_01/doc/timesten.1122/e21638/jmsxla_event.htm#BABBCEGF)
    In addition, there is some information on creating application XLA using Java (http://ggsig.blogspot.co.uk/2011/06/timesten-xla-application.html), but unfortunally I've written about in Russian :((

    Best regards
    Gennady

  • The XLA API retrieves read operations (Select statements)?

    Hi all

    Firstly, I'm writing a request for implementation of the scheme of replication on databases TimesTen installed on servers that are distributed over several nodes, the application uses the API of XLA for monitors & retrieves changes apply on database TimesTen to a node, then propagates the changes to other nodes.

    The application must also propagate the transaction to read for some cases. If the XLA API doesn't get read operations? OTHERWISE, there are solutions to this situation?

    Thanks & BR

    Maher
    Software engineer

    No, XLA doesn't read operations. XLA is an API 'notification of change '. TimesTen has not any functgionality to allow you to 'hang' selects performed by another connection, sorry.

    Chris

  • XLA on AWT cachegroups

    I write an API to watch a few tables cached, TimesTen which are caching an oracle database. Here I have some people read only and AWT

    cache groups that hold tables. For the type read-only, it's ok, and whenever I make some changes directly on the database, the API notice these

    changes on the tables. But I have the problem with the tables located on the cache AWT groups. When I change these tables in the

    database (for example, INSERT a line), the API does not detect these changes until I refreshed this group of cache that hold the table. How can I write a

    API let you detect changes on the database for tables (belong to a group of cache AWT) and update this table via a SQL statement

    automatically? TimeTen has a capacity to do that?

    Thank you
    Shahrokh

    No, that is not possible and will probably not always possible. XLA is hunted TimesTen transaction logs; only data changes that occur in and are recorded by, TimesTen generate records of newspaper that XLA can retirn. Given that caching of the AWT is not vice versa in Oracle changes TT-> Oracle will never get 'automatically' to TiemsTen unless you don't happen explicitly using GROUP of CACHE LOAD/REFRESH or dynamic load.

    Chris

  • XLA using as a mechanism of replication - Client DSN cannot be used

    Hello

    I want to use JMS/XLA for replication, as described in the "of the Java Reference Guide and database developer' for TimesTen version 7.0 (I use Timesten 7.0.2.0.0).
    I create the object data for the target data store with for example:

    TargetDataStore myTargetDataStore = new TargetDataStoreImpl ("DSN = sampleDSN");

    The "sampleDSN" is a client DSN, configured in sys.odbc.ini:

    [sampleDSN]
    TTC_SERVER = lab04
    TTC_SERVER_DSN = tt
    UID = account
    PWDCrypt = 0ad87ad971dc8e4870347b50af54372429a3bbf3

    The problem; When the TargetDataStore object is created in the line of code above, I always get this Exception:

    Exception in thread "Thread-2" javax.jms.JMSException: failure of SQLDriverConnect (XlaCommon.c, line 48): 01 S 00 0 [TimesTen] [driver ODBC of TimesTen 7.0.2.0.0] Undefined connection attribute "TTC_Server" at line 358 of the /opt/TimesTen/tt70/info/sys.odbc.ini file
    at com.timesten.dataserver.jmsxla.TargetDataStoreImpl.xlaInit (Native Method)
    to com.timesten.dataserver.jmsxla.TargetDataStoreImpl. < init >(Unknown Source)
    to net.kapsch.ngin.timesten.replication.JmsReplication$ MyListener.onMessage (JmsReplication.java:249)
    at com.timesten.dataserver.jmsxla.MessageConsumerImpl.onMessage (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.handleRecord (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.onXlaUpdate (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.waitAndProcessEvents (Native Method)
    to com.timesten.dataserver.jmsxla.MessageConsumerImpl$ XlaSubscriberThread.run (unknown Source)
    javax.jms.JMSException: impossible to extract the XLA error message
    at com.timesten.dataserver.jmsxla.TargetDataStoreImpl.xlaInit (Native Method)
    to com.timesten.dataserver.jmsxla.TargetDataStoreImpl. < init >(Unknown Source)
    to net.kapsch.ngin.timesten.replication.JmsReplication$ MyListener.onMessage (JmsReplication.java:249)
    at com.timesten.dataserver.jmsxla.MessageConsumerImpl.onMessage (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.handleRecord (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.onXlaUpdate (unknown Source)
    at com.timesten.dataserver.jmsxla.XlaSubscriber.waitAndProcessEvents (Native Method)
    to com.timesten.dataserver.jmsxla.MessageConsumerImpl$ XlaSubscriberThread.run (unknown Source)


    Is there something to change for customer DSN, or can customer THAT DSN is not possible to be used at all...?

    Thanks in advance for the help
    Gerald

    That is right. TimesTen replicaiton only woks between homogeneous hosts (same OS, same CPU architecture). You can ask why when you can build with XLA replication that can run heterogenously. The short answer is that replication is a set of features that can easily be built with much broader XLA and also it is much faster than replication based XLA. We watched in the past to support heterogeneous replication. It is certainly not impossible to do, but do it in a way that does not significantly affect performance is more difficult. It might be something we do at some point (who knows), but so far, demand for the functionality of our customer base has been quite low.

    Chris

  • Smart View 9.3.3 than hstbar.xla is not found

    We are currently on version 9.3.1 and test version 9.3.3 for getting this packaged for immediate release.

    When you open Excel, you receive the following message:

    'D:\Hyperion\SmartView\Bin\HSTbar.xla' is not found. Check the spelling of the file name and verify that the file location is correct.
    If you try to open the file from your list of most recently used files on the file menu, make sure that the file has not been renamed, moved, or deleted.

    Has anyone this before, met would it be a permissions problem?

    Thank you

    Check if the HSTbar.xla file is located in D:\Hyperion\SmartView\Bin\HSTbar.xla.

    HTH-
    Jasmine.

  • XLA Trigger

    Hello
    May I know that is it XLA will trigger even before a commit, or what after a commit.

    Concerning
    Pratheej

    XLA provides only committed changes. Nothing becomes visible through XLA until it is committed. In addition, XLA offers always all records for a single transaction as a contiguous sequence even if many simultaneous transactoons are changes at the same time. Transactions are delivered in the time sequence strict validation.

    Chris

    Published by: ChrisJenkins on March 29, 2011 15:18

  • XLA is shared license. Need to change to fully installed.

    License Manager does not show subledger accounting (XLA) in the list of license so it can be changed from shared installed.



    Access code to the EBS. Go to system Applications: FLNR120E > License Manager Home >
    Try license "Shared" XLA "License." XLA does not appear in the list of products to license.


    Kind regards.

    Please see if (incapacitated R12 to view either upgraded invoice and received [858524.1 ID]) applies.

    To change the status of this product, I would say that you connect a SR.

    Thank you
    Hussein

  • that means "xla".

    for example: xla_fa_ael_gl_v

    Thank you!

    XLA is the common short name of "Accounting Module. This is the new product launched in version 11i

    For more information, please visit the links below meta

    What is XLA or common accounting Module? DOC - ID: 219237.1

    XLA or the common Accounting Module & how is it different from AX? DOC - ID: 260941.1

  • How to force Excel to open and update links

    I have a .xlsm for Excel Macro file I send data to and receive results based on that data are calculated. Some of these calculations are through a .xla link. NORMALLY when a man opens the file, the linkis opened and updated and everyone can go about their business.

    I found myself explicitly link opening with another open statement of workbook, but that's not fair right way. What happens if the .xla changes its name, or is moved? There must be a better way. Excel macro recording even managed to give me the explicit path and not an average programmically to open it as Workbook.OpenMyStupidLinksYouFool. Ugh.

    For reference, I tried to add parameters to the command open and compiles incorrect Diadem and he said I can't use parentheses. There are already some parenteses. huh?

    Open method of Excel:

    https://msdn.Microsoft.com/en-us/library/Office/bb179167 (v = office. 12) .aspx

    Safe:

    Excel.Workbooks.Open (sPathDocuments & "" & DiademExcelWorkbook)

    Error:

    Excel.Workbooks.Open (sPathDocuments & "" & DiademExcelWorkbook, 3)

    Hi sg.

    The specific error that you got has nothing to do with DIAdem or Excel. If you want to call a function in a VBScript script that has several parameters, and if you use parentheses in the call syntax, then the prefix 'Call' is necessary.

    Call Excel.Workbooks.Open (sPathDocuments & DiademExcelWorkbook, 3)

    I'm not sure what you were up to with the & "" & construction, so I simplified it is above.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • How to save the .xls file to a place predefined using TestStand

    Hello

    I wanted to write a test case using TestStand without using the LabVIEW screws. My requirements are-

    1. thanks to TestStand, read 'LRDC' and 'Tension' / information about the columns of an Input.xls template file and create respective local table variables accordingly in the Teststand sequence file.

    2 start a new worksheet that will bring together the results of the tests using the local table (created in step 1) as input variables. Criteria of pass/fail will be executed according to the values read from the engine ECM.

    3 allows the new worksheet as "Results.xls" appeal and it should be saved in a predefined location.

    From the points mentioned above, I am able to set up the point No. 2, but I'm still not able to understand "how to read the value of the template of Input.xls" and "How do I backup the file Results.xls in a predefined path.

    Please take a look at the enclosed sequence. I currently hard coded [...] Locals.RLOC and the inhabitants. [x] [0], but ultimately I want this info to get filled with Input.xls file.

    In addition, step 12/14, I try to use the "Save Excel" step, but I don't think this is the correct step. She asks for (optional) filename as input, and even if I said "Results.xls", while recording the file get saved by name as Book1.xla, Book2.xls.

    Can you please suggest any stage in which I can quote the path where the file will be saved with the name Results.xls?

    I use TestStand 2010.

    Thank you and best regards,

    Niraj.

    What happens when you replace the------a------in the variable (Locals.Results_Filename)?  Need the error?

  • Load a/c for inventory

    Hello

    Navigation

    INV-installation-org-settings-other accounts

    There is an a/c of the commitment we have to define.

    1. When this account is used if you please?

    2. What are the journal entries generated?

    3. the same encumbrace a/c set to GL in the Accounting Manager allows here?

    4. can it be occult left? Even if the customer wants to use the posting of charges?

    Thank you

    Hello

    It is assumed that create accounting is executed to process the appropriate enforcement authorities.

    For the commitment and obligation, create accounting must be run to request for purchase orders and purchase.

    For reversal of burden of inventory, create accounting must be run to a cost management for inventory management costs - XLA

    Assuming that all the foregoing, these logs should be created to inventory in a load environment:

    Accounting entries of load:

    (1) application to reserve:

    -Budget account DR - created commitment

    -Reserve support CR

    (2) Autocreate requisition in IN. and IN reserve. This is sometimes called commitment becomes obligation:

    -Budget account CR - reverse commitments

    -RFE DR

    -Budget account DR - obligation created

    -RFE CR

    3) receive inspection: no load effect

    (4) delivery in the inventory: transaction processed and encrypted (prerequisite: Reverse charge must allow the Organization of inventory.) Run create accounting for cost management and transfer log log Post GL GL:

    -Budget account CR - this is the reversal of the burden

    -RFE DR

    (5) Bill: no clutter effect

    Accrual journal entries:

    (1) reserve requisition, reserve PO: no accumulation effect

    2) receiving inspection:

    -Receipt account DR

    -Inventor A / P accounting CR

    3) delivered in the inventory

    -Material account DR

    -Receiver account CR

    (4) Bill:

    -L' inventory A / P of accumulation DR

    -Responsibility: CR

    Kind regards
    Released

  • New SmartView user

    I created a SmartView excel spreadsheet on my desk.  When I copy the file on our server for others to use, the formula has suddenly had a server link in them.

    The formula looks like this on my desk... =-HsGetValue("SimsMM","Scenario#"&OPTIONS!$B$1&";) Year #"& OPTIONS! ' $B$ 23 & "; Period #"& OPTIONS! "$F$ 1 &"; Notice #"& OPTIONS! ' $B$ 6 & "; Feature #"" & $D $ 1 & ";" Value #"& OPTIONS! "$D $5 & '; Account #"" & $A26 & ";" ICP #"& OPTIONS!" ' $B$ 8 &; CostCenter_RollFwd"& OPTIONS! $F$ 1 & ";". " ALL #"& OPTIONS! "$ 10 $B & '; AllDataSource #"& OPTIONS! ' $B$ 11 & "; Hist_Tonnage #"& OPTIONS! $B$ 12 & "") / 1000 "

    When the file is copied to the server it looks like this... = -\\Uswcdfs120\files\Oracle\SmartView\bin\HsTbar.xla! HsGetValue ("SimsMM", "scenario #" & OPTIONS! $B$ 1 & ";") Year #"& OPTIONS! ' $B$ 23 & "; Period #"& OPTIONS! "$F$ 1 &"; Notice #"& OPTIONS! ' $B$ 6 & "; Feature #"" & $D $ 1 & ";" Value #"& OPTIONS! "$D $5 & '; Account #"" & $A26 & ";" ICP #"& OPTIONS!" ' $B$ 8 &; CostCenter_RollFwd"& OPTIONS! $F$ 1 & ";". " ALL #"& OPTIONS! "$ 10 $B & '; AllDataSource #"& OPTIONS! ' $B$ 11 & "; Hist_Tonnage #"& OPTIONS! $B$ 12 & "") / 1000 "

    Note the link server in blue above.  Any suggestions as to what I'm doing wrong?

    My job would be about to do a "find and replace the link" and replace by "white", but seems rather strange that it was inserted in the first place.

    Any suggestions would be welcome.

    There is an option in SmartView to fix the links, in the SmartView Ribbon, under features, click links in difficulty

    That should fix it for you.

    -Dan

  • We can directly delete rows in the XLA_DIAG_SOURCES table?

    Hi all

    There are lines in our database of the EBS R12.1.3 26043887 in the XLA_DIAG_SOURCES table. I tried to launch the program of Diagnostics to Purge Transaction object, but is not the removal of the lines. Can we delete the lines manually?

    Kind regards

    Vinod

    Its Ok to do a purge or truncate the data. Check the notes below as well.

    But before to do that set "ALS: Select Diagnostics.

    Create accountants: create accounting program (XLAACCUP) error ORA-01653 cannot extend the Table XLA. 16 in the Tablespace APPS_TS_TX_DATA (Doc ID 943938.1) XLA_DIAG_SOURCES

    How to purge the populated tables allowing the diagnosis of ALS? (Doc ID 1516562.1)

Maybe you are looking for