Window SRID does not match Layer SRID question

I would like to do a simple window query to see what points fall inside a specific rectangle as follows:
select gm.land
from frame_boundary fb, geometry_map gm
where SDO_RELATE(gm.location,fb.boundary, 'mask=anyinteract
querytype=window') = 'TRUE'
and fb.sessionid = '240' and fb.framenumber = '0' ;
The problem is that the SRIDs do not match. the points in the geometry_map table have an SRID of 8265, while the frames in my frame_boundary table have a null SRID.
My question is this:
Is there an easy way around this problem? ...or do I need to re-input all the points to the geom_map to have null SRIDs so that they both match. - this would be a nightmare!!!
I tried to do an SDO_Filter query instead, this is fine when I put in the 4 coordinates of the frame manually (see below) , but I think the same SRID problem rears its head when I just reference a frame by its id.
SELECT gm.Land
FROM GEOMETRY_MAP gm, FRAME_BOUNDARY fb
WHERE SDO_FILTER(gm.LOCATION,
(MDSYS.SDO_GEOMETRY(2003, 8265, NULL,
MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1),
MDSYS.SDO_ORDINATE_ARRAY(-104.98628, 39.975784, -104.47771, 39.756035))),
'QUERYTYPE=WINDOW')='TRUE' and fb.sessionid = '240') ;
Any suggestions would be greatly appreciated.
Many thanks,
Eoin.

Eoin,
Per the Oracle Spatial User's Guide and Reference, "For Spatial operators that take two geometries as input parameters, if the geometries are based on different coordinate systems, the query window (the second geometry) is transformed to the coordinate system of the first geometry before the operation is performed. This transformation is a temporary internal operation performed by Spatial; it does not affect any stored query-window geometry." The problem in the first query is not that the SRIDs don't match, it's that in order for coordinate system transformation to work, there must be a SRID for the second geometry (in other words, it cannot be NULL). Your best bet in this case would be to update the frame_boundary table to include a SRID. You can do this by simply dropping the index on frame_boundary, using an update statement (update frame_boundary fb set fb.boundary.sdo_srid=8265), update the USER_SDO_GEOM_METADATA view to include the SRID for frame_boundary, then reindex.
Other things to note here:
1) If frame_boundary truly includes only rectangles, SDO_FILTER will be faster as it will compute an anyinteract calculation based solely on the index (which is an MBR-only calculation that may work almost exactly as SDO_RELATE was working for you).
2) If you are pulling the geometries from two tables, you will want to include an /*+ ORDERED */ optimizer hint. So, your first query would look like this:
select /*+ ORDERED */ gm.land
from frame_boundary fb, geometry_map gm
where SDO_RELATE(gm.location,fb.boundary, 'mask=anyinteract
querytype=window') = 'TRUE'
and fb.sessionid = '240' and fb.framenumber = '0' ;
3) The second query you listed is not working because the "and fb.sessionid = '240'" is followed by an extra parenthesis. That query should look like:
SELECT gm.Land
FROM GEOMETRY_MAP gm, FRAME_BOUNDARY fb
WHERE SDO_FILTER(gm.LOCATION,
(MDSYS.SDO_GEOMETRY(2003, 8265, NULL,
MDSYS.SDO_ELEM_INFO_ARRAY(1,1003,1),
MDSYS.SDO_ORDINATE_ARRAY(-104.98628, 39.975784, -104.47771, 39.756035))),
'QUERYTYPE=WINDOW')='TRUE'
and fb.sessionid = '240' ;
Hope this helps.
-Justin

