Access to file server from outside the domain

We have users from another domain who connect over VPN to our SAP.
These users must drop a file on a certain server in our domain to create labels.
The problem is that they are not users on the domain, so they don't have access rights. I tried with GUI_DOWNLOAD, but this function uses Windows Access Rights. What I need is that SAP (or some system user) just puts the file there whitout checking the access rights or that this putting is done under another user.
Has somebody an idea or knows what function I can call to do this ?
Thanks

Hi Thomas,
I’m writing to follow up with you on this post. Was the link above help you solve your issue?
If you are satisfied the solution, I’d like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings or concerns you may have.   
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • Remote access VPN to server from outside and server reach internet on the same time

    Dear,
    I have problem in my ASA 5515-X , when i make Remote access VPN to servers in inside zone the internet connection disconnected in the servers, or when i have internet in servers, the remote access cant reach servers.
    the configuration for server as static NAT for each server, and the connection of VPN is to another public IP but in the same subnet of NAT ip.
    server1 : 10.10.10.2 nat to 5.6.7.8
    server2: 10.10.10.3 nat to 5.6.7.9
    server3: 10.10.10.4 nat to 5.6.7.10
    VPN connection to 5.6.7.12
    is there any solution for this senario, remote vpn to servers and the same time the servers have internet readability for download updates .. etc

    Hi,
    So it seems that the problem is with lacking a NAT0 configuration
    You could modify the below configuration to match your networks/IP addresses used. In the below configuration I presume that you have interfaces "inside" and "outside".
    object network SERVER-NETWORK
     subnet <server network address> <network mask>
    object network VPN-POOL
     subnet <vpn pool network address> <network mask>
    nat (inside,outside) 1 source static SERVER-NETWORK SERVER-NETWORK destination static VPN-POOL VPN-POOL
    Just insert the correct address related information and change the "object" and interface names if required.
    This configuration will tell the ASA that no NAT will be performed for traffic between the VPN-POOL and SERVER-NETWORK. The NAT configuration is bidirectional. With this configuration the Static NAT configurations will continue to work for the servers Internet traffic and this NAT0 configuration will be applied only to the VPN Client traffic.
    Hope this helps :)
    - Jouni

  • Cannot remote into server from outside the network

    I have two laptops that all I want is to have them able to VPN to my server.  When the laptops are on my network, they are able to network in and see the server.   But when I go to Starbucks or McD's, I can connect to their network but I cannot VPN into my server.  I am getting a message that LT2?? - VPN, of course I cannot remember exactly what the message said but, it does not work.  I have changed the ports on the time capsule to 80, 1723 and something that is 4500.  As you can tell I am NO expert but would like to understand what I am doing wrong.
    I have CenturyLink and a time capsule that I have to pass through just to get to the server.  What else am I missing?

    Good advice from ebrind
    I'll add to it:
    - what IP address does your time capsule have?
         If your CenturyLink provides NAT and your Time Capsule is also setup for NAT, you will need to reconfigure either the TC or the CenturyLink to bridge mode and set the port forwarding in the device providing NAT.
    - do you see any activity in the VPN Log?
    - Your VPN server address which you set in your laptop should be the public address of your network, not the LAN address
    - If you do make a successful VPN connection, don't expect to see the server like you do when you are on the LAN. If the LAN address of your server is 10.1.10.2, you'll need to connect to:   afp://10.1.10.2  (after a successful VPN connection)
    - Lastly, do you need VPN? If you just need access to your files from the server, you can do this without VPN. Depending on your security requirements, you can simply map port 548 and access with:  afp://[public-ip]   or use webdav with SSL.

  • Accessing javax.swing.JPanel from outside the EDT

    Hi everybody!
    I am not new to Java but to Swing.
    Please consider the following:
    public class MyPanel extends JPanel
         private int number = 0;
         private Object object = null;
         public int getNumber()
              return number;
         public void setNumber(int aNumber)
              number = aNumber;
         public Object getObject()
              return object;
         public void setObject(Object aObject)
              object = aObject;
    Question:
    Is it save to call the getters and setters defined above from a Thread other than the Event Dispatching Thread.
    From my point of view and my understanding of Swing this should be save as the getters and setters do not touch anything other than the methods and instances defined within the object layer of MyPanel.
    Please help :-)

    jboeing wrote:
    I might be wrong, but I think it's safe to touch the non-Swing methods in a subclass from other threads. The main concern in accessing Swing off the EDT is that you can concurrently modify parts of code, but since the EDT does not touch your getters and setters, at least it won't make deadlocks. Perfect, exactly what I would suggest. I couldn't have put it better.
    The only oddities may occur if the member variable you set is used in logic for an overriden method (like paintComponent), but I don't think this will be too problematic in most cases.See what you mean so: What about synchronizing the getters and setters. Then only the scheduler would block the EDT as long as another Thread was touching the members. As no wait() and notify() calls arise this should not result in any deadlocks. The worst thing I could think of is that the responsiveness of the user interface may degrade if the EDT had to wait for a while as to many Threads were already waiting for synchronized accesss.
    >
    Edit:
    Oh, and in the future, use the "*Code Formatting Tags*", see http://forum.java.sun.com/help.jspa?sec=formatting
    Edited by: jboeing on Nov 13, 2007 1:14 PM
    public class Apology{
        public static void main(String[] args){
            System.out.println("Thank you for your kind advice :-)");
            System.out.println("but please don't ask me why this is quoted style");
    }Edited by: tog on Nov 14, 2007 6:08 PM

  • Connect to a cube with Integrated WIndows Sercurity for Windows user with computer outside the domain

    Hello,I am trying to connect to an MSSAS cube with a windows user ( and i need this user to be the end user that connect to the cube) from outside the domain.It will be .Net application.I use msmdpump.dll before but the thing is it impersonate the connection
    so the user that connect to the Cube is not the real client user with is a problem for me because i like to manage the security throw roles.
    SSRS is able to do what i am trying to achieve ( it ask you your domain user and password) then connect to the cube with these credential which is great,but i do that ?
    With ADOMD.Net how do you provide windows user/password in the connection string ?
    I tryed to only active windows security access with IIS and MSSAS but it's not working with a computer outside the domain even if in excel i provide a windows user/password.
    Vincent

    With ADOMD.Net how do you provide windows user/password in the connection string ?
    Hello Vincent,
    See MSDN Connection String Properties (Analysis Services) for all available properties; addtitional: AdomdConnection.ConnectionString
    Property  =>
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Cannot access internal web server from same lan

    i cant resolve one problem in may 1921 ISR router, i have a web server in my internal lan , i set up static nat for accessing that web server from outside and it works fine but i cannot view that site from internal workstations can you suggest me what to do. i need packets to go out the outgoing interface of router and then come back and enter the static nat wich will direct to the web server is it possible?
    static nat is
    ip nat inside source static tcp  <local web server adress> 80 <global address> 80
    also i have set up dinamic nat for outgoing trafic
    ip nat inside source list <access-list> interface <outgoing interface>   
    and it is working fine too.
    on external interface i have nat outside
    on internal interface i have nat inside

    This is not working because your router has a direct to your web server that is not through the outside interface which is needed for nat to occur, for this to work you need to setup a loopback interface as nat outside and policy route traffic to there for your server traffic
    Bu if your server is internal why do you need nat at all? Can you not use bind with views that might be simpler
    M
    Sent from Cisco Technical Support iPad App

  • Can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.

    Hi,
    I can not access CRM from outside the office network - Access denied You do not have sufficient access rights or privileges to perform this action.  I can access CRM with same user id and password from our office inside the network.  I can get
    the page to give login details once I have login details I got below error. Please help me to solve this issue.  It was working before.
    Access denied You do not have sufficient access rights or privileges to perform this action. 
    Regards,
    Noushad
    [email protected]

    On Premise system Configured with AD FS server for claims-based authentication you need to update your host file with server url to access it from outside office network.
    Refer
    this on how to update host file.
    Regards, Saad

  • J2EE, possible to serve clients jsp files that are outside the war file?

    Hi, I was wondering with a J2EE webserver if it was possible to serve clients webpages from jsp files that were outside the client.
    For example say you got your war file in the auto deploy directory on the server and also on the server you got a directory full of jsp files that could be accessed by the webserver just like normal jsp files inside the war file?
    ...I want to do this because I want to be able to add jsp files without rebuilding the war file.
    ....Or is it possible to make the webserver rebuild itself, eg to add or remove files?
    Thanks

    If you are using a S1WS6.1, please try to find a line with WEBAPP in server.xml.
    You should find a line like this.
    <WEBAPP uri="/simple" path="/opt/SUNWwbsvr/https-test/webapps/https-test/simple" enabled="true"/>
    The path parameter shows the directory where the S1WS refers to when the webapplication is executed.
    You can put a jsp into the directory and modify it accordingly.
    Please refer to the following docs. They might help.
    http://docs.sun.com/source/817-6251/pwadeply.html#wp25317
    http://docs.sun.com/source/817-6251/pwadeply.html#wp25890
    thanks,
    -Yuji

  • Can't access server from Outside

    Hi all,
    I couldn't access my server from Outside. Seem the setting is OK as i see it but please see if I missed out anything.
    From Outside, I need to access http://60.x.x.50:8080. but failed to access. Please help. Thanks.
    Below I attached part of the config.
    : Saved
    ASA Version 8.0(4)
    name 172.47.1.10 NarayaServer description Naraya Server
    name 62.x.x.172 NarayaTelco1
    name 62.x.x.178 NarayaTelco2
    interface Ethernet0/0
    nameif outside
    security-level 0
    ip address 60.x.x.50 255.255.255.252
    interface Ethernet0/1
    nameif inside
    security-level 100
    ip address 172.27.17.100 255.255.0.0
    access-list inside_access_in extended deny ip any Japan02 255.255.255.0
    access-list inside_access_in extended deny tcp object-group PermitInternet any object-group torrent1
    access-list inside_access_in extended permit ip object-group PermitInternet any
    access-list inside_access_in extended permit ip host NAVNew any
    access-list inside_access_in extended permit ip host NarayaServer any
    access-list inside_access_in extended permit ip host IPVSSvr any
    access-list inside_access_in extended permit ip host 172.17.100.30 any
    access-list outside_access_in extended permit object-group NECareService object-group NECare any
    access-list outside_access_in extended permit ip object-group DM_INLINE_NETWORK_1 host NarayaServer
    access-list outside_1_cryptomap extended permit ip host NarayaServer object-group Nry_Png
    access-list outsidein extended permit tcp any host 60.x.x.50 eq https
    access-list outsidein extended permit tcp any host 60.x.x.50 eq 8080
    access-list outsidein extended permit ip object-group DM_INLINE_NETWORK_3 host IPVSSvr
    access-list outsidein extended permit object-group rdp any host 60.x.x.50
    access-list inside_mpc extended permit object-group TCPUDP any any eq www
    access-list inside_mpc extended permit tcp any any eq www
    access-list inside_nat0_outbound extended permit ip host NarayaServer any
    ip local pool lot10ippool 172.27.17.240-172.27.17.245 mask 255.255.255.0
    ip verify reverse-path interface outside
    global (outside) 10 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 10 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface 8080 NarayaServer 8080 netmask 255.255.255.255
    static (inside,outside) tcp interface 3389 NAVNew 3389 netmask 255.255.255.255
    access-group outsidein in interface outside
    access-group inside_access_in in interface inside
    route outside 0.0.0.0 0.0.0.0 60.54.140.49 1
    route inside 0.0.0.0 255.255.255.255 60.54.140.49 1
    route inside 172.17.100.20 255.255.255.255 172.27.17.100 1
    route inside NAVNew 255.255.255.255 172.27.17.100 1
    route inside 172.17.100.30 255.255.255.255 172.27.17.100 1
    route inside NarayaServer 255.255.255.255 172.27.17.100 1
    http server enable
    http 172.17.100.30 255.255.255.255 inside
    http NAVNew 255.255.255.255 inside
    http 192.168.1.0 255.255.255.0 management
    http 0.0.0.0 0.0.0.0 outside

    Hello Mohd,
    Here are the facts:
    I honestly think you need to change that route statement as it basically says if you want to contact the NARAYASERVER send the packet via the INSIDE interface to the IP address 172.27.17.100
    route inside NarayaServer 255.255.255.255 172.27.17.100
    interface Ethernet0/1
    nameif inside
    security-level 100
    ip address 172.27.17.100 255.255.0.0
    So basically send the packet to yourself (Does not make any sense.. Try to read it so you can understand what I mean.
    The NAT 0 is breaking the translation.
    access-list inside_nat0_outbound extended permit ip host NarayaServer any
    nat (inside) 0 access-list inside_nat0_outbound
    Do the following :
    access-list inside_nat0_outbound permit ip host NarayaServer OTHER_site_VPN_subnet
    no  access-list inside_nat0_outbound extended permit ip host NarayaServer any
    Then u should be able to connect,
    Let me know if you will follow my instructions, otherwise I think I am not helping here
    Note: As you already mark the question as answered you could provide kudos (stars) on my next answers
    Cheers,
    Julio Carvajal Segura

  • How to access Oracle Enterpise Manager from outside my VM

    Hi,
    I've Oracle VM VirtualBox version 4.1.2 installed on the host Windows XP and pre-built Database App Development VM (Updated Nov. 2011) worked on it.
    Everything is OK, I have NAT network and can run Enterprise manager inside my VM on URL https://127.0.0.1:1158/em
    Pleas, describe shortly:
    1.How I can access enterpise manager from outside VM ?
    2.What I have to write (HOST, PORT etc) in my tnsnames.ora file on the host system for the VM Oracle server to connect it from the host system ?
    Sincerely,
    Alex
    Edited by: AlexR on Dec 31, 2011 5:24 PM

    Hi Alex,
    the host and port depends on your network setup of your VM.
    Do an ifconfig -a and see what IP adress your guest has.
    With this IP address you should be able to access EM from outside your VM (but on the VM host, not from outside the network) with the same port.
    Regards
    Sebastian

  • While trying to send a message to the receipient outside the domain...

    While trying to send a message to the receipient outside the domain,the server
    sends back the delivery error email message to the sender. this is OK. But for
    some reason the the mail server keeps searching for the wrong recepient and
    sending back the deleivery error email to the sender periodically. In this way,
    it has sent around 450 such messages to my mailbox.
    the mail delivery error looks like this :
    451.. Name Server timeout while searching a.com in DN
    Reporting -MTA;: dns; s-ghq-csc-ocsapp1.tawasul.mil.ae
    Received -From-MTA:DNS;w-anh-sic-004.ANH.mil.ae
    Final Recepient:RFC822; [email protected]
    ACtion: Failed
    Remote-MTA:DNS; a.com
    Diagnostic-Code:SMTP;451... Name server timeout while searching a.com in DNS
    Last-Attempt-Date:Tue, 18Feb 2003 08:34:38 =0000
    solution ???

    Hi,
    This is apparently the week for integration questions!
    There's no such product as "WebLogic MQ". I assume that what your trying to do is communicate with MQSeries or some other non-WebLogic vendor.
    You cannot use a WebLogic client to communicate with MQ or vice-versa. You must create an MQ client using a MQ JMS connection factory in order to communicate with an MQ destination. Similarly, you must create a WL client using a WL connection factory in order to communicate with a WL destination. This advice applies to any JMS vendor, and is quite similar to the way JDBC drivers work.
    Note that if you're communicating with MQ from a client rather than an application that's running on a WebLogic server, then there's often little purpose in using the "Foreign JMS" mapping facilities (in addition, these facilities may not work on the client for all foreign vendors -- I assume it depends on whether the foreign vendor connection factories and destinations are fully serializable/transferable between JVMs). Instead, you might want to consider using the standard JNDI and JMS APIs to communicate with MQ directly (eg, there's no need to involve WebLogic code in this case).
    For information on integration, see the WebLogic doc for [ Integrating Remote JMS Providers | http://download.oracle.com/docs/cd/E12839_01/web.1111/e13727/interop.htm#JMSPG553 ] and, if the "MQ" your refering to in this case happens to be MQSeries, also see the blog post [Integrating WebSphere MQ 6 with BEA Weblogic Server 10|http://ibswings.blogspot.com/2008/02/integrating-mq-broker-6-with-bea.html].
    Note that the majority of MQSeries integration customer apps that I've run across require "exactly-once" behavior, which means they must run on a WebLogic server (not a client) in order to participate in a WebLogic JTA transaction.
    Hope this helps,
    Tom

  • Access linux file system from windows and vice versa

    Friends
    Do anyone of you have any idea about how to access linux file system from windows using java. Thanx in advance.
    Regards
    Rakesh

    "Accessing" is vague. Do you want to read? write? Both?
    Here are two ways I'll mention.
    1. Write an ftp client for the "cleint" computer. I beleive java has some framework functions for doing this.
    2. Write java RMI client and server to open, read or write, and close a file. Pass a byte array parameter containing each block of data.

  • Pages (or Numbers) Template Cannot Be Opened From Outside the Application

    Ever since the upgrade to Mavericks, I cannot open a Pages (or Numbers) template without being asked.....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything.
    But this template is already in my Template Chooser.
    So the only way to open a template in Pages (or Numbers) is to open the application first, and then click "New", and choose the template.
    I can't figure out a way to open the template from outside the application, which is very very handy, rather than having to open the application every time that I want to access a template.
    How can I open a template simply by clicking on it?

    Yes, the problem is that opening the template from outside of the application will not open the application, showing the document.  I only get this....
    Do you want to add this custom template to the Template Chooser?  Then my only options are Cancel or Add to Template Chooser.
    If I cancel, it won't open anything. 
    But this template is already in my Template Chooser.
    Put your Pages or Numbers document on your desktop and open it by double-clicking it, and you'll understand.  You can't do it, even if the template is in your template chooser.
    The only way to do this now is to open the application, select "New", and the select the template.  So you cannot open a template from outside the application....only from within.

  • Premiere Pro CC's sequence lost. Is there a way to "search" for it from outside the project?

    I seem to have lost a sequence created in Premiere Pro CC. I can't find it anywhere inside the Project bin.
    We have so many same-name, older projects (between Auto-Save, different drives and so on) that looking inside each of them would take forever.
    But we do know the name of the sequence. I am wondering  if there is a way to "search" for a sequence name from outside the project?
    Thanks

    there is a way to "search" for a sequence name outside of the project,
    but it would be a pointless waste of time.
    sequences are only saved within the project file itself!!
    We have so many same-name, older projects (between Auto-Save, different drives and so on) that looking inside each of them would take forever.
    better get at it then!
    hahahahahahahaha!!!

  • Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    Hey guys, how can i password protect my files in external hard drive? I want to access those files both from mac and windows PC!

    If you want a cross-platform solution that doesn't require the use of third-party software, use an external drive with hardware encryption. The device will have either a physical key or a numeric keypad. I don't have a specific recommendation.

Maybe you are looking for

  • How do I stop external hard drives from slowing my macpro

    I have a Mac pro (OSX 10.6.7) with two internal drives and two external drives (Lacie and Western Digital). The external drives are used exclusily for once a day backup using super dooper. When they are mounted my machine seriously slows down. I can

  • Pls Help Clarify

    Hello All, I need help on the below. I have to setup a payroll for a company and it has 3 locations which are seperately handled by different people but all under one Business Group. Please let me know 1. If i would need to create just one responsibi

  • Button not Reporting Score

    Hi, I have an acknowledgement button in my Captivate file that is supposed to report 100 points and a passing score to the LMS, but it is not doing so.   I have checked Advanced Properties under the Project tab, and this button is the only thing that

  • SB Live 5.1 & SBLIVE not work

    am having the same problem... I have a SB Li've 5. (SB0220) and I did a clean install of Windows XP Home SP2 and Windows doesn't even detect it.... I have the Sound Blaster Li've Installation cd and it won't install the drviers because it says I do n

  • Only extract information for robot control guidelines

    Hi, can someone please give me any tip on how to config an application where i take data from the video only for evaluating the visual scene and control a robot. for example the sequence could be: get data from webcam rescale and smoothing on a part