with SQLAuthenticator 401 unauthorized error

Hi all

I'm new in the adf and learning of this impressive technology. I use Jdev 12 c 12.1.2.

I set up SQLAuthenticator in my weblogic integrated using this blog.

Oracle ADF tips: Security Configuration the ADF using database tables:

After that, I set up the adf security in my application using forms authentication and create the default pages IE login.html, error.html and welcome.jspx in the wizard.

Then create application and role of card with the role of business application and award grants to the roles of the app and the company. I am able to authenticate my tables sql database, but after authentication this user do not get permission and get a 401 unauthorized error.

If I choose only authentication option 2 in configure the Security Wizard, so I am able to view the page

Authentication works well but there are a few problems with authorization.

Please advice me how can I fix this error.

Thanks in advance.

Sorry for the confusion.

It is the opposite. In the application, you only use application roles to check if use can access a page or task flow. For this, you can use the EL #{securityContext.userInRole ['roleList']} as you see there is not a requested user name but he is asked if the user has a specific role. So in your application, you use normally user names (However, you may for special reasons). then the connection of a user load all user roles and puts them in the context of security. This is done on the server and adf puts this info in the context of security to make it accessible through EL.

That your application works only with application roles (to make it easier to develop an application), you must map the application role to a business at some point role. The business role is defined on the company, either by using a tool such as Oracle Access Manager (OAM) or Active Directory (AD) or any other tool to manage users and roles on a company.

If you develop an application problem is that you don't normally have access to such a tool. ADF uses jazn-"Data.xml" to imitate such a tool. As long as you deploy the application on a server that manages users, you should define users and roles in the local jazn-"Data.xml". If you run the application on the server integrated weblogic id jasn-"Data.xml" merged in the weblogic - jazn.data.xml so server system all local defined users are available. If you deploy on a single weblogic server, things are different. Here the administrator won't automatically migrate local users, because they could do not have the right to run the application on a production environment. That's what I meant when I said, you need to map the roles.

Users are managed by the company or in your case, when you use the db tables, by yourself. Must be in the db and assign business roles right to them which are then mapped to application roles.

The framework made some magic when you implement security. It protects each workflow and it just so that only authorized users can access it. All this is described in the article I mentioned.

Timo

Tags: Java

