Using IndexedColorModel with a non rgb colorspace

Hi,
I am trying to create an image for which I have an ICC colorspace defined, the raster of pixels and the IndexedColorMap. The Java indexedCOlorModel only appears to work with srgb. How can I put these elements togerther to create a BufferedImage.
Regards,
MArk

Hi,
I am trying to create an image for which I have an ICC
colorspace defined, the raster of pixels and the
IndexedColorMap. The Java indexedCOlorModel only
appears to work with srgb. How can I put these
elements togerther to create a BufferedImage.
Regards,
MArk1. Try posting to Java 2D.
2. You are right about IndexColorModel. The simplest thing to do is to take your color map data and convert it to sRGB, then:
IndexColorModel icm = new IndexColorModel(8, size, reds, greens, blues);
BufferedImage bi = new BufferedImage(icm, raster, false, null);Your raster is still valid because its single band of pixel data is just offsets into the color map -- remember that rasters are ColorModel-agnostic.
3. If you want to keep your ColorSpace, you could implement your own version of IndexColorModel -- a fair bit of work, and then other classes, like BufferedImageOps, may not support it... You could also give up on using an Index- sort of ColorModel and convert your raster data so that you can have a Packed/DirectColorModel - these assume the ColorSpace is of type RGB, but not necessarily the ColorSpace sRGB, or a general ComponentColorModel. The down side to these choices is that you cannot directly use the raster.

