Net addresses and Applets?

Is it at all possible to query whether a certain web site is availble via an applet. I have been trying numerous ways (URL, URLConnection, HttpURLConnection, and even INETAddress) but always seem to get security errors.
I do understand that applets have very (and understandable) security restrictions, but all I need is in effect a "ping" applet, to acknowledge whether or not a web site (IP Address) is available or not...
Does anyone have any advise, it would be greatly appreciated!
James.

James
I suspect that the security sandbox will stop any attempt by an unsigned applet to communicate with web servers other than the one your applet is hosted from.
Your options depend on which version of Java your are using (and which browser you want to support).
Using Java 2, you can either
1) Sign the applet using an RSA certificate from a commercial provider - this will allow anyone with the plug-in to run your applet easily.
2) Change your policy file settings - this is too fiddly for "off the street" users, but will allow you to test your applet. If you search the forum for "policytool" you will find instructions.
Using Java 1.x you can sign the applet in various ways, or use the Netscape Capabilities API (not sure about the name) to work around the security settings with Netscape users.
That probably isn't what you wanted to hear, but hope it is helpful
Regards
Matthew

Similar Messages

  • Coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpA

    Hi
    I have installed coheI have installed coherence server "fmw_12.1.3.0.0_coherence_Disk1_1of1.zip" along with Examples on windows machine and C++ client coherence-cpp-12.1.3.0.0b51709-windows-x86-vs2012.zip on the same machine.
    I have built the "contacts" C++ Example successfully and while I execute this "contacts" using run I am facing TcpAcceptor error.
    On my coherence server the TcpAcceptor is listening on port 8088, so I have modified the extend-cache-config.xml file with values "ip address of my windows machine" and port as "8088".
    All the time I am getting below error,
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at class coherence::lang::TypedHandle<class coherence::component::net::extend::PofConnection> __thiscall coherence::component::util::TcpInitiator::openConne
    ction(void)(TcpInitiator.cpp:307)
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::net::messaging::ConnectionException: coherence::component::util::TcpInitiator::TcpConnection@029EAD78{Id=NULL, Open=1, LocalAddress=NULL,
    RemoteAddress=10.242.152.242/10.242.152.242:8088}: socket disconnect
        at class coherence::lang::TypedHandle<class coherence::net::messaging::Response> __thiscall coherence::component::net::extend::AbstractPofRequest::Status::g
    etResponse(void)(AbstractPofRequest.cpp:203)
        at coherence::component::net::extend::AbstractPofRequest::Status::getResponse
        at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse
        at coherence::component::util::Initiator::openConnection
        at coherence::component::net::extend::PofConnection::open
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object
    ,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void
    ,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::io::IOException: socket disconnect
        at unsigned int __thiscall coherence::net::Socket::readInternal(unsigned char *,unsigned int)(Socket.cpp:333)
        at coherence::net::Socket::readInternal
        at coherence::net::Socket::SocketInput::read
        at coherence::io::BufferedInputStream::fillBuffer
        at coherence::io::BufferedInputStream::read
        at coherence::component::util::TcpInitiator::readMessageLength
        at coherence::component::util::TcpInitiator::TcpConnection::TcpReader::onNotify
        at coherence::component::util::Daemon::run
        at coherence::lang::Thread::run
        on thread "ExtendTcpCacheService:coherence::component::util::TcpInitiator:coherence::component::util::TcpInitiator::TcpConnection::TcpReader"

    We are facing same issue.    Could you please provide us any working .Net sample code for the version 12.1.2.0.
    <ssl>
                  <protocol>Tls</protocol>
                  <local-certificates>
                    <certificate>
                      <url>c:\Cert\</url>
                      <password>password</password>
                      <flags>DefaultKeySet</flags>
                    </certificate>
                  </local-certificates>
                </ssl>
    thanks
    Bala

  • IP address and android devices - blondie needing h...

    Hi all, totally new to this and im not very technically minded woman
    Basically my 2 sons got asus nexus 7 tablets end of march.set up and both worked fine until 5/6 weeks later when one lost connection for no reason to Internet. Could still obtain signal from out home hub 2 but would just scroll through saying "authenticating" "obtaining IP address" "saved,secured by WPA/WPA2". After about 3 days after trying to forget it, resetting hub etc it suddenly connected again and was fine. It happened again a few weeks later but re-connected after a few hours this time. By middle if June it had happened again so rang bt. They lead me through all the same things and then told me it was a faulty tablet but I knew it wasn't as we had already taken it to the shop and it connected to their Internet straight away. Anyway the apparently changed the wireless settings from their end and miraculously it started working after an hour and a half on the phone. 2 days later same problem again but the other tablet this time ! Then 2 hours later it re-connected again. The first tablet them lost signal about a months later in the middle of July and now a month later we have the same problem with the first tablet so this time I think it must be the table, spent 1 hour in phone to google in America and went through lots of things and ended up resetting it to factory setting again and still wouldln connect. They sent me to asus who went though the same and said as we have switched off the other 3 wi-if devices in the house at the time and it still wouldn't get an IP address then it might be faulty and they would look at it but it no fault found would cost £45. It was switched off for 5 days and then suddenly last night my samsung s4 phone started doing the same, not obtaining and IP address and this is the first time it has happened to a phone.rang bt and spoke to the Indian call centre who went through the standard procedures of forgetting the hub on the device etc but didn't seem to understand that's this fault with a phone is the same as the fault that has been happening with the tablet for the past few months and my phone must be faulty. Well I was not impressed, he said he had done his best for me and nothing more he could do. After complaining I was paying for something I was not getting and was not happy as could see when this tablet goes away for repair there probably isn't a fault and I will be charged. he said he would put me through to technical support. Spoke to a lovely Scottish lady who straight away told me that bt do not support android. She said that possibly the new home hub 4 would be better but we would have to buy it at £35 plus £6.95 postage.
    So my questions really are, what does it mean if bt do not support android? And why the heck don't they when they are one of the biggest operating systems, apparently they only support windows and mac
    Also will this new hub make a difference?
    Sorry for the long post, just thought it made more since to set the whole story out that 1 tablet keeps getting this problem montly, the other tablet only did it once and the mobile phone has now started doing it because the tablet is switched off and weirdly we switch the "faulty" tablet on and as it started the mobile phone sudden'y connected but the tablet woudnt !!!!!
    Thanks for any help for a blondie who really doesn't undertsnad technology that much and if you do reply please make it as basic as possible for me to understand

    When the BT staff say they don't support Android what they mean is they have no knowledge of of it and don't know any way to make it work, not that it won't work on the BT Homehub. I have Android phone and tablet and they work perfectly on the homehub.
    To start from a clean sheet you will need to carry out a factory reset of the home hub by pressing a pin into the reces button on the rear for about 20 seconds. The hub will then restart.
    On your devices go into setting then select wifi and find the setting for your homehub. Select it then select forget. Restart the device and scan for wireless networks and select your homehub and log on using the wireless key found on the homehub. You should connect.
    Once you have done that if you have a wireless device, such as a laptop download inSSider and check to see which is the best least congested wireless channel. Take note of the number.
    Now go into the home hub setting and set the wireless channel on the homehub to that number.
    See the links for inSSider
    http://www.metageek.net/support/downloads/
    and how to set channel on homehub 
    http://bt.custhelp.com/app/answers/detail/a_id/14094/~/how-do-i-change-the-wireless-channel-on-my-bt...

  • How to change IP address and hostname in solaris 9

    Hi experts,
    I want to change IP address and hostname of the server , Plese give steps, or any precise document .
    Thanks
    Mohan
    Message was edited by:
    mohan_sr

    did you already change your ip and host?
    if not, do the following instructions:
    * verify your hostname
    - uname -a
    - cat /etc/nodename
    both should show your hostname
    * alter your hostname
    - uname -S newname
    * verify the hostname
    - uname -a
    - cat /etc/nodename
    both should show your newname
    * edit /etc/hostname.ce0 (type ce0 depends on your net device)
    - echo 'newname' > /etc/hostname.ce0
    * verify /etc/hostname.ce0
    - cat /etc/hostname.ce0
    should show your newname
    * edit the following files
    - /etc/net/ticlts/hosts
    - /etc/net/ticots/hosts
    - /etc/net/ticotsord/hosts
    replace old with new hostname
    * edit /etc/inet/hosts
    replace ip and hostname
    * you have to look for
    - /etc/inet/networks
    - /etc/inet/netmask
    fit yout data
    After doing all changes you have to reboot your system.
    Use ipconfig to verify network data

  • Gmail suddenly won't work/download, although main email address and newsgroup download just fine

    I have my main email address (a charter.net address), my gmail, and a newsgroup all on Thunderbird. Yesterday, when I clicked the gmail inbox, that little rotating circle icon started up, but nothing ever downloaded, no matter how long I let it spin. Now, whenever I put the cursor on any of the gmail folders (inbox, sent, etc.), the same thing happens. No gmail ever downloads, the icon just keeps spinning. I can download, etc. from my charter addy and get downloads from the one newsgroup I have via Thunderbird, but zip from gmail. I have not changed any settings, and if I go directly to google webmail, there are plenty of gmail messages waiting. I see some prior questions here about similar problems with yahoo and att.net, but the responses don't seem to apply. I'm at a loss. Any ideas for me to try? TIA!

    What do you think about my removing the gmail account altogether from Thunderbird, closing Tbird, reopening, and then setting it up again? Since you said earlier than the emails themselves are separate from my profile, wouldn't they be preserved? The only thing I'm concerned about is that I've set up additional folders in my account that don't exist on the Google server, besides which I've deleted all emails from the server.
    Getting desperate here...

  • How to extract Weblogic Listen Address and port.

    Hi All,
    I want to extract Weblogic Admin server's Listen address and port via Java to perform some admin actions.
    Can someone please help on this.
    Thanks,
    GJ

    Hi,
    Try this code.
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.util.Hashtable;
    import javax.management.MBeanServerConnection;
    import javax.management.MalformedObjectNameException;
    import javax.management.ObjectName;
    import javax.management.remote.JMXConnector;
    import javax.management.remote.JMXConnectorFactory;
    import javax.management.remote.JMXServiceURL;
    import javax.naming.Context;
    import java.lang.*;
    public class ServerDetails
    private static MBeanServerConnection connection;
    private static JMXConnector connector;
    private static final ObjectName service;
    static
    try {
    service=new ObjectName("com.bea:Name=DomainRuntimeService,Type=weblogic.management.mbeanservers.domainruntime.DomainRuntimeServiceMBean");
    catch (MalformedObjectNameException e)
    throw new AssertionError(e.getMessage());
    public static void initConnection(String hostname, String portString,String username, String password) throws IOException,MalformedURLException
    System.out.println("ServerDetails---Started in initConnection");
    String protocol="t3";
    Integer portInteger=Integer.valueOf(portString);
    int port=portInteger.intValue();
    String jndiroot="/jndi/";
    String mserver="weblogic.management.mbeanservers.domainruntime";
    JMXServiceURL serviceURL=new JMXServiceURL(protocol, hostname,port, jndiroot + mserver);
    Hashtable h=new Hashtable();
    h.put(Context.SECURITY_PRINCIPAL, username);
    h.put(Context.SECURITY_CREDENTIALS, password);
    h.put(JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES,"weblogic.management.remote");
    connector=JMXConnectorFactory.connect(serviceURL, h);
    connection=connector.getMBeanServerConnection();
    public static ObjectName[] getServerRuntimes() throws Exception
    return (ObjectName[]) connection.getAttribute(service,"ServerRuntimes");
    public void printServerDetails() throws Exception
    ObjectName[] serverRT=getServerRuntimes();
    for (int i=0;i < serverRT.length;i++)
    String name=(String)connection.getAttribute(serverRT,"Name");
    String listenAddress=(String)connection.getAttribute(serverRT[i],"ListenAddress");
    Integer listenPort=(Integer)connection.getAttribute(serverRT[i],"ListenPort");
    System.out.println("Server Name : " + name +"\t Address: "+listenAddress+"\t Port: "+listenPort);
    public static void main(String[] args) throws Exception
    System.out.println("ServerDetails---Started");
    String hostname=args[0];
    String portString=args[1];
    String username=args[2];
    String password=args[3];
    System.out.println("Hostname : " + hostname);
    System.out.println("PortString : " + portString);
    System.out.println("Username : " + username);
    System.out.println("Password : " + password);
    ServerDetails sd=new ServerDetails();
    initConnection(hostname, portString, username, password);
    sd.printServerDetails();
    connector.close();
    Regards,
    Kal

  • Mac book ip address and proxisetting

    Dear Sir,
    I have a macbook  i am putting the ip address status show connected but when i open chroom then show inter net not connected please find the way to put ip address and proxiseting please post as soon as possible

    Rebooting the MacBook could solve the problem.

  • Where does Sting to IP get the net address if the computer is disconnected from the net? It should return the same I

    P/Net address� it did not change. Internet Protocal(TCP/IP) Properties did not change. When the network is physically disconnected, my VI after several runs returns 127.0.0.1. So, how do I get my IP address whether it�s connected to the network or not?Thanks in advance for your help.

    P/Net address� it did not change. Internet Protocal(TCP/IP) Properties did not change. When the network is physically disconnected, my VI after several runs returns 127.0.0.1. So, how do I get my IP address whether it�s connected to the network or not?If you're getting a dynamically assigned IP address from the network, then String to IP will return that IP but it may not be constant. See if TCP/IP properties are set to "Obtain an IP address automatically". If you disconnect from the network, then the IP address will default to something and I wouldn't be surprised if the default is 127.0.0.1. If you want to always have the same IP, then the ICP/IP properties should be changed to use a fixed IP but you'll certainly need to check with your IS department before doing so.

  • ISIS net Address configuration

    Can any please let me know how to configure NET address in ISIS?
    Is there any document whcih provide the conversion from IP Address to NET address details?

    Hello Ganpat,
    the NET address is a CLNS address and it is unique for the device
    (CLNS doesn't use a different L3 address on different interfaces).
    There is no corrispondence with IP address(es) on the device.
    In designing your IS-IS networks routers in the same area need to be configured with a net with the same area-id.
    the net is formed by two parts:
    area-id
    system-id
    system-id has to be unique in the domain.
    So you choice the net on your devices.
    systems with same area-id can build L1 adjancencies
    systems with different area-id can become L2 neighbors.
    see
    http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a0080093f38.shtml
    Hope to help
    Giuseppe

  • How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

    How do I get messages to go back to an AIM account? It's only seeing the iPad's Facetime email address and not seeing the old AIM account name that is on my desktop. I am using my iMac using iChat to talk to a newer iMac that doesn't have iChat. We had this working using Messages and Facetime (on the new machine) talking to my existing iChat account. One day last week, when Facetime rang, my kids answered on the iPad. Dang! Now it's all fouled up! The new iMac won't see my AIM account name and shows that I'm offline, because the iPad is off. We were able to call using "most recent call" in Facetime, but now I can't go and control that new iMac remotely to help with some email concerns the user is having. I'm trying to not personalize this too much, but it's grandkids talking to Grandma and Mom and Dad trying to solve new machine hiccups. Normally, I could just go in via iChat and control the other machine and troubleshoot, but I can't do it with Facetime only. My buddy list doesn't see  the other computer even though we are connected on Facetime right now. My name is not highlighted for the other computer. What could have gone so wrong?
    Any help would be appreciated.

  • Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certif

    Safari keeps dropping down this error message when ever i try to log on to any website safai can't verify the identity of the website ( e.g.. any address ) and the drop down has three choices to click on or else you can't go foward., they are check certificate ______ cancel ______ continue....  This thing is so annoying when trying to go somewhere i just want the error message to go away.

    In your Keychain under 'login' delete the VeriSign certificates and then quit and restart all browsers/itunes/app store.
    http://apple.stackexchange.com/questions/180570/invalid-certificate-after-securi ty-update-2015-004-in-mavericks

  • I want to reserve a static IP address on my Airport extreme.  What is the difference between reserving by MAC Address and DHCP Client ID?

    I want to understand the differences in the way you can reserve a static address for a device on the network.  I had previously set the device itself to an address and then reserved it with DHCP Client ID, which I thought was just the devices static addresss.  I'm not sure if this was in fact correct or just happend to work.  I know what a MAC address is, but I'm not really sure what the DHCP Client ID is. So it would be great if someone could clarify it, and the difference between reserving address by MAC Address or DHCP Client ID.

    A MAC address is a unique identification consisting of letters and numbers in a form that looks like this:
    xx:xx:xx:xx:xx:xx
    Every network device has a MAC address, which can be found on a label on the bottom or back of the device. Apple calls this the Ethernet ID.
    A DHCP Client ID is an optional name that you can assign to a device. For example, on your Mac....
    Open System Preferences (gear icon on the dock)
    Open Network
    Click on Ethernet
    Click Advanced at the lower right
    You may be able to edit the DHCP Client  ID here....for example.....you could enter MJ500's MacBook in the space provided. That would be the Client ID of your Mac.

  • Email messages now show "To: me" instead of the name or email address and I want to know how to change back to the way it was.

    I use several yahoo email addresses and it has always been very convienent to see if it is a personal or business related message by simply seeing the To: line. Now all of sudden all I see is "me" and it is not at all helpful. I didn't make the change nor authorize it to be done. I am not even sure if this is a Firefox issue or a Yahoo issue. I would like to know how to change back to show the full email name or address.

    hello shackiraq, you'd have to contact yahoo's support about this issue - firefox doesn't handle your emails but just renders a website like it is provided to you by the server of a webmail service.
    https://help.yahoo.com/kb/mail-for-desktop

  • How can i change the email address that the new secuirty questions answers get sent to, it is the wrong address and i can not change it. please help

    Hi
    i bought the itunes music credit, and when tried to redeem it asked for my ID, i have put the details, then it asked for the security questions answers, which i can not remember. when i try to reset, the email get sent to un unknown email address which i dont own... i tried everything to update my email addresses and its still not changing. i dont know how this weird email got there, i dont own it....
    please help!!!
    thanks,
    Nawrus

    You won't be able to change the rescue email address on your acocunt until you can answer two of your questions, if you don't recognise the address then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can then use the steps half-way down this page to update your rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • I have changed my apple email address and icloud is asking me to sign in under my old email then saying my password is incorrect how can i change it pls

    I have changed my apple id but when i try to log into icloud etc it lists my old id therefore my password is wrong as there is no such account now, how do i change this to show my new id and get into my account

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use. 
    If you don't know the password for your old ID, or if it isn't accepted, and your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

Maybe you are looking for

  • ActiveDirectory mapping file, doesn't work for login

    The mapping file below works. Logged in as administrator, in the SAP NP administrator web tool, I can see and edit users in the datasource (Active Directory). However, when users in the AD try to login to the portal, they get "User authentication fai

  • Outlook 2013 Issues with Connecting to Gmail Exchange

    Outlook 2013 will not connect with Gmail account on cas_array.yourhostedexchange.com server.  Error message below appears each time I try to set up the account: The action cannot be completed. The connection to microsoft exchange is unavailable. Outl

  • ALC-PDG-001-000-Invocation error

    I am getting the following error when trying to convert a excel document into a PDF document 2010-01-08 18:03:29,606 INFO  [com.adobe.pdfg.BMCCaller] ALC-PDG-001-017-Forecasting.doc: Job Submitted by User: administrator 2010-01-08 18:03:29,646 INFO 

  • Error Importing Repository Schema Into Repository

    Hi, I am currently working on a project at a client and I am having an issue importing an XML Repository Schema into a repository. I have Development and Quality Repositories which are supposed to be nearly identical.  There have been quite a few cha

  • 2LIS_04_P_MATNR & Inventory Cube

    Hi Experts, I've one issue which do not know how to proceed on this one. I've Header Cube (MATNR) & Invntory Cube DSO. Now my question I need to calculate variance = actula - target  by taking one field from the Inventory and one field from the Heade