Different behavior for mts on windows 2000

1) I've installed oracle service for MTS on "windows 2000 professional" and started an application written in VB in REQUIER mode, successfully (it worked with MS provider for oracle MSDAORA).
2) Then I installed the oracle service for MTS on "windows 2000 advanced server" tried the same application with the above provider and MTS in REQUIRE mode but the application fail.
The next step was to change the provider to oracle provider (I cannot remember its name, I found it in an article at metalink) and the application run.
My questions are:
a. Do you know about problem like this?
b. What to fix in order to work on "windows 2000 advanced server" the MTS in require mode and using the Microsoft provider for oracle (MSDAORA)?
Thanks,
Ronen.
null

Ronen, Your best bet is to talk to Microsoft support about this. The MSDAORA provider doesn't have anything to do with Oracle Services For MTS. However check the following registry values under the following registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI:
a) OracleOCILib
b) OracleSQLLib
c) OracleXALib
These must point to dlls located under the bin subdirectory of your ORACLE_HOME directory.

Similar Messages

  • Different behavior for index

    Hi.
      I have the table inl_allocations with following index:
    CREATE INDEX inl_allocations_n1 ON inl_allocations
      ( ship_header_id                  ASC,
        adjustment_num                  ASC,
        ship_line_id                    ASC )
    When running query below, we have different behaviors for indexes in different DB:
    SELECT *
      FROM INL_ALLOCATIONS CA, INL_SHIP_LINES_ALL CC
      WHERE CC.SHIP_LINE_ID = CA.SHIP_LINE_ID
      AND CC.SHIP_HEADER_ID = CA.SHIP_HEADER_ID
    1- For DB 1 (11.2.0.1.0) the explain plan for query:
                    (3)  INDEX INDEX FULL SCAN INL.INL_ALLOCATIONS_N1  [Analyzed]
                        Est. Rows: 33  Cost: 1
    2- For DB2 (11.2.0.3.0) the explain plan for query does not use the index INL_ALLOCATIONS_N1, and we have a FULL in table.
               (3)  TABLE TABLE ACCESS FULL INL.INL_ALLOCATIONS  [Analyzed]
               (3)   Blocks: 13 Est. Rows: 167 of 269  Cost: 5
    We would like to know the reason why there are differences between both environments.
    Thanks and Regards.

    many years ago Oracle used to optimize queries with a set of rules that ranked the potential access paths and finally chosed the possible operation with the highest rank. So for two systems with the same DDL Oracle would have generated the same plan. This was the rule based optimizer (RBO) and its shady ghost still dwells somewhere deep in the Oracle code. Since at least Oracle 8i (> 10 years ago) the standard optimization engine is the cost based optimizer (CBO) which uses statistics to generate execution plans: and if the data of your systems is different (or even if the data is identic but its physical order is different and changes the index clustering factor) the CBO can and will generate different plans and use or not use existing indexes.
    Regards
    Martin

  • RDCMan different behavior for different machines

    I'm using Remote Desktop Connection Manager, which has been very useful since I have to remote into so many different machines.
    I am curious though and this is more of a question than a problem, but I notice different behavior remoting into different systems.
    On some servers, I get this popup when I connect:
    On other servers, I get brought to this screen to enter my password:
    I've checked the group policy settings, registry settings, made sure I didn't have any saved credentials, makes no difference.
    Any idea why?

    RDP Session Setting:
    Console Session Settings:
    Hi,
    As per my research, that is the default behavior and it correlates for 2 different scenario “Console and RDP”. When you are performing “Console” of server then it will provide you the direct screen of server to login. But when you want to take RDP
    then it will ask you as “Windows Security” login prompt.
    Please check my words on your screenshots
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Illustrator CS2 Doesn't Start For User on Windows 2000

    I've recently installed Adobe Illustrator CS2 on a Windows 2000 system. When I start the product when logged in as the Administrator, it starts fine. However, when I start the product logged in as a user, it goes thru the startup process, displays all of the various tool windows, and then before it gets to the first time window, it just closes. No error messages, nothing in the Windows system or application log, it just closes the same windows it just opened and then exits.
    I've tried setting the permissions on the folders listed in the Windows Rights KB entry, with no effect. I've tried installing a postscript printer, setting full rights on it, and using it as the default for the user.
    Does anyone know what file right, user priviledge, or other feature might be causing the problem? Thanks.

    I wasn't aware that it required Power User rights. This is somewhat of a high security environment, and that can be difficult.
    Do you, by chance, know what features of Power User rights are needed? I can perhaps grant those to this user, and make it work.
    Do you think it is having a problem accessing portions of the registry, or files in certain folders, or something else?
    Thanks for your help.

  • Can Chrome be a satisfactory replacement for Firefox on Windows 2000 ?

    Firefox recommends Opera as a replacement. Would Chrome be as satisfactory a replacement for Windows 2000 Pro

    If you have Windows 2000 and Firefox 12, you won't receive anymore updates. Windows 2000 hasn't been supported for almost 2 years so you should update Windows if possible.

  • Oracle 8.1.7 for Unix and Windows 2000 Active Directory

    Is it possible to integrate the users and passwords of an Oracle Database running on Solaris with the users and passwords defined in a Windows 2000 Active Directory? What are the requirements and the necesary steps?
    I've read the documentation and it shows how to do it if you install Oracle in a Windows 2000 Server, but it does not mention about installing it in any kind of Unix.

    You should consider to base your firm security and central user repository on REALLY SECURE and ROBUST product technology. Not on Windows 2000 Active Directory. Win2K AD is known to be slow and insecure. If you have Oracle on Solaris your data is secure and next step is to move user accounts to real user repository. It may be one of well-known LDAP servers. Try to read some materials on CERT Coordination Center (http://www.cert.org) which describe LDAP servers. After this you can choose the server which best suite your needs.

  • VPN -- different behavior between Mac and Windows XP clients.

    Hi,
    Background:
    I have a Mini server serving L2TP IPSEC vpn with both Mac and Windows (all XP, so far) clients.
    The mini sits behind a Netopia router/firewall/NAT box that port forwards L2TP traffic to the mini.
    The mini has a public but unrouted address (unrouted in the public Internet, that is.) The same Netopia serves as the router for outgoing public connections. DNS is served by other servers.
    The VPN clients are distributed addresses from the unrouted public address space.
    Client <-> NAT <-> Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN)
    Mac clients work happily, accessing internal and external hosts.
    The XP clients have a registry value set to allow NAT traversal:
    under HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Services\IPSec, AssumeUDPEncapsulationContextOnSendRule is set to 2 to allow dual Nat traversal.
    The XP clients happily access internal hosts, but hang accessing some, but not all external hosts.
    For example, most Google services are quickly displayed, whereas www.comcast.net or www.llbean.net hang. It appears to be more frequent accessing third-party hosts while processing the initial page. Some Google web services, e.g. some Google Map plugins do eventually hang.
    An XP host internal to the network configured with the above registry key set to 0 (No NAT traversal)
    exhibits the same behavior when using a VPN connection
    Public Cloud <-> NAT <-> Private (with public addresses) <-> Mini (VPN) <-> Pvt. <-> Client
    Same host without VPN works fine.
    Clearing the XP checkbox that routes all traffic to the remote (VPN) router makes external hosts work
    as you would expect.
    So my questions are:
    a) What's XP doing?
    b) Can it be fixed? (besides routing public traffic away from the VPN.)
    Thanks Jonathan
    p.s. MrHoffman, I almost asked this in the HP Forum as well, till I noticed you were here. (Assuming you are Hoff.)

    Hi soccerdude21490-
    +Is this possible?+
    Theoretically yes. However, it would be up to the school to allow you access through their network.
    The first step would be to contact the school's IT department and ask them if they will allow such a connection, and if so, could they please provide you with the settings (ip address etc.).
    Luck-
    -DP

  • Mandatory fields & JHS different behavior for the very same situation

    Hi,
    There is an issue regarding mandatory fields in a form. Let me put it in this way:
    Using this framework, obviously there are two ways for declaring a field as a mandatory one.
    Firstly, at model level; checking the mandatory check box in the entity itself and secondly; at view level; one can set the required field in application definition.
    The problem is; leaving a mandatory field empty; the user faces two different alert messages_.
    Best Regards,
    Yasaman Parandian
    Edited by: Parandian on Oct 7, 2009 5:02 AM

    Steven,
    I can see a little bit of misunderstanding here; the point is that the javascript alert message is
    the preferable behavior……And the question is if there is any way that I can change the JHS-level mandatory fields to pop up a javascript error message when left empty.
    Thank you so much in advance,
    Best Rgrds
    Yasaman Parandian

  • Different behavior for Power View between Excel and Power Bi Site

    Hello,
    this problem is driving me crazy...
    I have a PowerPivot Data Model and created a PowerView that includes three charts for the 
    Year, Quarter, Brand and a matrix that allow me to drill down the different projects. Each Project in the matrix can be clicked to view the project details.
    The strange thing is that in Excel on my Desktop and in the Power Bi App for Surace RT when i press the Project in the drill down the previous filters remains set, while if i do the same in Power Bi Sites the filters are lost. I tried with Chrome and IE
    but behavior the same. Am i missing something?
    Thank you so much

    Dear Will,
    thank you so much for your reply.
    I'm attaching come screenshots from Power bi site i remove the clases and the data, but you should have an idea of the scenario. Actually I'm not setting the Year and Quarter filter as view filters in the Power View.
    I'm just using Cross filtering and i realize that the behavior is different between Excel Desktop and Power Bi Surface RT app and the bi sites (with all browsers).
    First image with 2014 set (just clicked on 2014) the data on the Matrix have been deleted.
    After i select the drill down:
    Thank you so much for your help, I really appreciate it!
    --silvano

  • Different program for Apple vs Windows HP PC?

    My windows HP pc died in December.  I bought the Adobe ExportPDF in November.  Can I have the same program in Mac for my new Apple?
    Would like a refund on the Windows program and apply for the Apple program
    Message was edited by: junemarie

    Hi June,
    I'd like to assist!
    Since ExportPDF is subscription service your account can be used on any operating system using a browser. Click here for a list of supported browsers.
    Please let me know if you need further assistance!
    Kind regards, Stacy

  • HTTPService - different behavior on mac and windows...

    My AIR application talks to a backend that does not have a server based proxy service. Doing a plain vanailla https POST...and finding out that my code works great on a mac but fails to get a response back to the result handler on a windows box...
    private function setupHTTPService():void {
                httpserv = new HTTPService();
                httpserv.url = "https://a.b.c.d:8081/sqlquery";     // IP addr goes here..
                httpserv.method = "POST";
                httpserv.resultFormat = "text";
                httpserv.contentType = "text/plain";
    In another method ---
        httpserv.request = qm.messageString();
                      httpserv.addEventListener("result", plistener = function (e:ResultEvent): void { gotdata( e,qm,gotconfig ) } );
                      httpserv.addEventListener("fault", flistener = function (e: Event): void { gotfailed( e,qm, gotconfig ) } );
                      httpserv.send();
    Handlers ---
            public function gotdata(e:ResultEvent, qm:QueryMsg, passthru:Function):void {
                httpserv.removeEventListener("result",plistener);
                httpserv.removeEventListener("fault",flistener);
                handleData(e.result as String,qm)// handle receiving categories
            public function gotfailed(e:Event,qm:QueryMsg,passthru:Function):void {
                httpserv.removeEventListener("result",plistener);
                httpserv.removeEventListener("fault",flistener);
    Setup the breakpoints on gotdata and gotfailed - don't even get a failure back when running the AIR app from a windows client. Tried with 3.3 and 3.4 SDK. Any thoughts?

    Weird. We are having this same problem as well. Ours happens in Chrome as well. What I have figured out is -at least for us - is its somethign to do with the Google Analytics tracking cookie on our site. If I go to cookies and then delete the _umtz cookie, the site will load fine. In the time being I have set "pageTracker._setCampaignTrack(false); " in our tracking code to keep the script from dropping the cookie in users browsers.

  • How to get a valid IPCKEY for our UBBCONFIG (Window 2000) ?

    Hi everybody,
    I am trying to install Tuxedo 8.0 to run the simpapp sample.
    I have set all the environment variables and now I am trying to
    find a correct IPC KEY for the UBBSIMPLE configuration file.
    I just tried the TMLOADCF -c UBBSIMPLE command to find out a minimal value for this
    variable.
    Here is what I get :
    Ipc sizing (minimum /T values only) ...
    Fixed Minimums Per Processor
    SHMMIN: 1
    SHMALL: 1
    SEMMAP: SEMMNI
    Variable Minimums Per Processor
    SEMUME, A SHMMAX
    SEMMNU, * *
    Node SEMMNS SEMMSL SEMMSL SEMMNI MSGMNI MSGMAP SHMSEG
    JELALANNE 35 5 30 A + 1 22 44 385K
    where 1 <= A <= 8.
    The number of expected application clients per processor should
    be added to each MSGMNI value.
    So the value SHMMAX*SHMSEG=385K ...!?!?
    What can I do with this value to find out that one of IPCKEY ???
    Thank you in advance for your help
    Best Regards
    Jean-Guillaume LALANNE
    [email protected]

    These values have nothing to do with the IPCKEY, which is just a unique
    number that you choose.
    jeangui wrote:
    >
    Hi everybody,
    I am trying to install Tuxedo 8.0 to run the simpapp sample.
    I have set all the environment variables and now I am trying to
    find a correct IPC KEY for the UBBSIMPLE configuration file.
    I just tried the TMLOADCF -c UBBSIMPLE command to find out a minimal value for this
    variable.
    Here is what I get :
    Ipc sizing (minimum /T values only) ...
    Fixed Minimums Per Processor
    SHMMIN: 1
    SHMALL: 1
    SEMMAP: SEMMNI
    Variable Minimums Per Processor
    SEMUME, A SHMMAX
    SEMMNU, * *
    Node SEMMNS SEMMSL SEMMSL SEMMNI MSGMNI MSGMAP SHMSEG
    JELALANNE 35 5 30 A + 1 22 44 385K
    where 1 <= A <= 8.
    The number of expected application clients per processor should
    be added to each MSGMNI value.
    So the value SHMMAX*SHMSEG=385K ...!?!?
    What can I do with this value to find out that one of IPCKEY ???
    Thank you in advance for your help
    Best Regards
    Jean-Guillaume LALANNE
    [email protected]

  • Help: OUI won't start for 9i on Windows 2000

    I downloaded the 9i Enterprise Edition from OTN, then following the instruction created 3 folders (Disk1, Disk2, Disk3), unzipped the downloaded files to these folders repectively. But when I tried to run setup.exe from Disk1 folder, I got error message like
    "The Java RunTime Environment was not found at ...... Hence, the Oracle Universal Installer cannot be run. Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again."
    I do have Oracle 8i on the same machine, and my JDK is version 1.4.1. I tried to uninstall my current jdk and still got the same error message. I tried to remove all the jdk path entries from my evironmental variables, that didn't fix it. I tried to stop all the running Oracle services, doesn't work...
    Please help!

    Thank you Peter!
    When you mention p4-1.6, what exactly do you mean? Is this part of a documentation somewhere?
    Fei
    Fei-
    I know that there is a bug with OUI on 2000 with a certain processor (think it's the p4-1.6)
    I do not recall what the identifier was, but this prevents OUI from launching.
    Hope that helps-
    P

  • Spry support for IE on Windows 2000

    I am trying to write some online documentation, and I want to
    use spry. My page works fine in Firefox, but in IE, my table does
    not populate correctly. Am I doing something wrong, or is this a
    support Issue. I thought that maybe IE was caching my dataset, but
    we cleared my metadata, and still got the same problem. I love spry
    and really want to use it rather than just straight html page
    requests, so help would be appreciated,
    thanks in advance,
    Timothy Farrar

    By the way, here is the html that I am using
    <table border="1" class="tagDocs">
    <tr class="headers">
    <th>Tags</th>
    <th>Tag info</th>
    </tr>
    <tr>
    <td id="dsTag_region" spry:region="dsTags"
    class="tagName">
    <ul spry:repeat="dsTags">
    <li spry:setRow="dsTags" spry:hover="nameHover"
    spry:select="nameSelect">{@name}</li>
    </ul>
    </td>
    <td>
    <div class="tagInfo" spry:detailRegion="dsTags">
    <table border="2">
    <tr>
    <th>Dependencies: </th>
    <td>
    Tags: {@parentTags}
    <br/>
    Attributes: {@requiredAttributes}
    </td>
    </tr>
    <tr>
    <th>Attributes</th>
    <td>{@standardAttributes}</td>
    </tr>
    <tr>
    <th>Description: </th>
    <td>{description}</td>
    </tr>
    <tr>
    <th>Example Code: </th>
    <td>{example}</td>
    </tr>
    </table>
    </div>
    </td>
    </tr>
    </table>
    And here is a sample of my data...
    <?xml version="1.0" encoding="utf-8"?>
    <coop>
    <tags>
    <tag name="coop"
    parentTags="NONE"
    requiredAttributes="coProcessorDirectory,coProcessorClassPath"
    standardAttributes="coprocessorDirectory,coprocessorClassPath">
    <description>
    <![CDATA[
    The coop element is the root tag in the coop form tag
    structure, and thus must
    wrap all other coop tags. The only exception to this is when
    you are creating a
    coop page in the sos coop methodology, which will wrap the
    page content with a coop
    tag.
    Please also note that the coop tag does not require any
    attributes when used inside of sos.
    The coop tag instantiates the pages coprocessor.
    The coop tag cannot contain other coop tag child elements.
    ]]>
    </description>
    <example>
    <![CDATA[<cfset exampleCode =
    htmlcodeFormat('<cfimport tagLibrary="/share/tags/coop"
    prefix="coop">
    <coop:coop coprocesserDirectory="myPageName.cfc"
    coProcesserClassPath="class.path.to.class.myPage">
    ...other coop tags and page markup.
    </coop:coop>')><cfoutput>#exampleCode#</cfoutput>
    ]]>
    </example>
    </tag>
    </tags>
    </coop>
    Hope this will help you,
    Timothy D Farrar

  • Migrating roaming profile from Windows 2000 TS to Windows 2008 R2 RDS

    We have one TS running on Windows 2000. There are over 200 TS users. We are planning to migrate it to Windows 2008 R2. What's the easy way to migrate the roaming profile? Base on this article
    Support guidelines for migrating
    roaming user profiles data to ...
    Generally, user profiles that you create for users in Windows 2000, ... Server  2003 roaming user profile on Windows Vista or on Windows Server
    2008. ...  These methods migrate the
    roaming profile data to the new Version 2 user profile  format ...
    support.microsoft.com
    support.microsoft.com/kb/947025
    There are two methods to migrate roaming profile. "Method 2: Use the Folder Redirection feature to share data between Version 1 and Version 2 user profiles" doesn't "migrate the desktop settings and preferences such as wallpaper because of
    the differences in the operating systems". That isn't for us.
    "Method 1: Use the User State Migration Tool to migrate profile data to the new format (Windows Vista Only)" is recommend that you the User State Migration Tool (USMT) to migrate profile data in the following scenarios:
    You do not use roaming user profiles or folder redirection.
    You want to enable a more full-featured migration of user profile data from Windows 2000-based or from Windows XP-based systems to Windows Vista-based systems.
    Note The User State Migraton Tool will not function on Windows Server 2008. 
    So the method 1 doesn't work. Any suggestions?
    Bob Lin, MCSE &amp; CNE Networking, Internet, Routing, VPN Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net How to Install and Configure Windows, VMware, Virtualization and Cisco on http://www.HowToNetworking.com

    Hi,
    Thanks for your comment.
    Please check following article might helpful in your case.
    Hey, Scripting Guy! How Can I Edit Terminal Server Profiles for Users in Active Directory?
    http://blogs.technet.com/b/heyscriptingguy/archive/2008/10/23/how-can-i-edit-terminal-server-profiles-for-users-in-active-directory.aspx
    Configure Terminal Server User Profile – PowerShell Script
    https://gallery.technet.microsoft.com/scriptcenter/d36bd6b8-91b4-482b-8f67-9016cf367dbe
    How to assign a home folder to a user
    http://support.microsoft.com/kb/816313
    Sample script from above article.
    NET USER tester /add /comment:"Example Account for User"
    /expires:never
    /homedir:\\zippy\%username%$
    /profilepath:\\zippy\profile
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

Maybe you are looking for