::getpeername() returns error code 10057 (on a connected socket)

Hi, I am blocked on this issue and cannot find a solution by myself. Maybe someone has encountered a similar issue and could provide some hints.
Calling ::getpeername() (Win 7 x64) on an accepted (and open!) socket connection returns error code 10057 (for code details, please see the code snippet attached):
"A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied."
Any ideas why ::getpeername() fails with 10057 although ::getsockopt() says the socket is connected?
Best regards, M.
--- sample code snippet - begin - error handling left out for simplicity ---
    //accept call looks like this (call is asynchronous!):
    BOOL res = ::AcceptEx(_listenSocket, _socket, &_addrBuffer[0],0, 16+sizeof(SOCKADDR_STORAGE), 16+sizeof(SOCKADDR_STORAGE), &transfered, (LPOVERLAPPED)&_ov);
    // wait until the (previously accepted) socket is connected:
    INT seconds = 0;
    INT bytes = sizeof(seconds);
    int iResult = 0;
    do
      iResult = ::getsockopt(_socket, SOL_SOCKET, SO_CONNECT_TIME, (char *)&seconds, (PINT)&bytes);
    } while (seconds == -1 && iResult != SOCKET_ERROR);
    // now the socket should be connected, let's call ::getpeername():
    sockaddr remoteAddr = { 0 };
    socklen_t peeraddrlen = sizeof(remoteAddr);
    if (::getpeername(_socket, &remoteAddr, &peeraddrlen) == SOCKET_ERROR)
       int errno = getLastSocketError(); // this errno is 10057
--- code snippet - end ---

You also have to set the SO_UPDATE_ACCEPT_CONTEXT  option on the socket before you can use getpeername.  Mike L [MSFT] has provided a
community addition note (entitled "Does not work on accepted sockets without calling setsockopt() first") to
the documentation of getpeername to this effect.
The details of this particular quirk are described in the documentation for AcceptEx.
[See also GetAcceptExSockaddrs]

