Unable to run spatial operations through dblinks

Hello All,
I am trying to run spatial operations through dblinks. Please see the example query below
select a.OGC_GEOMETRY.sdo_gtype from <table>@dblink a where sdo_nn(a.OGC_GEOMETRY,mdsys.sdo_geometry(2001,null,mdsys.sdo_point_type(0,0,null),null,null),'sdo_num_res=1')='TRUE'.
Query fails with the following error
ORA-13249:
ORA-06512: at "MDSYS.MD", line 1723
ORA-06512: at "MDSYS.MDERR", line 17
ORA-06512: at "MDSYS.PRVT_IDX", line 9
*13249. 00000 - "%s"*
**Cause: An internal error was encountered in the extensible spatial index*
component. The text of the message is obtained from some
other server component.
**Action: Contact Oracle Support Services with the exact error text.*
Same Query runs fine in the original database but fails with dblinks. Is it possible to run spatial operations through dblink?
Thanks & Regards,
Jasti

I've never used spatial myself but this other user had issues with it and dblinks. They ended up using the dblink to create a local materialized view with local indexes and used those.
MapBuilder does not work with DB-link in a spatial view
Found this as well. Does it mean anything to you?
4.2 Querying Spatial Data
This section describes how the structures of a Spatial layer are used to resolve spatial queries and spatial joins.
Spatial uses a two-tier query model with primary and secondary filter operations to resolve spatial queries and spatial joins, as explained in Section 1.6. The term two-tier indicates that two distinct operations are performed to resolve queries. If both operations are performed, the exact result set is returned.
You cannot append a database link (dblink) name to the name of a spatial table in a query if a spatial index is defined on that table.
If a spatial index is created in a database that was created using the UTF8 character set, spatial queries that use the spatial index will fail if the system parameter NLS_LENGTH_SEMANTICS is set to CHAR. For spatial queries to succeed in this case, the NLS_LENGTH_SEMANTICS parameter must be set to BYTE (its default value).
http://docs.oracle.com/cd/B13789_01/appdev.101/b10826/sdo_index_query.htmEdited by: Gaff on Aug 16, 2012 4:46 PM

