The same selection doesn't return the same result in 2 identical systems

Hi,
After a copy we have 2 systems with same data.
In a program the same selection doesn't returns the same result, it seems that the sort is different.
I have checked indexes but they are ok in both systems.
Here is the selection:
SELECT but000~partner
INTO TABLE lt_partner
*UP TO 50 ROWS
FROM but000
JOIN but020
  ON but020partner = but000partner
JOIN adrc
  ON adrcaddrnumber = but020addrnumber
JOIN but100
  ON but100partner = but000partner
  WHERE but020~addr_valid_from LE '20100727000000'
  AND   but020~addr_valid_to   GE '20100727000000'.
Is there a customizing point to define how the database must be sorted ?
Thanks.
Edited by: julien schneerberger on Jul 27, 2010 4:18 PM

Hi,
Thank you for your answer.
Result is the same and I don't sort data after the selection.
Do you think the system copy has "broke" the records order in database ?
If it is the case it will be impossible to reproduce the same sort, is it right ?
Edited by: julien schneerberger on Jul 27, 2010 5:19 PM
Edited by: julien schneerberger on Jul 27, 2010 5:20 PM

Similar Messages

  • When i close the tab it doesn't return the last active tab

    My english is not so good, so i'm sorry about this. I want to return last active tab when i close a tab.
    Example; I'm using 2. tab then i switch 4. tab, and close it. Firefox switches me to 5. tab, not 2. I made some google search but i can't find anything useful.

    There is a browser.tabs.selectOwnerOnClose pref to define the behavior when you close a tab, but this only works for links opened in a new tab by clicking the link in this specific tab.
    You can open the <b>about:config</b> page via the location bar.
    *http://kb.mozillazine.org/about:config

  • How do I get the List REST method to return the results with the display name and not the internal name. I also need the hyperlink to the attached document.

    FileSystemObjectType: 0
    Id: 2
    ContentTypeId: "0x010100517BCCBD1C63034A8C1141184DAB12C5"
    Title: null
    OData__dlc_DocId: null
    OData__dlc_DocIdUrl: null
    zopv: "Paint Specification"
    s2ue: "J"
    We'd prefer to make a single call. It's too bad the REST Api doesn't return the data in the same format as the WCF service, which uses the Display Name and not Internal Name. It also includes the hyperlink to the document.

    Hi,
    You can get the display name of fields with typedisplayname property.For more information,you can refer to the article:
    http://msdn.microsoft.com/en-us/library/office/dn600182(v=office.15).aspx#bk_Field
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Even if the tab is not active it must not be of the same colour as the window title bar is!!! Even the "close" cross doesn't improve the visibility. Nonsense!!!

    Even if the tab is not active it must not be of the same color as the window title bar is.
    Even the "close" cross doesn't improve the visibility.
    Nonsense

    Hello,
    I'm sorry that you are unhappy with the new Firefox design. People helping here are volunteers and they are doing the best they can to help out Firefox users. If you feel strongly about the new changes I would suggest you to provide feedback on https://input.mozilla.org/feedback for the people who decided on the changes to actually see it.
    Please keep in mind that Firefox is a work in progress and your feedback is very valuable for us to understand what can be done better! "

  • Just upped to ML and the Contact panel doesn't enable the selection buttons

    Just upped to ML and the Contact panel doesn't enable the selection buttons.
    To get my address selection to the e-mail it must be dragged and dropped.

    Thanks sberman for reply,
    No he hasn't. I've tested this with other contacs. If someone is already in my facebook cantacts and I receieve an email from him, but he hasn't included that email address in his facebook account, if I add this new email to his contact card, his picture frame will not appear in mail app. I can see his both facebook and other email address in the contact card.

  • Frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through m

    I guess I was not clear.....my fault....let me re-phrase:  frequently I send an email to multiple contacts.....I'm constantly changing my selection of multiple contacts so using the "group" function doesn't get the job done.......so how can I go through my list of contacts and quickly select those contacts that I want to receive that particular email....thx  

    You need an app that allows group messaging. Enter group messenger in the search bar in the app store.

  • Publishing server doesn't work - error 'The request URL doesn't contain the query string for the client OS'

    Hi,
    I'm trying to setup an App-V environment in my lab.
    I've used the App-V 5.0 Trial guide to help me configure all necessary components.
    I'm able to install everything without error.
    when come time to publish an app, it simply doesn't show up on my client.
    after looking at events on the client and server, I found that the Publishing server is returning under Admin the following message.
    'The request URL doesn't contain the query string for the client OS'
    My setup is pretty simple.
    App-V Server managament and Publishing on the same box
    App-V database on my SQL server.
    I'm able to see the publishing "webpage" by using http:://localhost:889.
    It only display this :
    -<Publishing Protocol="1.0"
    <Packages />
    </Publishing>
    I've published one app from the management console.
    any idea what could mean this error?
    thanks

    Hi,
    thanks for the link.
    I've validated the suggested debug steps. It seems that the problem is with my Publish server again.
    I've looked in the web.config file. It seems to be missing some parts compare to the example provided.
    Again, I've published an application from the management console. Management and Publishing are running on the same box, while SQL is remote.
    Here's the web.config
    <?xml version="1.0" ?>
    - <configuration>
    - <system.web>
    <compilation debug="false" targetFramework="4.0" />
    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" />
    - <authentication>
    - <!-- We don't support form authentication, but this will supress x-ray security warning
    -->
    <forms requireSSL="true" />
    </authentication>
    </system.web>
    - <system.webServer>
    - <modules runAllManagedModulesForAllRequests="true">
    <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
    - <security>
    - <requestFiltering>
    - <verbs>
    <remove verb="GET" />
    <add verb="GET" allowed="true" />
    </verbs>
    </requestFiltering>
    </security>
    </system.webServer>
    - <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    + <behaviors>
    - <serviceBehaviors>
    - <behavior name="">
    <serviceAuthorization impersonateCallerForAllOperations="true" />
    <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
    </behavior>
    </serviceBehaviors>
    </behaviors>
    - <bindings>
    - <webHttpBinding>
    - <binding name="SecureBinding">
    - <security mode="Transport">
    <transport clientCredentialType="Windows" />
    </security>
    </binding>
    <binding name="UnsecureBinding" />
    </webHttpBinding>
    </bindings>
    - <protocolMapping>
    <add scheme="http" binding="webHttpBinding" bindingConfiguration="UnsecureBinding" />
    <add scheme="https" binding="webHttpBinding" bindingConfiguration="SecureBinding" />
    </protocolMapping>
    - <standardEndpoints>
    - <webHttpEndpoint>
    - <!--
    Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
    via the attributes on the <standardEndpoint> element below
    -->
    <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true" />
    </webHttpEndpoint>
    </standardEndpoints>
    </system.serviceModel>
    </configuration>

  • Clone tool has stopped working properly, the sample area doesn't follow the target area?

    Clone tool has stopped working properly, the sample area doesn't follow the target area?

    I understand. I was very unhappy with Adobe when my PSE 11 stoped working properly. I had it for only about 6-7months before I updated my software on my imac and it all went downhill.... Then to add to that my Adobe account was hacked. Adobe never informed me of this situation. I heard through a friend that I should check to see if I was one of the very many who's online accounts were tampered with. I had to reset every single password and username for nearly 30 online accounts to avoid any further tampering with the hackers. And all Adobe suggested was for me to pay for an upgrade to PSE 12 which I did but wasnt very impressed to say the least ( i was on an online chat with them for over 2hours trying to get my PSE 11 issues solved to no avail). Then this sluggish performance starts happening again using the new version PSE 12?. I'm going to stay clear of adobe if I have the option to purchase similiar software from another supplier. I would and will encourage anyone else who has problems with there software to do the same. Older versions should work perfectly fine for ages. I wonder If Adobe is trying to get us all to pay for the monthly subscription option(s) to avoid having issues with older versions of their software. As the subscription option keeps you ontop of all the latest versions... I wouldn't put it past them.
    All the best returned,
    Ray

  • Screen Saver when calling and need to use the Keypad, the screen saver doesn't detect the phone has left the ear and blanks out the screen.  Even ending a call is difficult as the screen blanks out within seconds

    I have to use the Keypad a lot when making calls.  Make the call, the Robot then asks to enter a number for a service, pull the phone down from the ear, the screen may light up for a second, but then the screen saver cuts in, blanking the screen out.  Sometimes you hit the Home Key to awaken the sccreen, enter your number and then back to the ear to hear the next set of instructions.  Back and forth just trying to enter the options is a pain.  Sometimes even trying to end the call, the screen blanks out and you fight to try and end a call.
    If I use the Speaker function the keypad works; the speakler phone is not alway appropriate. 
    It appears that the phone gyro, doesn't detect the phone has moved from the ear to the viewing angle.  This wasn't an issue until recently and I can't remeber if it's the iPhone 5 or one of the updates.  It definitly wasn't there earlier on, as I threw away an Windows 6.5 phone for the same problem. 
    I'm not sure if it's a hardware or software (design) issue.

    It is not the gyro. This has everything to do with the iPhone's prioximity sensor.
    Are you using a case that may be blocking or partially blocking the proximity sensor? If you are using the case, remove the case prior to the next call to see if the same occurs without the case.

  • Facetime doesn't work with mountain lion : the registering device doesn't have the appropriate credentials

    As soon as i enter my apple ID, this message pops up in red the registering device doesn't have the appropriate credentials
    This is really weird since facetime was perfectly working with lion. Is this happening to anyone ?
    Thanks in advance

    Hi, I have probably the same or related problem.
    After I made the upgrade to 10.8, the camera (integrated iSight) started making problems.
    When I log out or restart, everything works (PhotoBooth, Skype), but after a couple of days running
    the integrated iSight can not be accessed any more. Skype and PhotoBooth say "no camera".
    About my configuration:
    I have a 15" Macbook Pro Mid 2009, 2.53GHz with Nvidia 9400M 256MB RAM.
    I hope the coming update 10.8.2 will fix it.
    This is the my first time, where after an upgrade something stops working.
    I would almost say, this must related to Sleep/Resume because I never shut down my notebook,
    except for calibrating the battery.

  • Using MS Visual Studio C++ 2008 Express, the "LoadLibrary" function doesn't recognize the NI-VISA DLL: "visa32.dll". I've included all the paths to the DLL. Is there a problem with this C++ compiler?

    I'm using MS Visual Studio C++ 2008 Express.  I've included all the paths to the DLL, "visa32.dll" but the LoadLibrary("visa32.dll") call returns the statement that can't convert character string to LPCSTR (pointer).  I ran the same code with the Portland Group compiler (which I no longer have) and there was not a problem accessing the DLL.  Is there some requirement for the C++ 2008 Express compiler that needs to be met?

    Hello jterry,
    If you compile as Unicode you need to pass Unicode strings to
    Win32 APIs which have LPTSTR or LPWSTR string.
    When you want to write code compilable for Unicode
    and Ansi just enclose all string constants in _T(). In your case:
    LoadLibrary(_T("visa32.dll"))
    You can look at this post on the microsoft discussion forums for more information.  Have a great day.
    O. Proulx
    National Instruments
    www.ni.com/support

  • PDF files are very faint and the search function doesn't highlight the search term when found

    I'm using Firefox 5 with Windows 7 64 bit. When I open a PDF file the file is very faint and the search function doesn't highlight the search term in the body of the PDF.

    Dear Peter,
    I met the following problem, and please help me.
    My English (not Chinese) operating system: Windows XP
    Version: 2002
    Before using RoboHelp 7 to generate Webhelp, I perform the
    following steps:
    1. Control Panel->Regional Options
    2. On the "Languages" page make sure make sure you check the
    box "Install files for East Asian languages".
    3. On the "Advanced" page select "Chinese" from the language
    dropdown list.
    Then I perform the following steps:
    1. Use RoboHelp 7 to generate Webhelp (my Webhelp project
    contains localized Chinese files).
    2. In the "Search" tab, input a Chinese character(For example
    "连接") and perform a seach.
    Result: Serching...(or 正在搜索) or
    No topics found (or
    未找到主题)。
    Expected result: I can get the result.
    Text

  • HT201441 what if the previous owner doesn't know the email and password for its account and is not present, i bought this ipod from gamestop but it shows this screen, can i dlete this account to use my ipod ?

    help
    what if the previous owner doesn't know the email and password for its account and is not present, i bought this ipod from gamestop but it shows this screen, can i dlete this account to use my ipod ?

    The device is useless. Send it back and have them return your money.

  • Double clicking on a file launches the app but doesn't open the file anymore. Why?

    Double clicking on a file launches the app but doesn't open the file anymore. Why?

    I would post in the Illustrator forum here http://forums.adobe.com/community/illustrator or the Dreamweaver forum here http://forums.adobe.com/community/dreamweaver. One of these product forums will be able to help.

  • When I print a Word document to a shared printer, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.

    When I print a Word for Mac document to a shared printer (that is connected to my iMac) from my Macbook Pro, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.  I have tried to adjust the margins and the page setup settings but to no avail.  It used to print fine until recently.  Is there a way to fix it so that the printer prints what print preview shows?

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

