Crystal Report always requires sa logon and password

I have created a simple crystal report, with two parameters (date range) and added it to the main menu using the Report and Layout Manager, in 8.8 PL19 HF. The first time I run the report, after each logon, I am prompted for the sa password. How can I avoid this? Not only do I not want to give all of my users the sa password, but I don't want them to have to deal with the hassle of entering it. The report works fine otherwise.
I saw some notes similar to this, but never really saw an actual fix provided.
Thanks for any help

Hi,
1. Are you using the SAP connection? If you have, but problem persist, try the following steps.
2. If you are using ODBC connection, then try OLEDB connection.
3. If you have created the report on your laptop (eg: ABC)  with connection to  (eg:ABC) and then you import the report to SAP server (eg: named SAP), then open the report in Crystal and reset location to SAP.

Similar Messages

  • Run Crystal Report from URL includes username and password

    Hello,
    I've downloaded CR 2008, and CR Server 2008 demo's.
    I'm trying to use a feature I've used with CR10 enterprise, and XI report server, where I can run a report direct from the URL.
    Something like:
    HTTP://scada-ho/crystal/enterprise/admin/en/viewrpt.cwr?id=381&init=actx&apsuser=administrator&apspassword=&apsauthtype=secenterprise
    or
    http://192.168.72.98/businessobjects/enterprise115/infoview/main.aspx?id=1024&init=actx&apssystem=hobprim&apsuser=visy&apspassword=Fillers3&apsauthtype=secenterprise
    I've noticed that there were subtle syntax differences between CR10 Enterprise and XI report server in the past, and expect that similar differences exist with CR server 2008.
    Could someone show me the syntax for CR Server 2008 to run a report from a URL, and pass the required username and password, without having to go through the infoview logon screen

    Tim,
    Thanks for the reply.  I admit I did see that thread when I was looking for a solution.
    My hesitance is that for a non programmer it looks very difficult, and a lot of settings.
    I liked the URL reporting because of its simplicity - one line.
    I know that it advertises the username and password, but for our requirement (intranet reporting, LAN separated from IT), its not a big risk.
    My further investigations indicate that for CRS 2008 something like the following should work:
    http://192.168.207.156/CrystalReports/view.aspx?id=1102&apsuser=administrator&apspassword=admin1&apsauthtype=secEnterprise&init=java
    However I get
    404 - File or Directory not found.
    I'm running on Windows7 with IIS7, so I think it must be an IIS configuration issue
    Any Ideas?

  • How do I connect to an SMTP server that requires a username and password?

    Hi,
    I am currently working on a project for university which requires me to send and receive email. I was until this week able to send mail no problem, but now the SMTP server has been upgraded so that each time a mail is sent it requires the username and password.
    Ideally the connection should be made using TLS/SSL, and not use the Authenticator method. I want to pass the username and password directly if possible.
    I've been trying to use the following but have been getting handshake, and other exceptions:
    SMTPSSLTransport smtpSSLtransport = new SMTPSSLTransport(session,
                        new URLName("smtp", smtpHost, port, null-File,
                        "USERNAME", "PASSWORD"));
            smtpSSLtransport.setStartTLS(true);
            smtpSSLtransport.connect(new Socket(smtpHost, port));
            smtpSSLtransport.sendMessage(smtpMessage,                                                     message.getAllRecipients());
            smtpSSLtransport.close();Can anyone correct this piece of code for me or point me in the right direction of what classes and methods I should be using?
    Many thanks in advance,
    Gordon

    I always wonder what misleads people to do things this way.
    Was there some example you saw that suggested that instantiating
    an SMTPSSLTransport was the correct approach? I hope not.
    See the smtpsend.java demo program for how to use SMTP
    authentication. If you need to use SSL, see the SSLNOTES.txt
    file for hints on using the "smtps" protocol. smtpsend.java also
    illustrates use of SSL, but you'll need to fix a bug in it to use the
    correct property names ("mail.smtps.auth", etc.).

  • Re: Crystal Reports 5.0 (32-Bit) and Forte 2.0H16 on NT3.51

    Dear Silke,
    Crystal's default for identifying a table in the report design is
    <schema>.<table>. You can change that by going to the Database Location menu
    item and cutting the schema prefix off. You should do that for every table in
    the report. The PESetNthTableLogOnInfo function will, I believe, not change
    the schema prefix of a table, since it assumes you really want that schema,
    i.e., as an override. Also, if you are using the propagateAcrossAllTables
    feature of the function make sure that every table has the schema prefix cut
    off, otherwise those tables will be skipped, since the propagate feature applies
    to all other similar tables only. For example, some of the tables could be
    Sybase, etc.
    I believe you can change the default behaviour of the CR Report Designer in the
    File->Preferences menu, so that when reports are designed the schema prefix is
    not automatically attached.
    I have compiled some guidelines on designing reports to make them work properly
    with Forte. I will try to send them to you next week. Crystal Reports and its
    C API are a good product, and you will get good performance once the report
    design is set up properly.
    Yours very sincerely, John Hodgson.
    Schulte, Silke (DVD) wrote:
    The problem seems to be, that Crystal stores the database name in the
    report. If you want to change the database you have to develop your
    report new, although you give the connection-information via the API.
    The hotline from Crystal told us, when using subreports you have to use
    the PESetNthTableLogOnInfo and to go through all the subreports and
    change the connect-string.
    Our experience is, you have to do both: change the report and call the
    other function for the subreports.
    Thank you very much for all the tips.
    Regards
    Silke Schulte
    Union-Investment, Frankfurt / Main, Germany
    e-mail: [email protected]
    From: Ajith Kallambella M[SMTP:[email protected]]
    Sent: Mittwoch, 23. September 1998 15:17
    To: [email protected]; ForteUsers; [email protected]
    Subject: RE: Crystal Reports 5.0 (32-Bit) and Forte 2.0H16 on NT
    3.51
    Hi There,
    Crystal reports stores Database name as a hard-coded
    value in the
    report template. So if you have to use an other
    database, you will
    have to open the report template and modify the
    database name. I
    think this is why you are getting Crystal API error.
    Hope this helps!
    Ajith Kallambella M
    Forte systems Engineer,
    International Business Corporation.
    Hello,
    I wonder if we have a similar problem.
    We are using Crystal Reports 5 and Forte 3.0.F.2. For
    the interface
    between Forte and Crystal we have in Forte a Lib using
    C-wrappering to
    the C-API of Crystal.
    We have developed a report on a database in our
    development-environment. This report comes up with data
    and works
    correct. It's no different if we have saved the report
    in Crystal with
    data or without.
    If we want to use the same report on another database
    in our
    test-environment the window from crystal reports comes
    up and when
    starting there is an error from the Crystal API
    function.
    Both environments use the same version of an Oracle
    Database and are on
    Open VMS. The client for the test is in this case
    always the same.
    From the C-API we use the method PEStartPrintJob after
    we have specified
    the rest for the report.
    Is there a possibility that this is the same error you
    mentioned? Or do
    you have any other ideas?
    Any help is appreciated.
    Regards
    Silke Schulte
    Union-Investment Frankfurt (Germany)
    email: [email protected]
    From: Katie Carty[SMTP:[email protected]]
    Reply To: Katie Carty
    Sent: Montag, 21. September 1998 19:14
    To: 'Tim Hagemann'; [email protected]
    Subject: RE: Crystal Reports 5.0 (32-Bit) and Forte2.0H16 on NT
    3.51
    Tim,
    You need to upgrade to CrystalReports 6.0. There isa bug in the
    interaction between Forte and CrystalReports 5.0 (Idon't know on
    which side the bug resides, but I think that it is onthe Crystal end,
    since the problem occurs both through C-wrapperingand OLE
    interaction), which does not allow you to invoke thePrintReport
    method unless you have saved data with the report.
    As far as I know, there is no workaround, and theonly solution is to
    upgrade to CrystalReports 6.0.
    FYI, there is no ActiveX control supplied withCrystalReports 5.0 -
    you are actually using standard OLE integration.
    Hope this helps...
    Regards,
    -Katie
    -----Original Message-----
    From: Tim Hagemann [SMTP:[email protected]]
    Sent: Monday, September 21, 1998 11:27 AM
    To: [email protected]
    Subject: Crystal Reports 5.0 (32-Bit) and Forte2.0H16 on NT 3.51
    Hi Forte-User !
    We got a big problem here using the crystal active-xcontrol. On my
    windows-nt 4.0 machine (with
    crystal reports installed completely) all works well.On our test
    machine (with only the crystal ActiveX
    installed), the Forte runtime shuts down afterinvoking a special
    method of the ocx (PrintReport).
    The cause for shutting down (no stacktrace orsomething like that) is
    a generated c++ exception in crystal -
    but we don't know the cause of this exception.
    Has anyone made the control work under nt 3.51 ? Doesanybody know
    (exactly) what dll's we'll have
    to use ?
    TIA,
    Tim Hagemann
    Tim Hagemann
    Ascom GmbH Email:
    [email protected]
    Charlottenburger Allee 61 Phone: +49241 96806 273
    D-52068 Aachen Fax: +49241 96806 225
    >
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Dear Silke,
    Crystal's default for identifying a table in the report design is
    <schema>.<table>. You can change that by going to the Database Location menu
    item and cutting the schema prefix off. You should do that for every table in
    the report. The PESetNthTableLogOnInfo function will, I believe, not change
    the schema prefix of a table, since it assumes you really want that schema,
    i.e., as an override. Also, if you are using the propagateAcrossAllTables
    feature of the function make sure that every table has the schema prefix cut
    off, otherwise those tables will be skipped, since the propagate feature applies
    to all other similar tables only. For example, some of the tables could be
    Sybase, etc.
    I believe you can change the default behaviour of the CR Report Designer in the
    File->Preferences menu, so that when reports are designed the schema prefix is
    not automatically attached.
    I have compiled some guidelines on designing reports to make them work properly
    with Forte. I will try to send them to you next week. Crystal Reports and its
    C API are a good product, and you will get good performance once the report
    design is set up properly.
    Yours very sincerely, John Hodgson.
    Schulte, Silke (DVD) wrote:
    The problem seems to be, that Crystal stores the database name in the
    report. If you want to change the database you have to develop your
    report new, although you give the connection-information via the API.
    The hotline from Crystal told us, when using subreports you have to use
    the PESetNthTableLogOnInfo and to go through all the subreports and
    change the connect-string.
    Our experience is, you have to do both: change the report and call the
    other function for the subreports.
    Thank you very much for all the tips.
    Regards
    Silke Schulte
    Union-Investment, Frankfurt / Main, Germany
    e-mail: [email protected]
    From: Ajith Kallambella M[SMTP:[email protected]]
    Sent: Mittwoch, 23. September 1998 15:17
    To: [email protected]; ForteUsers; [email protected]
    Subject: RE: Crystal Reports 5.0 (32-Bit) and Forte 2.0H16 on NT
    3.51
    Hi There,
    Crystal reports stores Database name as a hard-coded
    value in the
    report template. So if you have to use an other
    database, you will
    have to open the report template and modify the
    database name. I
    think this is why you are getting Crystal API error.
    Hope this helps!
    Ajith Kallambella M
    Forte systems Engineer,
    International Business Corporation.
    Hello,
    I wonder if we have a similar problem.
    We are using Crystal Reports 5 and Forte 3.0.F.2. For
    the interface
    between Forte and Crystal we have in Forte a Lib using
    C-wrappering to
    the C-API of Crystal.
    We have developed a report on a database in our
    development-environment. This report comes up with data
    and works
    correct. It's no different if we have saved the report
    in Crystal with
    data or without.
    If we want to use the same report on another database
    in our
    test-environment the window from crystal reports comes
    up and when
    starting there is an error from the Crystal API
    function.
    Both environments use the same version of an Oracle
    Database and are on
    Open VMS. The client for the test is in this case
    always the same.
    From the C-API we use the method PEStartPrintJob after
    we have specified
    the rest for the report.
    Is there a possibility that this is the same error you
    mentioned? Or do
    you have any other ideas?
    Any help is appreciated.
    Regards
    Silke Schulte
    Union-Investment Frankfurt (Germany)
    email: [email protected]
    From: Katie Carty[SMTP:[email protected]]
    Reply To: Katie Carty
    Sent: Montag, 21. September 1998 19:14
    To: 'Tim Hagemann'; [email protected]
    Subject: RE: Crystal Reports 5.0 (32-Bit) and Forte2.0H16 on NT
    3.51
    Tim,
    You need to upgrade to CrystalReports 6.0. There isa bug in the
    interaction between Forte and CrystalReports 5.0 (Idon't know on
    which side the bug resides, but I think that it is onthe Crystal end,
    since the problem occurs both through C-wrapperingand OLE
    interaction), which does not allow you to invoke thePrintReport
    method unless you have saved data with the report.
    As far as I know, there is no workaround, and theonly solution is to
    upgrade to CrystalReports 6.0.
    FYI, there is no ActiveX control supplied withCrystalReports 5.0 -
    you are actually using standard OLE integration.
    Hope this helps...
    Regards,
    -Katie
    -----Original Message-----
    From: Tim Hagemann [SMTP:[email protected]]
    Sent: Monday, September 21, 1998 11:27 AM
    To: [email protected]
    Subject: Crystal Reports 5.0 (32-Bit) and Forte2.0H16 on NT 3.51
    Hi Forte-User !
    We got a big problem here using the crystal active-xcontrol. On my
    windows-nt 4.0 machine (with
    crystal reports installed completely) all works well.On our test
    machine (with only the crystal ActiveX
    installed), the Forte runtime shuts down afterinvoking a special
    method of the ocx (PrintReport).
    The cause for shutting down (no stacktrace orsomething like that) is
    a generated c++ exception in crystal -
    but we don't know the cause of this exception.
    Has anyone made the control work under nt 3.51 ? Doesanybody know
    (exactly) what dll's we'll have
    to use ?
    TIA,
    Tim Hagemann
    Tim Hagemann
    Ascom GmbH Email:
    [email protected]
    Charlottenburger Allee 61 Phone: +49241 96806 273
    D-52068 Aachen Fax: +49241 96806 225
    >
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • How can we disable " XDB Requires a username and password"?

    Hello,
    I've just performed an Apex 4 installation on top of a DB 11.2.0.2.
    All is fine.
    No problem fine with FF, IE and Safari, but with Chrome I always have a pop up saying " The server XXXX: port at XDB requires a username and password".
    How can I disable that, or fix it definitively?
    Thanks
    Fred

    Sure.
    On my system Anonymous and XDB account were already unlocked and both used the same password.
    I simply executed the PL/SQL block that you can find here: http://www.apexexplorer.com/wp-content/uploads/2010/11/XDB-Password-Issue.pdf
    I bounced the listener.
    Hope that help
    Regards,
    Fred

  • Linking to an OBIEE report without showing the user and password

    Hi!
    we are trying to access to an obiee report from an external portal (coded with php).
    The idea is that the user clicks on a link an gets the report in pdf format. For that purpose we are using this url:
    http://ttivobiee01:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criteria"."Key"&P3=1402&NQuser=user&NQPassword=pass&format=pdf
    But this url is expossing OBIEE's user and password.
    In order to avoid this security issue we tried to do an wget of the url but it doesn't return the report. Instead we get an html, which seams to download the report chunk by chunk (using javaScript).
    The question is, is there any way that we could let our portal ussers access to an obbie report without expossing the user and password?
    I have been looking into oracle forums and have found this: OBIEE Go URL with password protected
    but we couldn't use this aproach due to security issues.
    Thanks!
    Nuria

    Hi!
    We have finally done this (and it works!)
    <?php
    $urlInforme='http://obi:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criterios"."Clave oficial"&P3=1402&NQuser=user&NQPassword=pass&format=pdf';
    $ch = curl_init($urlInforme);
    $ckfile = tempnam ("./", "CURLCOOKIE");
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $output = curl_exec ($ch);
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $fp = fopen("salida.pdf", "w");
    curl_setopt($ch, CURLOPT_FILE, $fp);
    $output = curl_exec ($ch);
    curl_close($ch);
    fclose($fp);

  • Safari won't play youtube videos anymore. I've never had trouble in the past. I switched to chrome but then back to safari and changed the default browser to safari. Now safari won't open any sites that require a user and password. Any suggestions?

    Hello everyone,
    I've recently been getting error messages on youtube videos when using safari. This never used to happen. I tried using chrome but it didn't take care of the problem. When I set my default browser back to safari, safari won't open any websites that require a username and password. Any suggestions?

    My case is different from those listed below.  First, I'm running OS X 10.8.5 and Safari 6.0.5.
    My problem is this:
    I run a Google search, say, "youtube somesong", and from the hit list returned from google I
    pick some selection. Youtube launches and plays the video without problems.  However, when
    i click on any of the alternate videos from the page's  vertical list, only the name of the chosen video
    appears beneath the video I just watched.  The new selection itself is not loaded by Safari.
    This occurs for any selection I choose.  My way around this problem is to force a Safari reload of
    the page by using the keyboard shortcut, Command-R.  This fills in the old video window with the
    video I just chose.  Can I conclude that this is a Safari issue alone, or is it a Safari/Youtube combo gotcha?  Anyway, the present condition *****.
    This problem began sometime after i upgraded to Mountain Lion.  I have reset Safari and have also
    deleted the Youtube.com Cache, Cookies, and Local Storage from the Privacy settings under
    System Preferences. I have also tested the problem by running Safari in 32 bit mode (no luck there).
    If anyone out there has experienced this scenario, I sure could use a little help here.

  • The server at Mac OS X Server Web Services requires a username and password

    I am running SL Server 10.6.2, wiki works but when a person clicks an attached file in a wiki and then selects "open" they get a login popup with the notification The server at Mac OS X Server Web Services requires a username and password. It doesn't matter what they put into the login/pass it comes back. If they hit cancel then the document opens. If they click save then it saves with no issue. I can type in the admin login/pass of the server and it works. Does this mean the security settings to the location of the files is wrong? Any help is greatly appreciated!

    By the way they are using Internet Explorer 7 when opening these documents.

  • My iphone 6 turned off while i was using face time and it returns with the screen saying Hello mean its reset automatically how is this possible ? Now it requires an id and password to activate which i do not remember need help ?

    My iphone 6 turned off while i was using face time and it returns with the screen saying Hello mean its reset automatically how is this possible ? Now it requires an id and password to activate which i do not remember need help ? but i do remember the id and password which i was using on itunes and Apple store. please i almoost buy it in 890$ so it will be a big lost please help me.

    shahzadfromlahore wrote:
    Now it requires an id and password to activate which i do not remember need help ? but i do remember the id and password which i was using on itunes and Apple store. please i almoost buy it in 890$ so it will be a big lost please help me
    Who set up the phone? Who's Apple ID was used to activate it?

  • Need list of Crystal Reports Version Numbers by Product and Service Pack

    Hi All,
    Where can I get a list of Crystal Reports Version Numbers by Product and Service Pack? I'm trying to figure out which version we have is the most current version, because we have so many version installed threw out our company.
    Thanks.

    Hi Matt,
    Please check the crystal Report 2008 product versions
    Cr 2008+SP0 - 12.0.0.683
    Cr 2008+SP0 + FP1 - 12.0.0.796
    Cr 2008+SP0 + FP2 - 12.0.0.840
    Cr 2008+SP0 + FP3 - 12.0.3.900
    Cr 2008 + SP1 - 12.1.0.882
    Cr 2008 + SP1 + FP1.1 - 12.1.1.957
    Cr 2008 + SP1 + FP1.2 - 12.1.2.996
    Cr 2008 + SP1 + FP1.3 - 12.1.3.1028
    Cr 2008 + SP1 + FP1.4 - 12.1.4.1068
    Cr 2008 + SP1 + FP1.5 - 12.1.5.1096
    Cr 2008 + SP1 + FP1.6 - 12.1.6.1116
    Cr 2008 + SP1 + FP1.7 - 12.1.7.1144
    Cr 2008 + SP1 + FP1.8 - 12.1.8.1176
    Cr 2008 + SP1 + FP1.9 - 12.1.9.1290
    Cr 2008 + SP1 + FP1.10 - 12.1.10.1390
    Cr 2008 + SP1 + FP1.11 - 12.1.11.1454
    Cr 2008 + SP2 - 12.2.0.290
    Cr 2008 + SP2 + FP2.1 - 12.2.1.412
    Cr 2008 + SP2 + FP2.2 - 12.2.2.453
    Cr 2008 + SP2 + FP2.3 - 12.2.3.467
    Cr 2008 + SP2 + FP2.4 - 12.2.4.507
    Cr 2008 + SP2 + FP2.5 - 12.2.5.537
    Cr 2008 + SP2 + FP2.6 - 12.2.6.567
    Cr 2008 + SP2 + FP2.7 - 12.2.7.598
    Cr 2008 + SP2 + FP2.8 - 12.2.8.638
    Cr 2008 + SP2 + FP2.9 - 12.2.9.698
    Cr 2008 + SP2 + FP2.10 - 12.2.10.810
    Cr 2008 + SP3 - 12.3.0.601
    Cr 2008 + SP3 + FP3.1 - 12.3.1.684
    Cr 2008 + SP3 + FP3.2 - 12.3.2.753
    Cr 2008 + SP3 + FP3.3 - 12.3.3.812
    Thanks,
    Naga.

  • Hp printer requires a username and password

    My HP Deskjet F4583 wireless printer worked wonders with my Windows XP.
    Now we've all upgraded to Windows 7 (very grumpy - everything worked just fine on XP)
    Tried printing through wireless office network (that "I" set up), and suddenly get this:
       "The server 10.0.0.3:80 requires a username and password.
        THe server says: HP Printer Networking@."
             followed by the appropriate fields.
    So now what?
    Since when was a username/ password option available - believe me I would have tried to omit it when creating the network - we don't have time to "play" with our gadgets; we just expect them to work with minimum fuss.
    Please help...
    This question was solved.
    View Solution.

    dave-k2 wrote:
    The exact network was shown in my question - it is an 802.11 WiFi network configured for WPA2 authentication.
    It is not an open network with no encryption or authentication.
    It is not a walled garden network with no 802.11 encryption but using a web browser for authentication.
    It is not a WPA2-PSK network with a shared key for 802.11 encryption.
    It is a WPA2 network with 802.11 encryption and EAP authentication to a RADIUS server.  It needs the printer supplicant to supply a username and a password.  I own neither the AP nor the RADIUS server for this network, they are owned by the college my child attends.
    There you go.  Need to ask your IT department how to connect because the printer will never connect with a browser authentication.    Also not supported on a Radius server. 
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Help with "Admin user requires valid username and password" on fms2_console.swf page

    Just installed FMS2 on Debian (etch, 2.16.5-1 kernel). When I
    connect to localhost:1111/fms2_console.swf and get the infamous XML
    output which includes the text, "Admin user requires valid username
    and password." The *.xml and *.ini files haven't been touched after
    installation. All four daemons (fmsedge, fmsmaster, fmscore,
    fmsadmin) are running and listening on the correct ports.
    Any tips? (I'm sure this is easy to solve...)
    Thanks.

    Hi,
    FMIS 4.5 does not accept plain text password. Encrypt=false is no longer supported. See here for more information : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2926 bcf-7fed.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7e91
    The value for SERVER.ADMIN_PASSWORD needs to be the encrypted string for your password. That should solve your problem.
    Hope this helps.
    Thanks,
    Apurva

  • I am trying to connect to tyne internet and computer requires my user and password in which i do not remember

    i am trying to connect to tyne internet and computer requires my user and password in which i do not remember

    I'm guessing that you are referring to Tyne Internet in the UK? Are you forgetting your Tyne username and passcode, or one for the computer? To recover the Tyne, you will need to contact them. If it is your Mac, from what little I understand about Mac computers, do you have it in your Keychain?

  • Admin Console - Admin user requires valid username and password

    I am running FMIS4.5 on CentOS5.5
    FMIS is running and I can connect via Flash Media Encoder.
    Web displays and admin console :1111 gives xml output, however
    When using the user & password in my xml files to login (testing with ping), I get the "Admin user requires valid username and password" error.
    conf/fms.ini:
    # fms.ini contains substitution variables for Flash Media Server          #
    # configuration files. Lines beginning with '#' are considered comments.  #
    # A substitution variable is in the form <name>=<value>. Everything up to #
    # the first '=' is considered the name of the substitution variable, and  #
    # everything after the first '=' is considered the substitution value. If #
    # you want a substitution variable to have leading or trailing spaces,    #
    # enclose the value around double quotes. For example, foo=" bar "        #
    # This section contains configurable parameters in Server.xml #
    # Username for server admin
    # For example:
    #    SERVER.ADMIN_USERNAME = foo
    SERVER.ADMIN_USERNAME = Admin
    SERVER.ADMIN_PASSWORD = str34m1ng
    # IP address and port Flash Media Admin Server should listen on
    # For example:
    #    SERVER.ADMINSERVER_HOSTPORT = :1111
    SERVER.ADMINSERVER_HOSTPORT = :1111
    # User id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_UID = 500
    SERVER.PROCESS_UID = 500
    # Group id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_GID = 500
    SERVER.PROCESS_GID = 500
    # License key for Flash Media Server
    # For example:
    #    SERVER.LICENSEINFO = XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
    SERVER.LICENSEINFO = #SORRY YOU DON'T GET TO SEE THIS#
    # LIVE_DIR denotes the full path of sample "Live" application's
    # folder for storing any live stream recorded by server.
    # For example:
    #    LIVE_DIR = <FMS_Installation_Dir>\applications\live
    LIVE_DIR = /opt/adobe/fms/applications/live
    # VOD_COMMON_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand and Progressive Download .flv/.mp3 files.
    # File stored in this folder can be streamed and are also PD-able.
    # Note : If you are using the default installation of Apache as a webserver,
    # and if you modify VOD_COMMON_DIR, please change the document root
    # accordingly in httpd.conf.
    # For example:
    #    VOD_COMMON_DIR = <FMS_Installation_Dir>\webroot\vod
    VOD_COMMON_DIR = /opt/adobe/fms/webroot/vod
    # VOD_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand only .flv/.mp3 files. Files stored in
    # this folder are not PD-able
    # For example:
    #    VOD_DIR = <FMS_Installation_Dir>\applications\vod\media
    VOD_DIR = /opt/adobe/fms/applications/vod/media
    # The maximum size of the FLV cache, in megabytes.
    # The default is 500MB.
    SERVER.FLVCACHE_MAXSIZE=500
    # Whether to start and stop the included HTTP server along
    # with FMS.
    SERVER.HTTPD_ENABLED = true
    # This section contains configurable parameters in Adaptor.xml #
    # Application directory for the virtual host
    # For example:
    #    VHOST.APPSDIR = C:\myapps
    VHOST.APPSDIR = /opt/adobe/fms/applications
    VHOST.ALLOW = all
    # This section contains configurable parameters in Application.xml #
    # List of semi-colon delimited paths in which to search for script to load
    # For example:
    #    APP.JS_SCRIPTLIBPATH = C:\scripts;C:\Program Files\Foo\scripts
    APP.JS_SCRIPTLIBPATH = /opt/adobe/fms/scriptlib
    # This section contains configurable parameters in Logger.xml #
    LOGGER.LOGDIR =
    # This section contains configurable parameters in Users.xml #
    # Enable or disable using HTTP requests to execute admin commands.
    # Set to "true" to enable, otherwise it will be disabled.  The
    # actual commands permitted for server admin and virtual host admin
    # users can be set in Users.xml.
    USERS.HTTPCOMMAND_ALLOW = true
    Users.xml:
    <Root>
        <UserList>
            <!-- This tag defines an administrator for the server. -->
            <User name="${SERVER.ADMIN_USERNAME}">
                <!-- Salted Password Hash for this vhost administrator. -->
                <Password encrypt="false">${SERVER.ADMIN_PASSWORD}</Password>
                <!-- This admin can only connect to the server from the specified -->
                <!-- hosts. This is specified as a comma delimited list of        -->
                <!-- hostnames or domain names, and/or (full or partial) IP       -->
                <!-- addresses. For example,                                      -->
                <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"    -->
                <Allow>All</Allow>
                <!-- This admin cannot connect to the server from any of the      -->
                <!-- specified hosts. This is specified as a comma delimited list -->
                <!-- of hostnames or domain names, and/or (full or partial) IP    -->
                <!-- addresses. For example,                                      -->
                <!-- "foo.yourcompany.com, macromedia.com, 10.60.1.133, 10.60"    -->
                <Deny></Deny>
                <!-- Specifies the order in which to evaluate the <Allow> and     -->
                <!-- <Deny> tags. This can be "Allow,Deny" or "Deny,Allow". The   -->
                <!-- default is "Deny,Allow" which means that access is allowed   -->
                <!-- unless specified in <Deny> and not specified in <Allow>.     -->
                <Order>Allow,Deny</Order>
            </User>
            <User name="janedoe">
                    <Password encrypt="false">S4mpl3P4ss</Password>
                    <Allow></Allow>
                    <Deny></Deny>
                    <Order>Allow,Deny</Order>
            </User>
        </UserList>
        <AdminServer>
            <HTTPCommands>
                <!-- Enable or disable using HTTP requests to execute admin commands.     -->
                <!-- Set to "true" to enable, otherwise it will be disabled.  The           -->
                <!-- actual commands permitted for server admin and virtual host admin    -->
                <!-- users can be set in the Allow and Deny elements.                                   $
                <Enable>${USERS.HTTPCOMMAND_ALLOW}</Enable>
                <!-- List of server admin commands that can be accessed via HTTP.         -->
                <!-- Add multiple commands separated by commas.  "All" indicates          -->
                <!-- every command (it's not recommended to allow all commands).          -->
                <!-- Seperate multiple commands with commas.                              -->
                <Allow>ping</Allow>
                <!-- List of server admin commands denied access via HTTP.                -->
                <!-- Add multiple commands seperated by commas.  "All" indicates          -->
                <!-- every command.                                                       -->
                <Deny>All</Deny>
                <!-- Processing order for deny and allow command lists.  "Deny,Allow"     -->
                <!-- means the command will be allowed if the command is in the allow     -->
                <!-- list or not in the deny list.   "Allow,Deny" means the command       -->
                <!-- will be allowed if it is in the allow list and not in the            -->
                <!-- deny list.                                                           -->
                <Order>Deny,Allow</Order>
            </HTTPCommands>
        </AdminServer>
    </Root>
    Output on :1111/admin/ping?auser=Admin&apswd=str34m1ng :
    <result>
      <level>error</level>
         <code>NetConnection.Connect.Rejected</code>
         <description>Admin user requires valid username and password.</description>
         <timestamp>Thu 17 May 2012 11:33:43 AM EDT</timestamp>
    </result>
    Connections do not work from both localhost and external connections and the fms_adminConsole.htm (.swf) fails as well.
    Any assistance is appreciated!

    Hi,
    FMIS 4.5 does not accept plain text password. Encrypt=false is no longer supported. See here for more information : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2926 bcf-7fed.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7e91
    The value for SERVER.ADMIN_PASSWORD needs to be the encrypted string for your password. That should solve your problem.
    Hope this helps.
    Thanks,
    Apurva

  • I m using iPad mini, mistakly I clicked on restore factory now it require apple id and password which I inserted but not get success I really do not know any other apple id to restore its settings. I used .

    I m using iPad mini, mistakly I clicked on restore factory now it require apple id and password which I inserted but not get success I really do not know any other apple id to restore its settingsI used last time.
    < Personal Information Edited By Host >

    It sounds like this iPad was purchased second hand.  If so, you will need to contact the original owner, otherwise your iPad will remain Activation Locked.
    Find My iPhone Activation Lock - Apple Support

Maybe you are looking for

  • Clearing sequences, running sql script

    Hi, I'm using OWB 10.1.0.4.0 and I use a sequence to create a surrogate key in my tables. For the tabels that are deleted during the proces I want these sequences set to 1 again. Is there a possibility to run a sql script in a mapping or in the proce

  • Video editing Laptop

    Hi everyone! I'm searching for a new laptop for video editing (with Adobe Premiere). Do you have any suggestions? I prefer a 15.6" laptop with SD. Do you suggest a laptop with quadro or gtx graphica card? thank you very much, Gabri

  • Problem in customising replication

    Hai all,     While carry on customising replication we are able to replicates other objects and get the Done status except  for DNL_CUST_PAYPL and DNL_CUST_PROD1 where we are getting the status as running. Could anyone help us to resolve it? Rgds, S.

  • Excise internal document getting reversed on reversal of GR(Imports)

    Hi! On reversal of imported GR docuement, the internal document is getting reversed resulting in-correct figure in the part-1 register. e.g : I have 3 documents in a PO(Qty-10MT), i.e. GR1-5MT, GR2-3MT & GR3-2MT     At this point the Entered field wi

  • How do I send just a song to someone and not the entire album?

    How do I send just a song to someone and not the entire album??