Similar Messages

  • Using DBCO with a non 'Z' table

    Hi all,
    I need to access a table in an Oracle DB. the connection in transactioncode DBCO is created. But when I try to select from table 'FTTH' i get the message ' "FTTH" is not defined in the ABAP Dictionary.........'.
    I have been told that the table also needs to be created in SAP. But how due I solve this when the table name dos not start with a 'Z'.
    I have been sugested that the way to solve this is to create an Alias on the Oracle server. Is this the correct way. Or is there a way to solve it in SAP without creating a non 'Z' table.
    Thanks in advance.
    Best regards
    Dennis

    Hello Dennis,
    you could use native sql to access this table ( commands EXEC SQL.  ... ENDEXEC ).
    Have a look on OSS - note 323151 .
    Regards Wolfgang

  • RemoteObject with a non AMF protocol

    Hi !
    I am trying to use RemoteObject with a non AMF protocol.
    This is a section of my services.xml that is added to the
    compiler command line
    <channel-definition id="core-services"
    class="ro.huddle.rpc.hessian.HessianChannel">
    <endpoint uri="
    http://devserver:8080/spring-hessian/remoting/Services"
    />
    </channel-definition>
    here is how I use it:
    service = new RemoteObject("coreServices");
    service.concurrency = "multiple";
    var t:AsyncToken = service.login("user","pass");
    My problem is that only the first call works as it should,
    all the other calls don't even get to the server, the internalSend
    from the HessianChannel class doesn't get called except for the
    first time.
    Anyone can help me with some documentation on how
    RemoteObject works ? The Flex2 help is very shallow on how the
    remoting mechanism works.
    Thanks.

    Hi
    I've added a TraceTarget to the main MXML this is what I get
    'core-services' channel endpoint set to
    http://pc3:8080/remoting/Services
    '8F17263B-CDAB-BCAB-0634-B93F8D347453' producer set
    destination to 'core-services'.
    '8F17263B-CDAB-BCAB-0634-B93F8D347453' producer sending
    message 'D2B42D6E-4D55-37AF-ED77-B93F8D34C30B'
    'core-services' channel is connected.
    'core-services' channel sending message:
    (mx.messaging.messages::RemotingMessage)#0
    body = (Array)#1
    [0] "user"
    [1] "pass"
    clientId = (null)
    destination = "core-services"
    headers = (Object)#2
    messageId = "D2B42D6E-4D55-37AF-ED77-B93F8D34C30B"
    operation = "login"
    source = (null)
    timestamp = 0
    timeToLive = 0
    '8F17263B-CDAB-BCAB-0634-B93F8D347453' producer connected.
    '8F17263B-CDAB-BCAB-0634-B93F8D347453' producer acknowledge
    of 'D2B42D6E-4D55-37AF-ED77-B93F8D34C30B'.
    ---- This is end of the first call on the service ----
    --- and this is a trace after I push a button for another
    call ---
    '8F17263B-CDAB-BCAB-0634-B93F8D347453' producer sending
    message 'C3961123-04D1-8A2A-5C6D-B93FEFFFD51E'
    --- And nothing after this ----
    the ChannelFaultEvent.FAULT .. event on ChannelSet is never
    fired
    Thanks

  • Error while trying to export with Preview:  'unable to convert NSNamedColorSpace System controlColor to Device RGB colorspace'

    When I try to export a PDF with preview, the dialog doesn't show and this error appears in the system log.
    11/2/13 2:01:01.684 PM Preview[828]: -[NSRemoteView viewDidMoveToWindow] caught non-fatal NSInternalInconsistencyException 'unable to convert NSNamedColorSpace System controlColor to Device RGB colorspace' with backtrace (
              0   CoreFoundation                      0x00007fff8e24d41c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff8a400e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8e24d1f8 +[NSException raise:format:arguments:] + 104
              3   Foundation                          0x00007fff8be42c61 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
              4   ViewBridge                          0x00007fff8a08165c -[NSSecureColor initWithColor:] + 724
              5   ViewBridge                          0x00007fff8a08136f +[NSSecureColor secureColorWithColor:] + 48
              6   ViewBridge                          0x00007fff8a0a4cfb -[NSRemoteView sendFontSmoothingBackgroundColorToService:] + 40
              7   ViewBridge                          0x00007fff8a0a5bf5 -[NSRemoteView viewDidMoveToWindow] + 197
              8   AppKit                              0x00007fff881461d0 -[NSView _setWindow:] + 2899
              9   AppKit                              0x00007fff88143804 -[NSView addSubview:] + 364
              10  AppKit                              0x00007fff88157953 -[NSFrameView addSubview:] + 45
              11  AppKit                              0x00007fff88165cb5 -[NSWindow setContentView:] + 511
              12  AppKit                              0x00007fff889cb233 -[NSVBSavePanel init] + 287
              13  AppKit                              0x00007fff8874d5b9 +[NSSavePanel newRemotePanel] + 309
              14  AppKit                              0x00007fff8874d675 +[NSSavePanel _crunchyRawUnbonedPanel] + 120
              15  AppKit                              0x00007fff885a54fc -[NSDocument _preparedSavePanelForOperation:] + 260
              16  AppKit                              0x00007fff885a5f6f __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 320
              17  AppKit                              0x00007fff885d5910 -[NSDocument _commitEditingThenContinue:] + 501
              18  AppKit                              0x00007fff885d5abd -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 138
              19  AppKit                              0x00007fff885a5e20 __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke + 375
              20  AppKit                              0x00007fff885989b8 -[NSDocument _processActivity:blockingMainThread:] + 1373
              21  AppKit                              0x00007fff88599921 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:cancellationHandler:] + 220
              22  AppKit                              0x00007fff885a5c9a -[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:] + 137
              23  Preview                             0x000000010392901b Preview + 917531
              24  AppKit                              0x00007fff8834d3d0 -[NSApplication sendAction:to:from:] + 327
              25  AppKit                              0x00007fff88368348 -[NSMenuItem _corePerformAction] + 394
              26  AppKit                              0x00007fff88368084 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
              27  AppKit                              0x00007fff883b74dd -[NSMenu _internalPerformActionForItemAtIndex:] + 35
              28  AppKit                              0x00007fff883b7359 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
              29  AppKit                              0x00007fff8835e176 NSSLMMenuEventHandler + 716
              30  HIToolbox                           0x00007fff8973c6d4 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 892
              31  HIToolbox                           0x00007fff8973bc87 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 385
              32  HIToolbox                           0x00007fff8974fd90 SendEventToEventTarget + 40
              33  HIToolbox                           0x00007fff89785a30 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 420
              34  HIToolbox                           0x00007fff897b8618 SendMenuCommandWithContextAndModifiers + 59
              35  HIToolbox                           0x00007fff897b85c4 SendMenuItemSelectedEvent + 178
              36  HIToolbox                           0x00007fff897b84a5 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
              37  HIToolbox                           0x00007fff897c0425 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 718
              38  HIToolbox                           0x00007fff897c0051 _HandleMenuSelection2 + 446
              39  AppKit                              0x00007fff882d079c _NSHandleCarbonMenuEvent + 284
              40  AppKit                              0x00007fff8812f56e _DPSNextEvent + 2170
              41  AppKit                              0x00007fff8812e8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
              42  AppKit                              0x00007fff881229cc -[NSApplication run] + 553
              43  AppKit                              0x00007fff8810d803 NSApplicationMain + 940
              44  libdyld.dylib                       0x00007fff868025fd start + 1
              45  ???                                 0x0000000000000001 0x0 + 1
    timestamp: 14:01:01.684 Saturday 02 November 2013
    process/thread/queue: Preview (828) / 0x7fff741cc310 / com.apple.main-thread
    code: line 607 of /SourceCache/ViewBridge/ViewBridge-46/ViewBridgeUtilities.m in logCaughtException
    domain: exceptions

    When I try to export a PDF with preview, the dialog doesn't show and this error appears in the system log.
    11/2/13 2:01:01.684 PM Preview[828]: -[NSRemoteView viewDidMoveToWindow] caught non-fatal NSInternalInconsistencyException 'unable to convert NSNamedColorSpace System controlColor to Device RGB colorspace' with backtrace (
              0   CoreFoundation                      0x00007fff8e24d41c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff8a400e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff8e24d1f8 +[NSException raise:format:arguments:] + 104
              3   Foundation                          0x00007fff8be42c61 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
              4   ViewBridge                          0x00007fff8a08165c -[NSSecureColor initWithColor:] + 724
              5   ViewBridge                          0x00007fff8a08136f +[NSSecureColor secureColorWithColor:] + 48
              6   ViewBridge                          0x00007fff8a0a4cfb -[NSRemoteView sendFontSmoothingBackgroundColorToService:] + 40
              7   ViewBridge                          0x00007fff8a0a5bf5 -[NSRemoteView viewDidMoveToWindow] + 197
              8   AppKit                              0x00007fff881461d0 -[NSView _setWindow:] + 2899
              9   AppKit                              0x00007fff88143804 -[NSView addSubview:] + 364
              10  AppKit                              0x00007fff88157953 -[NSFrameView addSubview:] + 45
              11  AppKit                              0x00007fff88165cb5 -[NSWindow setContentView:] + 511
              12  AppKit                              0x00007fff889cb233 -[NSVBSavePanel init] + 287
              13  AppKit                              0x00007fff8874d5b9 +[NSSavePanel newRemotePanel] + 309
              14  AppKit                              0x00007fff8874d675 +[NSSavePanel _crunchyRawUnbonedPanel] + 120
              15  AppKit                              0x00007fff885a54fc -[NSDocument _preparedSavePanelForOperation:] + 260
              16  AppKit                              0x00007fff885a5f6f __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 320
              17  AppKit                              0x00007fff885d5910 -[NSDocument _commitEditingThenContinue:] + 501
              18  AppKit                              0x00007fff885d5abd -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 138
              19  AppKit                              0x00007fff885a5e20 __85-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke + 375
              20  AppKit                              0x00007fff885989b8 -[NSDocument _processActivity:blockingMainThread:] + 1373
              21  AppKit                              0x00007fff88599921 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:cancellationHandler:] + 220
              22  AppKit                              0x00007fff885a5c9a -[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:] + 137
              23  Preview                             0x000000010392901b Preview + 917531
              24  AppKit                              0x00007fff8834d3d0 -[NSApplication sendAction:to:from:] + 327
              25  AppKit                              0x00007fff88368348 -[NSMenuItem _corePerformAction] + 394
              26  AppKit                              0x00007fff88368084 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
              27  AppKit                              0x00007fff883b74dd -[NSMenu _internalPerformActionForItemAtIndex:] + 35
              28  AppKit                              0x00007fff883b7359 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 104
              29  AppKit                              0x00007fff8835e176 NSSLMMenuEventHandler + 716
              30  HIToolbox                           0x00007fff8973c6d4 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 892
              31  HIToolbox                           0x00007fff8973bc87 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 385
              32  HIToolbox                           0x00007fff8974fd90 SendEventToEventTarget + 40
              33  HIToolbox                           0x00007fff89785a30 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 420
              34  HIToolbox                           0x00007fff897b8618 SendMenuCommandWithContextAndModifiers + 59
              35  HIToolbox                           0x00007fff897b85c4 SendMenuItemSelectedEvent + 178
              36  HIToolbox                           0x00007fff897b84a5 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 94
              37  HIToolbox                           0x00007fff897c0425 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 718
              38  HIToolbox                           0x00007fff897c0051 _HandleMenuSelection2 + 446
              39  AppKit                              0x00007fff882d079c _NSHandleCarbonMenuEvent + 284
              40  AppKit                              0x00007fff8812f56e _DPSNextEvent + 2170
              41  AppKit                              0x00007fff8812e8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
              42  AppKit                              0x00007fff881229cc -[NSApplication run] + 553
              43  AppKit                              0x00007fff8810d803 NSApplicationMain + 940
              44  libdyld.dylib                       0x00007fff868025fd start + 1
              45  ???                                 0x0000000000000001 0x0 + 1
    timestamp: 14:01:01.684 Saturday 02 November 2013
    process/thread/queue: Preview (828) / 0x7fff741cc310 / com.apple.main-thread
    code: line 607 of /SourceCache/ViewBridge/ViewBridge-46/ViewBridgeUtilities.m in logCaughtException
    domain: exceptions

  • How do I use voicemail on Fido with a non Fido Iphone 4s? Fido won't help as it is my own phone and not a Fido phone

    I bought my iPhone 4S in an Apple Store and use my Fido sim card.  I used it with my old 3GS phone but now when I use it with my 4S phone I can't get my voice messages.  I contacted Fido but they will not help as it is a non Fido phone.  I'm paying $9 a month for voicemessaging but can't access it.  They won't give the information to set it up as it isn't their phone.  What can I do?

    Verizon does not unlock the iPhone 4S for use on U.S. GSM carriers, only for foreign roaming.

  • I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. How do I fix?

    I have a PowerBook G4 with a non-functioning monitor.  It used to work with an external monitor, but I reinstalled the OS, which cleared the display preferences and now when I restart it won't detect the external monitor. This means I can't use the computer anymore. How do I fix? I tried using the Command+F2 keyboard shortcut, but it doesnt' work.  It's possible that since I reinstalled the OS, it still needs to be set up, so there's only a welcome screen (but since I can't see it I'm not sure).

    There is no limit to the number of times you can re-install Office on the same computer.
    You can activate by telephone:
    The last paragraph is the relevant bit

  • Can I use a Power PC non intel Mac Mini as an external HD with my iMac 3.06

    Can I use a Power PC non intel Mac Mini as an external HD with my iMac 3.06 Intel Core Duo
    I can't figure out how to get this to work. Is it possible?

    WildBull wrote:
    Will it work if I connect via usb instead of firewire?
    No. There is no "USB Target Disk Mode".
    Just so we're clear, when you start your Mac mini in FireWire Target Disk Mode (TDM - holding T on startup), do you see a FireWire icon on the Mac mini's display? IIRC, it's not required that the Mac mini be connected to a display for TDM, but it would help diagnose whether or not the mini is actually starting in this mode.

  • HT4972 My IPad 2, IPhone 3GS ans iPod  no longer work with apple TV, I have 2 apple TV in my house and for he last 3 weeks the iPod was the only one we could use for appleTV now none of them works, the apple TV icon does not show up any more. Re-startedev

    My IPad 2, IPhone 3GS ans iPod  no longer work with apple TV, I have 2 apple TV in my house and for he last 3 weeks the iPod was the only one we could use for appleTV now none of them works, the apple TV icon does not show up any more. Re-started everything.

    Ok thank you so much, for your timely response.
    RESPONSES:
    1)   When I set up my iMac, I did not transfer any data directly from my windows PC.  I simply used the same iTunes login and account.  I have access to all of the files via the "Purchased" section of the iTunes store.  If I click "Download Previous Purchases"  text, I can download ALL of the purchases I have ever made.
    2)   I have the Apple TV 2, so good news, question answered.  I thought maybe it was the Apple TV 1, but it is the Black model, so bam.  Good response for you.  Well the whole damned reply is an awesome response, just pointing out that one piece of awesome.  I stated that it was an Apple TV 2, and yet you were still good enough to figure I could be mistaken, and provide me with knowleedge just incase.
    QUESTIONS:
    3)   So can my iMac not stream the data directly from itunes, without download?  Apple TV can, but perhaps that is something among many things that maker it unique, and awesome.
    SERIOUSLY.... THANK YOU... 
    I work in the computer support section for the Military.  The only problem is we use Windows , lol.  Well that and i've been gone for nearly 6 months on recover.  I go back next month though I hope.  But working in that field gives me the abilty to judge responses that run inside the same vein.  Your response was so awesome that I half thought I might have written it myself. 

  • Using an AE with a non-Apple network

    Hello,
    I have a new 802.11n airport express that I would like to use solely for streaming music from an ipod touch to my stereo (airtunes). The problem is that I am sharing wireless with my neighbor (yes sharing, not stealing, he gave me his password), and I would like to get the AE on that network, which is a non-apple network. Since I don't want to use the AE for internet I could just set it up with it's own network without internet and run airtunes that way. Unfortunately, in order to connect to it I believe I would have to disconnect from my neighbor's wireless network which would take me offline. This would be fine if I was playing music stored on my ipod touch, but I mostly play music through Spotify which requires an internet connection. So instead I would like to figure out how to join the AE to my neigbor's non-apple network using his network pretection info he gave me. Is this straightforward or do I have to change the settings to a different mode, like ProxySTA? Will it even work at all with a non-apple network?
    This is a ski house I am renting for the winter and I am currently not up there, so I am trying to figure this out before the season starts.
    Thanks so much for any help.
    Sam

    I would like to figure out how to join the AE to my neigbor's non-apple network using his network pretection info he gave me.
    To join the wireless network, you would choose the option during setup of the AirPort Express (AX) to "Join a wireless network" and follow the guided step by step configuration process.
    You will need to know the exact type of wireless security that is being used on the wireless network and the password for the network. You probably already know the password, but you will need to tell the AX what type of security settings it should use during the setup.
    Unfortunately, there is just no way to set up the AX for the task that you want in advance because it needs to "see" the wireless signal before you can begin to configure the device.

  • Why can't I use lighting effect filter in CS6 with an 8bit RGB file?

    I've read all over that the filter only works with an 8bit/RGB file, which my file is, so I don't understand what the problem is.  I am attempting to light a smart object (3d bevel and extruded text) that I created in illustrator, and thought that I might just need to rasterize the smart object before the filter would work, but even after I render it and or flatten the image, merge visible, I still don't have the option to use lighting effects!  Please help! 

    Thank you for your prompt reply.  After doing a bit of investigating I'm finding out this video card is pretty shite (work owned machine), and I didn't have the gp enabled in performance prefs.  I had been using such an old version of PS previously I wasn't aware there was a setting for  this, frankly.  Per some other threads I found, I updated to the latest graphics accellerator drivers for it as well, but unfortunately the enable gp option is still greyed out, so I'm guessing it just won't run this onboard gpu doesn't meet some minimum system requirement or something.  Thx again.

  • Can a Apple Studio Display be used with a none Mac PC under Windows

    Hello, can a 21 Inch Apple Mac Studio Display Monitor (Graphite) be used with a none Mac PC under Windows. Thanks Peter

    what's a "none" Mac PC?
    It can be done, but you'll need to purchase an ADC-DVI adapter in order to connect to the DVI port on the PCs video card.

  • HT2731 I am using ipad2 with the latest version. While trying to make a apple Id, In the payment information  cannot get the option of "none" what will I do. Please help.

    I am using ipad2 with the latest version. While trying to make a apple Id, In the payment information  cannot get the option of "none" what will I do. Please help.

    You are following the instructions on this page for creating a new account : http://support.apple.com/kb/HT2534 e.g. selecting a free app in the store and tapping on 'create Apple id' when 'buying' the app ? I've just tried it and it works for me

  • Can I make a non-flash slide show using Fireworks, with JPEGs not GIFs?

    Can I make a non-flash slide show using Fireworks, with JPEGs not GIFs?

    Look to using jQuery instead of Flash.  There are a variety of redy-made solutions available, just search Google or visit the Dreamweaver forum and ask there.

  • Replacing 400mm5.6 with used 500mm 4.5 non-IS good idea?

    Thinking of purchasing a used 500mm 4.5 non-IS to replace my 400mm 5.6. It would be used only on a tripod inside of a portable blind. My thinking is that it will do OK without the IS due to the blind keeping the wind off. Any downsides?
    I'm starting to do some in flight bird shots too. Switching from joystick to manfrotto gimbal. Will the 500mm be an improvement, or will the extra reach just be a mistake without IS?
    The 500mm IS even used is way out of my budget.
    7D, EFS 18-55 IS, 400mm L 5.6f, 100-400mm L

    You are looking at a lens that has been discontinued a long, long time ago.  I suspect that if you have a problem with the lens, you will NOT find parts for it.

  • Permission Error when copy files into cmsdk using NFS with non admin user

    Hi All,
    We are using CMSDK with NFS protocol and we have created different users with ACL to control different access for users.
    When we copy files into cmsdk folders using one of the admin user this works fine, even a multiple copy works fine. But when we use any non admin user , some time copy commands works but some time it throw a permission deny error. and this is happening very intermittently.
    when we use ftp protocol and ftp file it's all works fine for the both admin & non admin user. Is there any limitation in using CMSDK NFS protocol
    Did any one encouter any similar issue. Any pointers would be of great help.
    Thanks in advance
    Regards,
    Navin

    Hi All,
    We are using CMSDK with NFS protocol and we have created different users with ACL to control different access for users.
    When we copy files into cmsdk folders using one of the admin user this works fine, even a multiple copy works fine. But when we use any non admin user , some time copy commands works but some time it throw a permission deny error. and this is happening very intermittently.
    when we use ftp protocol and ftp file it's all works fine for the both admin & non admin user. Is there any limitation in using CMSDK NFS protocol
    Did any one encouter any similar issue. Any pointers would be of great help.
    Thanks in advance
    Regards,
    Navin

Maybe you are looking for

  • After mistakenly clicking a link, my safari does not open automatically and unexpected webs open up.

    I am using MacBook Air with Yosemite OS. After mistakenly clicking a link, my safari does not open automatically and unexpected webs open up. Could you please give me suggestions on how to fix this problem? Thank you

  • Oracle bpm on solaris 1009

    hi! anyone knows if oracle bpm is supported on the release of solaris 10/09??? thanks! regards

  • Weird Spam (bug?)

    I'm suddenly getting constant messages from: [email protected] Saying "Message you sent blocked by our bulk email filter" Then it lists DOZENS of email addresses that I never emailed. The subject is "internet drugstore" So I assume my computer is bei

  • Arranging object inside of a movie clip

    Hi, everybody. I am new to Flash therefore my apologies for dumb questions up front- Here we go. I have four animated buttons with a design element cross_mc inside of another movie clip content_mc. I need all four buttons to be in front of the cross_

  • Windows error 126 after new download

    Need help fixing this error.  First mesage was Service apple mobile device failed to start - verify you have sufficient privaleges. So hit retry and then got the windows error 126.   Very frustrating not getting Itunes to download.  Was fine before t