Gateway or Heterogeneous Support for BLOBS

I have some geo information stored in a SQLServer database as a BLOB that I want to use heterogeneous services or gateway capabilities as a passthrough to read the information. In looking at the 10g documentation, it appears that this is NOT supported. Any ideas on how to achieve this?

(B)LOB data is supported by Generic Connectivity (HSODBC) and gateway.
With HSODBC (B)LOB data maps to either Oracle datatype 'LONG RAW' or 'LONG' based on the ODBC-Driver mapping (SQL_LONGVARBINARY or SQL_LONGVARCHAR). The gateway supports SQL Server LOB datatypes: BINARY, IMAGE, NTEXT, TEXT and VARBINARY.
HSODBC has the following restrictions regarding LOB data:
- A table including a BLOB column must have a separate column that serves as a primary key.
- BLOB and CLOB data cannot be read by passthrough queries.
- Updating LONG columns with bind variables is not supported.
This information comes from the following manual:
Oracle® Database
Heterogeneous Connectivity Administrator's Guide
10g Release 2 (10.2)
B14232-01
For restrictions with the gateway for MS SQL Server regarding LOBs see the following manual:
Oracle® Transparent Gateway for Microsoft SQL Server
Administrator’s Guide
10g Release 2 (10.2) for Microsoft Windows (32-bit)
B14270-01
Chapter 3 - Microsoft SQL Server Gateway Features and Restrictions
Documentation can be downloaded from Oracle at: http://docs.oracle.com

