Design Studio access from outside the network

Hi!
I've got a problem with Design Studio 1.2 SP01. Everything works well, if I access everything when I sit in the office. If I'm at home and I chose "Add Datasource", I can select a Universe, but if I want to build a query "Edit Query Spezification", I get the following error:
Failed to create CMS session (see error log for detail)
Caused by: com.crystaldecisions.sdk.exception.SDKException$OCAFramework: Server demo.comp:6400 not found or server may be down (FWM 01003)
cause:com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$NotFoundInDirectory: Server demo.comp:6400 not found or server may be down (FWM 01003)
cause:java.net.UnknownHostException: demo
detail:Server demo.comp:6400 not found or server may be down (FWM 01003) demo
detail:Server demo.comp:6400 not found or server may be down (FWM 01003) demo
Our server is named demo.comp and can be accesed if you are inside the company network. I can access the Server via comp-demo.com from the Internet, but if I use the Designer, I get the error described above.
Thanks in advance!

Could a Mod please move this to Design Studio space for answers? Tammy Powlas
I already read through a bunch of threads, without finding an answer
Thanks a lot!

Similar Messages

  • Open Directory access from outside of network / internet

    Hello all,
    Got a question I'd love to get some help on, I have some users who are outside of my network and I'd like them to connect into the open directory on our leopard server so they can use the Shared iCal calendars, addresses, etc.
    So my questions are A) Is it possible to connect in from outside the network and get access to the directory without having to have a seperate user account and use our VPN every time you want to connect? - if not is this the only way to do it (would you have to connect via the Mac VPN and then connect to the directory?)
    B) is it possible to do this "seamlessly" so that you don't have to change any settings, login details each time you switch between your local user from outside the network and your directory access. (so basically if you are in iCal if you have internet access it will connect you to the directory, without you doing anything extra?)
    Hope that makes sense, I can't seem to find the answers I need in the manuals, if I knew how this was meant to work I could probably have a fair go at figuring out how to actually do it (firewall changes etc)
    Thanks in advance for the help
    Martin

    So my questions are A) Is it possible to connect in from outside the network and get access to the directory without having to have a seperate user account and use our VPN every time you want to connect? - if not is this the only way to do it (would you have to connect via the Mac VPN and then connect to the directory?)
    If your OD server is visible from the internet -- i.e., it has a public address -- then you can do this without the VPN. However, it's not advisable to have a server exposed in that fashion.
    You would be better off doing this through the VPN:
    - Remote user connects to internet at hotel, for example.
    - Remote user initiates VPN connection.
    - Remote user now has access to iCal server and directory information.
    Explain to the users that this information is private to the company, and private company resources are only available through the VPN. Allowing access without the VPN would be similar to the company posting its Employee roster and meeting calendars on the face of the building where any person (or competitor) could see them.
    B) is it possible to do this "seamlessly" so that you don't have to change any settings, login details each time you switch between your local user from outside the network and your directory access. (so basically if you are in iCal if you have internet access it will connect you to the directory, without you doing anything extra?)
    It's just one extra step: Connect to VPN. You're still the same local user on the computer.
    If you're talking about laptop users needing directory access to authenticate when logging into their computers, well...That sounds like a whole other situation.
    Hopefully this helps.
    Bryan Vines

  • Access SharePoint outside the network

    Please correct my if I'm wrong or if there are other ways to access SharePoint outside the network with AD authentication
    Option 1 - Internal SharePoint Server. Configure reverse proxy and punch a hole in the firewall to access it outside network
    Option 2- Setup SharePoint server in the DMZ then configure 1 way trust in the Internal Domain Controller
    Option 3 - If both above are not doable setup a UAG in the DMZ 
    Is there another option that I'm missing ? I'm really looking on implementing Option 1 or 2 but some of the network team doesn't want to punch a hole in the firewall or configure a trust (option 2), but without the trust the only way you can authenticate is
    FBA correct?
    Thanks in advance
    AJ MCTS: SP 2010 Configuration MCSA: Windows 7 If you find this post useful kindly please mark it as an answer :) TY

    Hi,
    According to your post, my understanding is that you wanted to access SharePoint outside the network.
    You need to set up a zone with Forms Based Authentication for the people not on the domain
    Here is a similar thread for your reference:
    http://stackoverflow.com/questions/1783884/giving-access-to-sharepoint-site-for-people-outside-organization
    More information:
    Configuring Forms Based Authentication in SharePoint 2010
    Claims Walkthrough: Creating Forms-Based Authentication for Claims-Based SharePoint 2010 Web Applications Using ASP.NET SQL Membership and Role Providers
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • 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.

  • Refresh JNDI tree when accessing from outside the container

    Hello,
    I wrote a tool (a simple main class) which runs a thread to simply check the DataSources stored in an Application Server's JNDI tree (to see, if they can be used by other tools).
    The problem is: Once the thread is running, it always gets the same DataSource back, no matter if the DS's properties changed. Let me describe what happens:
    1. I defined a DataSource in Orion 2.0.5's data-sources.xml
    2. Testing it with an application in the container works fine.
    3. I start my external tool, which gets the DataSource and checks it - it works
    4. Then I stop the container and change the DataSource props in a way that the connection won't be established (i.e. wrong url)
    5. After restarting the container, the aplication in the container throws the expected SQLException
    6. But the external tool (which is still running) does its next lookup for the DataSource and gets a valid one and claims that everything is fine.
    Well, it seems to me that the external tool outside of the container somehow gets a copy of the JNDI tree (or something) and does no real lookup, but I just don't know. Another hint is, that - unless I do a context.list(""); before looking up the object - the container did not even need to run after the first lookup from the external tool - it just needed one lookup and afterwards I could stop the container without having the external tool recognizing any changes. Well, it at least recognizes that now by the above mentioned context.list(""); ...
    I hope I explained it right, let me just add some code of my tool.
    Thank you in advance for any hints!
    Greetings, Sebastian
    //only the important stuff...
    public class DataSourceChecker extends Thread {
       /** The array with the names of the data sources (command line args)). */
      private String[] _datasourceNames;
      /** Defines in seconds how long the thread sleeps. */
      private int _sleepSeconds;
      public void run() {
            boolean success;
            while (true) {
                //check each datasource...
                success = true;
                for (int i = 0; i < _datasourceNames.length; i++) {
                    if (!isDataSourceValid(_datasourceNames)) {
    success = false;
    break;
    writeFile(success);
    try {
    sleep(_sleepSeconds * 1000);
    } catch (InterruptedException ie) {
    _log.error("Error while trying to put thread to sleep.");
    private boolean isDataSourceValid(String dataSource) {
    DataSource ds = null;
    Connection con = null;
    boolean success = true;
    try {
    ds = (DataSource)lookup(dataSource);
    con = ds.getConnection();
    //test the connection with something
    con.getCatalog();
    } catch (NamingException ne) {
    _log.error("Did not find datasource " + dataSource + ". " + ne.getMessage());
    success = false;
    } catch (SQLException sqle) {
    _log.error("Error while testing connection of datasource " + dataSource + ". " + sqle.getMessage());
    success = false;
    } finally {
    if (con != null) {
    try {
    con.close();
    } catch (SQLException sqle) {
    _log.error("Could not close tested connection of Datasource " + ds + ", exiting tool!");
    System.exit(1);
    return success;
    private Object lookup(String name) throws NamingException {
    //I also tried to set the properties - with the same result
    /*String host = "ormi://127.0.0.1:23791/myConApp";
    Hashtable rmi_env = new Hashtable();
    rmi_env.put(Context.INITIAL_CONTEXT_FACTORY, "com.evermind.server.rmi.RMIInitialContextFactory");
    rmi_env.put(Context.PROVIDER_URL, host);
    rmi_env.put(Context.SECURITY_PRINCIPAL,"name");
    rmi_env.put(Context.SECURITY_CREDENTIALS,"password");
    InitialContext ctxInitial = new InitialContext();
    ctxInitial.list(""); //need this to check if there actually is a context
    Object o = ctxInitial.lookup(name);
    ctxInitial.close();
    return o;
    public static void main(String[] args) {
    DataSourceChecker dsc = new DataSourceChecker(args); //The constructor simply processes the command line args
    dsc.run();

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Single user cannot RDP from outside the network. Everyone else can.

    Bag for scale.

    i took the IT Superhero quiz, and it made me a girl! so i tried retaking it until i got what i wanted, and finally, i just decided to reverse engineer their logic answers! it ended up being (somewhat) simple, and yet tricky to decipher, and so i decided to share my findings here at the Water Cooler to anyone in a similar predicament as me :Di highly recommend taking the quiz FIRST to see what you get (it IS rather fun), but once that is out of the way, feel free to have fun (i know i did). and don't forget to use your avatar if you like it!so basically, you just take the address of the Superhero quiz:
    http://community.spiceworks.com/careers/sysadminday/superhero-quizand add the appropriate keys after it. for example:...

  • Access SAP through SAPRouter from outside of Network

    Hello All,
    As my SAPRouter cerificate got expired  i genrated new certificate & import same into SAProuter. And this time my router is working fine.
    But this time i want to access from outside of network so added this entries in my SAProutab as follow:
    KT "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" 194.39.131.34 *
    KP "p:CN=sapserv2, OU=SAProuter, O=SAP, C=DE" <Public ip>
    P <Public ip> 194.39.131.34 3299
    P <my router ip> 194.39.131.34 3299
    P 172.16.. 194.39.131.34 3299
    P 194.39.131.34 172.16..
    P 194.39.131.34 <Public ip> 3299
    S * <my SAP ip> 3200
    P <Public ip> <my SAP ip> 3200
    Note:
    SAP System No: 00
    DEV_Rout
    trc file: "dev_rout", trc level: 1, release: "700"
    Thu Sep 30 11:38:25 2010
    SAP Network Interface Router, Version 38.10
    command line arg 0: F:\usr\sap\saprouter\saprouter.exe
    command line arg 1: -r
    command line arg 2: -W
    command line arg 3: 60000
    command line arg 4: -R
    command line arg 5: F:\usr\sap\saprouter\saprouttab
    command line arg 6: -K
    command line arg 7: p:CN=<HOSTNAME>,OU=0000*****,OU=SAProuter,O=SAP,C=DE
    SncInit(): Initializing Secure Network Communication (SNC)
    PC with Windows NT (mt,ascii,SAP_UC/size_t/void* = 16/64/64)
    SncInit(): Trying environment variable SNC_LIB as a
    gssapi library name: "F:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll".
    File "F:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll" dynamically loaded as GSS-API v2 library.
    The internal Adapter for the loaded GSS-API mechanism identifies as:
    Internal SNC-Adapter (Rev 1.0) to SECUDE 5/GSS-API v2
    main: pid = 2028, ppid = 0, port = 3299, parent port = 0 (0 = parent is not a saprouter)
    reading routtab: 'F:\usr\sap\saprouter\saprouttab'
    I am not able to access my sap from outside of network.
    SAP Router String: /H/<PUBLIC IP>/S/3299/H
    Any idea. Thnaks in advance
    Regards.

    Hi,
    Hope you have private external IP than dynamic which changes every now and then you can this:
    P <Public ip> * 3299 or P <Public ip> SID_IP 3299
    Also look for your the logs for saprouter and your router logs if this not works.
    Regards;

  • USB External HD Connected to Airport Extreme - access from outside network?

    Hi,
    Is there any type of software that I can get that would allow me to access my shared external hard drive w/ my airport extreme from outside the network, like some type of ftp server or anything that would allow me to access it from outside my home?

    A simple way would be to share it via Apple File Sharing and FTP...
    You'll need a static Ip and a hostname, although it is easy to set up if you have a dynamic Ip too...
    Creat a free hostname on "www.dyndns.com" (for example), open your AFP and FTP ports on your router, and then use sotware such as "Rumpus" for the FTP service and tell it what drive you want to share (it can be a network drive). For AFP, all you have to do is connect to the server from the finder, hitting "Go...Connect to Server.."
    I've got my extreme drive shared globally and it works fine...just need some time and patience to set up the ports and hostnames...
    If you need help on the setup just email me... [email protected] and i'll be happy to answer any questions...

  • 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

  • Unable to access hosts from outside local network

    I have set up a few different name-based virtual hosts for a small client. DNS is set up correctly; sites can be accessed internally; everything is working OK.
    However, none of the virtual hosts can be accessed from outside their internal network. I know for a fact that DNS is set up correctly as dig tells me so. Firewall port 80 is open and everything (mail, vpn, etc.) else is working fine.
    I've looked over the httpd config files many times and just can't seem to find anything wrong. Any suggestions on where to look for problems?
    Xserve   Mac OS X (10.4.5)  

    What if you swap out your Apache config for a moment with the default one? Do you have reason to think that it's something in your name-based virtual host settings?
    Can you access a web site from the outside if you only have the default config on there, accessing it maybe via IP address?
    If so, we'll probably need to know more about your virtual host setup in order to troubleshoot this any further, considering you have other services running and accessible on the machine.
    Are you getting any errors? What happens when you try to reach one of the websites? Have you looked at your error log for any of the sites?

  • How to remove app designer migration access from the Developer id

    Team,
    Please guide me with steps to remove app designer migration access from the Developer id.
    I want that developer can create the project but do not have migration access.
    Rgds,

    Did you already remove the other permission lists/roles you identified in your previous response like I told you to do in my first response?  The user can have no permission lists that grant this access.  Working with a clone of VP1 is a bad strategy.  Security should be handled from the bottom up, adding what is required for a user to perform their necessary functions.  Cloning VP1 and removing roles/permissions is security from the top down and will undoubtedly leave you with a user that is still granted more access than you like even after removing this particular access.  You should really be working with your companies security admin on this, they may have a standard way of doing this.  Many places I've been use custom roles and permission lists when deviating from the Oracle delivered security.
    Does ABC user still have any access to UPGRADE?
    select ru.roleuser, ru.rolename, rc.classid, ai.barname from psroleuser ru
    join psroleclass rc on ru.rolename = rc.rolename
    join psauthitem ai on ai.classid = rc.classid
    where ai.menuname = 'APPLICATION_DESIGNER'
    and ai.barname = 'UPGRADE'
    and ru.roleuser = 'ABC'

  • Do I need a domain name in order to connect to my Mini Server 10.8.2 from outside my network?

    I am working on setting up my mac mini server. Aside from in home file sharing I want ot be able to connect to some files remotely and even upload files, say pictures from my camera, to my server from outside my network. I am only looking to have maybe 2 users that have access. Should I get a domain name from a place like GoDaddy? in order to set up server to use domain in initial setup? I have 2 Drobos connected with my music, videos and pictures and I wat to access them from an Android, Windows and iPod device when away from home. Any how-tos out there or good step by step guides?
    Thanks for any information.
    -Peace
    -Dave

    A normal address like www.domain.com is intended to work with static IP addresses, DynDNS is a service specifically intended for dynamic addresses and it will therefore automatically update the address e.g. name.dyndns.org to match the dynamic IP address each time it changes.
    Some home broadband routers have built-in support to act as a DynDNS client but if yours does not then you can run the DynDNS software on your Mac server. This will then tell the DynDNS servers what your current dynamic IP address is so they can map it to your host name.
    The result will be that your users can use a name like yourname.dyndns.org to access your server and not have to worry about the fact your IP address may change.
    You would still need to run a VPN server to allow your remote users to connect to your network but OS X Server can do this. You could also run a website but depending on your needs that might be better done by using a web hosting service.

  • SMB not working from outside local network

    Hello,
    On my old MacBook I installed OS X Server to create a file sharing server.  I set it up using my public IP address so that I could access my files from outside the local network.  I don't have an Apple router, but I found the port number for SMB and AFP and did the port forwarding.  My issue is that smb stopped working.  It used to work out side the network because it tested it.  My Mac can still connect though outside the local network using my public IP.  I have no clue why SMB is not working as it was working recently.  My only idea is that I got a new modem from my ISP.  Could that make a difference?  I don't get it because AFP still works fine.  File sharing using SMB is checked in the server app and file sharing preferences so it is not that.  I am using OS X 10.8.4 on a MacBook running OS X Server version 2.2.1.  Any help would be appreciated. 
    Thanks,
    Michael

    Is it a modem only, or is it a modem/router that might be creating a double-NAT on your network?
    Incidentally, since you're running Server, you might want to use the built-in VPN gateway to give yourself better security - tunneling AFP/SMB through a router/firewall is pretty insecure.
    Matt

  • 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.

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

    Ever since the upgrade to Mavericks, I cannot open a Numbers (or Pages) 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 Numbers (or Pages) 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.

Maybe you are looking for