WorkManager with Extend client

Hi,
I was wondering whether we can use WorkManager via Coherence Extend clients ?
Thanks.
-ali

Hi,
I was wondering whether we can use WorkManager via Coherence Extend clients ?
Thanks.
-ali

Similar Messages

  • HT5285 XSAN 3 extended attributes with StorNext clients

    Is the info that StorNext clients must not access XSAN volumes with extended attributes enabled still valid with XSAN 3 and StorNext 4.3?
    What can happen, if it connects with the volume anyway? Is it only that file permissions get mixed up or will it likely even cause data corruption?
    Thanks for your comments!

    Yes this is fine. This is my personal expericence and might help you in the future as many have not thought about doing this.
    I had a customer who "lost all his data" or so he thought. As a engineer you always tell you customer things and it seems that they just don't hear what you are saying until you politely tell them "nah nah da boo boo, I told you so" I remember specifically telling him that you need to ask before you update your OS version. So he decieded not to do it anyway, but only do it on half. So he had a wonderful mix between OS X 10.6.7 and 10.6.8 which is when on the Apple wolrd extended attributes became different. Basically what happened was the MDC couldn't understand the extended attribute, thus not allowing the SAN to mount. So after fighting the entire day with this, I simply grabbed a Linux machine installed Stornext made a temp license and was able to mount the X-SAN volume via the Linux MDC. We copied all the data off and then back on again. Now he keeps to upgrading to me.
    The reason for this story is to tell you that Linux doesn't care about exteded attributes.

  • Adobe Acrobat Pro XI document save as PDF with extended Reader Funktions- extended tools aktivation

    Hello, I have create an PDF Document with Acrobat XI with Textboxes to fill in. Also i make an Signbox where my client write her signature with an extern writing tablet.
    It works if I save the Document as PDF with extended Reader Funktions - extended tools aktivation.
    Now I open this document with Adobe Reader and fill in the boxes and the sign.
    I want to save this as an copie, where may client can´t change my fill in the boxes. How can I do this? I have in Adobe Redaer no "save  as copie"
    In Adobe Acrobat Pro XI I have an button save "as copie".
    Can someone help me?

    Hi,
    I am moving your posting at Adobe CreatePDF forum to Acrobat Forum now.
    Thank you.
    Hisami

  • Handling of IdentityAsserter's SecurityException on extend client

    Coherence 3.7.1.7
    I have a custom implementation of com.tangosol.net.security.IdentityAsserter for authorization of extend clients.
    It looks something like this:
        public Subject assertIdentity(Object credentials, Service service) throws SecurityException {
            if (!userNameValid(credentials) {
                throw new SecurityException("Username is not valid");
            if (!passwordValid(credentials) {
                throw new SecurityException("Password is not valid");
           return subject;
    If I throw any SecurityException with any error message in IndenityAsserter I get the same error on extend client:
    2014-10-17 18:27:41.655/29.828 Oracle Coherence GE 3.7.1.7 <D5>: Connecting Socket to 10.75.82.176:8200
    2014-10-17 18:27:41.702/29.875 Oracle Coherence GE 3.7.1.7 <Info>: Connected Socket to 10.75.82.176:8200
    2014-10-17 18:27:45.108/33.281 Oracle Coherence GE 3.7.1.7 <D5>: Redirecting Socket to 10.75.82.182:8201
    2014-10-17 18:27:45.155/33.328 Oracle Coherence GE 3.7.1.7 <Info>: Connected Socket to 10.75.82.182:8201
    2014-10-17 18:27:46.217/34.390 Oracle Coherence GE 3.7.1.7 <Info>: Error establishing a connection with 10.75.82.182:8201: com.tangosol.net.messaging.ConnectionException: connection rejected
    2014-10-17 18:27:47.389/35.562 Oracle Coherence GE 3.7.1.7 <D5>: Redirecting Socket to 10.75.82.158:8201
    2014-10-17 18:27:47.436/35.609 Oracle Coherence GE 3.7.1.7 <Info>: Connected Socket to 10.75.82.158:8201
    2014-10-17 18:27:48.499/36.672 Oracle Coherence GE 3.7.1.7 <Info>: Error establishing a connection with 10.75.82.158:8201: com.tangosol.net.messaging.ConnectionException: connection rejected
    2014-10-17 18:27:48.499/36.672 Oracle Coherence GE 3.7.1.7 <D5>: Redirecting Socket to 10.75.82.176:8200
    2014-10-17 18:27:48.545/36.718 Oracle Coherence GE 3.7.1.7 <Info>: Connected Socket to 10.75.82.176:8200
    2014-10-17 18:27:49.639/37.812 Oracle Coherence GE 3.7.1.7 <Info>: Error establishing a connection with 10.75.82.176:8200: com.tangosol.net.messaging.ConnectionException: connection rejected
    2014-10-17 18:27:49.639/37.812 Oracle Coherence GE 3.7.1.7 <Error>: Error while starting service "ExtendTcpService": com.tangosol.net.messaging.ConnectionException: could not establish a connection to one of the following addresses: [10.75.82.176:8200, 10.75.82.182:8201, 10.75.82.138:8200, 10.75.82.158:8201, 10.75.82.176:8200]; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.initiator.TcpInitiator.openConnection(TcpInitiator.CDB:120)
      at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Initiator.ensureConnection(Initiator.CDB:11)
      at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.openChannel(RemoteCacheService.CDB:5)
      at com.tangosol.coherence.component.net.extend.RemoteService.doStart(RemoteService.CDB:11)
      at com.tangosol.coherence.component.net.extend.RemoteService.start(RemoteService.CDB:5)
      at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:39)
      at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
      at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
      at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInternal(DefaultConfigurableCacheFactory.java:1105)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:937)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:919)
      at com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1296)
      at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)
      at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:204)
      at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:181)
    It's impossible to determine the real reason why connection was rejected from this exception. Is it because username was incorrect? Or password? Or any other credentials? Or maybe coherence cluster is indeed down? I would like to handle each of such situations differently.
    My question: is it possible to intercept and handle exceptions thrown in IdentityAsserter on client side?

    Hi<br><br>
              <p>
              I'm using version 9.2.0.0 with the following patches:
              <ul>
              <li>CR286749</li>
              <li>CR277158</li>
              <li>CR307754</li>
              <li>CR295248</li>
              <li>CR304536</li>
              </ul>
              </p>
              <p>
              It is possible to grant access to the user to the jndi node (e.g. weblogic.jms.connection), so he will be able to perform this operation over whole subtree, but this is not very neat and, what is more important, he will have access to the jndi objects, that he shold not.
              </p>
              <p>
              In fact I have decided to grant this user full access to the jndi tree, but gave limited access at the JMS level and no access to other resources (like EJB, JDBC, etc). This seems to work well.
              </p>
              regards<br>
              <br>Lukas<br>
              <br>WLS 9.2

  • Java extend client outside coherence grid or Java client inside grid ?

    Hello,
    I'm quite new with Coherence and I'm wondering the best option to connect a JAVA client that will communicate with coherence cluster during few seconds.
    Around 30 clients may connect at the same time.
    Cluster stores around 4Gb of data.
    I consider 2 options:
    1) make the JAVA client as a member of the grid. Some partitions will be transfered to it.
    2) have a proxy node in the grid and make JAVA client as an extend client.
    What'd be the pros and cons of these 2 options ?, shoud I consider other options ?
    Thank you for your advices, David

    If your Java client is only going to live for a few seconds then make it an Extend client not a cluster member. Short lived processes should not be cluster members as the continualy join/leave cycle will destablise the rest of the cluster.
    If your client was going to be long lived then you could make it a storage disabled cluster member.
    JK

  • Facing issues with oracle client installation 32 bit 10.2.0.1

    Hi ,
    I am facing issues with oracle client installation 32 bit 10.2.0.1
    Windows 2008 R2 enterprise edition 64 bit
    Java 1.6 update 34
    Below is the error recieved:
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x8079055
    Function=[Unknown.]
    Library=C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\client\jvm.dll
    NOTE: We are unable to locate the function name symbol for the error
          just occurred. Please refer to release documentation for possible
          reason and solutions.
    Current Java thread:
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(Native Method)
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:516)
      at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.RegSetValue(OiipwWin32NativeCalls.java:473)
      at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.setInstallerKey(OiipgBootstrap.java:511)
      at oracle.sysman.oii.oiip.oiipg.OiipgBootstrap.updateInventoryLoc(OiipgBootstrap.java:418)
      at oracle.sysman.oii.oiic.OiicSessionInterfaceManager.doInvSetupOperations(OiicSessionInterfaceManager.java:401)
      at oracle.sysman.oii.oiic.OiicInvSetupWCCE.doOperation(OiicInvSetupWCCE.java:217)
      at oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:171)
      at oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:1273)
      at oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:289)
      at oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:547)
      at oracle.sysman.oii.oiic.OiicInstaller.runInstaller(OiicInstaller.java:935)
      at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:872)
    Dynamic libraries:
    0x00400000 - 0x0040B000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\javaw.exe
    0x77C60000 - 0x77DE0000 C:\Windows\SysWOW64\ntdll.dll
    0x75AB0000 - 0x75BC0000 C:\Windows\syswow64\kernel32.dll
    0x77420000 - 0x77467000 C:\Windows\syswow64\KERNELBASE.dll
    0x77370000 - 0x77410000 C:\Windows\syswow64\ADVAPI32.dll
    0x76610000 - 0x766BC000 C:\Windows\syswow64\msvcrt.dll
    0x75DD0000 - 0x75DE9000 C:\Windows\SysWOW64\sechost.dll
    0x776E0000 - 0x777D0000 C:\Windows\syswow64\RPCRT4.dll
    0x757C0000 - 0x75820000 C:\Windows\syswow64\SspiCli.dll
    0x757B0000 - 0x757BC000 C:\Windows\syswow64\CRYPTBASE.dll
    0x77470000 - 0x77570000 C:\Windows\syswow64\USER32.dll
    0x764F0000 - 0x76580000 C:\Windows\syswow64\GDI32.dll
    0x77C30000 - 0x77C3A000 C:\Windows\syswow64\LPK.dll
    0x75820000 - 0x758BD000 C:\Windows\syswow64\USP10.dll
    0x74EA0000 - 0x74EEC000 C:\Windows\system32\apphelp.dll
    0x6EF10000 - 0x6EF9D000 C:\Windows\AppPatch\AcLayers.DLL
    0x76720000 - 0x7736A000 C:\Windows\syswow64\SHELL32.dll
    0x761D0000 - 0x76227000 C:\Windows\syswow64\SHLWAPI.dll
    0x76350000 - 0x764AC000 C:\Windows\syswow64\ole32.dll
    0x75F30000 - 0x75FBF000 C:\Windows\syswow64\OLEAUT32.dll
    0x74660000 - 0x74677000 C:\Windows\system32\USERENV.dll
    0x74650000 - 0x7465B000 C:\Windows\system32\profapi.dll
    0x74340000 - 0x74391000 C:\Windows\system32\WINSPOOL.DRV
    0x74570000 - 0x74582000 C:\Windows\system32\MPR.dll
    0x6E8B0000 - 0x6EAC8000 C:\Windows\AppPatch\AcGenral.DLL
    0x6EFA0000 - 0x6F020000 C:\Windows\system32\UxTheme.dll
    0x6F060000 - 0x6F092000 C:\Windows\system32\WINMM.dll
    0x74840000 - 0x7484F000 C:\Windows\system32\samcli.dll
    0x6F0D0000 - 0x6F0E4000 C:\Windows\system32\MSACM32.dll
    0x74C80000 - 0x74C89000 C:\Windows\system32\VERSION.dll
    0x6F340000 - 0x6F343000 C:\Windows\system32\sfc.dll
    0x6F260000 - 0x6F26D000 C:\Windows\system32\sfc_os.DLL
    0x6F040000 - 0x6F053000 C:\Windows\system32\dwmapi.dll
    0x758C0000 - 0x75A5D000 C:\Windows\syswow64\SETUPAPI.dll
    0x75C90000 - 0x75CB7000 C:\Windows\syswow64\CFGMGR32.dll
    0x77570000 - 0x77582000 C:\Windows\syswow64\DEVOBJ.dll
    0x75DF0000 - 0x75F27000 C:\Windows\syswow64\urlmon.dll
    0x775A0000 - 0x77695000 C:\Windows\syswow64\WININET.dll
    0x75FD0000 - 0x761CF000 C:\Windows\syswow64\iertutil.dll
    0x76230000 - 0x7634E000 C:\Windows\syswow64\CRYPT32.dll
    0x75FC0000 - 0x75FCC000 C:\Windows\syswow64\MSASN1.dll
    0x6F0C0000 - 0x6F0C6000 C:\Windows\system32\SHUNIMPL.DLL
    0x6F030000 - 0x6F03D000 C:\Windows\system32\SortServer2003Compat.dll
    0x75CC0000 - 0x75D20000 C:\Windows\system32\IMM32.DLL
    0x75BC0000 - 0x75C8C000 C:\Windows\syswow64\MSCTF.dll
    0x08000000 - 0x08138000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\client\jvm.dll
    0x10000000 - 0x10007000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\hpi.dll
    0x003F0000 - 0x003FE000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\verify.dll
    0x007B0000 - 0x007C9000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\java.dll
    0x007D0000 - 0x007DE000 C:\Users\ADMINI~1\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\zip.dll
    0x051D0000 - 0x052E2000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\awt.dll
    0x052F0000 - 0x05341000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\fontmanager.dll
    0x6E7C0000 - 0x6E8A7000 C:\Windows\system32\ddraw.dll
    0x6F020000 - 0x6F026000 C:\Windows\system32\DCIMAN32.dll
    0x75DA0000 - 0x75DCD000 C:\Windows\syswow64\WINTRUST.dll
    0x6E6F0000 - 0x6E7BC000 C:\Windows\system32\D3DIM700.DLL
    0x05770000 - 0x05793000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\JavaAccessBridge.dll
    0x007E0000 - 0x007E5000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\jawt.dll
    0x007F0000 - 0x007F7000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\JAWTAccessBridge.dll
    0x06340000 - 0x06359000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\oui\lib\win32\oraInstaller.dll
    0x06470000 - 0x0648E000 C:\Users\Administrator\AppData\Local\Temp\2\OraInstall2013-08-22_02-41-00PM\jre\1.4.2\bin\jpeg.dll
    0x776B0000 - 0x776DA000 C:\Windows\syswow64\imagehlp.dll
    0x6E600000 - 0x6E6EB000 C:\Windows\syswow64\dbghelp.dll
    0x776A0000 - 0x776A5000 C:\Windows\syswow64\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation   total 704K, used 90K [0x10010000, 0x100d0000, 0x10770000)
      eden space 640K,  13% used [0x10010000, 0x10026448, 0x100b0000)
      from space 64K,   2% used [0x100c0000, 0x100c07a8, 0x100d0000)
      to   space 64K,   0% used [0x100b0000, 0x100b0000, 0x100c0000)
    tenured generation   total 8436K, used 5698K [0x10770000, 0x10fad000, 0x16010000)
       the space 8436K,  67% used [0x10770000, 0x10d00a40, 0x10d00c00, 0x10fad000)
    compacting perm gen  total 12288K, used 12049K [0x16010000, 0x16c10000, 0x1a010000)
       the space 12288K,  98% used [0x16010000, 0x16bd47a0, 0x16bd4800, 0x16c10000)
    Local Time = Thu Aug 22 14:42:03 2013
    Elapsed Time = 40
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    Thanks

    10.2.0.1 is not supported/certified on Win 2008, so expect issues with the install and/or with using the software.
    Why cannot you use a supported version - minimum is 10.2.0.4, which is only available to customers with an Extended Support contract
    http://docs.oracle.com/cd/B19306_01/relnotes.102/b14264/toc.htm#BABGFAJI
    HTH
    Srini

  • Set user defined UUID for coherence extend clients

    I notice in Coherence 3.5.2 there are improved jmx stats for tcp extend clients.
    Right now I see a client is identified in jmx with a cryptic UUID. Is it possible for the tcp extend client to set its own UUID or alike, so one can more easily identify a client.

    Currently, Coherence does not support connection naming.

  • PushReplication retries cause local extend clients to be blocked!

    I have an issue where Push Replication retries cause local extend clients to be blocked!
    Scenario as follows:
    1) I start up my London cluster, and add around 130 push replication publishers (i.e. one per cache, per remote site)
    2) I set these publishers with auto start equal to true, and infinite retries in the case of failure. (i.e. i want my system to be totally automated, don't want an end user to go in to jmx and have to click resume across all 130 publishers).
    3) If my remote sites are up and available, the RemoteInvocationPublisher's alll connect, and all is fine.
    4) If however the remote sites are not available I see the push replication publishers retry periodically. The problem is any extend clients connecting into London get blocked by the 130 push rep publishing service threads that are retrying, and eventually timeout (stack trace below)
    ==========================================================================
    Name: Proxy:ExtendedTcpProxyService:TcpAcceptorWorker:17
    State: BLOCKED on com.tangosol.coherence.component.util.SafeCluster@18cad92 owned by: PublishingService:Thread-5
    Total blocked: 10 Total waited: 122
    Stack trace:
    com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:995)
    com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:915)
    com.oracle.coherence.environment.extensible.ExtensibleEnvironment.ensureService(ExtensibleEnvironment.java:374)
    com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:877)
    com.tangosol.net.DefaultConfigurableCacheFactory.configureCache(DefaultConfigurableCacheFactory.java:1088)
    com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:304)
    com.tangosol.coherence.component.net.extend.proxy.CacheServiceProxy.ensureNamedCacheProxy(CacheServiceProxy.CDB:27)
    - locked java.util.HashMap@18060fd
    com.tangosol.coherence.component.net.extend.messageFactory.CacheServiceFactory$EnsureCacheRequest.onRun(CacheServiceFactory.CDB:13)
    com.tangosol.coherence.component.net.extend.message.Request.run(Request.CDB:4)
    com.tangosol.coherence.component.net.extend.proxy.CacheServiceProxy.onMessage(CacheServiceProxy.CDB:1)
    com.tangosol.coherence.component.net.extend.Channel.execute(Channel.CDB:28)
    com.tangosol.coherence.component.net.extend.Channel.receive(Channel.CDB:26)
    com.tangosol.coherence.component.util.daemon.queueProcessor.service.Peer$DaemonPool$WrapperTask.run(Peer.CDB:9)
    com.tangosol.coherence.component.util.DaemonPool$WrapperTask.run(DaemonPool.CDB:32)
    com.tangosol.coherence.component.util.DaemonPool$Daemon.onNotify(DaemonPool.CDB:63)
    com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
    java.lang.Thread.run(Thread.java:619)
    ==========================================================================
    It's a massive issue if a remote failure causes local clients to block!!!!
    Even if I set my retry count to not be infinite, and set my retry interval higher, it would seem there will still be a period where extend clients will be blocked by the publishing service thread retries!
    Any help much appreciated.
    Cheers,
    Neville.
    NB: Coherence version 3.5.3-p3 Incubator version used: (push rep 2.6.1.14471, messaging 2.6.1.14471, common 1.6.1.14470)

    Hi Neville,
    Sorry you're experiencing these challenges.
    Can you let me know;
    1. How many proxies you have available for each site?
    2. The number of threads configured per-proxy?
    3. The number of caches?
    4. The amount of data in those caches?
    5. The configuration files for each site.
    6. The deployment architecture, including the number of JVMs in each site cluster.
    It seems you're running out of resources on the extend proxies, so you'll probably need to configure more.
    -- Brian
    PS: If this information is sensitive, please feel free to email me directly to help resolve the issue. We can then arrange help and an on-site visit if needed.

  • Cannot get ODBC to work with Instant Client

    Hi,
    I am having problems getting ODBC working with instant client. This is what I have done so far:
    1. I installed Instant Client from this page: http://www.oracle.com/technetwork/topics/winsoft-085727.html
    The file I downloaded was: instantclient-basic-win32-10.2.0.3-20061115.zip
    2. Next, I installed SQL*Plus with this file: instantclient-sqlplus-win32-10.2.0.3-20061115.zip
    Now I have SQL*Plus working with instant client.
    3. After that I downloaded instantclient-odbc-win32-10.2.0.3-20061115.zip for ODBC.
    4. I unzipped the odbc zip file into the Instant Client folder and ran odbc_install.exe. Now I have 'Oracle in instantclient 10_2' showing up in the drivers tab of ODBC Data Source Administrator.
    5. Now, if I try to add add a DSN and choose 'Oracle in instantclient 10_2' as the data source, I get an error "ODBC Administrator has stopped working" (http://i50.tinypic.com/jifl2g.png)
    I can add DSNs using any other data source without problems. The aforementioned error comes up only when I use 'Oracle in instantclient 10_2' as the data source.
    Can someone please let me know how to resolve this?
    I am running Windows Vista Business edition 32-bit.
    Thanks & Regards,
    Ubaidullah Nubar.
    Edited by: unubar on Dec 17, 2012 9:42 PM

    Two dimensions of compatibility/requirements:
    Vertically - This is your application, APIs, .Net, operating system etc. that may define requirements on Oracle Client version, and vice versa.
    Horisontally - "on the wire" or connectivity wise - Oracle certifies client - server interoperability at least two releases or major versions back/apart, so yes, 10.2 is/was* supported. See MOS interoperability matrix for your specific case.
    (*was since 10.2 Database is out of support or even Extended support by now. Perhaps it is time to upgrade the server side also ;-))

  • Trouble with SCCM Client Push

    I am having issues with pushing the SCCM client. I am able to push the client just fine as it installs OK but it will not assign the site code. When I try to manually enter the site code I get the "Failed to Update Site Assignment" error. However,
    when I log off of my domain admin account and log on as the local administrator I can manually enter the site code and it accepts it. My domain account is added as a local administrator..
    The old Network Admin who setup most of SCCM in not with us anymore so I am in charge of figuring out where he left off at and getting everything working. From what I can put together we have extended AD and the System Management folder is populated. I have
    ran a query in AD to ensure we do not have any over lapping boundaries. As far as I know we installed SCCM 2012 fresh and did not upgrade from 2007. I have checked our GPO and have not found any that are trying to push the site code.
    I have copy and pasted a couple logs below that may help troubleshoot. I have googled for days now how to fix the issues I see in the logs but haven't found anything. Please Help!!
    LocationServices.log:
    <![LOG[The MP name retrieved is 'E091SCCM.campbell.ketsds.net' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="14:34:36.365+300"
    date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsadcache.cpp:334">
    <![LOG[MP 'E091SCCM.campbell.ketsds.net' is compatible]LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsadcache.cpp:339">
    <![LOG[Lookup Management Points from AD:]LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:205">
    <![LOG[Name: 'EDKDECCMP1.KETS.KETSDS.NET' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.365+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:211">
    <![LOG[Name: 'E091SCCM.campbell.ketsds.net' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.366+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsutils.h:211">
    <![LOG[Retrieved lookup MP(s) from AD]LOG]!><time="14:34:36.366+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2136">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.376+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.376+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[Site and assignment site code match. Verifying site.]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:4001">
    <![LOG[LSIsSiteCompatible : Verifying Site Compatibility for <PRI>]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5061">
    <![LOG[Attempting to retrieve lookup MP(s) from AD]LOG]!><time="14:34:36.383+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2110">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[Lookup Management Points from AD:]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:205">
    <![LOG[Name: 'EDKDECCMP1.KETS.KETSDS.NET' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsutils.h:211">
    <![LOG[Name: 'E091SCCM.campbell.ketsds.net' HTTPS: 'N' ForestTrust: 'N']LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsutils.h:211">
    <![LOG[Retrieved lookup MP(s) from AD]LOG]!><time="14:34:36.385+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:2136">
    <![LOG[Current AD forest name is ketsds.net, domain name is campbell.ketsds.net]LOG]!><time="14:34:36.391+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="14:34:36.391+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080" file="lsad.cpp:896">
    <![LOG[LSGetSiteVersionFromAD : Successfully retrieved version '4.00.6487.0000' for site 'PRI']LOG]!><time="14:34:36.398+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:4960">
    <![LOG[LSIsSiteVersionCompatible : Site Version '4.00.6487.0000' is not compatible.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5023">
    <![LOG[LSIsSiteCompatible : Site <PRI> Version '4.00.6487.0000' is not compatible.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1" thread="8080"
    file="lsad.cpp:5126">
    <![LOG[LSVerifySiteAssignment : Client cannot be assigned to site <PRI>.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="3" thread="8080"
    file="lsad.cpp:5160">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='607' will not be sent.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="LocationServices" context="" type="1"
    thread="8080" file="fspclientdeployassign.cpp:55">
    ClientLocation.log
    <![LOG[Getting Assigned Site]LOG]!><time="14:13:39.330+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:13:41.940+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:13:42.417+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="7616" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:13:47.468+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="7616" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:13:47.531+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="7616" file="smsclientclass.cpp:562">
    <![LOG[Getting Assigned Site]LOG]!><time="14:14:34.803+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="3332" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:14:37.517+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="2520" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:14:45.167+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="2520" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:14:45.424+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="2520" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:15:35.577+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="6888" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:15:35.627+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="6888" file="smsclientclass.cpp:562">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:25:36.861+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8276" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:25:36.930+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="8276" file="smsclientclass.cpp:562">
    <![LOG[Getting Assigned Site]LOG]!><time="14:33:00.123+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="6592" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:34:31.483+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8800" file="smsclientclass.cpp:989">
    <![LOG[Getting Assigned Site]LOG]!><time="14:34:33.521+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8080" file="smsclientclass.cpp:989">
    <![LOG[Assigning client to site 'PRI']LOG]!><time="14:34:36.145+300" date="01-15-2014" component="ClientLocation" context="" type="1" thread="8080" file="smsclientclass.cpp:501">
    <![LOG[Unable to verify sitecode 'PRI'. Cannot continue site assignment.]LOG]!><time="14:34:36.399+300" date="01-15-2014" component="ClientLocation" context="" type="3" thread="8080" file="smsclientclass.cpp:562">

    Is this 2012 R2?
    When I upgraded from SP1 to R2 I had a very similar message. This thread helped me out:
    http://www.windows-noob.com/forums/index.php?/topic/7217-client-version-50078041000-is-not-compatible-with-the-site-111-version-50077110000/
    Specifically this bit:
    DerGali, on 23 Jan 2013 - 08:41 AM, said:
    I had the same Problem with the client version thing. I had to do following Steps to fix it:
    1. If you made an Extension in the Active Directory for your SCCM Installation just open ADSIedit go To CN System=>CN System Management remove the Object CN=SMS-MP..... (don't worry it will be recreated by
    the sccm server hourly. if not check rights on the object (the sccm computer object need to have rights to write into the System Management Object)
    2. Just wait until next morning! The Server should updated all Version Numbers by itself!
    MCP, MCDST, MCTS x 6, MCITP x 3
    Please don't forget to mark this post as an answer if it is the solution to your problem!
    If you like trance music, please subscribe to my podcast
    Trancendance Podcast
    View my MCP Certifications
    Follow me on Twitter

  • Problems with my client server program

    I am programming a client to server messeging system. I have been getting this error. [i programed a JOptionPane window if an IO error ocured and every time i connect with the client in keeps popping up.  Here is part of my code from the [b]server:
         class listener extends Thread {
              public void run() {
                   try {
                        recever = new ServerSocket(port);
                        send = recever.accept();
                        Thread process = new Thread(new mt());
                        process.start();
                   catch (IOException ioe) {
         class mt extends Thread {
              public void run() {
                   try {
                        send.setSoTimeout(1);
                   catch (IOException ioe) {
                   while (true) {
                        try {
                             in = new BufferedReader(new InputStreamReader(send.getInputStream()));
                             data.add(in.readLine());
                             JOptionPane.showMessageDialog(null, data, "this was the data", JOptionPane.INFORMATION_MESSAGE);
                        catch (NullPointerException ioe) {
                        catch (IOException ioe) {
                             JOptionPane.showMessageDialog(null, "Error in the server!!", "ERROR", JOptionPane.WARNING_MESSAGE);
         public static void main(String args[]) {
              new server().setVisible(true);
    }Now froim the client:
    if (e.getSource() == go) {
                   if (connected == true) {
                        try {
                             out = new PrintWriter(new OutputStreamWriter(connector.getOutputStream()));
                        catch (IOException ioe) {
                             JOptionPane.showMessageDialog(null, "Error sending", "ERROR", JOptionPane.WARNING_MESSAGE);
                        type.setText("");
                   if (connected == false) {
                        JOptionPane.showMessageDialog(null, "You are nnot connected!!", "ERROR", JOptionPane.WARNING_MESSAGE);
    If you need more code to understand my problem just ask.
    Thanx

    Don't you think it might be a good idea to find out what kind of IOException you're getting? At least display ioe.getMessage. showMessages will take an Object array instead of a single string so you can do:
    JOptionPane.showMessageDialog(null, new Object[]{"Error in server", ioe.getMessage}, "Error",
    JOptionPane.ERROR_MESSAGE);

  • How to share an unpublished folio with a client to review?

    I am designing a DPS single edition publication for a client. Is there a way for me to share the unpublished folio with the client if they do not have an Adobe Creative Cloud account or an Adobe ID? If they just need to signup for an Adobe ID, what else do I (or they) need to do so that they are able to signin to the Adobe Content Viewer and see the unpublished folio?

    They need an iPad, the Adobe Content Viewer and a free Adobe ID.
    You share the folio via the folio builder panel to that ID.
    That's it. When the client signs into the Content Viewer the folio will
    be available for download.

  • How to control one server with multiple clients via TCP/IP

    I am wanting to control a single server with multiple clients.  Only one client would be active at a time, so there would be no conflict.  I want to use TCP/IP.  So far, I have programmed a cluster that passes data back to the server with no problems.  The challenge come in when a second client is added to the mix.  I have't been able to figure out how to turn each client on and send the appropriate data and then turn it off so it doesn't keep sending the same data to the server. 
    Here are the things that I have considered and did some preliminary testing, but don't really know how to impliment:
    1.  Send a numeric on the front of the cluster packet that tells the server that data is on the way.
    2.  Send a boolean on the front of the cluster packet to somehow turn the server TCP/IP on.
    The problem I have found is that LabVIEW TCP/IP doesn't like to be turned on and off.  If it doesn't get the data it expects, it goes into a reset mode and that kills the response time.
    Any help?

    You should consider implementing a set of simple one-byte commands that can be sent back and forth between the Server and the Clients. You can base all of these ideas off the example in the Example Finder under Networking >> TCP and UDP called Multiple Connections - Server.
    You will have two loops in the server VI: one to wait for new connections, and one to send and receive data from the existing connections. For instance, after one of the clients connects, it can request control of the server to send data to it by sending the character "R" for request. Every time the send/receive loop of the Server executes, the first thing it can do is to check all the existing connections to see if any of the clients have sent a control request ("R"). If so, it will create a buffer (array) of control requests. This could be in the form of Connection IDs or indexes in the array for a particular Connection ID. Your choice.
    After the Server receives a request for contol, if it is not already under control by another client, then it can send a response to the first client on the control request list. For instance, the server could send the first client a "S" command for send. Note that after the clients send their control request, they should execute a TCP Read and wait indefinitely for the server to respond with the one-byte "S" command. Then, once the client in control is finished sending data to the server, it could send the character "X" telling the Server to release it from control.
    The example I mentioned above already does a similar thing. Note how when a client wants to disconnect, they send the letter "Q". You can see this in the Multiple Connections - Client VI. The Server then checks each individual connection to see if it's received this one-byte command, and if it has, it closes the connection to the client. This is what you would want to implement, but instead of having just one command, you'll have to distinguish between a few and build up a buffer of control requests.
    Finally, if a client does decide to disconnect in your application, they could send the command "Q" just like the example above. At this point, close the connection and remove that Connection ID from the array of connections. You will also have to handle the case that this client was in the request control waiting line when it disconnected, in which case you need to delete it from that array as well.
    This will definitely work for you, but it will take some work. Best of luck!
    Jarrod S.
    National Instruments

  • Is SAP BI reporting is possible in ECC 6.0 with same client

    Hi all,
                             My requirement is, we need to design SAP BI data flow in ECC 6.0 with same client only.  Now I am designing the BI data models as per the requirement of SD sales reports in ECC 6.0.For this, when i was extracting the data from SD datasource(2lis_11_vahdr) in RSA3 its showing 0 records,actually  as per VA01 some records are available but its not showing in the RSA3.
                              My doubt is , is it possible to extract the data from ECC 6.0 and load the data to the datatargets  and get the SAP BI reports in ECC6.0 with the same client.
                              Please suggest as soon as possible.
    Thanks

    It is possible to load the data from the same client. It all depends on the source system and the client which has been connected in the RFC connection.
    Let me know if this helps.
    Regards,
    Avinash

  • How to create a view object and attach with extended AM

    Hi,
    I tried to create new vo and attach this vo with the extended AM. But it is throwing error like 'PC.NAME : invalid identifier' (Actually this PC.NAME is exiting one).
    Now i want to know how to create a view object similar like seeded one but with one additional condition in the where clause.
    It is possible though extension, but i want to create two view object similar like seeded one, one with some other condition in the where clause
    and another one with some other condition.
    So for my requirement, i'll extend one VO and i'll add my condition but how to do it for second condition.
    But i want same seeded VO with two different condition.
    Any suggestions please,
    SAN

    SAN,
    There is no need to attach the newly created VO with extended AM. You need to attach the same with the standard AM.
    Regards,
    Gyan

Maybe you are looking for

  • Error in File to JDBC Scenario using File Content Conversion.

    Hi , I am sending a text file in CSV format, with all the configurations done in the sender and receiver channels. But the adapter monitoring says this: Initialization error: Conversion initialization failed with java.lang.Exception: java.lang.Except

  • How do I HIDE "Notes" from my Main Message Viewer Window

    Old "Notes" are cluttering up my Inbox views in the main mail message viewer window. The yellow pad "Notes" feature in Mail is helpful, but every time I create a new note - which I may well want to keep around for a long time - the note title etc app

  • Dbms_output not working in procedure

    Here is my procedure: create or replace PROCEDURE TD_TEST1 AS begin dbms_output.enable; dbms_output.put_line('Hello oracle!'); exception when others then null; END TD_TEST1; It outputs the following when I run the procedure using the "play" button in

  • Application should start automatically as soon the user logs into windows.

    Hello All, I have a requirement. I am developed a time sheet application using web dynpro. This application is configured on the portal & is working fine. Now, I want to make some changes, may be at Portal Content side or Application side, but want t

  • PS CS6 Auto Recover???

    Was asked to troubleshoot a Win 7 PS13 (CS6) crash today - first time to my knowledge PS has ever crashed! On restart, no Auto Recover option. All work lost. Did some checking. Found two folders: 1. On the boot disk, found Users\xxxx...\....\AutoReco