Licences Types : SDK and RTK

We have purchased development licences for Tuxedo8.0. We have received two sets
of keys, one of type "SDK" and other of type "RTK". What exactly is the difference
between the two ?

Hi,
SDK is the license key for developing a program, for example, C compile.
RTK is the license key only for TUXEDO system administration, for example,
tmboot, tmshutdown and so on.
I hope this help you.
Mr, Ko.
"vipul" <[email protected]> wrote in message
news:3e1b10d6$[email protected]..
>
We have purchased development licences for Tuxedo8.0. We have received twosets
of keys, one of type "SDK" and other of type "RTK". What exactly is thedifference
between the two ?

Similar Messages

  • Need tuxedo8.1 license of type SDK (for windows and linux)

    CMDTUX_CAT:4382: ERROR: You do not have a valid SDK license
    I get this error when running this command -buildserver.
    I downloaded the entire 8.1 package and found that it had a license of type RTK
    I want a License of type SDK with JOLT.
    If anyone has one, please do send me.
    I need SDK license for 8.1 and/or 9.1 (windows and/or linux).
    If anyone has a license of SDK type, please send me. My mail ID: [email protected]
    Also, how do we update the license in window?
    thanks in advance,
    Anish Kumar

    Hi Anish,
    Assuming you are covered by the appropriate licenses, you may download license keys for Tuxedo and related products here . Append the license key files you require into a single file called lic.txt and place it in the udataobj directory of the Tuxedo installation.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Latest J2EE SDK and Servlets

    Hi,
    I downloaded the latest J2EE SDK and I wish to use it in Eclipse IDE.
    Trying to compile a servlets (a my own one) a javax.servlet cannot be resolved to a type error occurs (shouldn't this package be part of the Sun AS provided within the SDK?).
    Searching for it in the J2EE SDK installation directory I didn't found it.
    Where it is? How I can compile servlets?
    Thank you.
    PS: Please, don't reply me that I didn't need the J2EE SDK to compile and run servlets because I know it.
    I wish to use J2EE technologies and servlets together.

    That makes perfect sense and is quite normal.
    Jar files are each individually treated as a directory containing a classpath entry, and will each have to be specified separately.
    What you're expecting is similar to having every subdirectory containing within it the root of a class tree being recognised automatically by supplying a single higher level directory on the classpath.
    Something like
    classroots
      |--project1
      |           |--classes
      |                    |--com
      |-project2
                  |-classes
                           |-comJust supplying "classroots" on your classpath will NOT cause project1/classes and project2/classes to be picked up as classpath entries (or shouldn't, there might be broken JVMs out there).

  • The swf tag spec for tag type 41 and 63?

    Hi.
    Where can I find the swf tag spec for tag type 41, 63?
    I made the tag type list by reading the SWF file format
    specification
    http://www.adobe.com/devnet/swf/pdf/swf_file_format_spec_v9.pdf
    tag type:
    0: End
    1: ShowFrame
    2: DefineShape
    4: PlaceObject
    5: RemoveObject
    6: DefineBits
    7: DefineButton
    8: JPEGTables
    9: SetBackgroundColor
    10: DefineFont
    11: DefineText
    12: DoAction
    13: DefineFontInfo
    14: DefineSound
    15: StartSound
    17: DefineButtonSound
    18: SoundStreamHead
    19: SoundStreamBlock
    20: DefineBitsLossless
    21: DefineBitsJPEG2
    22: DefineShape2
    23: DefineButtonCxform
    24: Protect
    26: PlaceObject2
    28: RemoveObject2
    32: DefineShape3
    33: DefineText2
    34: DefineButton2
    35: DefineBitsJPEG3
    36: DefineBitsLossless2
    37: DefineEditText
    39: DefineSprite
    43: FrameLabel
    45: SoundStreamHead2
    46: DefineMorphShape
    48: DefineFont2
    56: ExportAssets
    57: ImportAssets
    58: EnableDebugger
    59: DoInitAction
    60: DefineVideoStream
    61: VideoFrame
    62: DefineFontInfo2
    64: EnableDebugger2
    65: ScriptLimits
    66: SetTabIndex
    69: FileAttributes
    70: PlaceObject3
    71: ImportAssets2
    73: DefineFontAlignZones
    74: CSMTextSettings
    75: DefineFont3
    76: SymbolClass
    77: Metadata
    78: DefineScaleGrid
    82: DoABC
    83: DefineShape4
    84: DefineMorphShape2
    86: DefineSceneAndFrameLabelData
    87: DefineBinaryData
    88: DefineFontName
    89: StartSound2
    And I found there are some unexplained tag types.
    Escpecially, I need the spec for tag type 41 and 63
    because those tag types exists in air files of my application
    which I built with the Flex Builder 3.
    Thanks in advance.

    I've found this: http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/modules/swfutils/src/java/flash/ swf/TagValues.java

  • Want to create a user field with type alphanmumeric and structure text through coding

    i want to create a user field with type alphanumeric and structure text through coding.am using vb
    plz help me

    Hi.
    Please take a look at samples in SAP B1 SDK.
    Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
    oUserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
    ' Adding "Name" field
    '// Setting the Field's properties
    oUserFieldsMD.TableName = #YOUR_TABLE_NAME#
    oUserFieldsMD.Name = "Name"
    oUserFieldsMD.Description = "Name"
    oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Alpha
    oUserFieldsMD.EditSize = #LENGTH_OF_FIELD#
    '// Adding the Field to the Table
    lRetCode = oUserFieldsMD.Add
    GC.Collect() 'Release the handle to the User Fields
    Hope it helps.
    Regards,
    Pawel

  • [svn:fx-trunk] 10889: Add FTETextTests which check that a Label and NumericStepper configured to use FTEText have a textField and textInput , respectively, of type UIFTETextField and MXFTETextInput.

    Revision: 10889
    Author:   [email protected]
    Date:     2009-10-06 09:29:53 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Add FTETextTests which check that a Label and NumericStepper configured to use FTEText have a textField and textInput, respectively, of type UIFTETextField and MXFTETextInput.  The components are configured via style properties rather than by theme which would require another version/compile of the BasicTests.swf.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Alex
    Tests run: basictests
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests-config.xml
        flex/sdk/trunk/frameworks/tests/basicTests/BasicTests.mxml
    Added Paths:
        flex/sdk/trunk/frameworks/tests/basicTests/halo/scripts/FTETextTestScript.mxml
        flex/sdk/trunk/frameworks/tests/basicTests/halo/views/FTETextTests.mxml

    I'm also having this problem. I'm using Flash Builder 4.6, AIR 3.4 and I've made a DLL (e.g. ExtensionDll.dll) which needs to call functions in another DLL (e.g. DllUsedByExtensionDll.dll) . I've made sure my ANE is working with the ExtensionDll.dll already, so there are no issues with my actionscript code or my ANE packaging or my DLL compilation. However, once I start calling functions from the other DLL, it starts throwing me Error #3500. Even if I call this function (e.g. abc()) in ExtensionDll.dll, but I never actually use the function from actionscript, and I call another function (e.g. def()) from actionscript, the Error #3500 still appears, so it does not seem to depened on the whether the code is used or not.
    It's similar to this problem.
    http://stackoverflow.com/questions/9823504/how-to-use-external-dll-in-air-native-extension
    Does anyone have a solution or at least a way to debug this?

  • Difference between BO Sdk and RAS Sdk

    <p>Hi,</p><p>Can somebody tell me the exact difference between Business Object Enterprise SDK and RAS SDK.</p><p>Is Business Objects Enterprise SDK a replacement for RAS SDK.In other words can we do everything that RAS SDK does with Business Objects Enterprise SDK ?</p><p>Any information is highly appreciated.</p><p>Thanks,</p>

    <p>We are designing reports using a Designer and wanted to feed the report using run time data rather than report connecting to a database.We are able to do a proof of concept using JRC for eclipse.I guess this is sufficient for our needs as long as it can scale well.Can we buy concurrent process licence CPL for more than 3 users ? We are reluctant to go towards BO server route unless we are very much sure that JRC does not cater to our requirement fully.</p><p>Just to summarize our requirements.</p><p>a)Report Designing using a POJO or Java Bean connectivity.</p><p>b) Feeding the designed report with data at run time.</p><p>Your response is higly appreciated.Thanks</p>

  • Custom action with XML type input and output parameter.

    Hi,
    I want to develop custom action with xml type input and/or output parameter.
    Is there sample code for java side. How is the definition of input and/or output parameter and set/get methods?
    does it need special .jar file to develop custom action like this?
    Thanks.

    Cemil - yes, you can use XML data types.  Use the class
    com.sap.lhcommon.xml.XMLDataType
    for your parameter type.  Here is a snippet from a custom action we use to log XML (instead of just returning the #text node like the default logger does):
    public class XMLLogger extends ActionReflectionBase
        private String source;
        private String eventType;
        private String textMessage;
        private XMLDataType xmlMessage;
        public XMLLogger()
            log = new Logger("UserLog");
            source = DEFAULT_SOURCE;
            eventType = TYPE_INFO;
            textMessage = "";
            xmlMessage = new XMLDataType();
        public XMLDataType getXmlMessage()
            return xmlMessage;
        public void setXmlMessage(XMLDataType xmlMessage)
            this.xmlMessage = xmlMessage;
        public void Invoke(Transaction transaction, ILog ilog)
            StringBuffer sb = new StringBuffer();
            sb.append('[');
            sb.append(source);
            sb.append("] ");
            sb.append(textMessage);
            sb.append(XMLUtils.convertXmlToString(xmlMessage));
    XMLUtils is a helper class we wrote - it's just a bunch of standard Java XML boilerplate code.  The important part you need to know is XMLDataType.getDocument() will return an org.w3c.dom.Document.
    I hope that was enough information to help.
    -tim

  • Account type M and G/L account with open item management not permitted

    Hi,
    I am getting the following error while applying VL02N (PGI) is "Account type M and G/L account with open item management not permitted".  Before I got an error like posting period and I have closed those posting periods 2008/08 and 2008/07.   Now I am getting this error. 
    Please provide the solutions to overcome this and I want to execute the full transaction.
    Thanks in ADVANCE.
    Kishore

    Hi Kishore,
    Please check these threads
    Account type M and G/L account with open item management not permitted
    Re: Account type M& GL with open item managment not permitted error
    Posting to G/L accounts with open item management are not permitted
    Hope this would help you.
    Good luck
    Narin

  • Mvt type 103 and 105

    Dear all,
    I am doing GRN through 103 mvt type of 100 Qty. But at the time of 105 Mvt type qty found 90 that means 10 Qty still pending in block stock. How to process with 10 Qty in block stock which is due to vendor mistake. Please suggest exact procedure and accounting effect on the same.
    Regards
    Atul

    While posting the document against the movement type 103, no FI documents get generated becasue there is no valuation for the materials at the blocked storage Location. The FI document is generated with the movement type 101 and 105.
    In this case, you can cancel the material document number created by the movement type 103 by 104. Then again you will have to do the GRN in 103. The quantities in the material document number created by 103 movement type can't be modified.
    Secondly, if you have the final GRN against the 103 document, then you will have to return the stock by movement type 122.
    Still any queries, revert back.

  • VS 2010 Pro "Other Project Types" / "Setup and Deployment": No items found

    Hello,
    I have VS 2010 Pro Version 10.0.40219.1 SP1 Rel. I have developed a VB.Net application and would like to deploy it. When I try to add a setup project to the solution, I get "No items found" where a list of project types should be in the "Add New Project"
    dialog, "Installed Templates", "Other Project Types", "Setup and Deployment". Shouldn't the Pro version have those templates installed? If so, can I copy them from somewhere? I noticed that "Database" and "Test Projects" also have empty lists. There are lots
    of templates available for the various languages.
    I tried to modify the VS 2010 installation by adding support for SharePoint, but that did not help. Do I have to uninstall, reboot, and re-install? It's so cumbersome considering that I would need to redo the updates as well.
    OS is Win 7 Pro, processor is Intel E8400.
    Thanks!
    r4

    Hi robertrackl,
    Thanks for your post.
    The Setup Project template is located in: Installed Templates >> Other Project Types >> Setup and Deployment >> Visual Studio Installer. Would you please check if the templates exists in this path?
    If not, you can follow the steps below to reset your Visual Studio templates:
    Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE
    (by default is C:\Program Files \Microsoft Visual Studio 10.0\Common7\IDE);
    Delete the ItemTemplatesCache, ProjectTemplatesCache
    folder;
    Open Visual Studio Command Prompt (2010) under Start menu -> All Programs -> Microsoft Visual Studio 2010 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator);
    Run the devenv /InstallVSTemplates switch;
    Run the devenv /Setup switch.
    If you have any concerns, please feel free to let me know.
    Best Regards,
    Andrew Wu [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Allow mov type 261 and 262 for a material type only

    Requirement is to allow movt type 261 and 262 for a particular material type.( Assume Only 261 - 262 issue transactions happen against that material type.)
    User to be restricted, while material issue (migo), for the material type XXXX to 261 - 262 movt type only.
    No any other movt type allowed for this material type while issuing material.
    All suggestions welcomed.
    Regards,
    Rakesh

    Thanx amit.
    But same user uses all other movt types for other material type also.

  • Period 001/2010 is not open for account type S and G/L 799999

    Hi friends
    I am in SD. I am trying to create stock for newly created material, movement type 561. system give error Period 001/2010 is not open for account type S and G/L 799999.
    I use the T. Code OB52, i am confuse which combination i.e. variant, A, from Account, To Account, from per. 1 Year, To period, Year, from per. 2 year, To Period, Year, I should choose, can some one send me detail reply and solution which may display after this t. code OB52. I also have questin which movement type i should use.
    Using T.Code MMPV, i have created new period (from company code 1000, To Company code 1000, period 01, Fiscal Year 1020.
    I was reading previous solution, one of them was i should close period 2009. I tried to do this using using MMPV, i entered fiscal year 2009. Error display  The specified year 2009 is not the current calender year.
    Thanks
    Raj

    Hi
    Hope you are doing this in test server
    If this is a real time issue this needs to be addressed by a FI consultant
    First see for your company code what is the posting period varient maintained in OBY6
    Say if it is 1000
    Then in OB52
    Maintain a setting like this
    1000-S-BLANK-ZZZZZZZZZZ-1--2010122010-13--201016--2010
    Then save it
    This is for Account type S that is GL accounts
    Preferably maintain the same for      A,   + ,   D,   K,   M,   V
    Regards
    Raja

  • How do I type Hebrew and English on the same page

    How do I type Hebrew and English on the same page in Indesign?

    What version of InDesign are you using? And on what operating system? Switching keyboard ("input methods") is in your OS, not in InDesign. InDesign has had the capability to display right-to-left languages since CS4, but only the Middle East edition has the abilities to actually manipulate Hebrew text. If you're trying to do a bilingual, bidirectional document, you'll need the ME edition. If you are a CC subscriber, it comes with your subscription; if you are not, you'll need to buy another version of ID, or a plugin that will allow you to access those RTL features.

  • Problem with Dockingsta​tion Type 2504 and R60 LAN Performanc​e

    Hello,
    we have a smal problem with a lenovo dockingstation type 2504 and a r60 laptop.
    Made some performance test for oure fileserver.
    Found out, if i use dockingsstation, i get poor performance.
    If i use the r60 without dockingstation, lan performance is realy good.
    Some idea why?
    How could it be?
    Performance profile is max.
    Use battrie in r60, dockingstation with power supply.
    Big thanks

    Ok, so I was able to video chat with Defcom last night by turning on my firewall and also by changing iChat/AIM to logon through port 334. I still cannot video chat with appleutest01. Any other ideas?

Maybe you are looking for

  • Incorrect initial value for char 0FISCYEAR in i_t_range in DTP filter prog

    Gurus I need your help , I have searched all the threads but could not find anything which can help me resolve this issue. I have a filter in DTP as a routine to get the year from system date. The program is correct for syntex but when I trigger the

  • Aggregation of analytic functions not allowed

    Hi all, I have a calculated field called Calculation1 with the following calculation: AVG(Resolution_time) KEEP(DENSE_RANK FIRST ORDER BY RANK ) OVER(PARTITION BY "User's Groups COMPL".Group Name,"Tickets Report #7 COMPL".Resource Name ) The result o

  • Printing a PDF from a PDF generates a log file

    I have pdfs that get generated from a web site and for whatever reason when I go to print them to pdf I just get a log file. I can print to pdf from any other pdf file. I need to do this so that it basically flattens the pdf and the end user can't se

  • PDF Preview working intermittently from workspace for FR reports

    We are facing a strange issue while running HFM reports from workspace and taking PDF Preview, the report runs fine but when going for the PDF preview we dont get it every time. Some it works when we try again by clicking on PDF preview button again,

  • Unity 7 to Unity Connection 8.x migration

    I am in the planning stage of a migration of users from Unity 7.x to Unity Connection 8.5. Can anyone provide me with their experience of how many users/per m inute or hour they were able to move.  I will not be moving messages. Thank you, Terry