Similar Questions

  • sending request giving 401 unauthorized error in Twitter

    Hi am using the following code to update my status in twitter, but gives a 401 unauthorized error

    can any one help on this... its urgency.

    Thank you

    cordially yakubpasha

    Sub update (String username, String password, string status) throws IOException {}
    String response = null;
    HttpConnection connection = null;

    /*
    * ask a String upadte my status
    */
    String query = "status =" + urlEncode (status);
    String length = String.valueOf (query.length ());
            

    /*

    * username and password code here
    */

    String userPass = username + ":" + password;
    Byte [] encrypted = Base64OutputStream.encode (userPass.getBytes (), 0,
    userPass.length (), false, false);
    String url = "https://twitter.com/statuses/update.xml";
                 
    try {}
    Connection = (HttpConnection) Connector.Open (URL);
    connection.setRequestMethod (HttpConnection.POST);
    connection.setRequestProperty ("User-Agent", "profile/MIDP-2. ("0 configuration/CLDC - 1.0");
    connection.setRequestProperty ("Content-Type", "application/x-www-formulaires-urlencoded");
    connection.setRequestProperty ("authorization", "Basic" + new String (encoded));
    connection.setRequestProperty("Content-Length",length);
                
    //
    connection.setRequestProperty ("Content-Length", len);
    OutputStream os = connection.openOutputStream ();
    OS. Write (u.GetBytes ());
    Dialog.Alert ("" + Connection.getResponseCode () + Connection.getResponseMessage ());
    If (connection.getResponseCode () == HttpConnection.HTTP_OK) {}
    StringBuffer buffer = new StringBuffer();
    InputStream is = connection.openInputStream ();
    int c;
                    
    ("Connection") Dialog.Alert;
    While ((c = is.read (())! = - 1) {}
                        
    buffer. Append ((Char) c);
                        
    }
    is. Close();
    response = buffer.toString ();
    Dialog.Alert (Response);
    }
    } catch (Exception ex) {}
    Dialog.Alert ("error message");
    System.out.println ("sdcfsdfsdfs" + ex.getMessage ());
    } {Finally
    If (connection! = null) {}
    try {Connection.Close ;}
    catch (IOException ext) {}
    }
    }
    }

    Hey I made with her...

    If any want to post a status lets you next...

    its works perfectly

    Sub update (String username, String password, string status)
    throws IOException {}
    String response = null;
    HttpConnection connection = null;

    String query = "status =" + urlEncode (status);
    String length = String.valueOf (query.length ());

    String userPass = username + ":" + password;
    Byte [] credentialsBytes = (username + ":" + password) .getBytes ();
    Byte [] encodedBytes = Base64OutputStream.encode (credentialsBytes, 0,)
    userPass.length (), false, false);
    String credentialString = new String (encodedBytes);

    String url = "https://twitter.com/statuses/update.xml";
        
    try {}
    connection = (HttpConnection), Connector.open (url);
    connection.setRequestMethod (HttpConnection.POST);

    connection.setRequestProperty ("Content-Type",
    "application/x-www-formulaires-urlencoded");
    connection.setRequestProperty ("authorization", "Basic"
    (+ credentialString);
    connection.setRequestProperty ("Content-Length", length);
    DataOutputStream out = new DataOutputStream (connection
    (. openDataOutputStream());
    out. Write (Query.GetBytes ());
    out. Flush();
    out. Close();
    If (connection.getResponseCode () == HttpConnection.HTTP_OK) {}
    StringBuffer buffer = new StringBuffer();
    InputStream is = connection.openInputStream ();
    int c;

    ("Connection") Dialog.Alert;
    While ((c = is.read (())! = - 1) {}

    buffer. Append ((Char) c);

    }
    is. Close();
    response = buffer.toString ();
    Dialog.Alert (Response);
    }
    } catch (Exception ex) {}
    Dialog.Alert ("error message");
    System.out.println ("sdcfsdfsdfs" + ex.getMessage ());
    } {Finally
    If (connection! = null) {}
    try {}
    Connection.Close;
    } catch (IOException ext) {}
    }
    }
    }
    }

    This code I copied from somewere am thanking him for sharing this code snippet
    public static String urlEncode(String s) {}
    If (s! = null) {}
    try {}
    s = String (new s.getBytes("UTF-8"), 'ISO-8859-1');
    } catch (UnsupportedEncodingException e) {}
    }
    StringBuffer tmp = new StringBuffer();
    try {}
    for (int i = 0; i)< s.length();="" i++)="">
    int b = (int) s.charAt (i);
    If ((b > = 0 x 30 && b <= 0x39)="" ||="" (b="">= 0 x 41 && b))<=>
    || (b > = 0x61 & b)<= 0x7a))="">
    tmp. Append ((Char) b);
    } Else if (b == 0x20) {}
    tmp. Append("+");
    } else {}
    tmp. Append ("%");
    If (b<= 0xf)="">
    tmp. Append ("0");
    }
    tmp. Append (Integer.toHexString ((b));
    }
    }
    } catch (Exception e) {}
    }
    Return tmp.toString ();
    }
    Returns a null value.
    }

  • Process Scheduler running SQR report gets the Client HTTP response Code 401 Unauthorized error

    People,

    Hello. I'm under PeopleTools 8,53 Oracle Linux 5 with Oracle 11 g 1 material database.

    Process scheduler run reports SQR and get the error message as below:

    Error of the client Http Response Code: 401 - non authorized. Transfer HTTP error.

    My report node information is below:

    URLID: http://ip_address:port/p/psreports/ch

    Home directory: /psreports

    Resource URI: SchedulerTransfer/ch

    Login ID: PS

    Password: mypass

    PeopleTools > IntegrationBroker > Configuration of integration > nodes: authentication option is selected password.

    The 2 roles, ReportDistAdmin and ProcessSchedulerAdmin are granted to the user PS

    Someone tell the error above due to incorrect or misspelled path for report repository in the configuration.properties file.

    I see no error in my configuration.

    My question is:

    Can any help folk to solve 'Error Http 401 - transfer HTTP error response Code' unauthorized customer?

    Thanks in advance.

    I think there might help:

    E-RD: transfer report error: Client Error Code: 401 - Unauthorized (63.59) (Doc ID 623250.1)

    E-RD: what are the steps to configure basic authentication for the repository of reports on PT 8,4 x using Weblogic? (Doc ID 970572.1)

    Also if you use this with test the load on load balancer balancer.

    Kind regards

    RAM

  • A friendly way to treat the error 401 - Unauthorized

    Hello experts!

    In my Jdev 12.1.2 application sufficient to handle 401 (unauthorized) errors in an easy way.

    I mean, after the users log in, if they don't have the appropriate business role, ADF won't have access (it's ok), but I want to show them a nice message instead that horrible:

    http://snag.Gy/TAl1D.jpg

    Thanks in advance!

    Jose.

    Two problems with your solution:

    one)

    401

    /faces/LoginError.JSPX

    Gives a warning in web.xml 'Reference /faces/loginError.jspx not found' and the page is accessible to all without error 401.

    (b)

    401

    LoginError.JSPX

    Give this exception!

    <30-may-2014 10h36'="" cest=""><[ServletContext@1719436940[app:SCP module:scp="" path:null="" spec-version:3.0]]="" servlet="" failed="" with="" an="">

    java.lang.NullPointerException

    at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1858)

    I do not think that there are problems with my solution, because I have not told you to use a JSF page as an error page, or told you to call a JSF page without "/ faces" at the beginning of the URI, you did.

    You can use a simple HTML page or a plain (non - ADF Faces) JSP in an error page. If you want to use a page ADF Faces as an error page, you must apply a trick to call it by redirect - by setting up a simple HTML page as an error page that is redirected to the necessary page ADF Faces, for example:

    In the web.xml file:

    401

    LoginError.html

    In loginError.html:

    NB. not put / in front of ' faces/loginError, jspx' in loginError.html above, or it will not work correctly when the application context root is not /.

    Dimitar

  • [SPA3102] SIP recording every hour with the 401 error and directly 12 OK

    Location: INET-ADSL modem in bridge mode-SPA3102.
    Problem: not really, everything seems to work, can dial in and out.
    But...
    Because I'm curious, I have a logserver of installation and checked what happened every hour of registration.

    What I see in the syslog hourly the 3102 made re - enroll by the SIP provider, but first I think 401 Unauthorized een 12 error and measured, I see an OK message.

    Seems weird to me.

    The same thing happens when I compose, firstly a 401 that OK.

    Can someone explain why the first attempt gives an error and how to avoid this?

    Some details of syslog:

    I replaced a text in the syslog:

    x.x.x.x is real My outside IP address.
    yyyyyyyyy = my local phone number including the area code, such as 31201234567, 31 = NL, 20 = codeZone for Amsterdam
    username = username by my SIP provider

    message 1:
    REGISTER SIP:SIP.poivy.com SIP/2.0
    Via: SIP/2.0/UDP x.x.x.x:5060; direction = z9hG4bK-2283ef7b
    From: + 31yyyyyyyyy ; tag = c85fff819484d288o0
    To: + 31yyyyyyyyy
    Call ID: [email protected]

    CSeq: 6104 REGISTRY
    Max-Forwards: 70
    Authorization: Digest username = "username", realm = "sip.poivy.com", nonce = "1663445546", uri = "sip:sip.poivy.com", algorithm = MD5 response = "c8c5b94c384559bb490b59b72be1c674"
    Contact: + 31yyyyyyyyy ; expires = 3600
    User-Agent: Linksys/SPA3102-3.3.6(GW)
    Content-Length: 0
    Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFICATION OPTIONS, see
    Support: x-sipura

    Message 2:
    SIP/2.0 401 Unauthorized
    Via: SIP/2.0/UDP x.x.x.x:5060; direction = z9hG4bK-2283ef7b
    From: + 31yyyyyyyyy ; tag = c85fff819484d288o0
    To: + 31yyyyyyyyy
    Contact: sip:x.x.x.x:5060
    Call ID: [email protected]
    CSeq: 6104 REGISTRY
    Server: (very nice Sip Registrar/Proxy Server)
    Allow: ACK, BYE, CANCEL, INVITE, REGISTER, OPTIONS, INFO, MESSAGE
    WWW-Authenticate: Digest realm = "sip.poivy.com", nonce = "1667015687", algorithm = MD5
    Content-Length: 0

    Message 3:
    REGISTER SIP:SIP.poivy.com SIP/2.0
    Via: SIP/2.0/UDP x.x.x.x:5060; direction = z9hG4bK-4d7052c
    From: + 31yyyyyyyyy ; tag = c85fff819484d288o0
    To: + 31yyyyyyyyy
    Call ID: [email protected]

    CSeq: 6105 REGISTRY
    Max-Forwards: 70
    Authorization: Digest username = "username", realm = "sip.poivy.com", nonce = "1667015687", uri = "sip:sip.poivy.com", algorithm = MD5 response = "46f2176652c0ad8d27f8d3ad1cf72c24"
    Contact: + 31yyyyyyyyy ; expires = 3600
    User-Agent: Linksys/SPA3102-3.3.6(GW)
    Content-Length: 0
    Allow: ACK, BYE, CANCEL, INFO, INVITE, NOTIFICATION OPTIONS, see
    Support: x-sipura

    Message 4:
    SIP/2.0 200 Ok
    Via: SIP/2.0/UDP x.x.x.x:5060; direction = z9hG4bK-4d7052c
    From: + 31yyyyyyyyy ; tag = c85fff819484d288o0
    To: + 31yyyyyyyyy
    Contact: + 31yyyyyyyyy ; expires = 3600
    Call ID: [email protected]

    CSeq: 6105 REGISTRY
    Server: (very nice Sip Registrar/Proxy Server)
    Allow: ACK, BYE, CANCEL, INVITE, REGISTER, OPTIONS, INFO, MESSAGE
    Content-Length: 0

    @hw: thank you for your tip and your right on the spot!

    Never, ever, thought of this way of "logging" in a system and use delberatley an error response. With your tip, I thought that allows to read the RFC and found RFC 3665. This RFC describes the Protocol SIP basic call flow. And there he was, almost at the beginning of the real story on page 5! The protocol uses a command register which gives a message of 401 error back just to be sure to avoid security problems "man in the middle" (if I understand correctly). He present a challenge and you the answer to a totalizer new order including your answer on the challenge. Which will lead to an OK return the message.

    To resume: nothing weird, it is as expected. My curiosity is frankly satisfied. Another day with what I've learned something. Thank you.

  • that means error 401 Unauthorized operation. average (101000)

    I'm trying to publish a website of muse, I built.

    My client has a catalyst for business account which runs the site. I changed the preferences to publish towards their catalyst for business account but when I try to publish the muse file, the following error message appears?

    "Operation 401 Unauthorized. (101000).

    Any suggestions?

    Please check if the user in detail you are using is authorized to make changes to the site, there must be an associated user or site administrator. Best way to check is to connect on any portal site or existing BC partner.

    In case the user has administrator privileges, but can not add content, you need to add the user as an administrator of the site.

    Thank you

    Sanjit

  • vRA 7: status of the Agent VRM HTTP 401: unauthorized

    Hi guys,.

    I googled a lot now and have not found anything useful for me.

    I have configured the vRA and now I had a problem with my vCenter Agent. I checked my credentials from a hundred times, did a reinstall of the IaaS server and checked every single property in my IIS.

    But still get the connection error:

    Connection error in [https://iaas/sdk], details of the error: the request failed with HTTP 401 status: unauthorized


    A few facts to my configuration:

    vRA device and IaaS Server are in the same subnet, all necessary ports open. I use a systemaccount AD (connection as batch, log into the Service, a local administrator on the IaaS)

    Here the lates entry in the agent log:

    [11.03.2016 08:09:17] "[Debug]: Thread-Id = '9' - context =" "token =" "Ping from report

    [11.03.2016 08:09:17] "[Error]: Thread-Id = '9' - context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

    < Boolean > false < / Boolean >

    Connection error in [https://iaas/sdk], error details:

    System.Net.WebException: The request failed with HTTP 401 status: not allowed.

    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodName, Object [] parameters)

    at VMware.vSphere.VimService.RetrieveServiceContent (ManagedObjectReference _this)

    at DynamicOps.Vrm.Agent.vSphere.VSphereSession.Connect (String username, String password)

    [11.03.2016 08:09:17] "[Debug]: Thread-Id = '9' - context =" "token =" "this exception was taken:

    System.Net.WebException: The request failed with HTTP 401 status: not allowed.

    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodName, Object [] parameters)

    at VMware.vSphere.VimService.RetrieveServiceContent (ManagedObjectReference _this)

    at DynamicOps.Vrm.Agent.vSphere.VSphereSession.Connect (String username, String password)

    at DynamicOps.Vrm.Agent.vSphere.VSphereHypervisorServiceProvider.GetComputeResources (ManagementEndpoint managementEndpoint)

    at DynamicOps.Vrm.Agent.vSphere.VSphereAgentService.GetHostClusterList)

    at DynamicOps.Vrm.Agent.Core.VRMCoreAgent.SendPingReport)

    at DynamicOps.Vrm.Agent.Core.CoreAgentBase.SendPingReportLoop (Object sender, ElapsedEventArgs e)

    [11.03.2016 08:09:17] "[Error]: Thread-Id = '9' - context =" "token =" "<? XML version = "1.0" encoding = "utf-16"? >

    < Boolean > false < / Boolean >

    This exception has been taken:

    System.Net.WebException: The request failed with HTTP 401 status: not allowed.

    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse (SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (String methodName, Object [] parameters)

    at VMware.vSphere.VimService.RetrieveServiceContent (ManagedObjectReference _this)

    at DynamicOps.Vrm.Agent.vSphere.VSphereSession.Connect (String username, String password)

    at DynamicOps.Vrm.Agent.vSphere.VSphereHypervisorServiceProvider.GetComputeResources (ManagementEndpoint managementEndpoint)

    at DynamicOps.Vrm.Agent.vSphere.VSphereAgentService.GetHostClusterList)

    at DynamicOps.Vrm.Agent.Core.VRMCoreAgent.SendPingReport)

    at DynamicOps.Vrm.Agent.Core.CoreAgentBase.SendPingReportLoop (Object sender, ElapsedEventArgs e)

    I hope someone can give me some advice.

    Thanks in advance

    Susie

    You should the vCenter endpoint address not the address of the VRA machine.

    http://www.virtxpert.com/add-vCenter-endpoint-vrealize-automation-series-part-8/

  • All requests to vCAC COFFEE host failed: 401 Unauthorized

    Hi all

    I installed the plugin vCAC 6.0.1 on vCO 5.5.2 and several hosts COFFEE vCAC (for different tenants) has added to the inventory.

    But all my attempts to make any request vCAC COFFEE host failed with the error: 401 Unauthorized.

    For example, if I run the workflow example "Library/vCloud Automation Center/samples/list catalog items" I the following error in the log of vCO:

    [03:42:36.616 2015-01-22] [I] host: DynamicWrapper (Instance): [vCACCAFEHost]-[class com.vmware.o11n.plugin.vcac.model.VCACHost] - VALUE: vcac6 [https://vcac6.hfr.mydev.com/] [vsphere.local]

    [03:42:36.616 2015-01-22] [I] user: [email protected]

    [03:42:37.251 2015-01-22] [I] 401 Unauthorized (Workflow: catalog items list / list of items in the catalog (item1) #5)

    (Complete the log as an attachment)

    In addition, all the vCO for guests COFFEE vCAC inventory records are empty:

    vCAC CAFE inventory.png

    If we consider the logs on vCO configuration server the root of this problem is the same:

    2015-01-22 04:09:20.368 - 0800 [http-bio-0.0.0.0-8281-exec-17] WARN {} [RestTemplateIpv6] GET request for " " https://vcac6.HFR.MyDev.com/Component-Registry/Endpoints/types/com.VMware.CSP.Core.Designer.service.API/default " " gave rise to 401 (unauthorized), invoking the error handler "

    2015-01-22 04:09:20.368 - 0800 [http-bio-0.0.0.0-8281-exec-17] {} [InventoryService] error findChildrenInRelation! Host: vcac6 (80de8859-bdee-459f-b4c2-1b06341fdccf), type: VCACHost, id: 80de8859-bdee-459f-b4c2-1b06341fdccf, relationName: ResourceAction, exception: org.springframework.web.client.HttpClientErrorException: 401 Unauthorized

    (Complete the log as an attachment)

    Could someone advise me what could be the root of this problem and how it can be solved?

    Thanks in advance!

    Note:

    What is interesting to note that the IaaS service works very well at the same time: API call correct works of the workflow of vCO, the inventory of the IaaS instance node contains all the appropriate objects.

    My enviromnet is:

    vCAC: 6.0

    vCenter Orchestrator: 5.5.2

    vCenter Orchestrator vCAC plugin: 6.0.1

    I checked the configuration:

    vCAC 6.0 + vCO 5.5.1 + plugin vCAC 6.0.1

    and everything works well here.

    It was definitely the problem of version mismatch.

    vCAC 6.0.1 plugin can operate only with vCO 5.5.1 or embedded vCAC vCO 6.0.

    It is not compatible with the vCO 5.5.0 or vCO 5.5.2.

  • OAM 10.1.4.3 IdentityXML - call functions giving 401 Unauthorized

    Hello
    We try to make calls to function IdentityXML our Weblogic Server on our front end server in OSH. We are formatting a call using the OAM Developer's guide (http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12491/idxmlows.htm#CJAIHDFG) using Coldfusion and in making a call to the userservcenter url http. I can connect to the url used for the call to userservcenter.cgi with the user to sleep safely, I try to use the following code:
    <oblix:authentication type="basic"> 
                               <oblix:login>orcladmin</oblix:login> 
                               <oblix:password>password</oblix:password> 
    </oblix:authentication>
    The only error we get is 401 unauthorized, check the name of user and password, etc...
    Why common reasons this can happen?

    Thank you!

    Is the URL that is protected using an authentication scheme 'Basic on LDAP? If so, you may need to send an additional cookie named "ObBasicAuth" with the value "fromDialog" with the request.

    -Vinod

  • I get a message HTTP/1.1 401 unauthorized when I try to use a file sharing program. I use windows 7 Professional and firefox ver 40.0.2.

    I use a file to http://www.psms-cpa.com/exchange.html Exchange program
    It should bring up a box of connection credentials, but I get HTTP/1.1 401 Unauthorized
    I use windows 7 Professional, Firefox ver 40.0.2
    It works fine on other computers using FIrefox ver 40.0.2 and it worked fine for the past 2 weeks ago.

    This page is actually a framework around another site (https://client.psms-cpa.com/). You can load pages framed in a new tab by right clicking on the error page, expanding the submenu 'this framework', then Open Frame in a new tab.

    40 Firefox no longer displays the login prompt of authorization basis for a framed page that is hosted on a different server. This is to protect you from accidentally giving your credentials for the external page for an attacker.

    One solution is to use the page framed directly, but if you prefer to disable this new protection, there is an option to do so. Of course, please be wary of this guest appearing on other sites.

    (1) in a new tab, type or paste Subject: config in the address bar and press enter/return. Click on the button promising to be careful.

    (2) in the search above the list box, type or paste auth and make a pause so that the list is filtered

    (3) double-click the preference of network.auth.allow - subresource-auth and edit the 1 to 2, and then click OK

    • 1 shows the dialog box logon only for pages framed, images, etc., hosted on the same site
    • 2 allows the connection to pages dialog box framed, images, etc., hosted on any site

    This should take effect the next time you reload the external page (your home address).

  • When sharing my project there are some clips that show a red screen with a camera saying error. How can I solve these clips if I can share the project correctly?

    When sharing my project there are some clips that show a red screen with a camera saying error. How can I solve these clips if I can share the project correctly?

    This happens usually when the import process was not completed. If you have the original camera card - or a copy of the computer of the map - you can probably use the re-import command (on the file menu) to fix things. In addition, it is possible that the original media is imported, but this transcoding was not. If you have chosen to optimise upon import, try to select clips in the browser and transcoding to optimized.

    Russ

  • IE8 and it just started with a lot of error reports and custom back to the home page

    Well for a reason my first thread is not here so Im start again, I have IE8 and it just started with a lot of error reports and custom back to the homepage it just on the same page of the article, I was reading and said that this tab was recovered, I end up having to close on restarting the program n also since I reloaded my xp cd my sound got rough n jumps, it was well before I did this if Im not sure what to do. Im not exactly smart pc and am afraid of doing something wrong then Im left to do very limited things, any help would be appreciated

    Hello mikegrimesWQ,

    Because it looks like you have reinstalled Windows XP, what happens when you turn on your computer?  Windows loads correctly and allow you to connect with success?  Have you completed all the updates of Windows since the relocation?  Do you get errors at any time?

    What version of Windows XP you are using and which service pack is currently installed?  I would say confirming all your drivers are recognized and updated.

    How to download updates that include drivers and hotfixes from the Windows Update Catalog

    Please let us know status.

    Thank you

    James

  • My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    My Cookie file was corrupted in data and my programs continually pop up with the 'corrupt file' error when a program opens, pointing to \Users\name\Appdata\Roaming\Microsoft\Windows\Cookies.

    The problem is, Chkdsk will not fix this, and I can't access the file. This opens up a world of problems when I need to fix this error, so I can upgrade to Windows 7. Help, please!

    I just ran the scan again. He said of the errors found, but could not be repaired.

    This problem actually has nothing to do with internet explorer. It's the cookies folder that is corrupt in the Windows folder in roaming. The error file is in conjunction with the programs, that I try to run (AIM, Skype, so forth). Trying to enter the folder it says it's corrupt. I don't know what is the root of the problems or how to solve this problem, but these measures have not helped so far. Regarding the repair, I will try that next.

    http://Tinypic.com/view.php?pic=14mw4ly&s=4

    Here is a picture. This is the error of the lower right

    It's what the tool SFC to see system files corrupted and try to repair the system files.
    SFC could not fix it.

    Looks like you will need to do this:

    http://www.Vistax64.com/tutorials/88236-repair-install-Vista.html

    Read the info on the link above.

    Good luck with it.

    Let us know how you go with it.

    See you soon.

    Mick Murphy - Microsoft partner

  • How can I fix defender of windows with pointer not valid error 0 x 80004003

    How windows Defender ifix with pointer not valid error 0 x 80004003

    Hello

    ·           When you get this error message?

    ·           You have security software installed on the computer?

    Step 1: Temporarily disable the security software and check if it makes a difference.

    Disable the anti-virus software: http://windows.microsoft.com/en-SG/windows-vista/Disable-antivirus-software

    Note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

  • Print spooler print server 2008 crash with file hpb6sy2917_x64gui.dll error

    Print spooler print server 2008 crash with file hpb6sy2917_x64gui.dll error

    This happened on 02/10/15 and happened again on 24/02/16. We have two printers that depend on this file. HP Color LaserJet 553 and HP LaserJet M604. I have over a hundred of the M604 on my network and the last time that this happened, it dominoed across the print server system.  This has also caused some spools of printing stop on end users. The only way I can get end users up is to uninstall the driver package.

    This issue affects the Windows Server 2008 and windows computers 7 as well.  Try to determine why this has happened twice and determine how fixit before the rest of my Server 2008 and end down as well.

    The error lies in the hpb6sy2917_x64gui.dll.

    This time I had to remove the printers and drivers with a regedit. I also deleted all files in all files for 2917 in the

    C:\Windows\System32\spool\drivers\x64\3 folder. But this time, when I reinstall the M604 M553 drivers and it lowers again print server spooler. I'm frustrated to say the least.

    I tried clearing forcefully queues by deleting files in C:\WINDOWS\System32\spool\PRINTERS

    Hello

    According to the description of the problem, you work in the Windows Server 2008 domain environment. So, I suggest you to republish your query on the TechNet forum, which is run by the other IT professionals who are trained on the server issues. However, you can try to run the REG file that was downloaded in the link provided by Ramesh Srinivasan in his position, responded on June 2, 2012 in the thread link provided below and see if it helps you to solve the problem.

    Deleted print spooler service

    http://social.technet.Microsoft.com/forums/Windows/en-us/9d0bd665-621d-449E-a22f-b512e068ba2a/print-spooler-service-removed

    If the problem persists, try to repost your query on TechNet forum. Keep us.

    Kind regards

Maybe you are looking for