Similar Messages

  • Error: The AcquireConnection method call to the connection manager failed with error code 0xC0202009 using DB2 connection

    I have a SSIS project that I am newly running on the SQL server (2005) .  It was previously run on my PC.  I am importing data from a DB2 server to the SQL server.
    I am in the SA group on the server
    My connection to DB2 works
    When open the package and run it in preview mode, I can retrieve the data.
    When I execute the package I get the below errors:
    [MIDAS OLE DB Source [1]] Error: The AcquireConnection method call to the connection manager "NGMDSPA.alharris" failed with error code 0xC0202009.
    [DTS.Pipeline] Error: component "MIDAS OLE DB Source" (1) failed validation and returned error code 0xC020801C.
    What I have already done that has not worked:
    The original Protection level was set to EncryptSensitiveWithPassword. 
    I have reset the Package Password.
    I have set the protection level to DontSaveSensitive
    I saved the package on the server and set a Package Password.
    I created a new package, set the Protection level to DontSaveSensitive, set a package password in a configuration file using the Package Configuration Wizard.
    Error continues

    Yes.  The Drivers are installed and I have a successfull connection.  I am trouble shooting the issue on the server in BIDS.  I can connect to the DB2 server via the Connectionmanager.  I can also preview the data in the OLE
    DB source connection.  Therefore I know that I have a proper connection
    If you're setting option as DontSaveSensitive then you need to pass the connection information from configuration file/ config table. Otherwise it wont be able to use it for connecting to your source/destination servers. This is the recommended way as it
    will enable you to change connection info at runtime.
    If you want connection info to persist you need to use protection level as EncryptSensitiveUsingUserKey or EncryptSensitiveUsingPassword and set a password.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Error code -3905 (Wi Fi Connection)

    JUST PURCHASED AN APPLE TV AND TRIED TO SET UP WI FI BUT DESPITE RE-BOOTING MY ROUTER KEEP GETTING THIS ERROR CODE AND CAN NOT CONNECT.  DOES ANYONE HAVE ANY IDEAS PLEASE?

    You can use the Troubleshooting Wizard in Device Manager to determine where the conflict is, and then disable the conflicting device.
    Disable the conflicting device
    On the device Properties dialog box, click the General tab.
    Click Troubleshoot to start the Troubleshooting Wizard. The wizard asks you some simple questions and provides a solution to your problem based on the answers that you provide.
    Follow the resolution steps provided by the wizard to resolve the problem.
    You may need to uninstall and reinstall/update the wifi network driver.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Native SQL - Runtime Error: DBIF_DSQL2_SQL_ERROR (OCI returned error code)

    Hi,
    I have sometimes a problem with a NATIVE SQL-Statement.
    Runtime Error text:
    Database error text........: "OCI returned error code -2."
    Database error code........: "-2"
    Triggering SQL statement...: "FETCH NEXT "
    Internal call code.........: "DBDS/NEW DSQL"
    Sometimes it works and sometimes we have this error.
    Can anyone help me on this error?
    Best Regards
    André

    Hi !
    also a my job that runs every day, gets the same error in the production system at least once a month ! and nobody could help me to find out why.
    Regards
    Graziano Cortese

  • Error compiling FPGA VI: ERROR:Xflow - Program xst returned error code 6.

    When I use the Linear Interpolation function in my FPGA VI i get the compilation error:
    ERROR:Xflow - Program xst returned error code 6. Aborting flow execution...
    the Compile Server also gives the more detailed information:
    ERROR:Xst:1749 - "C:/NIFPGA85/srvrTmp/LOCALH~1/TRAPCO~2/NiLvFxpFloor.vhd" line 68: error: The output for the floor function should not have any fractional bits.
    I'll be happy for any suggestions how to solve this.

    Hello!
    Could you compile a program with only the Linear Interpolation.vi and only some constants and indicator as input and output?
    I tried on my PC and compile a simple VI containing only the Linear Interpolation.vi
    Which Version of NI-RIO do you use?
    Do you also placed the FPGA VI in library? If yes put out all FPGA VIs from the library and check that they aren't reentrant.
    This could cause problems to the compiling of FPGA VI.
    Try to create a new project with only a VI with the linear interpolation and check if it is compiled.
    Best regards
    Ken

  • Failed software update returns error code 0x87D00668

    We are using Secunia CSI to create and publish 3rd party software update packages to SCCM 2012.  I have one client computer running Windows 7 Pro x64 that is having a problem with one update.  When the user tries to install the Adobe Reader update
    in Software Center it fails and returns the following error.
    The software change returned error code 0x87D00668(-2016410008).
    I haven't been able to find any information on this error code.  I was just wondering if anyone else has encountered this error and might have any information on it??

    The item it's referring to in that error would seem to be the task that can't be found. No?
    The issue that needs to be addressed is that the updates aren't needed - they are installed on the server. I've installed the updates manually, rebooted, Software Center should not even be reporting that the updates need to be installed.  And back to
    the second post above, "Software update still detected as actionable after being applied" seems to be saying that it DOES see that the patch is installed.  The question is then, why is it still "actionable"?
    Thanks
    Why do you think that they are not needed? Have you force CM to scan again for SU? Are they show as being applied in CM12? What does the Windowsupdate.log say about that SU?
    I don't think it is a task that can't be found based on that single line from the log file.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ
    I don't think the updates are needed because they are installed on the server. You will see in my above posts my reasoning for concluding that the updates are installed: "I have two security updates that are indeed installed (according to Windows Update,
    the Windows Update log, and Add/remove programs), yet Software Center shows "failed" and with that exact same error of "Software update still detected as actionable after being applied".
    Yes, I've forced multiple rescans (before and after reinstalling the client) over the course of a few days. Software Center still shows failed.
    The Windows update log shows that it installed successfully. Here's one of lines in the log for one of the updates (in fact as far as the log goes back, 7-3, it's been saying this):
    WindowsUpdate    Success    Content Install    Installation Successful: Windows successfully installed the following update: Security Update for Microsoft .NET Framework 2.0 SP2 on Windows Server 2003 and Windows
    XP x86 (KB2729450)
    I think, again, we're back to the fact that is is installed but the issue is: "Software update still detected as actionable after being applied" seems to be saying that it DOES see that the patch is installed.  The question is why is it still
    "actionable"?  The client sees that it's installed but ... why is it saying it's still "actionable"? 
    I realize that this issue might be a little tougher to track down since I couldn't find ANY other reference to it online.
    Lastly, Config Manager shows "failed to install update" which is exactly what Software Center reports.
    Thanks again, am happy to upload/copy/paste any logs you think would be helpful.

  • What is CR returned error code / status when hit max concurrent access ?

    Hi,
    Do anyone knows what is the returned error code or status return from crystal report object when it hits its max concurrent access license?
    I'm developing on VS 2005 With crystal report, which comes along with it. If i'm not wrong its CR 9. Correct me if I got e versioning wrong. =)
    Thanks in advance!!

    Hi,
    Do anyone knows what is the returned error code or status return from crystal report object when it hits its max concurrent access license?
    I'm developing on VS 2005 With crystal report, which comes along with it. If i'm not wrong its CR 9. Correct me if I got e versioning wrong. =)
    Thanks in advance!!

  • SCCM 2012 Deploy --- Error = The software change returned error code 0x87D00324(-2016410844).

    Deployment to the client is successful but the error reported within Clients "SCCM Software Center"  
    The software change returned error code 0x87D00324(-2016410844).
    Also States on "Status" Past Due - Will be Retired"
    Can't figure this one out and I did some googling with no success in finding a solution?
    I am running an Adobe Flash install (.EXE)
    Any help or direction would be greatly appreciated
    RF

    Hi,
    Thank you for your response
    ""Wow6432Node is not valid on x86 systems."""
    Yes, that I am aware of that.....Windows on Windows, for running x86 apps on x64 Windows<o:p></o:p>
    When I first created the detection method I had only created the "WoW" Check
    for Flash value in the reg, which was running against both x86 & x64 Win 7
    systems, and forgot to include the x64 check/, either case, the error appeared
    on the WOW check. Presently I have 2 "Detection Clauses" one for x86
    and the second clause is x64 ( non WOW Path), and still receive the same erorrs
    on both x86 & x64 systems. ( and x64 system have both reg entries since Win 7 has both x86 & x64 versions of IE)
    Looking at the registry of an x64 Win 7 system I find the Adobe Flash registry entry is
    located in both Wow6432Node and also in the x64 sections of the reg.....<o:p></o:p>
    """"Also, why use the default value? I doubt there's anything in there (the default value is the
    value display in a key in regedit with the name of
    "@").""""<o:p></o:p>
    When Default Value is selected the boxes/options below that allow for more detailed
    information to be entered when performing the "reg check"? This is
    where I had been able to enter specific Build/Version to look for, Flash
    11.4.402.265, so that if it does not discover the build # it will proceed with
    the install.....<o:p></o:p>
    I figured having the option to check for Build/Version # would omit SCCM reinstalling on
    systems that have build 11.4.402.265 already?<o:p></o:p>
    From what I understand is that Adobe Flash x64 installs both versions x86 & x64 since Win 7 has both IE
    x86 & IE x64 bit versions by default, and this would explain the Wow6432Node reg
    entries and the true x64 reg entries in both locations when installing.
    Overall, I am thinking I may be heading in the wrong direction in resolving this, as x86 & x64 versions install on the systems, so this tells me it is detecting when / what needs to be installed, the issue seems to be how it reports back after installing......
    Looking further, I view the Content Status Page, and there reporting info in Asset Detail under [Success]  all others { / In Progresss / Error /Unknown } has no info......
    If this helps provide further details.....
    Thanks
    Regards,
    Ron
    RF

  • Error Code:9 Failed to connect to Native Directory

    Hello everyone
    I am getting this kind of error "Error Code:9 Failed to connect to Native Directory" while I am trying to open shared services console. I am not even able to open the EPM System Configurator. Please provide me some suggestions on this. Also my configtool_err log is as follows
    com.hyperion.cis.config.Configurator, ERROR, Error:
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at com.hyperion.cis.config.Configurator.loadProductDBConfigurators(Configurator.java:210)
         at com.hyperion.config.wizard.impl.RegistryWizardState$1.validate(RegistryWizardState.java:205)
         at com.hyperion.cis.config.wizard.adapter.WizardFormAdapterPanel.queryExit(WizardFormAdapterPanel.java:95)
         at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
         at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(SwingWizardUI.java:1693)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.notifyListeners(SwingWizardUI.java:1899)
         at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationController.actionPerformed(SwingWizardUI.java:1894)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5517)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5282)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3984)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1791)
         at java.awt.Component.dispatchEvent(Component.java:3819)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Caused by: java.lang.NullPointerException
         at com.hyperion.foundation.config.FoundationDbConfigurator.isHubInstalled(FoundationDbConfigurator.java:133)
         at com.hyperion.foundation.config.FoundationDbConfigurator.<init>(FoundationDbConfigurator.java:38)
         ... 36 more
    Thanks in advance
    Sampath
    Edited by: 929559 on Apr 23, 2012 7:36 AM

    Hi,
    Are you trying to login with the Native Admin user ? which URL you are using to login to Shared Services ?

  • Fpga -Re:ERROR MESSAGE INDICATIN X-FLOW PROGRAM MAP RETURNED ERROR CODE

    sir,
    I am working on a project using ni rio-7831R uaing labview fpga1.1, on compiling on to the device i am encountering a error giving follow message:
    Problem encountered during the packing phase.
    ERROR:Xflow - Program map returned error code 2. Aborting flow execution...
    so please, recommend me the action so that i could compile my project without error.
    vamsi

    Hi Vamsi,
    The information you are looking for is in this KB: Why Does My FPGA Compile Give An OVERMAPPED Error When Compiling? < http://digital.ni.com/public.nsf/websearch/060BA89​FE3A0119E48256E850048FFFE?OpenDocument >
    I think you are running out of space on your FPGA. You can either purchase a 3 million gate fpga(7833R) or Optimize your code to use less space. Have a great day!
    Regards,
    Prashanth

  • PAB_CMD_GET_PABS returns error code 15

    hi,
    i'm running iPlanet Messaging Server 5.0 SP2 on Solaris with Netscape Directory Server 4.12.
    I encountered this error 'PAB_CMD_GET_PABS returns error code 15' when i access mailbox's addressbook.
    Does anyone know what could have caused this and how to resolve?
    many thanks..
    -AL.

    I think it is only due to the account "msg-admin-xxxxxxxx" which is created when installation and used for iMS' bind dn to search LDAP server for user looking_up.
    The old msg-admin-xxxxxx's password does match the one in your new system ( Mainly at 2 places: one is ugldap......, and the other is pab...... - you may run <serverroot>/msg-<instance>/configutil |grep ugldap and ...grep pab to find the correct entry).
    My solution is to run ...../configutil -o xxxxx.xxx.xxx -v "password" to the 2 entries then restart your msg services. Try pls.
    good luck.

  • Configsrch returned error code 1 Exiting...

    Hello Everyone,
    I trying to install and run a regression test on OpenSparc T2. But when I execute the sims command I get the following message "sims-> .local_tool_wrapper: configsrch returned error code 1 Exiting..."
    (I source the OpenSparcT2.bash file without promting any error)
    The system I am using is a T200 server and the OS solaris.
    Thanks in advance for your help
    Regards
    /N

    Try creating a symbolic link to include old library files in 64-bit version of windows
    $ ln -s /xilinx/ise/13.4/ISE_DS/PlanAhead/lib/lnx32.o/libstdc++.so.5 /usr/lib32/libstdc++.so.5

  • The software change returned error code 0x87D00607(-2016410105).

    Hi to everyone. I am learning SCCM 2012 R2 using book Mastering SCCM 2012 R2 in addition to various video trainings and online resources. Currently I am focused on application deployment. I created Foxit Reader application - msi deployment type, distributed
    it to DP and deployed it to device collection containing only one test computer (Win 7 Pro SP1 x64). Having done all these steps I went to client's Software Center and Application Catalog. Foxit Reader app is visible but as soon as I click on Install
    button I receive an error:
    The software change returned error code 0x87D00607(-2016410105).
    I deployed Office 2013 a few days ago (although I am struggling to uninstall it silently) without problems. Meanwhile I did not change anything related to boundaries, boundary groups and DPs. I have only one SCCM 2012 R2 server (Primary stand-alone site).
    I hate these situations when I follow along some official learning material such as this book, doing everything the same as it is done there and it does not work at all.
    Unfortunately I can not afford official MS training, my company does not invest in their system engineers so we are on our own. It is nice to learn something by yourself but situations like this take too much time - probably on official training it would be
    solved immediately.

    Its likely that your problem is being caused by incorrectly configured boundaries with Configuration Manager. There are quite a few blogs on this particular error, as an example:
    http://www.vmadmin.co.uk/microsoft/64-mssystemcenter/350-sccm2012errorboundary87d00607
    and
    http://peerk.blogspot.com.au/2013/01/sccm-2012-app-stuck-at-downloading-0.html
    or
    http://heineborn.com/tech/application-installation-error-0x87d00607/
    Take a look at your boundaries and make sure that you have one configured relative to the location of the Distribution Point that the client is trying to download content from.
    Cheers
    Damon

  • System task 'policyevaluator_unlock ' returned error code 0x8000fff in windows pacth deployment on windows 7 by sccm 2012 Sp1

    hi All,
    I have faced mentioned error in Win7's ccmexec.log file doing windows pacth deployment on windows 7 by sccm 2012 Sp1
    system task 'policyevaluator_unlock ' returned error code 0x8000fff
    Kirpal Singh

    Thanks for reporting this symptom. We investigated and found that this error occurs when user unlocks the workstation. Due to this error, ccmexec service doesn’t request for user required policies when user
    unlocks the workstation. We will investigate and address this symptom. Other than user unlock, all other user policy scenarios will be functioning as expected. The client will process user policies when user logs on as well as in the regular user policy polling
    schedule”.
    BC

  • Help with updates - The software change returned error code 0x87D00215(-2016411115).

    I have rolled out bunch of updates across few hundred workstation systems.
    Few of the desktops have failed to install SOME of the updates and just can't get my head around as to why?
    Looking at one of the workstations, I can see 5 updates are pending download at 0%.
    Some of these fail after a while and with in Software Centre, I can see 'Help with updates - The software change returned error code 0x87D00215(-2016411115).'. Not exactly sure what this means, but I have tried clearing the cache and
    rebooting the workstations few times.
    (I have also tried to use Windows Update and install one of these manually, which worked.)

    Investigating this further, I have found the following in CAS.log:
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {ED6E9E5C-E806-43CA-9F93-49AC72D1DEAD} for content 53bf87a2-bedf-4def-b0ec-9637613c3429.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting locations synchronously for content 99ddb078-b780-4605-8fac-9607fe56450d.1 with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    The number of discovered DPs(including Branch DP and Multicast) is 1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Calling back with the following distribution points ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Distribution Point='http://DPSERVER.com/SMS_DP_SMSPKG$/99ddb078-b780-4605-8fac-9607fe56450d', Locality='LOCAL' ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting content 99ddb078-b780-4605-8fac-9607fe56450d.1, size(KB) 0, under context System with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {67B7E59B-A386-4EA8-BF39-2EB64B108A6C} for content 99ddb078-b780-4605-8fac-9607fe56450d.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting locations synchronously for content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1 with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    The number of discovered DPs(including Branch DP and Multicast) is 1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Calling back with the following distribution points ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Distribution Point='http://DPSERVER.com/SMS_DP_SMSPKG$/61d33de7-9582-41e3-82fc-3e0f970b60f3', Locality='LOCAL' ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Requesting content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1, size(KB) 0, under context System with priority Foreground ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    ICcmContentTransferManager::ModifyJobPriority failed with error 0x87d00215 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    No need to change timeout settings ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)
    Successfully created download request {12E48136-B545-4C42-9745-9FF97CE38D52} for content 61d33de7-9582-41e3-82fc-3e0f970b60f3.1 ContentAccess 01/06/2013 17:19:24 3316 (0x0CF4)

Maybe you are looking for

  • Automatic Checkpoint Tuning in Oracle 10g

    Hi , How to confirm if the database has been configured for automatic checkpoint tuning...???? Many thanks... Sim

  • SSAS Cube Hierarchy Default Member, not aggregatable in pivot table multi select, Urgent

    Hi All, I have one problem in my project ssas cube. one of the dimension hierarchy, a value has been set up as default member in calculation tab. The problem is: When i filter (select multiple) this defaulted value and other value in excel pivot, it

  • Errors with Dreamweaver

    I am running Dreamweaver CS4 on Mac OS X version 10.6.7. When I try to insert an image I get this error: And this is what happens to my code after I push ok: I do have my visual aids on and I also reset my prefrences. Anyone have any solutions for th

  • Configuration Of Cst & Vat With Taxinn

    Hi Expert I have followinfg Scenario My Vendor is in Say ' X ' state of India And the good Recieving Plant Is ' Y' State of India If  a)  both states are same  -- local tax ( Vat) should be applicable as per Taxinn Procedure     b)  both states r dif

  • Trouble exporting Alpha on PC

    Hi there, I have some CGI shots that were delivered to me in Quicktime Animation with Alpha that I need to edit and return to the client in a similar format (with transparency). Premiere CC views the clips with Alpha just fine. As soon as I try to ex