Similar Messages

  • Unable to run batch file through BO XI 3.1 server

    IHi,
    I am unable to run batch file (.bat) from BO XI CMC. the batch file is running fine through command prompt but fails at server. Error msg is "Running this type of program is disabled by your administrator".
    Can you help?
    Thanks in advance,
    Avijit

    Have your administrator enabled the running of that type of program in the CMC?
    Sincerely,
    Ted Ueda

  • Unable to Run SSIS Package Through SQL Agent Job

    Hi,
    I recently upgraded SQL server 2008 R2 to SQL Server 2012. I also upgraded all the packages on the server. The package runs fine from BIDS. However when I try to run the package through the SQL Agent Job it fails with the error below:
    Executed as user: A. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 64-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  11:43:04 PM  Could not load package "\FolderA\Package.dtsx"
    because of error 0xC00160AE.  Description: Connecting to the Integration Services service on the computer "S2345WE" failed with the following error: "Access is denied."    By default, only administrators have access to the
    Integration Services service. On Windows Vista and later, the process must be running with administrative privileges in order to connect to the Integration Services service. See the help topic for information on how to configure access to the service.  Source:
      Started:  11:43:04 PM  Finished: 11:43:04 PM  Elapsed:  0.016 seconds.  The package could not be loaded.
    Using Windows Authentication I am able to login to Integration services through SSMS. In the SQL Agent job I am using package store to execute the package. I have admin permission on the server. The integration services currently uses my credentials while
    running.I am not sure why I am getting this error.
    Please advice..
    Thanks,
    EVA05

    Hi ,
    similar thread - http://social.technet.microsoft.com/Forums/en-US/sqlintegrationservices/thread/25e22c7e-bae0-42e4-b86d-2db7a4af519d
    Try this link -
    http://msdn.microsoft.com/en-us/library/dd440760%28v=sql.100%29.aspx
    sathya --------- Please Mark as answered if my post solved your problem and Vote as helpful if my post was useful.

  • How to run 3 operations through my USB-6210 at the same time w/o gettin an error

     Hi, I am using a USB-6210 data logger from national instruments to collect data and run it through labview 7.1. However, when i try to run two labview files at the same time on two different channels in the data logger i get an error #50103 "The specified resource is reserved the operation could not be completed. How do i fix this?

    Hi Mariachi,
    I believe your overall project will be to collect data from
    your USB-6210 on multiple lines and save this to a file. Photon Dan is correct
    in the reason why you cannot use multiple tasks – because of the multiplexor,
    only one AI task can be run at a time. I would suggest putting all lines into
    one task and program, therefore eliminating the error, the need for multiple VI’s,
    and writing all data to a file at once. If you have further questions, I would
    ask that you post more detail about how you are collecting data (LabVIEW?
    SignalExpress? Etc) and your program. Unless you are connecting to other
    computers, you will not need to use VI Server, TCP, etc.
    David L.
    Systems Engineering
    National Instruments

  • Unable to run a report through Portal.

    Hi All,
    I am not able to run a particular BEX report through portal.
    I get a white screen and no pop-up for selections and later nothing happens.
    I have checked my Roles but no changes has been made.
    My other colleagues are able to run the report.
    Please let me know what could be the possible reason/solution for such an issue.

    are different roles assigned?
    i.e., for you and for your colleagues.  Please try login with your id in their PCs and vice versa.
    let check the compatibility. if you are failed to execute in that PCs also, then it should be authorization issue. Ask your basis folks to add that particular info area and info cubes to your role.
    Hope this would give you clear pic.

  • Unable to run a Batch File Operating System Command

    Using XI 3.0, I am unable to run a Batch File Operating System Command After Message Processing.
    My Batch file:
    gpg -se -r BOA3RSKY --armor --passphrase-fd 0 %1 < C:\Progra~1\GNU\GnuPG\gpgin
    My Command Line (ID scenario)
    exec "cmd.exe /c C:\Progra~1\GNU\GnuPG\boagpg.bat %F"
    If I execute
    exec "cmd.exe /c type C:\Progra~1\GNU\GnuPG\boagpg.bat >xis.txt"
    It displays the contents of boagpg.bat file in xis.txt.
    I just don't understand why when I run the batch file, I would expect an %F.asc encrypted file in the same directory as the %F unencrypted file.
    Any ideas?
    or will I need Basis to create commands that will allow me to run GPG from XI Command Line?

    Check this links if its helpful
    http://help.sap.com/saphelp_nw04/helpdata/en/bb/c7423347dc488097ab705f7185c88f/frameset.htm
    /people/sap.user72/blog/2004/01/30/command-line-help-utility
    Check this thread a similar problem
    Process Integration (PI) & SOA Middleware
    Note 841704 - XI File & JDBC Adapter: Operating system command
    http://service.sap.com/sap/support/notes/841704
    Try to see the below links
    /people/michal.krawczyk2/blog/2005/08/17/xi-operation-system-command--error-catching
    OS Command on FTP
    OS command line script - Need help
    FTP - Run OS Command before file processing
    Note: reward points if solution found helpfull
    Regards
    Chandrakanth.k

  • I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    I have purchased a mac mini only to find I am unable to run Logic pro 9 , is there any way this can be achieved? It has been suggested that I partition the drive and install a copy of an older operating system to run the Logic Pro, is this feasible?

    BDAqua wrote:
    ....but some other new Macs will boot frome a clone of 10.6.8...
    Only with a whole lot of effort and instability.  As the new Minis have
    hardware (HD4000, USB 3.0, etc.) that is totally unsupported in old OSes.
    The only option would be to see if it would work by installing in a virtual machine
    running 10.6.8.  I'm sure there will be some performance hit but whether it would
    be enough to be unusable is the question.

  • Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requriements

    Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requirements. What can I do to fix this?

    Which versions of InDesign are you referring to?  What are the operating system specs for the machine?

  • Unable to run admin.jar

    I am new to Oracle AppServer. I installed it using the win2K installer.
    I am unable to run admin.jar from command prompt. As given in the doc "oc4j_so_usersguide_r2.pdf" I tried giving the following command
    java -jar admin.jar ormi://cindy l23791 admin admin -restart
    I get this message
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Connection refused: connect; nested exception is: java.net.ConnectException: Connection refused: connect
    I changed the admin details in principals.xml to password="admin" deactivated="false". But no luck.
    Can anyone help me out?
    Thanks
    Cindy

    Hi Cindy -- the 9iAS environment doesn't support the redeployment of EAR files by dropping/overwriting it in the applications directory. The reason for this is that OEM allows you to manage and deploy applications to distributed sites, so it needs to manage the redeployment of applications.
    If you are still doing development with re-deployment being a common activity, then I'd be using the OC4J standalone distribution. Once you have the app pretty well baked, then it's time to move to the production style environment. With OC4J being the same (practically) in both environments, your app code should just run without any form of porting/changes.
    If you don't want to go through OEM then you can use the dcm command line utility which provides management and deployment operations.
    Also, there is way to do deployment to a 9iAS instance directly from JDeveloper (using a servlet to front end the Java SPI of DCM). This routes the EAR file through the management service so it then is aware of the new app archive and will perform the relevant activities.
    cheers
    -steve-

  • Unable to run jar file without lib folder containing swing-layout-1.0.jar

    I have done my project through NetBeans 5.0. Eventhough I have copied my lib foloder containing swing-layout-1.0.jar inside my project.jar, I am still unable to run my project.jar in other systems, it is creating an error as Could not find the main class. Program will exit. But if I copy the lib foloder containing swing-layout-1.0.jar in the same path as the project.jar, then my project.jar is running.
    But I want to give only the project.jar for other users and not also lib foloder containing swing-layout-1.0.jar each time.
    Could someone please help me with this.

    When you develop GUI applications using the Netbeans you may endup using netbeans specific jar files in your auto generated code.
    And when you build jar files with netbeans it copy the third party jar files used in a application in to a lib folder in the same directory as the jar file of your project. And then set a class path entry to those jar files in your project jar file's manifest file.
    So if you want to redistribute the package you have to redistribute your jar file and every thing in the lib folder in with the same directory structure.
    If you want to change the structure you will have to change the class path to suit the new structure.

  • Unable to run project

    Catalyst posts an error dialog, and if I choose to build and run anyway, I get:
    Unable to run the project   
    File not found: file:/Users/stevelombardi/Library/Application%20Support/Adobe/Flash%20Catalyst/workspace/ step_design/bin-debug/Main.html
    Any ideas?  I Went through a lot of work and now can't run the project.  I'm hoping it's something simple...

    Thanks for noting the errors you found in code view. The 'marginBottom' error was caused by a "space after" setting in the comp you imported from Illustrator. In Beta 1 marginBottom is an unsupported RichText attribute – as are marginRight, marginLeft, and marginTop. Support for these will be present for the 1.0 release and should be available in a later Beta.
    If you deleted the instances of text from the artboard and replaced them with Catalyst text, the original instances may still exist in the project (which could explain why you can't run, but don't see errors in code view). Try using the Layers panel to find the original text layers and delete them using the trash can there. Let me know if this works (or feel free to post the FXP file and I'll check it out).
    Otherwise, the best way to keep from getting these errors at runtime is to go back to your design comp in Illustrator and remove the space after values you have associated with the text. Or, in this case you could select the original text layers and choose Edit in Illustrator – then remove the space after value that way.
    -Eric
    Catalyst QE

  • Unable to run Report !

    Hi All !
    I intend to connect a report from form through a push button..
    But when i click that button during runtime, i got an error,
    FRM-41214-Unable to run reportFor which i found a solution in this forum as to check with the job status..
    When i clicked that job status i got ,
    Error    
        Terminated with error: <br>REP-826: Invalid printer driver 'htm' specified by parameter DESFORMAT.  Yes, i have given 'htm' as DESFORMAT since when i run that report individually from Oracle Reports Developer the format was in 'htm' during runtime..
    Please help me with a solution !
    Thanks and Regards,
    user 10685325
    Edited by: user10685325 on Jan 6, 2009 1:25 AM

    Hi !
    I tried with the coding,
    DECLARE
    report_id Report_Object;
    v_report_other VARCHAR2(4000);
    BEGIN
    /* Call run_report_object */
    report_id:= find_report_object('REPORT121');
    v_report_other:= 'paramform=yes P_1='||:blockname.employeeid;
    RUN_REPORT_OBJECT(report_id,
    :parameter.rwserver,
    'HTMLCSS',
    CACHE,
    'filename.jsp',
    v_report_other,
    '/reports/rwservlet');
    END;But this gives me the error,
    bad bind variable:parameter.rwserverAnd also i tried with the coding
    PROCEDURE RUN_REPORT_OBJECT_PROC(
    repid REPORT_OBJECT;
    report_server_name VARCHAR2,
    report_format VARCHAR2,
    report_destype_name NUMBER,
    report_file_name VARCHAR2,
    report_otherparam VARCHAR2,
    reports_servlet VARCHAR2) IS
    --PFACTION REPORT_OBJECT;
    v_rep VARCHAR2(1000);
    hidden_action VARCHAR2(2000);
    rep_status VARCHAR2(20);
    c char;
    c_old char;
    c_new char;
    i number(5);
    v_report_other varchar2(4000);
    BEGIN
    repid := find_report_object('REPORT121');
    ---PFACTION :=find_report_object('http://serc-ks4dbdzvdm:8889/reports/rwservlet?_hidden_report=emp.jsp');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,'emp.jsp');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'HTMLCSS');
    --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramname=Pf 1');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'PF_1='||:EMP_LL.employeeid||' paramform=yes');
    hidden_action:=hidden_action||'&report='||
    GET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME);
    hidden_action:=hidden_action||'&destype='||
    GET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE);
    hidden_action:=hidden_action||'&desformat='||
    GET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT);
    hidden_action:=hidden_action||'&userid='||
    GET_APPLICATION_PROPERTY('senthil')||'/'||GET_APPLICATION_PROPERTY('senthil')||'@'||GET_APPLICATION_PROPERTY('con_serc');
    c_old:='@';
    for i in 1..LENGTH(report_otherparam) LOOP
         c_new:=substr(report_otherparam,i,1);
         if (c_new='') then
         c:='&';
         else
              c:=c_new;
         end if;
         if(c_old=''and c_new='')then
              null;
         else
              v_report_other:=v_report_other||c;
         end if;
         c_old:=c_new;
    end loop;
    hidden_action:=hidden_action||'&'||v_report_other;
    hidden_action:=rwservlet||'?_hidden_server='||report_server_name||encode(hidden_action);
    set_report_object_property(repid,report_other,'pfaction='||hidden_action||''||report_otherparam);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rserver');
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    WEB.SHOW_DOCUMENT ('http://<path>:portnumber/reports/rwservlet/getjobid' ||
    substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=rserver','_blank');
    ELSE
    message('Error when running report');
    END IF;
    END;But this also gives me the error
    encode has to be declaredPls help me to overcome this!
    Thanks and Regards,
    user 10685325

  • FRM-41214: Unable ro run report while calling a report from a form in 9iDS

    Am in the process of migrating from Developer 6i client/server to Developer 9iDS on Windows 2000.
    I have read through the various postings on this issue & have made changes accordingly. I also referred to the white paper on the Forms/Reports integration.
    As I am trying to do a prototype, am compiling my forms/reports on my local machine & not on the apps. server.
    I installed a report server on my local machine as,
    rwserver -install 9irep
    I have defined this as a NT service and it is up & running & so is my OC4J instance.
    I have defined a reports object in my Form Builder & set Report Server=9irep,
    Destype=Cache,
    Execution mode=runtime
    Communication_mode=synchronous.
    I also removed the /security tag from the <report server>.conf file as suggested in the white paper. Also set the single sign-on to NO for the reports service.
    I have replaced my run_product with the run_report_object built-in as follows.
    Declare
    report_id      REPORT_OBJECT;
    report_status VARCHAR2(255);
    rep_job_id      VARCHAR2(255);
    Begin
    report_id := FIND_REPORT_OBJECT('KS'); --Created in form under node "Reports"
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILENAME,'C:\Kalpana\9i_Prototype\ISSMDLCUST.rdf');
    rep_job_id := RUN_REPORT_OBJECT(report_id);
    report_status := REPORT_OBJECT_STATUS(rep_job_id);
    WHILE report_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    report_status := REPORT_OBJECT_STATUS(rep_job_id);
    END LOOP;
    message(report_status); pause;
    IF report_status='FINISHED' THEN
    Web.Show_Document('http://houwdisndgd01:8888/reports/server/getjobid='
    ||rep_job_id||'?server=ks');
    END IF;
    End;
    I get an error message "FRM 41214: Unable to run report" right after the call to run_report_object.
    Can someone please tell me where am going wrong with my run_report_object built-in? (I also need help writing my web.show document to point it to my local machine/folders).
    Thanks
    Kalpana

    How I have implemented the same and works
    Local OC4J is running.
    I established a reports server "repserver90" as a service.
    I created a report named "C:\TMP\TMP\test_report.rdf"
    I created a form with a Reports object with properties:
    Name: "EMP"
    Filename: "C:\TMP\TMP\test_report.rdf"
    Execution mode "Batch"
    Communication mode "Sychronous"
    Report Destination Type "Cache"
    Report Destination Format "HTML"
    Report Server "repserver90"
    I call the report with the procedure:
    PROCEDURE TEST_REPORT IS
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := find_report_object('EMP');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'html');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'repserver90');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no pdeptno='||:dept.deptno);
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://localhost:8888/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    END;
    Minas

  • Unable to Connect to SAP through SAPGUI

    Dear all,
    We have a PI 7.11 dual stac ksystem on Linux, oracle.
    we are able to connect to the server through putty, but not able to launch xmanager as it is sayign XDMCP error....
    Also unable to connect to SAP through SAP GUI
    we are getting wsaewouldblock resource temporarily unavailable
    I am connecting to servers through CISCO VPN......
    Thanks,
    Murali L.

    [root@PIPROD work]# ps -ef | grep dw
    pipadm    2042 23763  0 19:34 ?        00:00:01 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    root      8373  6880  0 19:52 pts/1    00:00:00 grep dw
    gdm      17480 17397  0 15:48 ?        00:00:00 /usr/libexec/gdmgreeter --gtk-module=gail:atk-bridge:/usr/lib64/gtk-2.0/modules/libkeymouselistener:/usr/lib64/gtk-2.0/modules/libdwellmouselistener
    pipadm   23763 23690  0 17:28 ?        00:00:00 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23777 23763  0 17:28 ?        00:00:08 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23778 23763  0 17:28 ?        00:00:05 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23781 23763  0 17:28 ?        00:00:10 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23783 23763  0 17:28 ?        00:00:04 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    pipadm   23786 23763  0 17:28 ?        00:00:03 dw.sapPIP_DVEBMGS00 pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    [root@PIPROD work]# more stderr1
    (23762) New Child Process created.
    (23762) Starting local Command:
    Command:  ms.sapPIP_DVEBMGS00
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    [root@PIPROD work]# more stderr2
    (23763) New Child Process created.
    (23763) Starting local Command:
    Command:  dw.sapPIP_DVEBMGS00
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    Thu Oct 20 17:28:21 2011
    DpVmcInit: initialize vmc
    DpVmcInit: vm lib loaded
    DpVmcInit: vm linked with kernel
    DpVmcInit: vm native libs loaded
    ICM up and operational (pid: 23775) ***
    [root@PIPROD work]# more stderr3
    (23764) New Child Process created.
    (23764) Starting local Command:
    Command:  ig.sapPIP_DVEBMGS00
               -mode=profile
               pf=/usr/sap/PIP/SYS/profile/PIP_DVEBMGS00_PIPROD
    NiInit3: NI already initialized; param 'maxHandles' ignored (init=1;par=202;cur=2048)
    ***LOG Q0I=> NiPConnect2: 172.28.30.45:3300: connect (111: Connection refused) [nixxi.cpp 3142]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 1/sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 172.28.30.45:3300) [nixxi.cpp    3142]
    [root@PIPROD work]# more dev_ms
    trc file: "dev_ms.new", trc level: 1, release: "711"
    [Thr 47613442779232] Thu Oct 20 17:28:21 2011
    [Thr 47613442779232] ms/http_max_clients = 500 -> 500
    [Thr 47613442779232] MsSSetTrcLog: trc logging active, max size = 52428800 bytes
    systemid   390 (AMD/Intel x86_64 with Linux)
    relno      7110
    patchlevel 0
    patchno    81
    intno      20020600
    make       multithreaded, Unicode, 64 bit, optimized
    pid        23762
    [Thr 47613442779232] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 23762) [msxxserv_mt. 2174]
    [Thr 47613442779232] SigISetDefaultAction : default handling for signal SIGCHLD
    [Thr 47613442779232] load acl file = /usr/sap/PIP/SYS/global/ms_acl_info
    [Thr 47613442779232] MsGetOwnIpAddr: my host addresses are :
    [Thr 47613442779232]   1 : [172.28.30.45] PIPROD (HOSTNAME)
    [Thr 47613442779232]   2 : [127.0.0.1] localhost (LOCALHOST)
    [Thr 47613442779232] *** ERROR => NiHsLGetHostName: NiPGetHostByAddr failed (rc=-1) [nixxhsl.cpp  527]
    [Thr 47613442779232]   3 : [192.168.122.1] 192.168.122.1 (NILIST)
    [Thr 47613442779232] MsHttpInit: full qualified hostname = PIPROD
    [Thr 47613442779232] HTTP logging is switch off
    [Thr 47613442779232] set HTTP state to LISTEN
    [Thr 47613442779232] *** I listen to port sapmsPIP (3600) ***
    [Thr 47613442779232] *** I listen to internal port 3900 (3900) ***
    [Thr 47613442779232] *** HTTP port 8100 state LISTEN ***
    [Thr 47613442779232] CUSTOMER KEY: >Z2073759310<
    [Thr 47613442779232] build version=711.2009.08.31
    [Thr 47613442779232] Thu Oct 20 17:28:35 2011
    [Thr 47613442779232] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/logon_groups (403 Forbidden)
    [Thr 47613442779232] MsHttpReadUrl2: H-1 url = /sap/public/icf_info/urlprefix (403 Forbidden)
    Edited by: Murali Lakkoju on Oct 20, 2011 4:14 PM

  • ORA-13050 unable to construct spatial object - Error

    Hi friends!,
    I to realize the follow query:
    SELECT A.MI_PRINX, B.DESCRIP
    FROM PEVEDISC A, PEVEGEO B
    WHERE SDO_GEOM.RELATE(A.GEOLOC,'ANYINTERACT',B.GEOLOC,0.005) = 'TRUE'
    AND SDO_GEOM.RELATE(A.GEOLOC,'TOUCH',B.GEOLOC,0.005) = 'FALSE'
    AND ROWNUM <= 10
    and result error "ORA-13050 unable to construct spatial object". Please help me, i don't know what to do!. thanks

    Hi,
    Have you validated your data? Try validating using sdo_geom.validate_geometry_with_context or sdo_geom.validate_layer_with_context.
    I would also like to offer a suggestion on how to write this query. If there are a significant number of geometries in either or both of these tables, this query can take a long time to run.
    If you create spatial indexes on these tables, then the following might be better:
    SELECT /*+ ordered */ A.MI_PRINX, B.DESCRIP
    FROM PEVEGEO B, PEVEDISC A
    WHERE SDO_RELATE(A.GEOLOC,B.GEOLOC,
    'querytype=window mask=inside+coveredby') = 'TRUE'
    AND ROWNUM <= 10;

