Access to MDS from EXCEL only via IP Adress (no DNS)

Hi,
I set up MDS and it is working proper - IE access works with DNS name as well as server name to access.
When I use EXCEL to access only IP adress works - DNS or servern name throw an error:
The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate oXQwcqADCgEBomsEaWBnBgkqhkiG9xIBAgIDAH5YMFagAwIBBaEDAgEepBEYDzIwMTQwMjI1MTE0NDU0WqUFAgMCMLmmAwIBKakTGxFFVVJPUEUuTVlQVU1BLk5FVKoWMBSgAwIBAaENMAsbCWhlcmFzMzI2JA=='.
ADDITIONAL INFORMATION:
The remote server returned an error: (401) Unauthorized. (System)
The target principal name is incorrect (System)
BUT as I wrote: I can access via IE. MDS Services and MDS database are on separate servers. There is no entry (like "Anonymous") in security logs at the servers (I first thought about a Kerberos thing).
Thanks, Wolfgang

I did the same and it made no difference. And it was my understanding that turning on windows authentication causes issues with MDS. When I enable it with kernel mode turned off, it says HTTP request is unauthorized with client authentication scheme 'Negotiate'...The
remote server returned an error...
Gary Melhaff, DW Architect, MCTS SqlServer 2008 BI, Developer