Similar Messages

  • Error 'window SRID does not match layer SRID' despite using Index MBR

    Hey!
    I'm trying to run the following query:
    SELECT count(*)
    FROM mytable
    WHERE SDO_FILTER(geom, (SELECT sdo_root_mbr FROM user_sdo_index_metadata WHERE sdo_index_name='IDX_GEOM_MYTABLE') ,'querytype = WINDOW') = 'TRUE';
    The index I'm querying in the Subquery is the geometry index for mytable.geom, i.e. I'm doing a spatial query on IDX_GEOM_MYTABLE with it's own geometry index'es MBR. And I get this:
    "window SRID does not match layer SRID"
    How can that happen?
    Regards,
    Christian

    John's right. If I see correctly what you're trying to do you could also do this:
    SELECT count(*)
    FROM mytable
    WHERE SDO_FILTER(geom, SDO_TUNE.EXTENT_OF(mytable,my_SDO_column) ,'querytype = WINDOW') = 'TRUE';
    If the Index was built correctly and is not partitioned this should give you the same result.

  • Error: Window SRID does not match layer SRID (Spatial)

    Hi,
    I have successfully created an Oracle View with the following SQL:
    SELECT * FROM ZKGJI.L1100_CESTE c WHERE SDO_WITHIN_DISTANCE(c.GEOM, SDO_GEOMETRY(2003, NULL, NULL, SDO_ELEM_INFO_ARRAY(1,1003,3), SDO_ORDINATE_ARRAY(425150,95800, 437400,105000)), 'distance=1') = 'TRUE';
    When trying to get the preview of the data of the created Oracle View, I am getting following:
    ORA-29902: error in executing ODCIIndexStart() routine ORA-13208: internal error while evaluating window SRID does not match layer SRID operator ORA-06512: at "MDSYS.SDO_INDEX_METHOD_10I", line 333
    The SRID for the fo ZKGJI.L1100_CESTE is '5000000' in Oracle DBMS 11g. How can I set the SRID for the window in the above mentioned SQL?
    Dejan

    The solution SQL is
    SELECT * FROM ZKGJI.L1100_CESTE c WHERE SDO_WITHIN_DISTANCE(c.GEOM, SDO_GEOMETRY(2003, 5000000, NULL, SDO_ELEM_INFO_ARRAY(1,1003,3), SDO_ORDINATE_ARRAY(425150,95800, 437400,105000)), 'distance=1') = 'TRUE';

  • I'm trying to recover my security questions, but my alternate email address on the link does not match the one I have put in my Apple ID, on the link it is has an old one that no longer exists. Has anyone else been through this or knows how to help m

    I've been trying to remember my security questions for ages, and I can't seem to remember them. On my Apple ID I have changed my alternate email address because the previous one was deleted, but when I go on the "Password and Security" page on my Apple ID and there is a link saying "Forgot your answers? Send reset security info email to ************@*******.com" but it is giving me my old email that does not match my current one on my Apple ID and no longer exists. I have been trying for very long to recover my security questions' answers, but Apple is not coping with me.
    Has anyone been through this or knows how to help me?
    Thank you.

    You need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (122986)

  • I had windows 8.1 but want to go back to windows 8 with clean install"the product key entered does not match any of the windows image available"

    I had windows 8.1 and wanted to revert to windows 8 so i by mistake formatted the c:/ drive containing os and now when i try to install windows 8 i get the error "The product key entered..."
    And i dont even have recovery image in my pc. I am using a dell laptop and i have windows 8 dvd given by dell which reads" windows 8 recovery media for windows product"
    Please guide me asap.

    OEM keys are embedded on hardware, you might not need to enter the key in your case. I would suggest you to call Dell support here. 
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Messages menu status does not match Buddy List window

    Using Messages in Yosemite, the status of my logged-in buddies listed in the menu bar does not match the status of my buddies in the Buddies window. I have buddies listed in the window that are not in the menu bar and vice versa.
    It seems that the menu bar list may not be updating correctly--when I try to message them, the chat window sometimes says they are "idle"
    MacBook Pro, 15", early 2011
    10.10.1
    Core i7
    8GB ram
    Buddies are using Messages as well as google talk.
    Thanks!

    Hi,
    Sending Feedback to Apple rarely (if ever) gets a response. At iChat 3 release with OSX 10.4 there was an issue that I gave feedback for.
    I also happened to mention the issue in the Lounge Area for "New Technical Issues" and the Host linked to the iChat forums there were back then contacted me about it and had me run some stuff for Engineering.  (that's a possible once in 10 years like you).
    iChat 5 in Snow Leopard
    The process on how to display a particular Set of Buddies is different (as you will see with the next pic)
    However I only see those "Available" in a full sense in the Menu Drop Down.
    Idle (Amber) is technically Available + (a second level of Available if you like)
    Yosemite/Messages 8+  (Mavericks is also listed as Messages 8)
    The whole thing as I have several Accounts Logged in does fill my screen top to bottom.
    These pics agree with your first paragraph.
    I will let my MacBook Pro go Idle  as it has one Account in iChat there that is not on my iMac and see if the Menu Drop down changes when it does.
    I will have to wait for this to happen.
    7:57 PM      Wednesday; November 26, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • [MacOSX 10.10] [RDP 8.0.12] Remote screen does not match containing window size or monitor

    Hello. I am facing a very strange issue that I have never seen before. When I connect to a remote host, the host's screen does not match my client screen, and instead spills over into two monitors. This happens in full screen mode. When switching to windowed
    mode, only a portion of the remote host shows, the rest is a black screen.
    I would love to post example pics but this site wont let me until I verify my account, but I have no email asking me to do so...

    A few notes:
    - I have tried a restart.
    - I am running two displays, one is the built in 1440x900, one is an external 1920x1200
    - I am on OSX10.10.1
    - RDP is 8.0.12
    - I have tested this against Windows 7 Pro machines
    - This was working fine a week ago, just started this week.
    Graphics Properties Dump:
    Chipset Model: NVIDIA GeForce GT 650M
      Type: GPU
      Bus: PCIe
      PCIe Lane Width: x8
      VRAM (Total): 1024 MB
      Vendor: NVIDIA (0x10de)
      Device ID: 0x0fd5
      Revision ID: 0x00a2
      ROM Revision: 3682
      gMux Version: 1.9.23
      Displays:
    Color LCD:
      Display Type: LCD
      Resolution: 1440 x 900
      Pixel Depth: 32-Bit Color (ARGB8888)
      Mirror: Off
      Online: Yes
      Built-In: Yes
    HP LA2405x:
      Resolution: 1920 x 1200
      Pixel Depth: 32-Bit Color (ARGB8888)
      Main Display:
    Yes
      Mirror: Off
      Online: Yes
      Rotation: Supported

  • Windows 8 error "product key does not match any of the Windows images available for installation"

    Hi Experts
    My HP Pavilion laptop came with window 8. I made the USB recovery for windows 8 using hp recovery manager. My windows was corrupted, while I was trying to install windows 7 in dual boot.
    I used above USB recovery to restore factory default. But every time it is giving me error "HP Recovery Manager Failed error code = 0xefffff08"
    Then I downloaded the OEM ISO mage for windows 8 and tried to do the clean install but now installation process is giving me error "The product key entered does not match any of the Windows images available for installation. Enter a different product key" 
    Please help me. To whom I have to contact?

    Hi ghost-rider,
    Thank you for your query, I will do my best to assist you.
    I understand you tried to do a recovery and you received this error  "oxefffff08".
    First I would suggest you run a hardware diagnostics. Testing for Hardware Failures (Windows 8)
    If no hardware failures are located, you have ruled that possibility out.
    Here is a link to Troubleshooting HP System Recovery Problems (Windows 8) that may help.
    If you are still having an issue doing a recovery, I suggest contacting HP support and explain the issue you are having with doing a recovery. They may have another option available for you.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region  Technical Support Sitemap
    The clean install from an OEM image is looking for the product code as it does not match the one that came with the computer, You would need a new code.
    I hope this has helped.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • The product key entered does not match any of the Windows images available for installation. Enter a different product key.

    how do you manage to install windows 7 when the message on the screen is "The product key entered does not match any of the Windows images available for installation. Enter a different product key. "

    That's a really helpful answer and not smug at all, thanks Carey.
    I just downloaded a DVD image from my university's MSDN Academic Alliance program, named "Microsoft
    Windows 7 with Service Pack 1 Debug/Checked Build 64-bit (English)", which I wanted to use to install over an existing 32-bit version. I thought the install screen was giving this weird unskippable error described in the OP before I even entered
    a key because the 32-bit key I had used on the HDD was somehow interpreted to be used in an upgrade, but no. Even after I wiped the hard drive, this error persisted.
    Guess I'll go Google some more on how to install my legit copy of Windows, because this self-serving shit sure isn't helping.
    edit: IF YOU GOOGLED THIS AND ARE STILL LOOKING FOR YOUR ANSWER, CHECK HERE:
    http://answers.microsoft.com/en-us/windows/forum/windows_8-windows_install/the-product-key-entered-does-not-match-any-of-the/47e6f575-5792-404b-9b7f-2065bdb91011

  • Layer Dimensionality does not match geometry dimensions

    I am using a Oracle 9i instance and am try to insert a geometry using the following code but am getting an exception. Any help would be much appreciated.
                   conn = getConnection(Connection.TRANSACTION_SERIALIZABLE);
                   OracleConnection oracleConnection = unwrapOracleConnection(conn);
                   GeoPoint[] points = area.getPoints();
                   double[] ordinates = new double[points.length*2];
                   for (int i = 0, n = points.length; i < n; i++){
                        ordinates[( i * ( LONGITUDE_INDEX + 1 ) ) + i ] = points.getLongitude();
                        ordinates[( i + LATITUDE_INDEX + ( i * 1 ) ) ] = points[i].getLatitude();
                   geometry = JGeometry.createLinearPolygon(ordinates,JGeometry.GTYPE_MULTIPOLYGON,8192);
                   STRUCT struct = JGeometry.store(geometry,oracleConnection);
                   statement = oracleConnection.prepareStatement(query);
                   statement.setBigDecimal(AREA_INDEX,area.getAreaId());
                   statement.setString(NAME_INDEX,area.getAreaName());
                   statement.setString(SIC_INDEX,area.getSic());
                   statement.setObject(SHAPE_INDEX,struct);
                   statement.setString(DESCRIPTION_INDEX,area.getDescription());
                   statement.execute();
    ORA-29875: failed in the execution of the ODCIINDEXINSERT routine ORA-13364: Layer Dimensionality does not match geometry dimensions ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 319 ORA-06512: at line 1
    java.sql.SQLException: ORA-29875: failed in the execution of the ODCIINDEXINSERT routine
    ORA-13364: Layer Dimensionality does not match geometry dimensions
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD_9I", line 319
    ORA-06512: at line 1

    If I change the following line of code:
    geometry = JGeometry.createLinearPolygon(ordinates,JGeometry.GTYPE_MULTIPOLYGON,8192);
    To:
    geometry = JGeometry.createLinearPolygon(new Object[]{ordinates},JGeometry.GTYPE_MULTIPOLYGON,8192);
    I get the following exception:
    RemoteException occurred in server thread; nested exception is: com.ibm.ejs.container.UncheckedException: ; nested exception is: java.lang.ArrayIndexOutOfBoundsException: -7
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
         com.ibm.ejs.container.UncheckedException: ; nested exception is:
         java.lang.ArrayIndexOutOfBoundsException: -7
    com.ibm.ejs.container.UncheckedException: ; nested exception is:
         java.lang.ArrayIndexOutOfBoundsException: -7
    java.lang.ArrayIndexOutOfBoundsException: -7

  • Any idea what this errorr means? the data type of the reference does not match the data type of the variable

    I am using Veristand 2014, Scan Engine and EtherCat Custom Device.  I have not had this error before, but I was trying to deploy my System Definition File (run) to the Target (cRio 9024 with 6 modules) and it failed. It wouldn't even try to communicate with the target. I get the 'connection refused' error.  
    I created a new Veristand project
    I added the Scan Engine and EtherCat custom device.
    I changed the IP address and auto-detected my modules
    i noticed tat Veristand didn't find one of my modules that was there earlier. (this week)
     So, i went to NiMax to make sure software was installed and even reinstalled Scan Engine and Veristand just to make sure.
    Now, it finds the module, but when i go to deploy it getsto the last step of deploying the code to the target, and then it fails.
    Any thoughts?
    Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Preparing to synchronize with targets...
    • Querying the active System Definition file from the targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.
    • Start Date: 4/10/2015 11:48 AM
    • Loading System Definition file: C:\Users\Public\Documents\National Instruments\NI VeriStand 2014\Projects\testChassis\testChassis.nivssdf
    • Preparing to deploy the System Definition to the targets...
    • Compiling the System Definition file...
    • Initializing TCP subsystem...
    • Starting TCP Loops...
    • Connection established with target Controller.
    • Sending reset command to all targets...
    • Preparing to deploy files to the targets...
    • Starting download for target Controller...
    • Opening FTP session to IP 10.12.0.48...
    • Processing Action on Deploy VIs...
    • Setting target scan rate to 10000 (uSec)... Done.
    • Gathering target dependency files...
    • Downloading testChassis.nivssdf [92 kB] (file 1 of 4)
    • Downloading testChassis_Controller.nivsdat [204 kB] (file 2 of 4)
    • Downloading CalibrationData.nivscal [0 kB] (file 3 of 4)
    • Downloading testChassis_Controller.nivsparam [0 kB] (file 4 of 4)
    • Closing FTP session...
    • Files successfully deployed to the targets.
    • Starting deployment group 1...
    The VeriStand Gateway encountered an error while deploying the System Definition file.
    Details:
    Error -66212 occurred at Project Window.lvlibroject Window.vi >> Project Window.lvlib:Command Loop.vi >> NI_VS Workspace ExecutionAPI.lvlib:NI VeriStand - Connect to System.vi
    Possible reason(s):
    LabVIEW: The data type of the reference does not match the data type of the variable.
    =========================
    NI VeriStand: NI VeriStand Engine.lvlib:VeriStand Engine Wrapper (RT).vi >> NI VeriStand Engine.lvlib:VeriStand Engine.vi >> NI VeriStand Engine.lvlib:VeriStand Engine State Machine.vi >> NI VeriStand Engine.lvlib:Initialize Inline Custom Devices.vi >> Custom Devices Storage.lvlib:Initialize Device (HW Interface).vi
    • Sending reset command to all targets...
    • Stopping TCP loops.
    Waiting for TCP loops to shut down...
    • TCP loops shut down successfully.
    • Unloading System Definition file...
    • Connection with target Controller has been lost.

    Can you deploy if you only have the two 9401 modules in the chassis (no other modules) and in the sysdef?  I meant to ask if you could attach your system definition file to the forum post so we can see it as well (sorry for the confusion).  
    Are you using any of the specialty configurations for the 9401 modules? (ex: counter, PWM, quadrature, etc)
    You will probably want to post this on the support page for the Scan Engine/EtherCAT Custom Device: https://decibel.ni.com/content/thread/8671  
    Custom devices aren't officially supported by NI, so technical questions and issues are handled on the above page.
    Kevin W.
    Applications Engineer
    National Instruments

  • Server failed to start: The domain path does not match the running server

    Hi,
    I've configured Eclipse to run my local weblogic - which actually is working fine.
    The server starts as intended and reaches state RUNNING.
    As soon as this happens, OEPE tries to validate the server and compares the identified server's configuration to the expected configuration.
    This finally results into the error message shown in the subject -- though server is still running.
    !MESSAGE Server watcher[Oracle WebLogic Server 11gR1 PatchSet 1 at localhost]:The domain path does not match the running server.
    Domain RootDirectory retrieved from the MBean of running server is: N:\Oracle\MIDDLE~1\USER_P~1\domains\MYWEBL~1\
    Domain RootDirectory of this server: N:\Oracle\Middleware\user_projects\domains\myWeblogicServer
    Obviously this seems to be an issue with the length of the directory and file names. The domain's configuration and all its start scripts do not have any 8+3 pathes, like USER_P~1 for user_projects. Nevertheless the MBean of the server returns such a "truncated" path which in turn is invalid for OEPE.
    Fix: When setting up the domain in Eclipse, try using that 8+3 representation of the domain's location. Then the comparison will succeed...
    My Question: Where do we need to ask for a fix in OEPE? The 8+3 path is still a valid one ...
    Best Regards
    Philipp

    I haven't been able to reproduce this and 8+3 representation of the domain's location shouldn't be required.
    Can you provide more information:
    - is this a network drive?
    - what is your OS: XP, Vista, Win7?
    - what is the Windows file system type, is it FAT or NTFS
    - Can you try install WLS on C:, e.g. C:\Oracle\Middleware\user_projects and see if it still happens?

  • Help! Order of photos in a Folder does not match order of albums

    I have seen dozens of threads on folders and albums, sorting them etc. However did not quite find an answer to this one.
    The question is : Why the order of photos in a Folder does not match with the order of Albums I have created underneath the Folder?
    In other words I created a floder and placed within the folder a few albums we will call G, K, C ...etc in the chronological order in which I want to show the pictures. The pictures within the album are not strictly chronological. ( I will explain more if this is an issue)
    Next when I click on the Folder, I notice that the photos are grouped by the corresponding Album which is what they should be, however their(photos) order did not correspond to that of the Albums. In other words, in the Folder view, I see photos of K first and then may be G and then may be C. I am not able to change that order to G, K, C..the way I want. This will mess up the slideshow for me.
    For clarity, I created each album simply by dragging corresponding event down into the Folder. The events are sorted by date and ascending in View>Sort Events.
    I appreciate any suggestions please!
    Thanks

    Try the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iPhoto folder (Snow Leopard and Earlier).
    or with Lion, Mt. Lion or Mavericks delete the contents the User/Library/Containers/com.apple.iPhoto/
    Data/Library/Caches/com.apple.iPhoto folder.
    3 - reboot, launch iPhoto, reset its preferences and try the slideshow again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and press the Return key - 10.7: Un-hide the User Library folder.
    If you're running Mavericks, 10.9,  go to your Home folder and use the View ➙ Show View Options menu to bring the this window:
    where you can check the Show Library Folder checkbox.
    OT

  • "Name on the Security Certificate is Invalid or Does not Match..." using Outlok 2007 w/ Exchange 2007

    Good afternoon!
    We just completed our Exchange 2007 implementation (migration from Exchange 2003... a fun romp of 24 straight hours for the final push) and noticed an error that only occurs on Outlook 2007 clients connecting to the Exchange 2007 server: "Name on the Security Certificate is Invalid or Does Not Match the Name on the Certificate".
    Now, I've done my reading into this and have determined that due to how Outlook 2007 clients managed their OAB, it is essentially through a web virtual directory now, no longer through Public Folders and this is essentially the base of our issue. See, our mail server has an internal FQDN of mail.ourdomain-domain.com whereas it has an external FQDN (which is what the SSL Cert is tied to) of owa.ourdomain.com.
    So, essentially what I'm seeing is our internal Outlook 2007 clients (limited to I.S. employees only right now, thankfully) are seeing this SSL error because Outlook 2007 is trying to pick up the OAB using the internal FQDN instead of the external FQDN (which would work as well, due to some internal DNS trickery we have configured).
    My question is (finally), is there a way to circumvent this internally so we never see this SSL error prompt or a way to force Outlook 2007 to use the external FQDN? I have made sure all the settings in Exchange Management Console for OAB and the like have both the internal and external FQDN set to owa.ourdomain.com (the valid SSL name), but it does not appear to have made a difference. Granted, I have not rebooted... but I do not think that is necessary in this instance.
    Any suggestions would be appreciated. Thanks!!

    Hi All,
    1) I am using Windows SBS Server 2008 with Exchange 2007 installed on it. With all the Certicate configured internally. We haven’t purchased the Certificate from any outside authority yet.
    2) Also, user were getting Error message "The name on the security certificate is invalid or does not match the name of the site" in outlook, to resolve this issue I followed the steps mention on "http://support.microsoft.com/kb/940726" &  “http://social.technet.microsoft.com/Forums/en-US/exchangesvrclients/thread/697f79e2-ca8f-4a2e-bae5-55d3fa7f703f/?prof=required” however I was able run only first command as I was unable to find "EWS (Default Web Site)", "oab (Default Web Site)", "unifiedmessaging (Default Web Site)".
    3) After reaserching, I run following commands to get the status, location of WebServicesVirtualDirectory, OABVirtualDirectory & UMVirtualDirectory
    [PS] C:\Windows\System32>Get-WebServicesVirtualDirectory | fl
    Name                          : EWS (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl               : https://sites/EWS/Exchange.asmx
    ExternalUrl              :
    [PS] C:\Windows\System32>Get-OABVirtualDirectory | fl
    Name                          : OAB (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl               : https://sites/OAB
    ExternalUrl              :
    [PS] C:\Windows\System32>Get-UMVirtualDirectory | fl
    Name                          : UnifiedMessaging (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl               : https://sites/UnifiedMessaging/Service.asmx
    ExternalUrl               :
    4) Then after getting the correct locations of all the directory I run the following commands to change the internal url on existing Certs
    Set-ClientAccessServer -Identity PASVR01 -AutodiscoverServiceInternalUri https://pasvr01/owa/autodiscover/autodiscover.xml
    Set-WebServicesVirtualDirectory -Identity "PASVR01\EWS (SBS Web Applications)" -InternalUrl https://pasvr01/owa/ews/exchange.asmx
    Set-OABVirtualDirectory -Identity "PASVR01\OAB (SBS Web Applications)" -InternalUrl https://pasvr01/owa/oab
    Set-UMVirtualDirectory -Identity "PASVR01\UnifiedMessaging (SBS Web Applications)" -InternalUrl https://pasvr01/owa/unifiedmessaging/service.asmx
    5) However, this does'nt resolved our issue so run the following commands to change the external url on existing Certs
    Set-WebServicesVirtualDirectory -Identity "PASVR01\EWS (SBS Web Applications)" -ExternalUrl https://exchange.domain.com/owa/ews/exchange.asmx
    Set-OABVirtualDirectory -Identity "PASVR01\OAB (SBS Web Applications)" -ExternalUrl https://exchange.domain.com/owa/oab
    Set-UMVirtualDirectory -Identity "PASVR01\UnifiedMessaging (SBS Web Applications)" -ExternalUrl https://exchange.domain.com/owa/unifiedmessaging/service.asmx
    6) I also tried running "New-ExchangeCertificate -PrivateKeyExportable $True -Services “IMAP, POP, IIS, SMTP” -SubjectName “cn=PASVR01" as I have deleted one of the certicate on this server in past.
    7) Following was the status of internal and external URL.
    [PS] C:\Windows\System32>Get-WebServicesVirtualDirectory | fl
    Name                          : EWS (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl               : https://pasvr01/owa/ews/exchange.asmx
    ExternalUrl              : https://exchange. exchange.domain.com /owa/ews/exchange.asmx
    [PS] C:\Windows\System32>Get-OABVirtualDirectory | fl
    Name                          : OAB (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl               : https://pasvr01/owa/oab
    ExternalUrl              : https://exchange. exchange.domain.com/owa/oab
    [PS] C:\Windows\System32>Get-UMVirtualDirectory | fl
    Name                          : UnifiedMessaging (SBS Web Applications)
    Server                        : PASVR01
    InternalUrl                   : https://pasvr01/owa/unifiedmessaging/service.asmx
    ExternalUrl                   : https://exchange. exchange.domain.com/owa/unifiedmessaging/service.asmx
    10) Still we are facing this issue of "The name on the security certificate is invalid or does not match the name of the site" in outlook.
    PLEASE HELP ME TO RESOLVE THIS ISSUE.
    Thanks in Advance,
    Asif

  • Free space of mdf and ldf does not match with database free space

    In SSMS i saw file size related properties and found below details for one database.Here values does not match with other properties. Here size of the mdf, ldf and total size matches with other values under each window. But Available free space of mdf and ldf
    if added then it does not equal to Available free space shown in shrink database window and free space shown in database properties. This is true for any database. Why is it so? Please can anyone explain the logic behind this?
    Under database properties:
    Size: 91.31 MB
    Space available:13.40 MB
    Under database file properites:
    mdf size:17 MB
    ldf size:75 MB
    under shrink database:
    currently allocated size:91.31 MB
    Available free space:13.40 MB
    under shrink file-for data file:
    currently allocated size:16.38 MB
    Available free space:12.63 MB
    under shrink file-for log file:
    currently allocated size:74.94 MB
    Available free space:55.62 MB

    Hi,
    Database properties and database shrink show the total (log+data) values. Others show the individual sizes, log and data separately. 
    I hope it helps.
    Janos
    There are 10 type of people. Those who understand binary and those who do not.
    My Blog |
    Hire Me
    This does not answer my question. If you add allocated space of mdf and ldf it equals to database allocated size.But i am asking why this ldf and mdf free space together(when added 55.62+12.63 ) does not equal to database free space?

Maybe you are looking for

  • Choose File Form Data Create Spreasheet From Data Files

    I am following the tutorial for LC 8 and when I get to the topic titled "Collecting the data in a spreadsheet" it says to "Choose File > Form Data > Create Spreadsheet From Data Files". However, when I try to follow that path I do not see a "Form Dat

  • MBP freezing on restart

    I was using my MacBook Pro this evening, and the update window came up as it does every so often. I let it start installing the updates. I was running Mozilla Firefox and iTunes at the time, and also another user was open with a few applicatinons run

  • SetMnemonic for JCheckBox not working in JDK 1.4.1

    I was wondering if anyone has run across this problem. The only thing I could find on the subject in the forums had to do with HTML underlining issues. In JDK1.4.1, trying to do a setMnemonic on a JCheckBox component doesn't work. The symptoms are th

  • Is it possible to change direction of growth for the grow effect?

    I would like to use the grow effect on a page with a few images. The images are going to be floated rigth of the text that goes with them and the problem I have is that the images grows in part to the right of the visible window and are partially out

  • How can I print or export a list of subject lines from Notes?

    Hi all, I'm using Notes in Mail.app to create a list of projects. I figured how to print an individual note with text within it, but I'd like to print a list of all my notes, or at least export it to a pages friendly format. I guess it would be possi