Maybe you are looking for

  • I am moving my iTunes to a new laptop (from XP to 7). I can sync my iPod Classic but my iPod Touch 2nd Gen freezes.

    Hi, I have an old laptop running WinXP Home SP3 with iTunes 10.2x installed. I sync my old iPod Classic120GB and a newer iPod Touch 2nd Gen 8GB. I recently bought a new laptop with Windows 7 Pro. I am moving everything to the new one. I did not have

  • ITunes won't open because of audio configuration error

    I updated iTunes, and now it says "iTunes cannot run because it has detected a problem with your audio configuration." How do I fix this?

  • Other types of payments processing.

    I know Paypal don't support e-check payments unless the customer have an account with them to transfer funds. There is any way ACH Direct will be supported?  They do process payments via Credit Cards  or E-check. Also i tried to setup the form to do

  • .pdf's won't render in Safari

    Suddenly .pdf files accessed via a link render to an empty page. I reset Safari and cleaned the caches ... even downloaded and did a reinstall. Nada. Every one of the links works in other browsers such as FireFox and all links used to work in Safari.

  • SAP NetWeaver Portal on HP-Hardware - Experience?

    Hi @All, we are using an SAP NetWeaver Portal on HPUX PA 11.11 but the response time is very long even with 8 CPU and a lot of RAM. In the past I've made good experiences with Linux on AMD with 64 bit but this woud be a real big change us. Somebody u