Similar Messages

  • I am having trouble printing to an Epson XP600.  It is a new printer and it has been replaced because we thought it was the printer.  Basically, when I print from Excel, only color will print.

    I am having trouble printing to an Epson XP600.  We have replaced the printer and we are still having the same problem.  When I try to print from Excel, only the color prints.  Any suggestions?

    Has anyone else had issues not being able to print black (such as a document)?  My photos print great, but when I try to print a simple black-ink document, it won't work. Any suggestions?

  • Accessing a jsp from excel

    Hi,
    I have a jsp page in my weblogic server(version 9.2). It simply sets a session variable when the user visits the page for the first time. Now i am trying to access this jsp from a excel file(I am providing the URL of the page as a hyperlink). But the page is getting processed twice.
    For example in my jsp I have the following code:
    <%
    System.out.println("Initially "+session.getAttribute("var"));
    session.setAttribute("var","JAVA");
    System.out.println("After setting"+session.getAttribute("var"));
    %>
    When I access this page from excel it is printing the following in console:
    Initially null
    After settingJAVA
    Initially null
    After settingJAVA
    As you can see the statements are getting printed twice.
    Can any one explain the reason for such a behaviour?
    Edited by: gopi_3nath on Apr 3, 2008 4:35 AM

    Just the same as normal HTML
    In child window
    window.opener.parentfunctionname()

  • What ODBC driver to use in order access Filemaker Pro from Excel

    Hi
    I run Filemaker Pro 11 and Excel on my Mac OSX 10.5.
    I want to access my Filemaker database directly from Excel (to use the data in Pivot tables without first having to export the data from Filemaker). What ODBC driver should I use?

    Bruce, I have an indexed, 5 Billion record MS-Access Jet (Red) 4.x format database file system (no table linking), 1 table only, each MDB file acting as a partial table, not a database. This database contains 500 x 2-GIG files, each file with 10
    million rows - text compression/encryption turned on.  I created this 1 Terabyte file system (empty) using ODBC Administrator which came installed on my Windows 7 Home Premium Laptop (Factory installed, no Service Packs).  I used ODBC/SQL then
    to create the tables/indexes within the empty MDB files.   I have a MEMO data type in my table too with text as long as 528 characters.    I have used MIMEbase64 encoding too, so that the data is not humanly readable neither via SQL
    nor by opening an MDB file in WordPad.   I do the decoding during SQL processing.
    In my FILE DSN, I bumped Threads property to 510 from default 3, so that I could run 510 simultaneous/concurrent SQL processes on my Laptop, to produce reliable report output. 
    You might consider this little setup, if nothing else works, as long as the PCs have either Windows XP or 7 installed.   MS-Access ODBC driver is already installed for Jt 4.x format, and you can compact/repair the 4.x files using ODBC Administrator,
    or get the GUI/commandline utility JetComp.exe to do it, which is freely distributable.
    I know this is not likely your answer, but it is a good fall back perhaps for someone.

  • Access Material Master from ECC 6 via PI

    Hi everyone,
    I am very new with SAP PI. I hope someone here could give me a guidance. I am trying to access the material master data from ECC 6 via SAP PI using web service. Is there any document for step by step instruction that I could follow?
    It is much appreciate that someone could give me some hints.
    Thanks,
    Chris

    Hi,
    Check this link IDoc To Web Service Scenario
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78dbf9b
    There is no weblog on IDOC to webservice. But u can have a look at blogs on RFC to webservice.
    Then using above given Steps + weblogs u can build ur scenario.
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    /people/shabarish.vijayakumar/blog/2006/03/28/rfc--xi--webservice--a-complete-walkthrough-part-2
    Thanks!
    Edited by: monica bhosale on Aug 26, 2011 10:08 AM

  • Problem in accessing Web Service from Excel

    Hi All,
    I have faced a new problem when calling WS from Excel.
    I have created a WS from CAF which has one method and the method takes a list (a table) of structure as an input and returns a string as output. The structure contains three fields
    such as
    medPlace -- String
    publictn - String
    amount - long
    This WS is working fine when I am testing from WS Nevigator.
    Now I have imported the WS in Excel and now the data types are like
    medPlace -- String
    publictn - String
    amount - double
    My requirement is to send the multiple row of the Excel to the WS at a time( I mean as a List). So when I have executed it first time I got error like “deserialisation error”. But I got an article (SAP Web Services and Microsoft Office: How to Create Simple Composite Applications ) by Marcus Schiffer and that problem is resolved.
    But Now I am getting the error like ......Client:Type conversion failure for element eXLSTRUCT0 HRESULT=0x80020005: Type mismatch. - Client:Unspecified client error. HRESULT=0x80020005: Type mismatch.
    eXLSTRUCT0 - This is my structure name in input.
    Can you please help me to solve this issue.
    Thanks in advance
    Chandan

    "vikceo" <[email protected]> wrote in
    message
    news:gm1pl9$s5h$[email protected]..
    > hie
    >
    > here is the code:
    >
    > <mx:HTTPService id="headCountService"
    > resultFormat="e4x"
    > fault="headCountService_fault(event);"
    > result="headCountService_result(event);"
    >
    > url="
    http://localhost:8988/HeadCount-HeadCountService-context-root/headcountwsso
    > aphttpport"/>
    >
    >
    > private function
    headCountService_fault(evt:FaultEvent):void {
    > var title:String = evt.type + " (" + evt.fault.faultCode
    + ")";
    > var text:String = evt.fault.faultString;
    > alert = Alert.show(text, title);
    > }
    >
    > private function
    headCountService_result(evt:ResultEvent):void {
    > var statListAll:XMLList = new XMLList(evt.result.stat);
    > }
    >
    > I am calling the service in the main mxml file as
    > <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    > showFlexChrome="false"
    > layout="vertical"
    > preinitialize="headCountService.send();">
    >
    > And error is coming from the method
    headCountService_fault
    Is it possible that your web service is receiving something
    with an ill
    formed tag. I'd second bitwyse's suggestion.

  • Can we access PI tables from WebDynpro Java via PI 7.1?

    Hi Experts
    Is it possible to fetch PI Tables (to display monitoring and alerts as dashboard on portal) from Java Stack. I got some javadocs API SAP Netweaver for PI 7.1 but i don't know how far it can help me in solving my purpose of fetching and displaying the PI monitoring data on Portal.
    https://www.sdn.sap.com/irj/sdn/javadocs
    Please advise if J2EE access to PI Tables is possible or RFC is the suggested solution to fetch PI Monitoring data.
    Thanks
    Neha

    Hi Neha,
    You can access PI tables from Webdynpro Java application using RFC or Webservices. Create RFC or Webservices which will fetch data from the PI tables.Create the required JCO's and the Webdynpro java application which uses the Adaptive RFC model or Adaptive Webservice Model to connect to the ECC system.
    I found a document that speaks about fetching data from SXMB_MONI Standard Table https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b050ff4f-84c3-2b10-3d99-8f9c44f57a17
    Hope this is useful.
    Regards,
    Seema Rane.

  • How to access PXI 5152 from a Laptop via ethernet cable?

    Hi,  I have the following setup.
       PXI 1002 chasis
             PXI 8175 controller
             PXI 6025E DAQ card
             PXI 5152 scope
              PXI 6602 counter timer.
        I have written a program that uses the counter timer for triggering an external circuit board and the scope for data acquisition. I need to run the vi on my laptop and get access to the PXI devices.
    I have connected the Laptop to the PXI using a cross over LAN cable and configured manual IP addresses and identical subnet masks on both systems. If i run the Remote Device Access Server(RDA) on the PXI chasis, I can access the 6025E card and a portion of the 6602 card also. I can see them from MAX directly.But how can I access the scope, as the RDA server works only with DAQ devices.
    What I want is a method to configure the PXI system as a remote device on my Laptop.so that I can see the PXI cards in NI MAX on my laptop.
    I would like to see if I can do this without having to get a new express card.
    Please help!! I am newbie with remote systems.
    Thanks in advance!!

    Hi JJ,
    Sorry for the delay. You are correct that using remote
    front panels will still require the VI to run on your PXI system, and you will
    not be able to do any configuration other than that allowed with the front
    panel. If your controller is slow, is there a reason why the development can’t
    be done on another computer and then transferred to the PXI system only to
    test? To help speed things up on your PXI system, you could create an exe on
    your development machine (if you have the application builder or LabVIEW Professional)
    and then run this on the PXI system. This only requires the LabVIEW runtime engine
    (which is already installed since LabVIEW is on the system), but will not
    require LabVIEW to open. If you do this, please read this knowledgebase: How Do I Enable The Web Server Or Use Remote Panels With an
    Application (EXE) Built in LabVIEW?
    As far as the RT vs. Win 2000 – this can
    change things very juristically. If you boot using RT, then this will require
    you to develop on your host computer, and then deploy it to the RT system. If
    you use Win 2000, then my above comments apply.
    Hope this helps you out.
    Message Edited by David L. on 06-10-2008 02:37 PM
    David L.
    Systems Engineering
    National Instruments

  • Access my PC from my Macbook via airport extreme

    I don't know what to call what I'm looking to do, but I think my title explains a lot.
    I am a new Macbook/Apple/OS X user and I also have a PC with XP SP2. I would like to access some of the music and photo files that are located on my PC. I have my Airport extreme set-up and I am currently surfing the internet wirelessly. My PC is connected to the internet via the cat5 cable from my airport extreme. Internet is working flawlessly, but how can I get to the files on my PC via Airport???
    Is this possible?
    Please be kind...this is my first post =)

    Thanks iFelix. Very useful information.
    Unfortunately, I still cannot connect from my PC to my iMac. On your stage 6, using the "Add Network Place Wizard" will not complete even though I have entered my IP address of my Mac exactly as shown on Sharing. On your stage 5, I also cannot enter the IP address on my PC on the Apple Finder Go command as I get a "Finder cannot complete..." message.
    I am using Airport Extreme Gigabit units (base unit and an extend unit) that are brand new. My PC is 2 feet away from the Mac and base unit for setting up file sharing. My network functions perfectly as far as internet and printer sharing throughout my home.
    Any suggestions?
    Thank you!

  • Starting PDF file from Excel 2003 via a hyperlink

    After updating to Reader X I can't open a hyperlink to PDF-files any more which are listed in an Excel-sheet. With Reader 9 it worked all-time. No I get the answer from the Reader, that the document can't be opened.
    What to do?

    Try shutting down all running instances of the Reader process and then clicking on the link to the PDF in Excel. It works for me then.

  • Can't access desktop Mac from Laptop Mac via Airport/Ethernet

    Hi.
    I have an iMac G5 running 10.3.9 and a MacBook Pro running 10.4.8. I have recently gotten DSL. I have a DSL MODEM connected to a Belkin Router. The router is not wireless. I bought it when I got the iMac a couple of years ago, and the iMac had no Airport card in it.
    I have connected the router to the MODEM, and the iMac (which does not have an Airport card) to the router via Ethernet. I have an Airport Express Base Station connected to the Belkin Router via Ethernet.
    My MacBook Pro connects to the router via Airport.
    I am connected to the internet with no problem.
    My first problem is that, on the laptop in Finder, I can connect to my iMac through Connect to Server with no problems. However, I cannot do the same (i.e., connect through Connect to Server) from the iMac to the laptop.
    The second problem is that I cannot use the printer connected (USB) to the iMac from the laptop. I could when the laptop was connected via Ethernet alone, but not since I introduced the Airport intot the network.
    What am I doing wrong? BTW, I don't have an extra Ethernet cable or the right USB cable to connect the printer to the DSL MODEM, so I haven't tried that yet.
    Thanks for any help you can give me.

    Make sure that the AirPort Express Base Station (AX) has "Distribute IP addresses," found on the Network tab of the AirPort Admin Utility, disabled.

  • Can we access PI tables from WebDynpro Java via PI 7.1 to display inPortal?

    Hi Experts
    Is it possible to fetch PI Tables (to display monitoring and alerts as dashboard on portal) from Java Stack. I got some javadocs API SAP Netweaver for PI 7.1 but i don't know how far it can help me in solving my purpose of fetching and displaying the PI monitoring data on Portal.
    https://www.sdn.sap.com/irj/sdn/javadocs
    Please advise if J2EE access to PI Tables is possible or RFC is the suggested solution to fetch PI Monitoring data.
    Thanks
    Neha

    Hi
    For that tables any if RFC are created if created it's possible with WD for Java technology.
    Suggestable is backend is R/3 right, advisable is use all SAP standard tech
    Regards
    -SS
    Edited by: Sridhar S on Apr 14, 2009 11:12 AM

  • Access to all installed loops only via new "loops"-project

    Hi, I'm working with GB since its first appearence. Recently I tried to clean up my installed loops following Apple's advise. So they reside now where they are supposed to be, depending on their origin in
    .../GB/Apple Loops/
    or
    .../audio/Apple Loops/
    The indexes have been cleared and newly built too.
    Now, when I start a new project via the welcome screen, choosing "Loops", then I see all loops in the loops browser and I can use them all.
    When I start another kind of project or just tweak any old saved project, then only a few loops are to be seen.
    What am I doing wrong here? Some ideas? Thanks in advance!

    http://www.bulletsandbones.com/GB/GBFAQ.html#missingloops
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • Hard disk doesn't appear in disk utility when booting from dvd only via usb

    i put a new hard disk (wd3200bevt) in my macbook white and my macbook pro 2.4 (not alu). when i boot from the dvd (10.5) disk utility doesnt find any disk. when i boot from an usb stick with leopard on it then it found the disk and i can install the system. when the system is installed and the books can boot the installed system anything looks fine, but when i boot from the original dvds disk utility doesn't find any hard disk once more.... when i boot from my usb stick it shows the new disk in disk utility. what is the problem when i boot from dvd?

    don't know but try two boots in a row. worked for me.

  • Selectively mark Excel columns in MDS as Read-Only

    Is there an internally supported feature in MDS 2012 Excel add-in wherein we can set some columns (e.g Code column) as Read-Only? The use case we're trying to evaluate is to not allow users to make changes to the Business Key column of an entity (populated
    from an actual DW dimension) and instead accept changes to only a few attributes. We'd want to display the read-only attributes for informational purposes to the user.

    Hi Muqadder,
    In the Master Data Services Add-in for Excel, the following input statuses are possible:
    Status
    Description
    Error
    One or more values in the row don’t meet system requirements like length or data type. The value is not updated in the MDS repository.
    New Row
    The values in the row have not yet been published to the MDS repository.
    Read Only
    The logged in user has Read-only permissions to one or more values in the row and the value(s) cannot be updated.
    Unchanged
    No values in the row have been changed in the worksheet. This does not mean the values in the repository have not changed; to get the latest data in the sheet, in the
    Connect and Load group, click Load or Refresh.
    This is the default setting for each row.
    For more information, please see:
    Validating Data (MDS Add-in for Excel):
    http://technet.microsoft.com/en-us/library/hh479625.aspx
    Master Data Services Add-in based on the user permission to determine the data is read-only or not. It is not possible to mark some column as Read-only.
    Thanks,
    Elvis Long
    TechNet Community Support

Maybe you are looking for

  • How to change the security settings of tomcat5.0

    hi i am new to servlets. i am using tomcat5.0 to run my servlets.i have created two web applications under webapps directorywith the names ourwa and new ourwa.as part of ourwa i have developed a servlet with name Caller that includes another servlet

  • How to publish an iWeb website to an already existing wesbite?

    I'm updating my companies website using iWeb. I would like to publish the sight but would also like to leave the existing website until all the editing is complete. I've never really used iWeb or any website program before and need some help. Thanks,

  • How to acess windows services?

    Hi, I'd like to know if there is a way to access a windows services using Adobe AIR. Thanks. Regards, Arthur

  • Collect Idocs - Work Item Execution Time

    I have created an integration process that includes a collect process which follows the BpmPatternCollectTime pattern. Everything works great. I have one question though. When monitoring the process in SXMB_MONI and looking at the technical details f

  • The backup location does specified does not contain any backup. Specify another backup location.

    We have our server set to backup to an internal HDD (E:), and then copy all the files in E: to different locations for storage (a NAS for instance).  I scheduled a copy to a USB drive, but I can't get the recovery wizard to see the backup it now cont