Similar Messages

  • I want to integrate SMS gateway to Cisco ISE 1.2 and my question is SMS notifications are supported for Guest self−registration

    I want to integrate SMS gateway to Cisco ISE 1.2 and my question is 
    SMS notifications are supported for Guest self−registration Services ? or it should be done by Sponsor 

    I'm not sure I understand the question.  Do you want to log in to the Sponsor Portal using AD credentials?
    Create an Identity Source Sequence using AD as an Authentication Source.  Go to Administration > Identity Management > Identity Source Sequences.  Either Edit or +Add a Sequence and choose from the Authentication Sources shown.
    Then choose that Identity Source Sequence by going to Administration > Web Portal Management > Settings.  Double-click Sponsor from the Left Menu and click Authentication Source.  Choose the Identity Source Sequence.  Click Save.
    I hope this helps.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • GroupWise 7.0 API Gateway is supported for Exchange 2007?

    Can someone confirm that GroupWise 7.0 API Gateway is supported for Exchange 2007?
    I found a note in a guide that stated it was not YET supported as of 1/27/2008.

    bwalker2,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • AES support for SRA Gateway

    Is it available an AES256 encryption support for the SRA Gateway Service?
    Otherwise, is it possible to plug-in a custom/self-made cipher?
    Finally (this is an RFE) it will be interesting if the Gateway could do the encryption job by using openssl APIs instead of the NSS ones, so that one could use his own openssl-based engine.

    Hi Walt, thank you for the feedback and for using the Remote Desktop app.
    We look at the user feedback in the Store and other site and know how important Gateway is to Remote Desktop, notably so on a phone.
    This is on our list of scenarios to enable, look for it in a future update later this year.
    Thanks,
    David Belanger
    This post is "AS IS" and confers no rights.

  • Nomachine NX/FreeNX, can't get 3D accelearation support for Virtualbox

    Greetings to everyone!
    I have a problem, which hopefuly someone knows how to solve?
    I've installed everything I needed for one small headless testing server based on Arch linux (x64, kernel 2.6.32 and X.Org X Server 1.7.3.902 (1.7.4 RC 2)), and have setup only basic stuff and services (I've attached rc.conf file)
    In addition I've setup also a desktop enviroment based on LXDE (in case of problems but it's stared manualy only when need and by NXclient or ssh -X), NVIDIA drivers (v. 190.53), VirtualBox 3.1.2 and VMWare Server 2.0.2 (x64).
    When I'm working directly on computer everything is working just fine and I have support for hardware acceleration in Virtualbox, but when I try to use it from remote location (eg. using NX client, or using X forwarding over SSH), I can't get access to 3D features of VirtualBox (3D acceleration and 2D acceleration buttons are greyed out!), also when I try to access NVIDIA settings panel it says "You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server." Well I'm pretty sure I have drivers installed, but is there any chance they are badly configured?
    I really Arch linux and would like use it as my main distro and really would like if someone can help me find a solution for this problem, (especially knowing that the same things IS working on my second and much older computer based on Intel Pentium 4 (2.0 Ghz), ASUS P4B533 Asus GF4 MX440 graphic card Ubuntu 8.04.3 LTS), and that it's a bit frustrating
    The newer computer is based on AMD Athlon II X2 240, Gigabyte MA770-UD3, and Gigabyte 7300GS graphic card.
    I've tried so many tutorials, many found on this forum, tried with different GUI (KDE, GNOME, LXDE) in case i "skipped" something and nothing helped me..
    Checked everything (I know) twice and even more, but no success.
    Is there some way to use hardware acceleration over remote sessions , am I missing something or is "the resistance futile" ?
    I'm sending my rc.conf, xorg.conf file, so if someone has more expirience with it?
    Thank you.
    rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="hr_HR.utf8"
    HARDWARECLOCK="localtime"
    USEDIRECTISA="no"
    TIMEZONE="Europe/Zagreb"
    KEYMAP="croat"
    CONSOLEFONT="lat2-16"
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(powernow-k8 cpufreq_ondemand cpufreq_powersave vboxdrv vboxnetflt vboxnetadp fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="kiklop"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    eth0="eth0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255"
    #eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng hal network netfs crond @openntpd sshd cpufreq sensors @samba @smbnetfs @proftpd @vmware @ddclient @webmin)
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    # Load "dri"
    # Load "dri2"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    Option "DPMS" "True"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G71 [GeForce 7300 GS]"
    BusID "PCI:1:0:0"
    # Option "UseFBDev" "true"
    Option "AllowGLXWithComposite" "True"
    Option "RenderAccel" "True"
    Option "AddARGBVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "BackingStore" "True"
    Option "DamageEvents" "True"
    Option "RegistryDwords" "PerfLevelSrc=0x3333"
    Option "RegistryDwords" "PowerMizerLevelAC=0x3"
    Option "OnDemandVBlankInterrupts" "True"
    Option "Coolbits" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "DAMAGE" "Enable"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    Greetings to you all from Zagreb (Croatia)

    The thing is I don't have any problem when I'm working in front of computer, only when using remote sessions (like NX, VNC, etc.).
    I can install additions, but I can't select 3D acceleration checkbox (it is disabled - grayed out) in Virtualbox, or use any graphic hardware advanced feature on computer when I'm using remote session, but it's enabled when using local session.
    Even when I try (when connected over NX) commands like glxinfo | grep render
    it says something like "not using direct rendering", looks like it's not even using nvidia driver, output show mesa driver is in use?
    Could it be something with remote access, remote access rights or something like that?
    During installations was following mostly tutorials from Arch Wiki.
    Maybe I missconfigured something, or didn't configured at all?

  • ZAM support for Debian and CentOS

    I'm planning to install Zenworks Asset Management and I would like to know if it would release a support for Debian and CentOS. We have a heterogenous network environment and there are servers that are running Debian and CentOS. Is it possible for ZAM to release a support for these operating systems?

    Vindveif,
    The version of Asset Management (7.5) that this forum covers, runs on
    top of windows only. ZLM (7.3) only supports SLES and RedHat.
    Shaun Pond

  • Is vmware supported for production environment ?

    Hi All,
    Is vmware supported for production environment ?
    Thanks
    Sunny

    All,
    I'm glad someone has outlined the clear support statement that has existed for sometime between VMware - SAP.  For those of you still running on Oracle, here is some good news:
    Wording towards SAP Customers requesting support:
    "Oracle, VMware and SAP are working collaboratively to ensure support for SAP customers that use VMware virtualization for SAP solutions running Oracle DB. Functional tests are currently being performed to verify supportability of the SAP&Oracle stack.  Details will be made available in SAP note 1173954 u201CSupport of Oracle for VMwareu201D after tests have been completed. It is expected that in Q1 2010, ESX 3.5 and later releases including vSphere 4 will be supported by Oracle and SAP according to Oracleu2019s metalink note 249212."
    There is no reason why x86 platform today cannot run the most demanding workloads on VMware vSphere in a production environment.  But has noted earlier, don't get hung up on "production" - you have heaps of TestDev, SolMan TestDev, sandboxes, gateways, application servers etc that should immediately by put into a VM - once you are comfortable with your solution in-house, I'm sure you will move production instances into a VM as well.
    Below are some great resources for you to use in your quest to virtualize SAP on VMware:
    Additional Resources
    SAP Notes (for Windows platform)
    674851: Virtualization on Windows
    1104578: Virtualization on Windows: Enhanced Monitoring
    1056052: Windows: VMware ESX Server 3.x or vSphere configuration guidelines
    1260719: Detailed virtualization data using saposcol
    SAP Notes (for Linux platform)
    1122388 u2013 Linux: VMware ESX Server 3.x or vSphere configuration guidelines
    1122387 u2013 Linux: Supported Virtualization technologies with SAP
    171356 u2013 Virtualization on Linux: Essential information
    SAP, VMware (and other) benchmarks
    http://www.sap.com/solutions/benchmark/sd2tier.epx
    Introductory document u201CVirtualizing SAP applications on Windowsu201D by SAP
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70f63258-bff1-2a10-9db6-
    cda6ef202bfc
    VMware and SAP
    White Papers, Success Stories, Webinars, Links, etc.
    http://www.vmware.com/sap
    SAP VMware Blog
    http://communities.vmware.com/blogs/SAPsolutions
    Regards,
    Andre Kemp
    VMware Sr. Product Marketing Manager - Asia Pacific
    Certified mySAP 2K and Migration Consultant
    Edited by: Andre Kemp on Dec 10, 2009 9:00 AM

  • Netweaver Gateway Eclipse plug-in for Android

    Hi All,
    Is there any Gateway support for Android available in forms of Eclipse plug-ins ?.
    If no are there any plans to have this kind of support ?.
    cheers,
    Saurav

    Hi Saurav,
    Currently our Eclipse plug-in does not support Android. However, we are looking into this opportunity for our future releases.
    You can also use other OData SDKs for Android: Restlet or odata4j.
    Restlet generates semantic (strongly typed) proxies. Can be downloaded here:
    http://www.restlet.org/downloads/
    odata4j is a slimmer solution, mainly for parsing. Can be downloaded here:
    http://code.google.com/p/odata4j/
    Thanks,
    Nir

  • Support for Code Snippets in Visual Studio Lanuage Service

    I need to add support for Code Snippets to my Lanuage Service(which I am writing using MPF). I am doing all according to this MSDN
    article.
    First I've added attribute to my package class, like:
    [ProvideLanguageCodeExpansion(typeof(MyLanguageService), "My Language", 0, "My Language",
    @"C:\My\SnippetsIndex.xml", // Path to snippets index
    SearchPaths = @"C:\My\Snippets\")] // Path to snippets
    SnippetsIndex.xml file content is following:
    <?xml version="1.0" encoding="utf-8" ?>
    <SnippetCollection>
    <Language Lang="My Language" Guid="{1c9caaac-65b9-40f8-9f39-ab77a824d351}">
    <SnippetDir>
    <OnOff>On</OnOff>
    <Installed>true</Installed>
    <Locale>%LCID%</Locale>
    <DirPath>C:\My\Snippets\</DirPath>
    <LocalizedName>Snippets</LocalizedName>
    </SnippetDir>
    </Language>
    </SnippetCollection>
    And in this folder there is one file with default snippet, like:
    <?xml version="1.0" encoding="utf-8"?>
    <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
    <CodeSnippet Format="1.0.0">
    <Header>
    <SnippetTypes>
    <SnippetType>Expansion</SnippetType>
    </SnippetTypes>
    <Title>SnippetFile1</Title>
    <Author>dd</Author>
    <Description>
    </Description>
    <HelpUrl>
    </HelpUrl>
    <Shortcut>
    </Shortcut>
    </Header>
    <Snippet>
    <Code Language="My Language" Delimiter="$"><![CDATA[TEST TEST]]></Code>
    </Snippet>
    </CodeSnippet>
    </CodeSnippets>
    I've added method for detecting installed snippets from this article to
    LanguageService class:
    private void _GetSnippets(Guid languageGuid,
    ref ArrayList expansionsList)
    IVsTextManager textManager = (IVsTextManager)Package.GetGlobalService(typeof(SVsTextManager));
    if (textManager != null)
    IVsTextManager2 textManager2 = (IVsTextManager2)textManager;
    if (textManager2 != null)
    IVsExpansionManager expansionManager = null;
    textManager2.GetExpansionManager(out expansionManager);
    if (expansionManager != null)
    // Tell the environment to fetch all of our snippets.
    IVsExpansionEnumeration expansionEnumerator = null;
    expansionManager.EnumerateExpansions(languageGuid,
    0, // return all info
    null, // return all types
    0, // return all types
    1, // include snippets without types
    0, // do not include duplicates
    out expansionEnumerator);
    if (expansionEnumerator != null)
    // Cache our expansions in a VsExpansion array
    uint count = 0;
    uint fetched = 0;
    VsExpansion expansionInfo = new VsExpansion();
    IntPtr[] pExpansionInfo = new IntPtr[1];
    // Allocate enough memory for one VSExpansion structure. This memory is filled in by the Next method.
    pExpansionInfo[0] = Marshal.AllocCoTaskMem(Marshal.SizeOf(expansionInfo));
    expansionEnumerator.GetCount(out count);
    for (uint i = 0; i < count; i++)
    expansionEnumerator.Next(1, pExpansionInfo, out fetched);
    if (fetched > 0)
    // Convert the returned blob of data into a structure that can be read in managed code.
    expansionInfo = (VsExpansion)Marshal.PtrToStructure(pExpansionInfo[0], typeof(VsExpansion));
    if (!string.IsNullOrEmpty(expansionInfo.shortcut))
    expansionsList.Add(expansionInfo);
    Marshal.FreeCoTaskMem(pExpansionInfo[0]);
    If I call this method from package initializing method I got count
    == 0 in line
    expansionEnumerator.GetCount(out count);
    And if I call it from method ParseSource in LanguageService class
    as MSDN recommends, I've just got expansionEnumerator
    == null.
    I've spent much time trying to understand whats going on, but still got this strange result. Could anybody tell me what am I doing wrong?

    Your XML files look good. Maybe it is necessary to add a shortcut to the snippet.
    In my ViewFilter, I also react on the VSStd2KCmdID.INSERTSNIPPET command in HandlePreExec():
    case VSConstants.VSStd2KCmdID.INSERTSNIPPET:
    ExpansionProvider ep = this.GetExpansionProvider();
    if (ep != null) {
    ep.DisplayExpansionBrowser(this.TextView, "Snippets", null, false, null, false);
    return true;

  • Quark Support for Oracle???

    I am uploading quark files in the database as BLOBs. Is there any way I can retrieve part or all components of quark file into html format and store in the database? I am using Oracle 9i with intermedia. Please also let me know the scope of Quark support for Oracle (i.e. what Oracle can do and cannot do with Quark files).
    Thanks in Advance.
    Arun Srivastav

    This question is probably best asked in the Oracle Text forum. I beleive that Quark can have a text index placed on it, and the text might be able to be filtered to HTML (not images, if supported), but the real experts on this are in the Oracle Text forum.

  • Apple left out support for 802.11i, secure wireless networking WAP2

    We just bought this iMac from Apple in July, and I'm very unhappy that Apple designed the AirPort networking for one generation earlier security with wireless networking.
    The 802.11i standard, which supports very secure WAP2 without the need for a Radius Server (I believe 802.11i refers to this as personal mode) was adopted by the IEEE in 2004.
    Apparently, 2 years isn't enough time for Apple to get the correct chipset into the computer. This system supports the earlier standards only, WAP and WEP. To achieve the newer standard requires a different chipset in the AirPort hardware. Apple supports 802.11i in the stand-alone AirPort gateways, and may support it in the newer Intel Core 2 Duo systems as well. Grumble, grumble, grumble.
    For Apple marketing and customer support folks reading this, I'd appreciate your thoughts and suggestions on fixing this.
    iMac Intel Core Duo 17" Mac OS X (10.4.8)
    iMac Intel Core Duo 17"   Mac OS X (10.4.8)  

    "I can find no indication of an Apple AirPort product that says it is capable of WPA2"
    mrwheels,
    You sound like someone looking for an argument. I'm not sure what the relevance of your statement really is, and I've also never heard of 802.11i. The only standards I've heard of are "b" and "g," not "i." Why don't you fill me in, as I've been using WPA2 since earlier this year? I believe my system automatically updated to it from WPA during one of the software updates, I think it was 10.4.6 in April, as I specifically recall having one iMac that was encrypted with WPA while another had WPA2. There was some sort of temporary issue that occurred with that setup, but, unfortunately, I can't remember what it was, since it lasted such a short time (the few minutes until I installed the update on the second iMac, as I recall).
    Since the update was not a problem for me, the job of reading the update read-me's to determine exactly when it occurred will have to fall to you. In addition, if you look back at these discussion threads during the time from Jan to April, you will see that there were a goodly number of users who were having severe AirPort connection problems with their Core Duo iMacs. I wasn't one of them. They ALL reported having their problems resolved with the installation of the 10.4.6 software update.
    I am using WPA2 on my four 20-inch Core Duo iMacs [purchased at three different times from two different Apple sources] as well as my G4 iBook and other Macs. They have been using WPA2 on both an AirPort Express base station network, and, at a different location, on an AirPort Extreme base station network, both of which are more than two years old. No matter what Apple's printed materials disclose, WPA2 is in fact supported.
    "Apple is selling products that are 2 years behind in supporting a critical wireless security standard"
    Based on what I've stated, and the fact that there are many Discussions members also using WPA2 with their AirPort base stations, that is baloney:))
    Message was edited by: myhighway

  • Support for SLES, Debian and CentOS

    I'm planning to install Zenworks Endpoint Security Management and I would like to know if it would release a support for linux platform especially Debian and CentOS. We have a heterogenous network environment and there are servers that are running Debian and CentOS. Is it possible for ZESM to release a support for these operating systems? Also, would there be a release where ZESM could be installed in SLES?

    Take a look at the new ZCM11 - currently in Beta1 - for SLES & Red Hat support and broader support DBs - Oracle and Sybase included.
    http://www.novell.com/communities/no...agement-beta-1
    Most of ZESM functionality is built into this new architecture. You'll also get integrated Linux Management on this build.
    >>>
    From: vindveif<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 5/31/2010 5:56 AM
    Subject: support for SLES, Debian and CentOS
    I'm planning to install Zenworks Endpoint Security Management and I
    would like to know if it would release a support for linux platform
    especially Debian and CentOS. We have a heterogenous network environment
    and there are servers that are running Debian and CentOS. Is it possible
    for ZESM to release a support for these operating systems? Also, would
    there be a release where ZESM could be installed in SLES?
    vindveif
    vindveif's Profile: http://forums.novell.com/member.php?userid=33233
    View this thread: http://forums.novell.com/showthread.php?t=411885

  • IPod Reset Utility is not supported for use with Windows Vista??????

    is there anyway to get pass this?
    i need to use the ipod resetutility to reset my shuffle
    but the only problem is that i have Vista and the program isnt
    supported for vista. can someone help me out here?

    well the only problem with that is that
    everyone i know use vista -.-

  • Lack of support for Canon G7 and G9. Alternatives?

    I am really disappointed about the lack of support for the Canon G9, and looking at the list of compatible cameras (http://docs.info.apple.com/article.html?artnum=306835) I notice that Canon G7 - even if it does not have a RAW format, is not supported either.
    I am thinking that the purchase of the G9 may have been premature and that I may need to sell it and get another cam that is supported by Apple/Aperture.
    What would you guys do? Is there a cam out there similar to the G9 at the moment that has a Apple-supported RAW format?
    Best regards,
    Kjell Are Refsvik

    I think the camera closest to the G9 that has RAW support from Apple are the Panasonic DMC-LX2/Leica D-Lux 3 twins. Don't know where you are, but in the US, the Panasonic costs about $400. 10MP, 28-112mm (35mm equivalent) Leica lens, very compact body, and RAW output. The Leica costs $599, and has that classic look.
    I don't know much about that cameras, but you may want to investigate.
    Message was edited by: rkkwan
    Message was edited by: rkkwan

  • Why no SyncML-support for Harmattan??

    I've used SyncML on my N95 with memotoo.com for years. Worked very well. I took it for granted that SyncML would be supported on the N9. But alas, it isn't. I find that really incomprehensible. Worse yet, CalDAV syncing with memotoo doesn't work - I don't know who's to blame for this, but on the desktop it works flawelessly so I do have a suspicion. Even worse: there is no way to sync contacts using CardDAV.
    MeeGo (the true MeeGo) has SyncML-support out-of-the-box. And the N9/N950 does have SyncML-support for bluetooth.
    Yes, contacts syncing is supported for Ovi. And Google. And Facebook. But I do NOT want to use those services, because of grave privacy risks and because they use yet again some proprietary protocols.
    I wonder, what where they thinking at Nokia for NOT supporting some well-known open standards??
    (While I'm ranting: why is there ^%@$ Facebook and GTalk-support over XMPP, but no self-defined XMPP account?? Yes, you can add such accounts from the terminal, using mc-tool, but really that's just a kick in the teeth. And where's UPnP/DLNA-support?)

    Hey Guys, Did you figure out any way to do PIM sync via SyncML on N9?
    I am struggling to get things moving as I come from N8.
    N9 just doesnt have any way to sync calendar, tasks with Ovi. Same with Notes.
    Best Regards,
    Suyog

Maybe you are looking for