Signing in with Third Party Accounts

So, I tried to sign into the HP ePrintCenter with my gmail and facebook accounts however I get this message "only third party accounts that have previously registered with the ePrintCenter can sign in" What does this mean and how do you register your account with the website?

Hello User1246, sorry to find out that you are experiencing the problem;
Is easy to sing in with your google account and others 3rd party accounts look for logo of the account in  in the left sign of the sign in button, just try in the HP eprint Center.
If you are not experiencing this issue any longer,  May you let me know, for your time and courtesy,
will be deeply graceful.
RobertoR
Remember=▼
You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

Similar Messages

  • Computer won't access or stay registered with third party accounts after new hard drive installed

    Had a hard drive crash a a few months ago on iMac. Took it to an Apple-certified repair place, and they installed a new hard drive. (And I think updated the OS as well.)  iMac is working great, but have run into an odd issue with signing into accounts -- such as stores, banks, etc. Each time I try to sign in I need to reregister the computer or in some cases, I simply can't sign into the account at all, despite using the correct user name and password. Tried calling the third party accounts customer support and got "It's a Mac - we don't have anyone who does that." One other place said it "might have something to do with cookies."
    Can anyone help out with this one? It is extremely annoying!
    Thanks!!

    Thanks. This seems to have worked.
    I ran the reinstall and then upgraded back to 10.6.8 via software update, and App Store and iTunes both work now.  I was able to log into my iTunes account and my old purchase of 10.7 was there.  I'm downloading it now as I type this.
    I still have to deal with the fact that iLife and iWork and Xcode aren't working (and probably other things too), but the biggest hurdle seems to be crossed.  I'll deal with the other apps tomorrow.
    Thanks again!

  • How to integrate single sign on with third party system

    we are in the process of implementing istore application. we already have home grown isupport application to contact support personnal for any issues. Now we are wondering how do we integrate oracle applications single sign on with our third pary system. Is there any recommendation provided by oracle to achieve the same.

    We too are in the process of implementing iStore with SSO features.
    And if you believe me it seems to me as nightmare.
    In our scenerio we are intgrating this SSO with Third party access control too (AD and Siteminder). I would request you to please respond me on the following mail id , so we can share our experince which will help us in our implementation
    [email protected]
    regards and thanks in advance
    Vikas Deep

  • Replace Self-Signed FAST Search Certificate with Third Party Certificate

    We are trying to replace the Self-Signed FAST Search Certificate with Third Party Certificate in our SP 2010 environment. And are facing issues while enabling the SSL communication between the FAST servers and the corporate servers.
    Our FAST search servers are in a different farm than that of the Corporate Servers.
    The details of the certificate we received is as follows:
    Issued to : FastSearchCert
    Issued By: Issuer Name
    Valid From: 4/21/2015 to 4/20/2017
    We were able to successfully renew the certificate on the FAST Search Server by following the below steps:
    1.  Login to the Administrative and the Non-Administrative nodes 
    of the FAST server. Go to Windows Service and stop the FAST Search for SharePoint and the FAST Search for SharePoint Monitoring services in both the servers.
    Follow the below steps in the Administrative Node followed by the Non-Administrative Node
    2. 
    Install the certificate in the following paths in the certificate store:
    “Certificates(Local Computer)\Personal”
    “Certificates(Local Computer)\Trusted Root Certification Authorities”
    3. Ensure that the user account configured for the “FAST Search Server 2010 for SharePoint” has access to the private key of the certificate.
    4. Go the Administrative node of the FAST farm and follow the below steps:
    Go to the certificate store.
    Expand the Personal folder and then click the Certificates folder. Double-click the third party signed FAST certificate.
    Open the Details tab and then click Thumbprint. Note down this thumbprint.
    5. Next, open
    Microsoft FAST Search Server 2010 for SharePoint with Administrator
    Privileges.
    6.
    Navigate to the directory, “D:\FASTSearch\installer\scripts” and execute the below command to replace the current certificate with the newly created
    third party signed FAST certificate.
    .\ReplaceDefaultCertificate.ps1 -thumbprint "certificate thumbprint".
    7. The FAST certificate was renewed successfully.
    Once the certificate has been renewed successfully in both the nodes, follow the below step:
    8. Start the FASTSearch for SharePoint and the FAST Search
    for SharePoint Monitoring services in the administrator server.
    Next, while enabling the SSL communication between the FAST servers and the other corporate servers, we follow the below steps:
    1. 
    Copy the new certificate from any of the FAST servers to all the web-front end and application servers in the corporate farm, in order to enable SSL communication between these servers and the FAST farm.
    2.   Also, copy the script
    ‘SecureFASTSearchConnector.ps1’ from the location “%FASTSearchFolder%\installer\scripts” in the FAST servers 
    to the web-front end and application servers of the corporate farm.
    3.  Follow the below steps on each of the servers in the corporate farm:
    Open ‘SharePoint 2010 Management Shell’ with administrator privileges and navigate to the directory in which
    SecureFASTSearchConnector.ps1’ script is located.
    And then, execute the below command:
     .\SecureFASTSearchConnector.ps1 -certThumbprint "certificate thumbprint" –ssaName “FASTCibtebtSSA” –username “DOMAIN\SP_Farm”
     Where,
    -certThumbprint 
    - Thumbprint of the certificate
    -ssaName – FAST Content SSA
    -username – The account configured to run the SharePoint
    Search Service
    On execution of the above command, we receive an error message stating that the "Connection to the Content Distributor servername.corp.abc.org: 14391 could not be validated...instance of FAST search server backend is running"
    Please help us resolve this issue. We have not been able to find the cause of the above error for a long time.
    Any help is much appreciated.

    Your tip on exporting from eDir to locate a missing private key was very helpful. Here are my steps to renew an expired third party certificate when the private key, generated 30 months ago in my case, could not be located.
    In iManager, browse the tree and locate the likely certificate object. The Attributes for the object show Subject Name = webmail.acme.com. Selected the certificate and exported to webmailcert.pfx.
    Then, the openssl commands in TID 7004039, "How to convert a SSL PFX to a PEM file", were run against the .pfx file to create cert.pem, key.pem and server.key files.
    TID 7015500, "How to determine if private key belongs to public key (certificate)", was followed to determine if the public key (downloaded from third party) and private key (just retrieved from iManager) match - they did - that is, the private key converted from webmailcert.pfx matches the downloaded certificate.
    TID 7013103, "How to create a .pem File for SSL certificate Installations", was followed to manually create a server.pem file using openssl.
    TID 7010584, "How to setup SSL Certificate for Apache", part labeled "Additional Information" was followed to modify /etc/apache2/vhosts.d/vhost-ssl.conf file. Server.pem file created above copied to /etc/apache2/ssl.crt/ and /etc/ssl/servercerts/ directories as specified in vhost-ssl.conf.
    Restarted apache2.
    www.digicert.com has an SSL Certificate Checker that can be used to verify the installation is successful.

  • EPrintCent​er sign in using a third party account

    Product Name and Number
    HP Deskjet 3054A All-in-One Printer J611c
    Error message encountered.
    The ePrintCenter sign in page has Yahoo and Facebook sign in buttons but when I try to use those I get the following error message:
    "Only third party accounts that have previously registered with the ePrintCenter can sign in."
    My question is:
    How can I register my Yahoo & Facebook accounts with my existing ePrintCenter account? I can't find the appropriate settings menu within ePrintCenter.

    WSM should not affect the quality of your images. Have a look here for image optimization...
    http://roddymckay.com/PhotoSatellite/OptimizeImageFile.html

  • SharePoint 2013 on-premises integration with third party email account

    the Email sending issue from SharePoint is causing too much time waste 
    First let me explain how our SharePoint is deployed
    Sharepoint version : 2013
    Deployment type : on-premise
    Authentication : from Domain controller also hosted locally 
    domain name ; say domain.com this domain.com is same as our website address hosted on godaddy
    SharePoint computer name on local DNS :  sharepoint.domain.com
    OS and IIS : 2008 r2 , IIS 7.5 
    Network firewall : 25 26 ports  opened for sharepoint , both incoming and outgoing.
    Server firewall : turned off
    Email configuration Attempts by IIS 6.0 
    We tried following setting on IIS 6.0 SMTP local server properties
    In General tab
    qualified name was shown as : sharepoint.dts-solution.com
    IP assigned : sharepoint server IP  , advanced putted two entries of IP with ports as 25,26
    In Access tab
    Authentication : selected as Anonymous 
    Connection : All except below list : empty list
    Relay : only the list below , one entry as 127.0.0.1 and other is local static IP of SharePoint server
    in Delivery tab
    outbound security : Basic authentication : accessed user in AD and given the right password, also checked with annonymous -not working 
    outbound connection: all default values and port = 25
    Advance : fully qualified domain name = sharepoint.domain.com , DNS test showed success, rest every check box unchecked 
    On sharepoint central management settings
    Outbound email = sharepoint.domain.com
    from and reply to address = [email protected] 
    IIS 7.5 SMTP settings 
    In IIS 7.5 sharepoint application we added SMTP settings as smtp server = godaddy out going smtp , user name as [email protected] , password = godaddy password , port : godaddy outgoing port  .
    Godaddy account 
    Our website hosted on godaddy with same name as domain.com
    open relay not possible on emails.
    Results
    After setting alerts on SharePoint sites and assigning tasks with alerts we receive email in queue folder but they never get forwarded. We just wish to use any of our email *.domain.com to send outgoing emails from SharePoint . Its been a while we have no
    success. 
    Tech Learner

    Hi,
    As I understand, you are using SharePoint 2013 integrating with third party SMTP server which provides email function.
    From SharePoint side, I'd suggest you refer to the link below to configure email integration:
    http://technet.microsoft.com/en-us/library/ee956941(v=office.15).aspx
    If you have already confirm that message is sent from SharePoint, while stuck in queue on SMTP server, then the issue might be related to relay on SMTP server. Since the issue is related to third party product, we do not have enough resource here,
    I'd recommend you contact their support engineer for more assistance:
    https://support.godaddy.com/help/category/154/email
    https://support.godaddy.com/help/article/3552/managing-your-email-account-smtp-relays
    Thanks for the understanding.
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Is screen sharing through Messages limited to third-party accounts in Yosemite like it is in Mavericks?

    So I was told this by an Apple support member through the online chat, but everything else I've been reading seems contradictory. Every blog post I've read, and even Apple's own website makes it seems like you can screen share on Messages with any contact with an iMessage account (in Mavericks, it was limited to third-party accounts signed into Messages like Google, Jabber, AIM, etc...).
    I was able to screen share through the iMessages account if the two computers were on the same network (both on wifi, or both tethered to the same phone), but not if they were on separate networks. Which seems almost next to useless. It'd be nice to just get a breakdown of what's possible with screen sharing through Messages.
    So far it seems like:
    1. Screen sharing is possible using a third-party account (as per in Mavericks).
    2. Screen sharing is possible using an iMessages account only within the same network (added in Yosemite). <- if this is really all that was "added", they really should make that clear, rather than making it seem like iMessage accounts have the same utility as third-party ones.
    Just want someone to confirm this. Thanks!

    Hi,
    Screen Sharing only works with an AIM Account (AOL) or a Jabber ID  when the person at the other end is also using the same sort of Account and a Mac with iChat or Messages.
    The Bonjour Account which is used for LAN based Mac to Mac Chats can also Screen Share.
    The Yahoo account (if you have one) is Text only. It does not even do File Sharing.  It does not do Video Chat, Audio Only ones or Screen Sharing.
    The iMessages account does not do Video chats (or Audio Only)
    What it does do is invoke the FaceTime App.
    FaceTime does not Screen Share.
    Links to the info you have read would be useful.
    The Messages Help info.
    Text (if the pic does not show)
    Share your screen
    You and a friend with Mac OS X v10.5 Leopard or later can share a screen, making it easy to collaborate on a project.
    When you share a screen, you and your friend can do anything on the shared desktop, such as opening folders, creating documents, and copying files by dragging them from one desktop to another. Messages automatically starts an audio chat.
    You can share screens using AIM, Jabber, Google Talk, and Bonjour. You can’t share screens using Yahoo! or iMessage.
    Important: When you share your screen, your friend has the same access to your computer that you have. Share your screen only with people you trust, and be careful if you receive a request to share your screen from someone who isn’t in your buddy list. If the request comes from someone using Bonjour, remember that the name shown for the person in Bonjour does not necessarily match the person’s real name.
    See the Line above the one where the word "important" is in bold text.
    OS X 10.5 is the one with iChat 4.x.x with it.
    To be clear:-
    iChat 1 was an AIM client but also had the Bonjour account under it's previous name of Rendezvous
    iChat 3 added Jabber capabilities
    iChat 6 added Yahoo ones. (extremely limited)
    Messages brings the Name change and the focus on the iMessages account with the associated window changes.
    This means Messages can join 5 "services"
    Opening Messages asks you for an Apple ID to register with iMessages.
    It also has the Bonjour account present but not turned On.
    You can add anything you used in iChat
    Some Apple Issued ID are valid AIM Screen Names
    GoogleTalk and Facebook Chat IDs works as Jabber IDs
    Apple IDs
    These can be considered in some ways to be separated into different functions or layers.
    The first difference is between external emails and Apple Issued ones that end in @mac.com, @me.com and @icloud.com  (Some people are using a small number of pre Email linked Apple IDs - about 15 years or older accounts.)
    The Apple Issued ones can be used as AIM Screen Names.
    You can also distinguish between iCloud Linked ones and plain Apple IDs
    As Apple changed from MobileMe to iCloud they used  and linked @me.com IDs to iCloud as people registered for iCloud.
    Later they issued iCloud ending emails  (you may have both)
    This leaves you with "All iCloud IDs are Apple IDs, but not all Apple IDs are iCloud ID ones".
    The short answer is if an Account in Messages can Video within the app (not invoke another app) then it can Screen Share.
    10:05 pm      Friday; November 14, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Third Party Accounting

    Third party accounting
    Dear All,
    We are facing a problem in third party scenario. PR is created through Sales order, with Account assignment category u201CZu201D and item category u201Csu201D
    We have created new Account assignment category  u201CZu201D w.r.t. u201CY:u201D
    Details of Account assignment category u201CZu201D are as follows
    Consumption posting     u201DVu201D
    Acct modification     u201CVAXu201D
    The problem is system picks the G/L of stock account by default.
    (OBYC Account assigned to trading material)  (BSX).
    Please guide me how we can configure the system in such a way that it will consider consumption account.
    If we change the G/L in PO system gives an error u201CNo direct posting can be done to G/L *****. In company code***.
    Thanks
    Prakash

    Hi,
    the error can be removed by changing the GL account properties at fs00.
    Please check at OBYC which account is assigned to the account modifier VAX.
    Regards

  • Best way to make a jar with third party jars

    hi, i have a question.
    i have an application that uses different third party jars. For the moment i make my jar like this :
    a) i include all my third party jars (it is working)
    or is it better to
    b) include the jars in the jnlp file
    if b is better should i :
    b1) link to them to another jnlp file, like this :
    <extension name ....
    or
    b2) just put them as resources
    Another question :
    i sign my jar, but can't access the local file system. if i use solution a from above, do i have also to sign the jars that i include in my jar...
    for solution b i think i will have to sign all the jars... right ?
    Thx for your help

    hi, i have a question.
    i have an application that uses different third party
    jars. For the moment i make my jar like this :
    a) i include all my third party jars (it is working)
    or is it better to
    b) include the jars in the jnlp file
    this is best, leaving the third party jars alone.
    if b is better should i :
    b1) link to them to another jnlp file, like this :
    <extension name ....
    If you app needs all-permissions, it is best to do it this way, you can, for example, sign your jar, and then ask for all-permissions in the main jnlp file, then not ask for all-permissions in the extension jnlp file. Or you can ask for all-permission in the extension as well, if the third party jars are signed, and need all-permissions to run properly.
    or
    b2) just put them as resources
    if you don't need all-permissions anywhere, this is easiest.
    If you do need all-permissions everywhere, you could also do this, but you would need to sign the third party jars with the same certificate chain as you signed your jar.
    If the third party jars are allready signed by the third party, or if all-permissions are only needed in some of the jars, the b1 is beter.
    >
    Another question :
    i sign my jar, but can't access the local file
    system. if i use solution a from above, do i have
    also to sign the jars that i include in my jar...
    You need to add :
    <security> <all-permissions/> </security>
    to your jnlp file. In that case, all the jars listed as resources in that jnlp file need to be signed, and by the same certificate.
    for solution b i think i will have to sign all the
    jars... right ?
    yes
    Thx for your help/Andy

  • Third Party Account Ownership

    We rely on a number of third party accounts for our corporate social network presence and a number of other web based collaboration/communication tools. As we've seen in some of the career threads... names change. On top of that, some systems (like iContact, for example) reject role-based user names for all or part of their functionality.
    Has anyone come up with a strategy for managing third party account ownership that maintains continuity without compromising security?
    Thanks.
    This topic first appeared in the Spiceworks Community

    Hey Raj,
    Sorry if i have not conveyed my issue correctly.
    These are the standard acct determination
    0001   VAX      3100      500000
    0001   VAX      3105      500010
    0001   VAX      7920      500000
    When i do a standard sales process using a Finished or a trading material, 500000 is determined during goods issue thro the valuation class 7920 and 3100 respectively.
    But when i do a third party process with the same finished or a trading material it determines again 500000 instead of 500010. Is there any way i can make this account (500010) determined without changing the valuation class in the materials?
    Regards,
    Mahi

  • SGD with Third Party Authentication issue

    Hi
    I am trying to setup SGD with Third Party Authentication and have done all the requisites for this.
    I input the SGD URL and get the Third Party Login page but after I input my credentials, I get redirected to the SGD default login page which should not be the case. I had already set "Tomcat Authentication" as false in server.xml and enabled the Third Party authentication scheme in Array Manger
    What else am I missing ?
    Kindly advise
    SGD ver4.31
    Thanks

    Every now and then I have found the same. One thing that almost always solved the problem was recreating a new trusted user, you can follow the steps from:
    [http://docs.sun.com/source/820-1088/trusted_users.html|http://docs.sun.com/source/820-1088/trusted_users.html]
    Especially the step to test the trusted_user is a very good test to see if the trusted user is ok: http://server/axis/services/rpc/externalauth
    When prompted, log in as the trusted user.
    An other way to test it is via the api-test functionality: http://server/sgd/admin/apitest/
    First setup a session: webtopsession->startSession(0)
    Then authenticate via externalauth->setSessionIdentity
    These steps are the minimal steps to perform 3rdParty Authentication
    (There is also an example jsp for 3rd Party Authentication on the wikis.sun: [http://wikis.sun.com/display/SecureGlobalDesktop/Single+sign-on+(before+4.40)|http://wikis.sun.com/display/SecureGlobalDesktop/Single+sign-on+(before+4.40)] )
    - Remold

  • Anyone else having issues with third party changers saying "this accessory not supported". I get it every time I plug my phone. It only started after the iOS 7 updates

    Anyone else having issues with third party changers saying "this accessory not supported". I get it every time I plug my phone. It only started after the iOS 7 update?

    That's because part of iOS7 had code in it to look for and recognize unsigned cables.
    In other words, Apple knew that people used non-signed ones and didn't care....until last month when they decided to care. People with iOS6 and lower should experience no issues (unless Apple patches those iOS versions) but folks with iOS7 will need to deal with it.

  • Really Apple? OSX 10.8.5 disables built-in camera functionality with third party apps such as Skype and Gmail video chat. I do not have time machine on my 2013 MB Air. How can I get back to 10.8.4?

    Really Apple?
    With the release OSX 10.8.5 Apple has once again showed its true colors, and continued its efforts to create a closed Apple system, which eliminates third party vendors, unless, one can only assume... they pay.
    Included in this OSX update is the disabling of the built-in camera to work with third party applications such as Skype and Gmail video chat. No surprise the camera works just fine with Apple apps such as Facetime and Photobooth.
    The answer I got on my call to AppleCare to ask for assistance in reinstalling 10.8.4, so that I may Skype again, was we can not do that. You can not go back unless you have a time machine bkup.
    Can anyone help me get back to to 10.8.4 on my 2013 MB Air?
    I do not have a time machine bkup as this computer is not used to store important documents.
    Thank you.

    Read this post: 10.8.5 Broke Camera Usage For 3rd Party Apps Like Skype
    Another: isight not recognized in Skype after 10.8.5 upgrade
    Don't panic. Skype simply needs to update its app.

  • Integration of ChaRM with third party tools

    Hi all,
    We are in the process of building the solution for Change Request Management implementation integrated with third party tool. 
    As the normal process for ChaRM is to work with the Service Desk functionality (to raise a ticket, then support message, change request, change document etc...), but what we need is create the change request, and change document directly with ChaRM without using the Service Desk functionality. 
    Did anybody come across this situation?
    Please share your experience. 
    Thanks in advance.
    Balaji

    Hi Balaji,
    there is no problem, as I understand, you want to use ChaRM without Service Desk. OK, than you create directly a Change Request in CRMD_ORDER, the transaction type you have to select is SDCR (standard transaction type), you have to approve it and then you can create a change document, it is not necessary that you start with a Service Desk ticket like SLFN.
    You need configured TMS a SolMan Project with a Maintenance Cycle, thats it (but this is enough , don't forget the customizing).
    I hope I understood you correct
    Udo

  • Conflict with Third Party Apps?

    I am getting an occasional error saying there is a possible conflict with third party apps and that I need to check the drivers of my MIDI devices to see if they are up to date? Sorry but I did not record the exact wording. Does anyone know what this might mean, and how I need to go about checking drivers? I have a lot of interfaces and not sure how to see what's what. Thanks.

    Hi Midlake,
    Well, because they are known troublemakers. Search for 'takes' or 'take folder(s)' or 'comp' here on the forum and you'll find many a troubled soul crying out for help - including seasoned pro's, who thought they were beyond tears...
    O, they are fine for recording many takes - but thats' all. I'll select the best takes/phrases.
    regards, Erik.

Maybe you are looking for