Questions tagged [sdo]

Service Data Objects is a technology that allows heterogeneous data to be accessed in a uniform way.

Service Data Objects is a technology that allows heterogeneous data to be accessed in a uniform way. The SDO specification was originally developed in 2004 as a joint collaboration between BEA and IBM and approved by the Java Community Process in JSR 235.

30 questions
1
vote
0 answers

SDO_DAS_XML issue for wamp

I need for a project to work with SDO_DAS_XML but I am working on windows env. and Wamp and I didn't find any solutions or .dll to make it working. Is somebody have the two .dll extensions? I've readed a post here on stackoverflow but the solution…
zeflex
  • 1,487
  • 1
  • 14
  • 29
1
vote
0 answers

Error installing SDO_DAS_XML library

I have been trying to install SDO_DAS_XML library in PHP5, but gives me an error as below command: pecl install SCA_SDO Error: 194 source files, building running: phpize Cannot find config.m4. Make sure that you run '/usr/bin/phpize' in the…
GoSmash
  • 1,096
  • 1
  • 11
  • 38
0
votes
0 answers

Support required to install package SDO

While installing SDO package, below error is thrown Collecting sdo Using cached sdo-0.6.5.zip (7.2 kB) Preparing metadata (setup.py) ... done Using cached sdo-0.6.4.zip (7.1 kB) Preparing metadata (setup.py) ... done Using cached sdo-0.6.3.zip (7.1…
user3676367
  • 59
  • 1
  • 1
  • 7
0
votes
1 answer

What is the maximum size that can be used in SDO block transfer and how?

I am trying to build an embedded system based on CANOpen principles. I constructed most of the object dictionary. I am mainly communicating with SDO (mostly expedited transfer). I have used CANOpen once before as a master (so my limits were clear),…
bomberman
  • 142
  • 10
0
votes
2 answers

Parse 'complex' geojson through ORDS

I'm having trouble generating a good geojson for tables that contain complex (Ordinate array 1005) geometry. With my current approach I'm getting multiple ORA errors. Primarily ORA-13199 ERROR: wrong polygon. When I use a regular select geometry it…
Sietze
  • 33
  • 3
0
votes
1 answer

Size of CANOpen SDO confirmation frame

I am writing my own CANOpen stack, and I want to implement the SDO server using C. The CiA CANOpen Application Layer Document specified that the SDO Request and Confirm Frames look as follows: And some explanation provided as follows: Based on my…
embedcrazy
  • 11
  • 1
0
votes
2 answers

SDO ethercat SOEM/SOES

I’m implementing SDO communication using SOEM and SOES libraries but I’m having some problems, could someone help me? To go into detail I’m using a Pc with Ubuntu as Ethercat master and an ethercat slave which uses a LAN9252. The slave is connected…
0
votes
0 answers

How to find if point is inside a polygon in oracle?

First time posting here. Forgive any ignorance. But I need to construct a Oracle query that will determine how many points are inside a Polygon or Grid. I tried to search for an example on the web, but I couldn't find any. Any answer or response…
0
votes
0 answers

NPE when calling SDOHelper.createRootDataObject in test

We have a service method which succesfully calls the WIM of the WAS. In this method we use the SDOHelper to create the RootDataObject and the ControlDataObject using the following (like described in the IBM docs): DataObject root =…
bish
  • 3,381
  • 9
  • 48
  • 69
0
votes
1 answer

SDO XML DAS Avilibility in Shared PHP Hosting

What % of Shared Hosting Package Provide SDO XML DAS Extension installed. or has the capability to install it for the User. i.e. If my Application makes use of SDO XML DAS would I be able to work with it on any Shared Hoisted Server ?
Neel Basu
  • 12,638
  • 12
  • 82
  • 146
0
votes
1 answer

SDO in Mac OS X Yosemite

Keep getting errors when installing SCA_SDO via PECL -MacBook-Pro:SCA_SDO-1.2.4 roland$ sudo pecl install SCA_SDO downloading SCA_SDO-1.2.4.tgz ... Starting to download SCA_SDO-1.2.4.tgz (576,531…
rbur0425
  • 479
  • 8
  • 26
0
votes
1 answer

SDO vs DB Adapter oracle 11g

I publish this post in order to reveal the underlying idea of the real use of this tecnology. I know this isn't a common question, but it doesn't mean that it isn't important. If you were trying to work with lots of tables of a Database, and you…
0
votes
1 answer

Convert 64bit PHP to 32bit on WAMP 64bit

I now have a scenario where I need PHP to be 32bit (I need to connect to a 32bit COM object, no 64bit version is available for this particular one (Sage SDO)). I want to keep MySQL as it is, 64bit, but how would I go about changing just PHP to 32bit…
imperium2335
  • 23,402
  • 38
  • 111
  • 190
0
votes
2 answers

How to enable SDO in WAMP Server

I want to enable SDO to use SDO_DAS_XML but I'm getting the error "Class 'SDO_DAS_XML' not found". I am using WAMP Server and dont see any setting for it under PHP Settings or PHP Extensions. Please help
Indy
  • 814
  • 1
  • 11
  • 23
0
votes
1 answer

How to use CXF with SDO?

I try to build a CXF-based client application for an existing web-service using 'Contract-First' pattern. The XSDs are quite complex so I am looking for a way to utilize something like SDO, avoiding code-generation for a WSDL. WSDL2Java tool makes…
snowindy
  • 3,117
  • 9
  • 40
  • 54
1
2