Spatial operator issue

Hallo,
I have a general question. I am using a spatial operator. There it is a general rule that the first parameter must come from a indexed table and the second need not to be indexed. As far as good. The other rule is that the first parameter should be the feature that is searched for and the second contains the query window.
If I break the first rule and want to use a non-indexed table geometry an error message ossures. My question concerns the second rule:
If I change the parameters and I set the table with the query window (and it is indexed) first what could happen the worst case?
I have such a case but I can not put the geometry table with the query window to the second parameter because the features I want to search come from the get_geometry function from the topology model and are not indexed.
Thanks in advance Tig

Hallo Bryan,
I am analyzing oracle spatial and the data model I have chosenfor this task is built of object tables. It is not a business solution so it does not really matter. But I have realized several times that it maybe would have been better to work with relational tables. Sometimes it is a lot more work to do to solve a problem.
I am not that happy with the following procedure:
CREATE OR REPLACE PROCEDURE berechneAdressdaten AS
CURSOR cs IS (SELECT a.HAUS_NR,a.HAUS_NR_ZUSATZ,a.STRASSE,
a.GEMEINDE_NAME,a.STRASSENNAME,a.HAK FROM
(SELECT /*+ ordered index(hausanschlusskasten_topo_tab hk stromnetz_8_idx) index(gebaeude_tab g gebaeude_flaeche_sidx) */
G.HAUS_NR, G.HAUS_NR_ZUSATZ, G.STRASSENSCHLUESSEL.STRASSE AS STRASSE,
G.STRASSENSCHLUESSEL.GEMEINDE_NAME AS GEMEINDE_NAME, G.STRASSENSCHLUESSEL.STRASSENNAME AS STRASSENNAME,
HK.HAK, SDO_NN_DISTANCE(1) DISTANCE FROM HAUSANSCHLUSSKASTEN_TOPO_TAB HK,GEBAEUDE_TAB G
WHERE SDO_NN(G.FLAECHE, HK.POSITION.GET_GEOMETRY(),'SDO_NUM_RES=1 UNIT=METER',1)='TRUE')a WHERE a.DISTANCE <=5);
BEGIN
FOR NO IN cs LOOP
UPDATE HAUSANSCHLUSSKASTEN_TAB SET GEMEINDE_NAME=NO.GEMEINDE_NAME,STRASSENNAME=NO.STRASSENNAME,STRASSE=NO.STRASSE,
HAUS_NR=NO.HAUS_NR WHERE NO.HAK=HAK_ID;
END LOOP;
END;
As I mentioned before the parameters I have given to the sdo_nn-operator I have to turn around. SDO_NN(G.FLAECHE, HK.POSITION.GET_GEOMETRY() --> g.flaeche comes from a relational indexed table and hk.position comes from a object relational table with datatype sdo_topo_geometry. For the reason that I need this procedure I build it that way but it is false in the way that g.flaeche is the query window and hk.positon is the parameter I want to select from. But I do not see another way to solve this problem and function-based indexes do not work.
Maybe somebody has an idea.
I would really appreciate!
Thanks Tig

Similar Messages

  • 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

  • Ldap Synch Error in attribute conversion operation Issue in OIM 11g R2 PS1

    Hi All,
    We have enabled LDAP Synch in OIM11g R2 PS1 environment. We have requirement of users getting created through Web Services. When we create a user through Webservices, and provide all the attributes required to create user then we are getting LDAP Error in attribute conversion operation:
    2014-01-03T02:31:52.249-05:00] [oim_server1] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 1353004b0df87234:-67081615:143517a89d1:-8000-0000000000002807,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] ADF: Adding the following JSF error message: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.[[
    oracle.iam.ui.platform.exception.OIMRuntimeException: IAM-2050243 : Orchestration process with id 9864, failed with error message IAM-3010201 : LDAP create event failed : 00000057: LdapErr: DSID-0C090C3E, comment: Error in attribute conversion operation, data 0, v1db1.
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportServiceException(OIMErrorHandler.java:170)
      at oracle.iam.ui.platform.exception.OIMErrorHandler.reportException(OIMErrorHandler.java:65)
      at oracle.adf.model.binding.DCDataControl.reportException(DCDataControl.java:411)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:416)
      at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:471)
      at oracle.adf.model.binding.DCControlBinding.reportException(DCControlBinding.java:201)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.reportException(JUCtrlActionBinding.java:2016)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1660)
      at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)
      at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)
      at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
      at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:165)
      at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:112)
      at oracle.iam.ui.catalog.view.backing.CartReqBean.submitActionListener(CartReqBean.java:848)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:606)
      at com.sun.el.parser.AstValue.invoke(AstValue.java:187)
      at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)
      at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
      at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
      at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.ui.platform.servletfilter.IdentityContextFilter.doFilter(IdentityContextFilter.java:50)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.servletfilter.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:164)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:248)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    In this case user is getting created in OIM but LDAP Synch is not happening we are getting the error as mentioned above.
    When we create user in OIM  not through Web Serives but through Identity Self Service and provide any date attribute for example Start Date,Provisoning Date, Deprovisoning Date or any other date attribute, then also we are geeting the same error of Error in attribute conversion operation Issue, in this case user is not getting created in OIM and LDAP Synch is not happening.
    And when we create a user in OIM not through Web Serives but through Identity Self Service  and did not give any of the date attribute then user is getting created and LDAP synch is also happening successfully.
    We need to create users through Web Services and we need to resolve this issue asap, request you all to provide any helpful pointer on this.
    Thanks
    Varsha

    This can happen due to OIM-LDAP wrong attribute mapping/value getting passed.
    Can you please first try with OOTB attributes and see how it behaves?
    J

  • Ask : Trigger using spatial operation

    Hi all...
    I have two tables called OBYEK_PAJAK and AREAL_KEBUN, created using following statement :
    CREATE TABLE obyek_pajak (
    nop VARCHAR2(9) NOT NULL,
    npwp_wp VARCHAR2(15) NULL,
    kel_op VARCHAR2(100) NULL,
    kec_op VARCHAR2(100) NULL,
    luas_areal_op NUMBER NULL,
    tgl_ijin_op DATE NULL,
    mi_style VARCHAR2(254) NULL,
    mi_prinx NUMBER(11,0) NOT NULL,
    geoloc SDO_GEOMETRY NULL,
    kd_kppbb CHAR(2) NULL
    CREATE TABLE areal_kebun (
    id_areal_kebun NUMBER NOT NULL,
    nop VARCHAR2(9) NOT NULL,
    luas_areal_kebun NUMBER NULL,
    tahun_tanam VARCHAR2(4) NULL,
    mi_style VARCHAR2(254) NULL,
    mi_prinx NUMBER(11,0) NOT NULL,
    geoloc SDO_GEOMETRY NULL,
    kd_areal_kebun VARCHAR2(2) NULL,
    kd_tanaman VARCHAR2(2) NULL
    both of them have spatial column called geoloc. Column NOP in table AREAL_KEBUN references to column NOP in table OBYEK_PAJAK (so AREAL_KEBUN as a child and OBYEK_PAJAK as a parent)...
    I'm using Mapinfo to insert spatial column and others column manually using (i) menu in mapinfo and they're done their job.
    Now I'm trying to fill column NOP of AREAL_KEBUN table automatically using trigger when I've finish i.e. draw a polygon IN OBYEK_PAJAK boundary...in the other words I would like to fill my NOP column in AREAL_KEBUN using spatial operation to get NOP value from OBYEK_PAJAK table were related spatially with inserted polygon in AREAL_KEBUN.
    I'm trying to create my fool trigger and it not work...here is it :
    CREATE OR REPLACE TRIGGER fill_nop_kebun before insert on areal_kebun
    REFERENCING OLD AS OLD NEW AS NEW
    FOR EACH ROW
    BEGIN
    DECLARE var_nop VARCHAR2(9)
    SELECT a.nop into var_nop from obyek_pajak a, areal_kebun where sdo_anyinteract(a.geoloc,:new.geoloc)='TRUE';
    INSERT INTO areal_kebun(:new.nop) VALUES (var_nop);
    end;
    Anybody has solution for this?? Please help me ASAP and thank for help!
    sorry about my poor english....
    Regard
    Adhi

    Hi Adhi,
    I have changed FILL_NOP_KEBUN trigger little bit, and now it is working. Changed trigger looks like:
    CREATE OR REPLACE TRIGGER FILL_NOP_KEBUN
    BEFORE INSERT
    ON AREAL_KEBUN
    REFERENCING NEW AS new
    FOR EACH ROW
    DECLARE
    var_nop varchar2(9);
    BEGIN
    SELECT a.nop into var_nop from obyek_pajak a where sdo_anyinteract(a.geoloc,:new.geoloc)='TRUE';
    :new.nop := var_nop;
    END;
    I have tested it on my machine - if new geometry interacts with geometry stored in OBYEK_PAJAK, then appropriate nop value from OBYEK_PAJAK table is inserted into AREAL_KEBUN.
    Regards,
    Andrejus

  • Dead PB Battery causing system operation issues ??

    Hi, I bought a 1Ghz DVI Titantum G4 on Craigslist over the weekend. The system has what appears to be a completely dead PB battery that is 5+ years old (there is writing on the back of the battery "May 2005").
    It came with a 3rd party 45W adapter/charger and the system will run from that just fine.
    Mac OSX 10.4.11 says the battery is charged at 96%, but when I try to run the PB from the battery, nothing happens. I press the little button on the bottom of the battery and it indicates a fully charged battery. However the System Profiler shows no amperage from the battery on the power portion of the profiler. I checked the PRAM battery with a multimeter and it still has a charge.
    Will leaving this apparently dead PB battery in the system cause other operational issues ? Any thoughts ?
    Thanks

    Keeping a dead battery in the computer won't cause any problems, but the fact that it's dead will, of course, mean it won't serve to prevent certain kinds of problems that wouldn't arise if it were a good battery.
    In particular, you probably won't be able to unplug the AC adapter and transport the Powerbook for more than a handful of minutes before the PRAM battery is completely drained, and then the drained PRAM battery may prevent the machine from starting up until it is recharged — which will go very slowly if a dead main battery is in place and the computer is trying in vain to recharge that too. The main battery gets charging priority, and the PRAM battery gets charged after the main battery is full. If the main battery never charges, the PRAM battery may not either, unless the main battery is removed.
    It's also true that in the event of an AC power outage while you're working, the dead battery won't fulfill its usual function as an uninterruptible power supply. The computer will instantly shut down, and whatever you're working on that hasn't been saved will be irrevocably lost. If the battery were good, you might not even notice the outage.
    If the computer is just going to sit on a desk and be permanently connected to AC power, you can leave the dead battery in it — except after a power outage, when you'll need to remove it for 5-6 hours to give the PRAM battery time to recharge in its absence. On the other hand, the only real reason to keep a dead battery in the machine is to prevent foreign matter or objects from getting inside the battery compartment. There's no other advantage to having it in there.

  • Operational Issues vs Operator Error

    The concept of the Android operational system got many rave reviews, and many positive comments regarding the many things an android phone can achieve.  However,  as a functionally smartphone to use in business to organize, file and utilize contacts, it falls short in the performance department.  Many of the primarily functions as a smart phone of the Droid X falls short and at this time after nearly four months and 4 droid's, the solution appears far in the distance.
    I am presently using my 4th Motorola Droid X, which all the 3 previous models were deemed defective by Motorola & Verizon Tech's.  I find it interesting that it appears that despite numerous telephone calls for help & assistance, that I am told by both Motorola & Verizon support that the following concerns do not show as problems with the Droid X.  After spending over 7 hours with a Level 3 directed Motorola Tech, after spending hours with a Verizon Tech, that "there are more people having issues with the DROIDX than I want to know."  this was told to me after I inquired that I just couldn't be the only user to file concerns about the product.   So I ask you try to see if you experience any of the listed problems below and please respond.  This is the only way we are going to get both Verizon or Motorola to take immediate action. 
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?   
             SOLUTION:  Upon selecting either a phone number, address or email as DEFAULT, why not have the entire entry change color to GREEN.  (keep in mind those that might be color blind).  Green is the color that means go, first, and is most easily viewed immediately.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
           SOLUTION:  Programmers you need to fix this discrepancy.  It is too confusing when trying to compare data.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
           SOLUTION:  See answer to number 2.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
           SOLUTION:  Correct search criteria to examine all data fields and to ensure multiple entries in each field is identified by the search feature. 
      NOTE: it would be nice that when search results are listed that user have the option to see requested search first rather than all other contacts that have matching criteria.  Example.  if searching for Marina,  if typing Ma...  as the letters are typed only list those matches that the MA is matching as the first two characters FIRST rather than every match that contains the letters MA. 
    But still problem remains that the search criteria leaves out contacts that have the exact match requested criteria.
    5.  Why have the ability  to create groups if groups will not sync  between the phone and gmail? 
        SOLUTION:  Programmers need to investigate and determine why when creating groups on the phone or on gmail do not sync.   If the phone is designed to be a phone to work with the google /gmail features, then perhaps all of the features should be tested... or make a disclosure prior to sale of functions that do not work.
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact?  IF YES, then how is a particular gmail account linked to a contact?  Can this contact gmail link be changed or linked to more than one email without having to retype contact data?  There appears to be no method in which to select a gmail in which to link a contact?
           SOLUTION:  enable feature to select which account to link a contact.   Also, enable ability to select multiple links and/or ability to switch links.  
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account?  Phone constantly shows fewer contacts than the gmail account,  in my case, there are (402) missing contacts on the phone?
          SOLUTION:  There should be mathematical check to ensure contacts match both phone and gmail account and an error message when the count differs.   NOTE: is there a problem not disclosed regarding an OUTLOOK C.V. file not syncing with a google account data?
    8. Constantly getting message:  SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again.   FORCE CLOSE.   Why? What is constantly not working?
      NOTE: This problem appears,often several times, then is followed by phone resetting itself. 
            SOLUTION:  BE PRO ACTIVE IN NOTIFYING CUSTOMERS USING EQUIPMENT OF ISSUES DEEMED NECESSARY TO BE ADDRESSED IN SOFTWARE FIX.  IN FACT, WHY NOT AN APPLICATION THAT IDENTIFYS ALL ISSUES WITH ANTICIPATED STATUS ON WHEN CORRECTIONS WILL BE FORTHCOMING.
    I  have spent the past 4 months extensively trying to work with Verizon and Motorola.  Verizon wants to blame Motorola and takes no responsibility for its beta team to find at least the above issues.  If they did find issues and know these issues prior to releasing the equipment for user usage, I believe Verizon owes every consumer a disclosure of known problems in advance.  Many of the above issues are so obvious it is impossible to believe these issues were not noted as problems prior to release.  I hold Verizon accountable for my data loss, the wasted time spent explaining over and over the problems, and I hold them accountable for failure to test the accessories prior to sale. 
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly. 
    What is your opinion? 

    frogman80 wrote:
    Don't believe me... Get out your DROID X now and try the following:
    Don't believe me... Get out your DROID X now and try the following:
    1. Why when selecting either a phone number, address or email as "DEFAULT", absolutely nothing is displayed to indicate that a default was set?
    The Default selected number moves to top of phone list for the contact and this is how you know it’s the default.
    2. Why when selecting a contact to edit does information appear in different order in "edit" screen that in the "contact data screen.?
    Same answer as previous question.
    3. Why does the data also appear differently in different order when comparing information to that which is displayed on google.account?
    Because the site has cells configured by category where the phone has order configured by user input.
    4. Why when conducting searches in which many of the contacts have similar names (like "Marina") that the search will not list all of the contacts matching criteria requested in search?
    I am unsure how you are searching but when I do a search all matches are listed from search criteria, Google search does this automatically but when you do it from phone dialer you have to press the arrow in left corner above input cell to display all found items that match search.
    5. Why have the ability to create groups if groups will not sync between the phone and gmail?
    Now this option I can agree needs some work but nothing is perfect
    6. Does this Droid X, have the ability to work as designed with more than one gmail contact? IF YES, then how is a particular gmail account linked to a contact? Can this contact gmail link be changed or linked to more than one email without having to retype contact data? There appears to be no method in which to select a gmail in which to link a contact?
    I do not know why you would want to have two accounts that would have the same exact information like contacts because the device pulls contacts from the phone book listing… But if you want to do this Google has a option from website to merge two accounts and I believe this should do just what you are wanting.
    7. What causes differences in total number of contacts on the phone than that listed in the gmail account? Phone constantly shows fewer contacts than the gmail account, in my case, there are (402) missing contacts on the phone?
    This can happen because on counts the number of numbers listed instead of the number of contacts, so if you have 4 numbers for a contact this will list a 4 in one area but only one in other location… I do agree that this is something that can make things a bit confusing at times.
    8. Constantly getting message: SORRY, The application Google Services Framework (process com.google.process.gapps) has stopped unexpectedly. Please try again. FORCE CLOSE. Why? What is constantly not working?
    This is most likely a incompatible app installed that it causing this controller to FC but I can not trouble shoot this issue because I haven't experience this problem myself.
    The DROIDX can be a great smartphone if it uses smart beta testers and if at the least the above issues can be resolved quickly.
    Beta testers can not take all users habits and installed softwares in consideration because there is to many new apps created daily and to many custom configurations done by so many users. I have developed a number of 3rd party apps for WM over the years and I can openly say that the chance of isolating all possible configuration issues is impossible, the SDK only allow you limited access to the systems base codes that makes a true custom code to overlay a UI a little complex.
    What is your opinion?
    Hope this cleared some things for you.

  • Non-ANSI Outer Join Operator Issue (reposted due to text issues)

    I am currently using Designer 11.5.0.0. Itu2019s XI Rel 2, but Iu2019m not sure what service pack. I have created several universes with outer joins against a SQL Server 2005 database, but when I try using them in a Crystal report, I get the following error:
    Failed to retrieve date from the database. Details: 42000:[Microsoft][ODBC SQL Server Driver][SQL Server] The query uses non-ANSI outer join operators (u201C=u201D or u201C=u201D). To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel. It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN). In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
    Here is my ODBC DSN configuration:
    Microsoft SQL Server ODBC Driver Version 03.85.1132
    Data Source Name: FlexOPS
    Data Source Description:
    Server: dalsvrw031
    Database: (Default)
    Language: (Default)
    Translate Character
    Data: Yes
    Log Long Running Queries: No
    Log Driver Statistics: No
    Use Integrated Security: No
    Use Regional Settings: No
    Prepared Statements Option: Drop temporary procedures on disconnect
    Use Failover Server: No
    Use ANSI Quoted Identifiers: Yes
    Use ANSI Null, Paddings and Warnings: Yes
    Data Encryption: No
    Okay, so I understand what the issue is. It appears that the version of Designer that I am using does not default the ANSI92 parameter to u201CYesu201D. So all the outer joins I have created in each of my universe are using the old *= as the join operator. And apparently, the ODBC driver I am using is not very happy with that.
    As I understand it from what Iu2019ve read on other sites, I have the following options:
    1) Set the ANSI92 parameter to Yes, drop all my joins, close and re-open Designer, and recreate all of the joins.
    2) Find a different driver or connectivity method that will support non-ANSI joins.
    3) Set my database back to SQL 2000 compatibility.
    Option 1 is unappealing as it will cause a lot of time redoing all the work that Iu2019ve spent the past month doing. Option 2 is only a band-aid fix at best. Option 3 really isnu2019t an option for us.

    So I am wondering what other options I have to change these non-ANSI joins to ANSI compatible joins. Do I need to update Designer with a service pack? Is there a script out there that will automatically do this in each of the universes? I would appreciate any suggestions or guidance on this.
    Thanks,
    Lee

  • Non-ANSI Outer Join Operator Issue

    I am currently using Designer 11.5.0.0.  Itu2019s XI Rel 2, but Iu2019m not sure what service pack.  I have created several universes with outer joins against a SQL Server 2005 database, but when I try using them in a Crystal report, I get the following error:
    Failed to retrieve date from the database.
    Details:  42000:[Microsoft][ODBC SQL Server Driver][SQL Server] The query uses non-ANSI outer join operators (u201C=u201D or u201C=u201D).  To run this query without modification, please set the compatibility level for current database to 80 or lower, using stored procedure sp_dbcmptlevel.  It is strongly recommended to rewrite the query using ANSI outer join operators (LEFT OUTER JOIN, RIGHT OUTER JOIN).  In the future versions of SQL Server, non-ANSI join operators will not be supported even in backward-compatibility modes.
    Here is my ODBC DSN configuration:
    Microsoft SQL Server ODBC Driver Version 03.85.1132
    Data Source Name: FlexOPS
    Data Source Description:
    Server: dalsvrw031
    Database: (Default)
    Language: (Default)
    Translate Character Data: Yes
    Log Long Running Queries: No
    Log Driver Statistics: No
    Use Integrated Security: No
    Use Regional Settings: No
    Prepared Statements Option: Drop temporary procedures on disconnect
    Use Failover Server: No
    Use ANSI Quoted Identifiers: Yes
    Use ANSI Null, Paddings and Warnings: Yes
    Data Encryption: No
    Okay, so I understand what the issue is.  It appears that the version of Designer that I am using does not default the ANSI92 parameter to u201CYesu201D.  So all the outer joins I have created in each of my universe are using the old *= as the join operator.  And apparently, the ODBC driver I am using is not very happy with that.
    As I understand it from what Iu2019ve read on other sites, I have the following options:
    1)   Set the ANSI92 parameter to Yes, drop all my joins, close and re-open Designer, and recreate all of the joins.
    2)   Find a different driver or connectivity method that will support non-ANSI joins.
    3)   Set my database back to SQL 2000 compatibility.
    Option 1 is unappealing as it will cause a lot of time redoing all the work that Iu2019ve spent the past month doing.  Option 2 is only a band-aid fix at best.  Option 3 really isnu2019t an option for us.
    So I am wondering what other options I have to change these non-ANSI joins to ANSI compatible joins.  Do I need to update Designer with a service pack?  Is there a script out there that will automatically do this in each of the universes?
    I would appreciate any suggestions or guidance on this.
    Thanks,
    Lee
    Edited by: Lee Vance on Jul 6, 2009 10:02 PM

    Hi,
    try the following:
    open your universe in the Universe designer, go to File->Parameter, select the Parameter tab and change the value of the ANSI92 parameter from No to Yes.
    Regards,
    Stratos

  • SharePoint 2010 Manage content and structure copy operation issue

    Hi,
    I am trying to copy a subsite from location A to B in the same site collection using the copy operation of Manage content and structure. Site is getting copied but default.aspx page is not getting copied to the destination. I tried copying the default.aspx
    page directly using copy operation but that too is not working. There is no error thrown but the page is not coming up in the pages library of destination site.
    As a workaround, i copied the page using SharePoint designer but i am looking for a solution to this issue.
    Thanks in advance
    Ajit

    Hi Ajit,
    According to your description, my understanding is that you could not copy default.aspx page using Manage Content and Structure.
    I did a test about this issue, and found the followings:
     1.When I checked out the publishing page, then copied the site to other location at the same site sollection with Manage Content and Structure, the page was not copied.
     2.When I checked in the page without publishing,  and copied the page as the step1, the page also was not copied.
     3.I published the page,  then copied it, the page could be copied.
    So , for resolving your issue, please check the default.aspx page, make sure that the page is published.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • BPC 7.5 Upgrade - Unary Operator Issue

    We have been performing a large upgrade from a previous version of the software and are looking for some help on some of the issues with the upgrade. One of the issues we have been having is that some of our dimensions were using the property "Unary Operator" to have parent members ignore certain child members in their values. We have seen in 7.5 MS that the unary operator doesn't always perform the same and in one instance wouldn't allow other hierarchies to even roll up at all. I guess what i am looking for is a way to have the same affect (limit some children members from rolll up) that Unary Operators had in previous versions, in 7.5. I had looked at other forums and seen that dimension formulas were used to filter out the child members but i was wondering if there were any other viable options.

    Hi Kenton,
    as Nilanjan wrote if you have a hierarchy all the children will be rolled up to the parent, so works the OLAP.
    If you some parents don't correspond to the sum of his children then you must propcess the application to align the parent with the children.
    If you don't want to sum some children you must create another subparent with only the children you want or create a dimension member outside of the hierarchy using the dimension formula, but remember that this valur is not memorized, it's calculated during the evdre, that means that a lot of dimension formula will reduce the performance.
    Kind regards
         Roberto

  • Processing exception during a "Render" operation issue

    Hi all,
    I got below error message when i try to view pdf file in portal. It is working fine to view the adobe form using fp_test_00 program.
    Processing exception during a "Render" operation.
    Request start time: Tue Jul 21 08:03:17 BST 2009
    com.adobe.ProcessingException: com.adobe.ads.exception.TransientException: A problem was encountered with the results:
    RenderResult array is null.; [Error Log file "2009.07.21.080321SAFPMSSUSER02.pdf" written to
    /usr/sap/ECD/SYS/global//AdobeDocumentServices/renderErrorLog/errorFiles]
         at com.adobe.ads.operation.Render.execute(Unknown Source)
         at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
         at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0_0.rpData
    (AdobeDocumentServicesLocalLocalObjectImpl0_0.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            .Method.invoke(Method.java:391)
         at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod
    (EJBImplementationContainer.java:126)
         at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)                   
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java     
    Any idea on how to troubleshoot this issue?
    Thanks
    best regards.
    Prakesh.

    Hi Prakesh,
    Do you have access to the PDF file which is mentioned in the error message? This PDF has some attachments you could open in Reader. One is called trace.txt and it should provide detailed error information.
    Best regards,
    Andreas

  • JavaScript Operator Issue Captivate 5

    After searching endlessly on Google for an answer (and not finding one) I thought I would post in the forums to see if anyone could help.
    I am using JavaScript to send some custom variable data back to a Moodle LMS. Everything is going back okay but I'm having issues with the JavaScript window when using the "less than" comparison operator (<).
    I have tested this various ways and have managed to narrow down my issue to the operator in question. When trying to save the sample script below, with the less than operator, Captivate 5 returns an error saying "The script is incomplete" and does not save. If I change the operator to "==" (equal to) or ">" (greater than), it works fine.
    Is this a bug within Captivate 5? Would appreciate any help on this one.
    Note: This is a script that is executed from an Advanced Action, it is not executed from a button.
    Sample script used for testing:
    var objCP = document.Captivate;
    var session_time = objCP.cpEIGetValue('cpInfoElapsedTimeMS');
    var time_ms = session_time / 1000;
    var seconds = (time_ms % 60).toFixed(0);
    var minutes = ((time_ms % 3600) / 60).toFixed(0);
    var hours = (time_ms / 3600).toFixed(0);
    if (minutes < 10) {
    alert('less than');
    } else {
    alert('more than');
    if (total_score == 19) {
    alert(session_time);
    alert(seconds);
    alert(minutes);
    alert(hours);
    Message was edited by: Tom Ireland
    I've managed to get round the issue by concatenating a zero to the minutes and hours variables, then using the slice() function to remove it if the total score is greater than 10. This still doesn't solve the issue with the operator so I would still like to understand what the answer may be.

    Thanks for getting back to me so quickly, Jim. I'll put all my checks into functions instead and call the function from the standard.js or my own.js file as you have suggested. It makes sense to do that. Assuming that Captivate is being a bit unpredictable relating to comparison operators, I can use the "less than" operator in my standard script without any issues.
    Good point regarding the console, it's such a pain to keep having to go through line-by-line to find out where the issue is. SCORM Cloud has been really helpful in determining what's happening with variable data too, I would recommend it if you don't use it already.
    If I remember rightly, you're the chap that runs CaptiveDev.com, right? If so, unless you've done so already, it may be worth adding something to the tutorials or general JavaScript articles about my issue to save the frustration. Nightmare!!!!!
    Thanks again, Jim.

  • Operation Issues after switching to Org.Struc. replication from HR ? :-(

    Hi guys,
    Currently I have my Org.Structure created manually, however some guys are working in the ALE model in order to replicate Org.Struc. data from HR to SRM.
    MY QUESTION IS: my new Org. Structure will have different ID's. 
    - What will happen with my current operation?  I can see that all my SC and PO documents are linked to the "old" struc. ID's.     
    - What should I do in order to minimize the issues during this transition ?
    Thanks for your help !
    Best regards,
    Diego

    Hi guys,
    Thanks for your help.
    First of all: YES I need to accomplish this in my Productive Environment.
    Second: I have 1800 end users approx. right now, so it would be difficult to ask them to finish the approvals by themselves =(
    Third: my biggest concern was related to the Purchaser workload, I have seen in BBP_PD that a PO document has a Purch.Org and Purch.Group linked (OU Id's).     With my new Org.Structure this ID's will be a different ones !    How could I solve this ?
    Thank so much for your help !
    Best regards !
    Diego

  • BPC 7 EvCVW Filterlist different operator issue

    Hello,
    I am testing BPC 7.0, but I have an issue with the Filterlist properties of the EvCVW function.
    When i use the filter option with the = operator it is working (ie: CALC=Y), but with the different operator nothing appears
    Before in my version 4.2, the filter option was working properly with the Different operator.
    Does anyone have a solution or a feedback to this issue?
    Thanks in advance
    Alexis.
    P.S : Sorry The different operator can't be displayed in this forum ...
    Edited by: Alexis Roy on Jun 9, 2009 4:42 PM

    Alexis,
    The "Different Than" operator should work with EvCVW.  When I have used it I've written it out like:
    =EVCVW(AppName,Dimension,"calc=Y;group<
    >cost center")
    Does this help at all?  If not, can you write out what your formula looks like?
    Thanks,
    Keith

  • Opera issue with weblogic libproxy plugin

    I am using iPlanet and weblogic
    iPlanet as web server
    and
    weblogic as application server.
    For connectivity between both, I am using libproxy.so plugin of weblogic for iPlanet server.
    Both are SSL enabled.
    It is working fine with IE 6> , Mozilla firefox..
    But it is giving issue for file upload in Opera browser...
    following is log of proxy plugin 'libproxy.so' on iplanet server.
    ============================= new request ===============================
    INFO: SSL is configured
    INFO: SSL configured successfully
    URI=[WebConverter/WebCon/upload]
    Expect header is found, reply with "HTTP/1.1 100 Continue"
    Hdrs from Client:content-length=25481
    Hdrs from Client:content-type=multipart/form-data; boundary=----------L05cZh1cacTgitQlCGWaLM
    Hdrs from Client:user-agent=http://Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1
    Hdrs from Client:host=10.10.61.94:82
    Hdrs from Client:accept=http://text/html, application/xml;q=0.9, application/xhtml+xml, image/png, image/jpeg, image/gif, image/x-xbitmap, /;q=0.1
    Hdrs from Client:accept-language=http://en-US,en;q=0.9
    Hdrs from Client:accept-charset=http://iso-8859-1, utf-8, utf-16, *;q=0.1
    Hdrs from Client:accept-encoding=deflate, gzip, x-gzip, identity, *;q=0
    Hdrs from Client:referer=https://10.10.61.94:82/WebCon/WebCon/ConversionsFiles.jsp?classMaster=446
    Hdrs from Client:cookie=JSESSIONID=K7BYDJQd1bz4p64DfZQcnkdy1mqHxvStynJTPfCfXtQqgzH9f4Mt!685702995
    Hdrs from Client:cookie2=$Version=1
    Hdrs from Client:te=deflate, gzip, chunked, identity, trailers
    Temp Post File name = [tmp/_wl_proxy/_post__27240_1]
    *******Exception type READ_ERROR_FROM_CLIENT (reading client POST data failed) raised at line 598 of proxy.cpp
    Apart from this, screen show message..... 'HTTP/1.1 100 Continue'
    It is not hitting app server..
    I am not able to understand why it is happening...
    i checked out some sites mentioned below but to no success...
    http://marc.info/?l=nginx&m=123027309025203&w=2
    plz help if u know abt same.
    :-)

    I am using GNU Linux machine ...following is output of uname command as shown below:-
    uname --all
    Linux linuxbox01 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux
    ----------------------------On sun download site,
    https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=SJWS6.1-ADDON-OCT0104-G-F@CDS-CDS_SMI
    under download page of "Sun Java System Web Server Reverse Proxy Add-On 6.1", i am getting list of os as shown below.:
    AIX 5.1
    AIX 5.2
    AIX 5.3
    HP-UX 11i
    Red Hat Enterprise Linux 2.1
    Red Hat Enterprise Linux 3
    Red Hat Enterprise Linux 4
    Solaris 10 64-bit (SPARC)
    Solaris 8,9,10 - SPARC
    Solaris 9 & 10 - x86
    Windows 2000 Server SP4
    Windows Server 2003, Enterprise Edition
    Windows XP Professional
    Please let me know which one to download.
    I am using iPlanet with version details shown below:
    Sun ONE Web Server 6.1SP3 B08/17/2004 22:22

Maybe you are looking for