Failed to login via Internet Explorer 8 in Oracle Secure Backup

I cannot login via explorer 8. when i enter admin as user name and my password. It returns to the same page (LOGIN Page).

When you go to the login page or log out it removes (or attempts to)
any previous cookies and recreates new cookies.  I have been having a
problem with Internet Explorer 8 where it seems to be returning
something to my site that Coldfusion can't handle.  I get
java.lang.nullPointerException.  The error messages say the error
occurs either at line -1, with no idea what tag is involved, or line 6,
which is in the middle of my cfapplication tag.  The diagnostics line
is always null other than the line number.  From that, though, the
error seems to occur before my cfapplication tag even runs.
That suggests to me that the previous cookie is removed, but no new cookie is being created. The null would therefore refer to the non-existent cookie object. One way out might be to create new cookies without attempting to remove previous ones.

Similar Messages

  • Windows failed to apply the Internet Explorer Zonemapping settings - the data was invald (event ID: 1085)

    Hi All,
    I have a large domain and a long list of websites that are trusted using the following group policy setting:
    Administrative Templates > Windows Components > Internet Explorer> Internet Control Panel > Security Page >
    Site to Zone Assignment List
    On all (XP/vista/win7) workstations across the domain I'm getting the following error:
    Log Name:  System
    Source:  Microsoft-Windows-GroupPolicy
    Event ID: 1085
    Task Category: None
    Level: Warning
    Keywords:   Description: Windows failed to apply the Internet Explorer Zonemapping settings. Internet Explorer Zonemapping settings might have its own log file.
    There's nothing either side of this error in the log that shines any more light on the issue.
    I know which group policy object its applying these settings but cant find which of the entries in the site to zone assignment list is causing this issue. I looked in the
    Group Policy/Operational log but all I see is the following entry which says "completed" but is logged as an error:
    After some research I'm guessing that the issue is an incorrect wild-card. This is what my trusted sites list looks like (with names removed of course):
    http://servername.*  
    *.internaldomain.com.au  
    *.domain.com.au  
    *.domain.*  
    *.externaldomain.com  
    *.domain.inernaldomain.com.au  
    *.domain.*  
    *.domain/name.*  
    *.domain.inernaldomain.au*  
    *.domain.com
    Is there something obviously incorrect here?
    Does anyone know where I could find an article that clearly outlines the acceptable wildcard syntax for the
    "Security page\ site to zone assignment list" group policy?  Ive read every forum post, website and blog I could find on the internet but nothing is clear and I wasn't able to find an MS document that steps it out. I've also changed the
    existing list a number of times based on blog posts etc but had no luck.
    **Please Note**
    I dont want to change to a different method or have an intellectual debate re why I would have these sites/wildacrd/policy set. I'm really looking to see what entry is invalid and where the documentation is for this policy setting so i can make sure they are
    always correct in the future. 
    thanks in advance for your time and assistance
    Simone
    PS: I've already read the following posts a number of times:
    I get no data but have identified the GP that is causing the issue:
    A test case for troubleshooting group policy application – Event ID 1085 and 7016 - http://blogs.technet.com/b/askds/archive/2008/08/21/a-test-case-for-troubleshooting-group-policy-application-event-id-1085-and-7016.aspx 
    I dont have any 2 letter domain names:
    Problems Adding Top-Level Domains to Zone Sites List - http://support.microsoft.com/kb/259493
    I tried formatting the list per this article:
    [Solved] The Group Policy client-side extension Internet Explorer Zonemapping failed to execute  - http://daily-it.blogspot.com.au/2008/09/solved-group-policy-client-side.html
    Has no domain wildcard format info:
    Behavior of Site to Zone Assignment List  - http://blogcastrepository.com/blogs/mattbro/archive/2006/09/07/2183.aspx
    Great article, no wildcard data:
    Internet Explorer Policy Settings  - http://technet.microsoft.com/en-us/library/bb457144.aspx
    Internet zonemapping problem: http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/a8756a27-b562-42ad-8782-87d284e6bcfb/
    Spiceworks Event 1085 (Warning) - http://community.spiceworks.com/windows_event/show/1582-microsoft-windows-grouppolicy-1085
    Event ID 1085 — Application of Group Policy - http://technet.microsoft.com/en-us/library/cc727303%28v=ws.10%29.aspx
    Application of group policy - http://technet.microsoft.com/en-us/library/cc727312%28v=ws.10%29.aspx
    Evt ID 1085 GP client-side extension IE ZoneMapping failed to exec  - http://www.winvistatips.com/evt-id-1085-gp-client-side-extension-ie-zonemapping-failed-exec-t706399.html
    Event 1085 - Internet Explorer Zonemapping - http://www.minasi.com/forum/topic.asp?TOPIC_ID=29206
    EventID.net - http://www.eventid.net/display.asp?eventid=1085&eventno=1412&source=Userenv&phase=1
    Event ID 1085 - Internet Explorer Zonemapping failed to execute - http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_24897522.html
    UPDATE:
    I disabled the original policy and created a new one with only one trusted site address in it. Then I logged into a clean test machine did some testing.What I found after a few hours of testing was; regardless of the site that I have listed in group policy
    The HKCU\Software\Policies\Microsoft\Current version\Internet Settings\Zone Map Key registry entry is
    always updated with that entry on the workstation. So the workstation's registry always updates the key with
    *.sitename.com per the site that I have set in GP
    If I run GPUPDATE /FORCE over and over again, on the same machine, under the same user account, using the same DC I get:
    Failure, Failure, Failure, Success, Success, Success, Failure etc
    I wasn't able to determine any pattern to the failures, I tried stopping some of the processes on that machine but didn't find anything that would make it fail/succeed reliably.
    There is no AV or firewalls installed on my test machine
    Anyone have any more ideas?  I think I might install filemon and try to capture some more data unless there's a better tool?

    Yes, and that's straight from my Microsoft TAM. As long as you include an asterisk inside those site-to-zone mappings, you'll continue to see them. The key is whether or not they're working. In my environment, I've seen complete success using the
    http://*.domain.com, or
    https://*.domain.com, no matter if the site is http://www.domain.com or
    http://milk.does.a.body.good.domain.com. Despite the success, we continue to see the errors. It's much the same as Group Policy Preferences where you can apply a setting once, or repeatedly. If you apply
    something repeatedly and it's already set, lookout for some complaints in the application log. It really is annoying. There's potential to play with the logging levels, but I'll admit that my experience ranks as "novice" in this specific section of group policy.
    This link might get the creative juices flowing:
    http://blogs.technet.com/b/askds/archive/2008/07/18/enabling-group-policy-preferences-debug-logging-using-the-rsat.aspx
    I see you've already read a number of articles including "a test case for troubleshooting those event IDs"... I sympathize with your efforts. I despise warnings and errors that I can't solve or don't want to see, but I've researched a number of them to death
    and found that many are simply "normal". Uggg... I hope this helps, but please take my advice, as with anyone else's out here, with caution. I've seen some crazy recommendations. I saw a recommendation to install SQL on a DHCP server to get failover clustering
    up and running. I hope the guy asking for help didn't listen to that one! : ) - josh

  • Is it possible to have a VI "run when opened" when accessed via Internet Explorer?

    I am trying to get a remote panel application to "run when opened" when is accessed via Internet explorer. I have multiple remote panel licenses on the server and the VI is Re-entrant. The application works well except for this issue. Having the VI "Run When Opened" via IE is very important to the user. As is, when IE opens, the user must click on the panel image once to get the VI's attention and then again on the start arrow to run the program. Is there any way around this or a way to simplify the process?
    Thanks.
    Solved!
    Go to Solution.

    This is actually the intended operation of remote front panels, however, we can simplify the operation to meet closer with what your customer wants.  Basically, if you were to always have your program run in somewhat of an idle state, you can use the Application Control>>Property node for 'RemotePanel.ConnToClients' property to determine when a user is connected and run the proccess of the program as soon as a connection is detected.  When no connection is detected you could have the program run in an idle state.  The attached screenshot shows a general way to do this.  Have a good evening!
    -Bob
    -Bob
    Attachments:
    idle state.JPG ‏45 KB

  • Cant login using internet explorer 9 but can using...

    I cant login using internet explorer 9 but can using other browsers such as mozilla and google chrome on my laptop.
    The problem is only on my laptop as i can login on my desktop pc .
    I keep returning to the login page everytime I submit my details.
    Solved!
    Go to Solution.

    You could try clearing cookies and cache - see here for how http://kb.wisc.edu/page.php?id=15141
    Can't think of much else I'm afraid - don't actually use IE (or windows) that much myself.

  • Unable to download flash Player via internet explorer

    Hi,
    I am trying to download adobe flash player via internet explorer.  Everytime I try to download,the web page does not respond anymore.
    I closed my anti-virus, my internet explorer runs on 128-bit. 
    I really need to download this via explorer because my HP printer (vivera with scanner) is not going to work if the coreect version is not downloaded via explorer.
    Would appreciate your help.
    Thank yuo.

    Hello,
    Welcome to Adobe Forums,
    Download these Flash Player installers :
    http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_playe r_10_active_x.exe
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe
    Save both of them on your Hard Disk and install them. (In Any Sequence)
    Note : Make sure no programs are running while installing them (Like IE or Messenger)
    Hope it helps !!
    Thanks
    Vikram

  • Why do headings turn Chinese when I access my email via Firefox but not via Internet Explorer?

    Why do headings turn Chinese when I access my email via Firefox but not via Internet Explorer?

    hello, this is a displaying flaw caused the mcafee site advisor extension - please try to disable or remove that in case you have it present until there is an update by mcafee that can fix the problem.
    http://service.mcafee.com/faqdocument.aspx?id=TS100162
    https://community.mcafee.com/thread/76071

  • "Open method of Workbooks class failed" when opening Excel file via Internet Explorer

    (apologies, I posted this first to the general Office 2010 forum, but then realized this was probably a better spot to post)
    We have an Excel COM add-in installed on users' PCs.  This add-in responds to workbook open events by opening a particular XLA file (also deployed to the PC) to make certain features available.  This process works flawlessly when Excel files are
    opened locally - but when a user attempts to open an Excel file from an IE link, we get the following error: "Open method of Workbooks class failed".  This is happening on the line that is trying to open the XLA file.  This only happens
    when launching an Excel link from IE - works fine in Chrome or Firefox.
    I have found several posts on this topic, but no solutions:
    1. This post (https://social.msdn.microsoft.com/forums/office/en-US/73c96005-84af-4648-b103-32b677205be3/open-method-of-workbooks-class-failed)
    is the closest to our problem.  In this case, the "answer" was that the user may not have access to the 2nd workbook being opened.  But in our case, we're opening an XLA that is on the local machine, and I've confirmed that it is not
    corrupt and accessible (read & write, just in case!) to Everyone.
    2. This (very old) post (http://www.pcreview.co.uk/forums/open-method-workbooks-fails-excel-hosted-ie-t965608.html)
    seems similar, but is talking about opening Excel inside of IE.  This is not what we're doing - the link is supposed to (and does) open Excel outside of IE.  Interestingly, Excel.exe is being launched with the "-embedded" flag, even
    though it isn't running in the IE window.  When launching Excel by opening the file locally, Excel.exe is run with the "/dde" flag instead.  Clearly the "-embedded" mode is what is causing the problem.  I could change the
    links on the web page to use some JavaScript to open Excel differently... unfortunately, the links are actually generated by SharePoint (the Excel files are in a SP repository), so this is not really an option.
    3. This Microsoft KB article (http://support.microsoft.com/kb/268016) talks about problems opening an XLA directly from IE... but this is the case of a link pointing
    directly to an XLA file, not opening a regular workbook that in turn opens an XLA, as is my case.  In fact, this article specifically points out in the "More Information" section that "End users do not normally open XLAs; instead they open
    an XLS that (if needed) loads one or more XLAs during startup." ==> precisely what I'm trying to do that is giving me the error!
    I've replicated the situation with a very simple COM add-in (created in VS2010 using VB.Net) and a very simple XLA file (does nothing, just pops up a message in auto_open).  For anyone wanting to try it out, here is the exact test case:
    1. In Excel, create a simple XLA file containing only the following code, and save it in C:\TEMP\dummy.xla:
    Sub Auto_Open()
    MsgBox "Auto Open fired"
    End Sub
    2. In Visual Studio, create a new Excel 2010 Add-In.  I created mine via Visual Basic, but I doubt the choice of language matters.  Place the following code in ThisAddin.vb:
    Public Class ThisAddIn
    Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup
    AddHandler Me.Application.WorkbookOpen, AddressOf Application_WorkbookOpen
    End Sub
    Private Sub ThisAddIn_Shutdown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shutdown
    End Sub
    Sub Application_WorkbookOpen(ByVal workbook As Excel.Workbook)
    On Error GoTo ErrHandler
    If (Not workbook.Name.Contains("dummy.xla")) Then
    MsgBox("Workbook open")
    Application.Workbooks.Open("C:\temp\dummy.xla")
    Application.Workbooks("dummy.xla").RunAutoMacros(Excel.XlRunAutoMacro.xlAutoOpen)
    End If
    Exit Sub
    ErrHandler:
    MsgBox(Err.Description)
    End Sub
    End Class
    3. Build & publish this add-in and install it on the same machine as the XLA created in step 1.
    4. Create and save an empty Excel workbook (I called mine WayneTest1.xlsx) - save it locally (on your desktop), and put a copy somewhere on your web server (I put mine directly in c:\inetpub).
    5. Create an HTML file with a link to that workbook, saving it to the same web server location - here is mine:
    <html>
    <body>
    <a href="WayneTest1.xlsx">Link to Excel file</a>
    </body>
    </html>
    6. Double click the workbook on your desktop (from step 4) - opens fine, I get the "workbook open" message, following by the "Auto Open fired" message.
    7. In Internet Explorer, navigate to the HTML file specified in step 5 and click on the link - when prompted, select "Open" - I get the "workbook open" message, following by the error message "Open method of Workbooks class failed".
    Here are a few things I've ruled out / tried so far:
    - Unchecked all the "Protected View" settings in Excel, made no difference
    - Unchecked all the "File block settings" in Excel, made no difference
    - Made sure dummy.xla was open for read & write to Everyone
    - Made sure the web page was in Trusted sites and set the security level to Low for those sites in IE
    - Tried making the local desktop file (step 6) readonly, made no difference (i.e. launching it locally still worked fine)
    - Tried using Excel 2013 - made no difference
    Any ideas / suggestions?

    Hello Wayne,
    Apologies for the delay.
    I went through your post and tried to reproduce the issue. I was able to reproduce it. Based
    on its complexity and as it requires more in-depth analysis, your question falls into the paid support category which requires a more in-depth level of support.
    Please visit the below link to see the various paid support options that are
    available to better meet your needs. http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
    Thanks,
    Anush

  • Applet failed to load in Internet Explorer when using JRE 1.5 update 5

    I have downloaded JRE 1.5 Update 5 and checked the relevant checkbox in Internet Explorer Advanced tab to use JRE 1.5 for applets. Did the same in Java Control Panel. However none of the applets seem to load.
    For example I went to this site:
    http://java.com/en/download/help/testvm.xml
    The applet didn't load and I got the following error in my Sun Java Console :
    load: class JavaVersionDisplayApplet.class not found.
    java.lang.ClassNotFoundException: JavaVersionDisplayApplet.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 more

    And it's the same behaviour in JRE 1.5 update 8 as well.

  • Since downloading Firefox 4, I am unable to open attachments in my Lotus notes e-mail account, but not if I open Lotus notes via Internet Explorer.

    I recently downloaded the latest version of Firefox (I have been using older versions for the last two years). However, when using my Lotus Notes e-mail account (through the University of Dayton), I immediately was unable to open e-mail attachments (both new e-mails and older, saved e-mails with attachments that had previously been opened. The word "attachment" appears at the end of the message (in light grey), but does not respond to the cursor. I have delayed working on this problem, because if I open Internet Explorer instead of Firefox, my Lotus Notes account will allow me to view new and past attachments. It seems that the new Firefox has changed some security setting that does not relay attachments with my incoming or stored e-mails. Suggestions--or should I continue to just always open with Internet Explorer?

    Maybe the "Remote XUL Manager" add-on mentioned in these threads will help?
    [http://support.mozilla.com/en-US/questions/798338 Since I upgraded to Firefox 4, my Lotus Domino Web access program is not working and I can't load emails. | Firefox Support Forum | Firefox Help]
    [https://support.mozilla.com/en-US/questions/814413 The Webmail version of Lotus knows keep giving the following error message: A problem has occurred which may have caused the current operation to fail. How do I fix this? | Firefox Support Forum | Firefox Help]

  • The firefox page constantly says "Connecting" and will not load any websites. I've also updated the firefox software via internet explorer with the same reslults can you help?

    Internet explorer works perfectly and firefox will not load any websites

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    In Firefox 4 you can use one of these to start in <u>[[Safe mode]]</u>:
    * Help > Restart with Add-ons Disabled
    * Hold down the Shift key while double clicking the Firefox desktop shortcut (Windows)
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Kerberos & AFP fails to login via kerberos

    Hi,
    I am unable to login via afp using kerberos. When i used the kadmin.local -q listprincs comand to list the principals the afpserver is listed. When i change the authorization to kerberos. I revice a : "Connection Failed! The User Authentication Method required by this server can't be found." It was working under 10.4.3 is there any changes since.
    PowerMac G5 DP 2.0   Mac OS X (10.4.4)  

    You get this message:
    <blockquote>The server has rejected your login. Please verify that your user name and password are correct. Error Code: 800cccd1 </blockquote>
    And Thunderbird can successfully receive/send on the test account but not on your own account, with the same server/port/SSL settings?
    Other than the possibility that your password is incorrect...
    Does your server require or have you tried entering your login username in this format:
    domain\username
    I don't know whether the following is relevant to your mailbox (server-side issue): [http://support.microsoft.com/kb/949926 Error when you use an IMAP4 client or a POP3 client to log on to a delegate mailbox of Exchange Server 2007: "800cccd1"].

  • Ifolder not login on internet explorer of windows 7

    Server :OES Sles 10 Sp 3
    client : ifolder 3.8
    i have configured ifolder server its working fine but ifolder admin /ifolder client not login on window 7 internet explorer and one have solution so please share it .

    mfaysal,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Cant download flash 8 via Internet explorer 8

    Hi Guys, many sites are asking me to upgrade to Adobe Flash 8, but Internet Explorer 8 is blocking citing "Malicious add-ons". I've tried to downloan via Safari, but Adobe asks to quit Safari before it installs which I think is then impossible!!
    Help anyone?

    Hello,
    Welcome to Adobe Forums,
    Download these Flash Player installers :
    http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_playe r_10_active_x.exe
    http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe
    Save both of them on your Hard Disk and install them. (In Any Sequence)
    Note : Make sure no programs are running while installing them (Like IE or Messenger)
    Hope it helps !!
    Thanks
    Vikram

  • Why does "problem loading page" appear when i try to run firefox? I can access the relevent page via internet explorer but firefox cannot connect to the web/

    A few days ago Firefox stopped working when using shortcut or exe. file. The message http://en-gb.start3.mozilla.com/firefox?client=firefox-a&rls=org.mozilla:en-GB:official appears, although when i paste this address into internet explorer it works. What is preventing firefox from connecting?

    Actually, dchristie, your solution didn't help at all. If I wanted to use IE, I wouldn't have installed Firefox. IE is a good browser, but doesn't have features Firefox has. Also, when Firefox crashes windows can kill it and you can restart it no problem. When IE crashes, since it is so tightly integrated into windows, windows itself becomes unstable and you have to reboot.

  • Trouble opening website via Internet Explorer on PC

    Hi there, I have recently published two websites with iWeb, both of which open and run superbly in Safari on the Mac but when you try and open them on Internet Explorer on a PC only the top of the page will download and the rest of the site is invisible. Does anyone know why this is? I am using iWeb version 1.1.2 and have created both sites on my iMac which is running OS X 10.4.9 if this helps?
    I hope someone out there can help? I can give you the website addresses if you need further info?

    Due to my customer's most common setup I had to address these IE6 issues as well. Some background may illustrate the problems. Not only has IE6 difficulties with .png, but as well for example with lists (in case you use them, they are an undocumented feature of iWeb and somehat buggy), and more. To solve some of the .png issues iWeb spends some code utilizing "Active Script". That drives IE6 to render the page almost completely, and then the script will fix some of the ugly behavior. You can check that by your elements to navigate on top of your pages (these unfortunatley become .png) within IE6, or with the buttons to start a slideshow.
    What I found on your first page: Move the cursor over it, it turns to be a senstive area to start the user's mail program to send a mail to info@... - try to remove that first.
    Even more, there are a lot of setups of IE6 where "Active Script" is forbidden (in banks, insurances companies etc.). Ever tried to force a large organizition to migrate to IE7? Or to allow Active Script, let's say for 30.000 users? You'll get the impact...
    So here is what I did to obtain some compatibility with IE6:
    Installed IE6 on Paralles.
    Switched "Active Script" to "Never".
    Now you can check what is going on
    In my pages:
    Reengineered every element to navigate manually - no iWeb automatism, switched them all to off with iWeb's inspector
    Reconstructed every picture to the size they should be /outside/ of iWeb, using Graphics Converter
    Removed every frame from all text elements in iWeb
    Switched to web and windows compatible fonts (e.g. Courier to Courier New)
    Checked every page to contain plain text instead of graphic - click into the rendered page and try to drag: Does the the whole block move? Then you are on the wrong way
    Removed every formatting attribute from the text: Alignment, Highth etc.
    The only element I couldn't cover is the button for the slideshow - but I've read somewhere else that you can define an object and associate that with a link directly to the script on your server which iWeb puts there. But of course that does not help in case where your favorite visitors are cut off from using Active Script completely.
    Good Luck!
    Kai Schwarzer
    MacBook Pro C2D 2,33 15   Mac OS X (10.4.9)  

Maybe you are looking for

  • Sending po as pdf attachement in email at save

    Hi All,         If I create a purchase order and save it, then an e-mail should be triggered to my external e-mail address immediately. That e-mail should have the purchase order as pdf attachment. I really don't have any idea about configuring this

  • My iPad mini won't upgraded to iOs 8.2

    Hi there, I have an iPad mini with retina display for almost a year. Since last month, i couldn't upgrade my iOs on my iPad to the latest one. I have tried to upgrade it through iTunes but it always say there is something wrong with your connection.

  • Employee download from HR

    Hi all,   As per the OSS note 312090 employee can be downloaded from HR by setting filters.    How will I filter only sales rep from the entire list of employees as the employee master data will contain both sales rep as well as internal employees li

  • How Do i Call An xml publissher and a jsper report from ADF pages

    Hi All How Do i Call An xml publissher and a jsper report from ADF pages

  • Waiting for activation have not found a way to fix this

    Ok so I'm overseas and I cannot use cellular data because I don't want to get billed a crazy amount however when using wifi the first week I was here I was able to text and face time with no problem. Then we went for a week to the country with no sol