Maybe you are looking for

  • Officejet Pro 8500 Wireless All-in-One Printer- A909g Product Code Differences

    The Officejet Pro 8500 Wireless All-in-One Printer- A909g has been offered under several product codes: CB023A#BEL CB023A#BEV  CB023A#BEK  CB798A   CB794A   CB023A#B1H1027   CB023A#B1H1052   CB023A#B1H-A1  CB023A#B1H-B2 CB023A#B1H   CB023A#BEQ CB023A

  • Restrict navigation on the basis of value

    There is a supplier table. If the status of the supplier row is DRAFT or NEW, then only will I be able to see the details of it by clicking on a commandlink. For this, I had attached a property listener to get the value #{row.Status} and then wrote t

  • Can i hook up my gamecube to my m9340f desktop?

    This desktop included the RCA and S-Video ports on the front panel.  How can i use these to hook up my Gamecube? i tried to look in windows media center to pick up a different input, but could not find anything.

  • Import files from rca lyra

    I am new to mac and am trying to transfer files via usb from my rca lyra to my mini mac. The files are .asf the mac is asking me to id the software to open the files with, this is were I am encountering the problem, how do I acc. this task? thanks in

  • How do I get itunes to recognize my ipod touch apps?

    Hi, so I reinstalled Windows and all my apps on itunes are gone but they are on my ipod touch. how can I get itunes to recognize the apps that I have on my ipod touch, so when I go sync, the ones on my touch won't erase?