REP-51002 link to the report server has failed 12 c forms

Hi all

I call report forms 12 c but my error report server name is rep_wls_reports_kalpataru started successfully see image.

rwserver.jpg

REP-51002.jpg

REP-51002 bind to the rep_wls_reports_kalpataru Server report failed in 12 c

Run the code in the report button

----------------------

DECLARE

PARALIST paramlist;

n number;

p_file_name varchar2 (200);

BEGIN

P_FILE_NAME: ='C:\Oracle\Middleware\Oracle_Home\reports\'|| the user | "Employee" | ". PDF ";

paralist: = Get_Parameter_List ('param_list_main');

IF id_null (paralist) THEN

PARALIST: = CREATE_PARAMETER_LIST ('param_list_main');

ON THE OTHER

Destroy_Parameter_List (paralist);

PARALIST: = CREATE_PARAMETER_LIST ('param_list_main');

END IF;

ADD_PARAMETER (PARALIST, 'P_DEPT_NO', TEXT_PARAMETER,: DEPT.) DEPTNO);

Report_Print (p_file_name, 'PDF', 'EMPLOYEE.rdf', PARALIST);

Destroy_Parameter_List (paralist);

END;

How to print report

-----------------------

PROCEDURE Report_Print (p_file_name varchar2, varchar2, varchar2, p_paramlist paramlist p_report_filename p_desformat) IS

rep_id report_object;

v_rep varchar2 (100);

v_report_server varchar2 (100);

v_report_path varchar2 (100);

v_servlet_url varchar2 (500);

v_job_id varchar2 (100);

BEGIN

v_report_server: = 'rep_wls_reports_kalpataru ';

v_report_path: = 'C:\Oracle\Middleware\Oracle_Home\reports ';

v_servlet_url: = '127.0.0.1:7779/reports/rwservlet ';

rep_id: = find_report_object ('report1');

set_report_object_property (rep_id, REPORT_SERVER, v_report_server);

set_report_object_property (rep_id, REPORT_EXECUTION_MODE, batch);

set_report_object_property (rep_id, REPORT_COMM_MODE, SYNCHRONOUS);

set_report_object_property (rep_id, REPORT_DESTYPE, file);

set_report_object_property (rep_id, REPORT_DESFORMAT, p_desformat);

set_report_object_property (rep_id, REPORT_FILENAME, v_report_path |) » \'|| p_report_filename);

set_report_object_property (rep_id, REPORT_DESNAME, p_file_name);

v_rep: = run_report_object (rep_id, p_paramlist);

V_JOB_ID: = SUBSTR (V_REP, INSTR (V_REP, '_',-1)+1);

web.show_document ("http://'||") v_servlet_url | ' /getjobid' | V_JOB_ID, "_blank");

END;

Please someone guide me to solve this problem.

Solved the problem by adding a COMPONENT_CONFIG_PATH in the default.env file.

Tags: Oracle Development

Similar Questions

  • Statement and analytical framework deployed on the application server has failed

    IM unable to config R & a framework while improving 11.1.2.1 to 11.1.2.3. Config is a failure while deployed to the application server.

    Here is the error msg that we receive.

    To be precise web analysis is not set up.

    [2015 08-14 T 16: 59:31.200 + 05:30] [EPMCFG] [TRACE] [EPMCFG-07561] [oracle. EPMCFG] [tid: 24] [ecid: 0000KwfxjtjD0jx6wBzW6G1LnT1s000006, 0] [SRC_CLASS: com.hyperion.config.document.Storage] Called: Storage.getLocalHostComponents (com.hyperion.hit.registry.ComponentType)("WEBANALYSIS_WEB_APP"): returned 2 component (s)
    [2015 08-14 T 16: 59:31.200 + 05:30] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle. EPMCFG] [tid: 24] [ecid: 0000KwfxjtjD0jx6wBzW6G1LnT1s000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper] error: []
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:72)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor33.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at com.hyperion.hit.tool.deploy.ant.engine.ProjectRunner.execAtNumber(ProjectRunner.java:143)
    at com.hyperion.cis.config.AntDeploymentApiAdapter.deploy(AntDeploymentApiAdapter.java:168)
    at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:239)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:592)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:302)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:263)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:32)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:12)
    at com.hyperion.hit.tool.deploy.update.ConfigToolRegistryUpdater.update(ConfigToolRegistryUpdater.java:34)
    at com.hyperion.hit.tool.deploy.ant.wrappers.RegistryUpdateWrapper.uptadeRegisty(RegistryUpdateWrapper.java:23)
    ... more than 22

    ]]
    [2015 08-14 T 16: 59:31.200 + 05:30] [EPMCFG] [ERROR] [EPMCFG-01020] [oracle. EPMCFG] [tid: 24] [ecid: 0000KwfxjtjD0jx6wBzW6G1LnT1s000006, 0] [SRC_CLASS: com.hyperion.cis.config.AntDeploymentApiAdapter] error: []
    E:\Oracle\Middleware\EPMSystem11R1\common\config\11.1.2.0\resources\ant-repository\build.XML:282: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:116)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at com.hyperion.hit.tool.deploy.ant.engine.ProjectRunner.execAtNumber(ProjectRunner.java:143)
    at com.hyperion.cis.config.AntDeploymentApiAdapter.deploy(AntDeploymentApiAdapter.java:168)
    at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:239)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:592)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:302)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
    at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:76)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor33.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    ... 12 more
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:72)
    ... more than 17
    Caused by: java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:263)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:32)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:12)
    at com.hyperion.hit.tool.deploy.update.ConfigToolRegistryUpdater.update(ConfigToolRegistryUpdater.java:34)
    at com.hyperion.hit.tool.deploy.ant.wrappers.RegistryUpdateWrapper.uptadeRegisty(RegistryUpdateWrapper.java:23)
    ... more than 22
    -Nested Exception-
    java.lang.IllegalStateException: java.lang.reflect.InvocationTargetException
    at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:76)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor33.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at com.hyperion.hit.tool.deploy.ant.engine.ProjectRunner.execAtNumber(ProjectRunner.java:143)
    at com.hyperion.cis.config.AntDeploymentApiAdapter.deploy(AntDeploymentApiAdapter.java:168)
    at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:239)
    at com.hyperion.config.wizard.impl.RunAllTasks.executeAppDeploymentTask(RunAllTasks.java:592)
    at com.hyperion.config.wizard.impl.RunAllTasks.execute(RunAllTasks.java:302)
    at com.hyperion.config.wizard.impl.RunnAllTasksState.run(RunnAllTasksState.java:92)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.hyperion.hit.tool.deploy.ant.wrappers.ScriptTaskWrapper.execute(ScriptTaskWrapper.java:72)
    ... more than 17
    Caused by: java.lang.NullPointerException
    in java.io.File. < init > (File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:263)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:32)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:12)
    at com.hyperion.hit.tool.deploy.update.ConfigToolRegistryUpdater.update(ConfigToolRegistryUpdater.java:34)
    at com.hyperion.hit.tool.deploy.ant.wrappers.RegistryUpdateWrapper.uptadeRegisty(RegistryUpdateWrapper.java:23)
    ... more than 22

    ]]
    [2015 08-14 T 16: 59:31.200 + 05:30] [EPMCFG] [TRACE] [EPMCFG-01001] [oracle. EPMCFG] [tid: 24] [ecid: 0000KwfxjtjD0jx6wBzW6G1LnT1s000006, 0] [SRC_CLASS: com.hyperion.hit.tool.deploy.ant.model.utils.TimeReportUtil] trace: all deployment: 01 min 53 s

    There was a duplicate for web analytics registry entry. I checked in the deployment report, then deleted using the object_id. It was not detected by the registry cleanup utility

  • FRM: 41213 cannot connect to the report server

    Hi expert,

    When I try to click on the button, I got this error... FRM:41213 unable to connect to the server reports and then another browser open and display... oracle reports: REP-51002 error: link to my_server of report server has failed.

    before I got this error message I just create a form and reports only OC4J instance is running. and then, add the code to a button.

    I think I have to miss another instance to run or set. Please I need your help... Please give the step by step procedure how to fix this...

    Thanks /.

    Hai,

    If your issue is resolved then mark it, or post the questions.

    Manu.

  • REP-51002: link to repsisdev for report server failed

    Dear all,

    I am facing the error "REP-51002: link to repsisdev for report server failed" when I access the application after the custom report sever created and modified after the seller recommends changes.

    When I check the portal the namingservice is running.

    Please let me know what could be the reason behind this issue.

    Concerning
    Salai

    Hello

    What happens if you run the commands:

    / uc01/app/oracle/middleware/asinst_1/config/reports/bin CD /.
    serveur./rwclient.sh = repsisdev = destype = file desname=/tmp/test.pdf desformat test report = pdf

    Concerning

  • Using Reporting SERVICES report server cannot open a connection to the report server database in SQL server 2008 R2 sp1

    Hello

    I'm running Reporting SERVICES Version 2007.0100.1600.022 ((SQL_PreRelease). 080709-1414 in Visual Studio 2008 with Microsoft SQL Server 2008 R2 Express Edition with Advanced Services (64-bit) on Windows NT 6.1 SP1.)
    Everything seems to work fine except that I can't deploy: "the report server cannot open a connection to the report server database."
    Connection test ReportServer as OK in the Configuration service report manager and Visual Studio. Run reports in Visual Studio against ReportServer and my other databases.  Deployment fails on a report of VM. Remote access is enabled in the firewall, pipes is enabled in configuration Manager SQL server, the permissions for all access in Windows.
    The error in the log file of report Service:
    Library! WindowsService_1! 12ac! 09/23/2012-21: 05:12: e ERROR: ServiceStartThread: Exception caught during the startup of service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: the report server cannot open a connection to the report server database. A connection to the database is required for all applications and treatment. ---> System.Data.SqlClient.SqlException: a network-related or instance-specific error all by establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - error Search Server/Instance specified)
    Any ideas?
    Thank you.
    -Phil

    Just, I solved the problem I had.

    It turns out, there, there were two questions... first concealing the second.

    SQL Web browser has not been activated.  solution: in properties SQL server configuration manager, transformed the startup to automatic mode and activated the service.

    Microsoft Visual Studio project property targetdatasourcefolder had a server name that precedes the name of the folder. Removed the name of the server.  This works.

    Everything unfolds right now.

  • Report will run in Report Builder, but hangs in the report server

    Hello

    I am using Oracle 10 g reports to build a report containing many formulas. Everything worked perfectly until I added a condition in a query in the columns of the formulas. After adding it, report to the report server does not work but runs only in Report Builder. If I deleted this condition, report works OK but I need. This condition is very simple, just filtering is a decoded column (i.e. stts = has ')

    Can anyone suggest how to fix this?

    Hello

    What version of application server that you are using your reports?

    If you use PDF subsetting (check the [PDF:Subset] section in the file uifont.ali on your server), then you most likely face to Bug: 5029259 this is 10.1.2.0.2 to 10.1.2.2. To solve the problem read more Doc ID 363868.1 in support of the Oracle. In short, your options are:

    1 apply a group of hotfixes 10.1.2.3 or perhaps the patch 5029259 is sufficient.

    2-make sure that no NULL values are returned in the report. Use nvl when possible. If there was no problem before making the changes then maybe check new columns formulas would be sufficient. I made this change me to this problem and it seems that this is resolved the problem.

    3 or change to no. REPORTS_ENHANCED_SUBSET in the registry under windows or $ORACLE_HOME/bin/reports.sh if windows under linux.  REPORTS_ENHANCED_SUBSET = YES is necessary if you use TTF which create subsets, however. So maybe it's not an option.

    Julius Z

  • How to set up to call a report .rep file to run the report?

    I know that we can attach a RDF report to a form of report.

    But how to call rep report files? I don't want to fix the reports on Forms.

    My name of reports are dynamically from the database.

    I defined my sourceDir under engine element in the rwserver.conf file

    and place the files of my rep under this directory, restart the report server.

    my forms cannot find the report yet.

    It reports an error:

    * "' FRM-41219: can not find the report: invalid ID." * "

    Published by: frank1018 on 8 April 2013 11:51

    There is no difference in calling a file rdf or rep. A rep file is just the compiled version of the rdf.
    If you call your reports with the extension of rdf in the name of the file (myreport.rdf), you have a problem. Just delete the file extension. Now, it won't matter if the file is a file rdf or rep (as long as they are in sourceDir).

    I don't want to fix the reports on Forms.
    My name of reports are dynamically from the database.

    You don't have to join all reports forms. Simply create a report object, without specifying the name of the file. You can do it programmatically:

    v_report_filename := 'Myreport';
    set_report_object_property ( repid, report_filename, v_report_filename); 
    
  • the report server e-mail authentication to send emails usind mail dest

    Hi all.
    I need to configure the report server to send emails, my server requires authentication.
    How or where to put properties on the report 11g server only?

    I tried em weblogic console > report server > management > base Conf >
    user = base64_encoded key
    passwd = based64_encoded key

    also tried wit plain text data about the user and the password.

    have restarted several times to test, but I still can't send service.

    the form of error: http://192.168.1.200:8888 / reports/rwservlet/showjobs? Server = ReportsServer_FR_inst says:
    "Error".
    El informs to ha generated correctamente, pero the company has following destinos ha Fall. »

    I have:
    OS > Oracle Enterprise Linux 5.5
    WLS > wls 10.3.4
    EN > formulas reports 11.1.1.4

    Thank you very much.

    not really solved, using an authenticated mail server doesnot work for me.
    Thank you

  • How to rename the report server name

    Hello

    I would like to know how we can rename the report server. We have dev and environment in the same network of prod and it seems that the name of the report server must be unique.

    I followed the following link and also changed the $OH\sysman\emd\lastupld.xml file.
    How to change the name of report server?

    When I try to run the report, it still doesn't seem to work. Then, in the 'Application Server Control', I am unable to see the renamed server name.

    Please provide any information.

    Thank you

    Perhaps.

    If you talk about the forms Dev tool there are several ways to do so. I could try, it's find and replace SQL inside forms to see if the report server is hardcoded.

    Get an example on my end.

  • Start the report server error

    Hello
    After I installed my Devsuit10g report server started very well without any problem using this command "server = ServerName rwserver '"

    Then I installed oracle 10g on the same machine, after this report break beginning gives this error message such as "the procedure entry psoasys is not found in the orapls10.dll".

    I see this .dll in oracle devsuithome/BIN and oracleDB home/BIN.

    Now how to start the report server. I have no Oracle ACE installed in this machine.

    Has anyone encountered this problem? any solution?

    Rgds

    Maybe this could help:

    set ORACLE_HOME=devsuitehome
    set PATH=devsuitehome/BIN;%PATH%
    rwserver server=servername
    

    see you soon

  • FRM-41213 unable to connect to the report server

    Dear all, I use Forms10g and reports 10g.
    I call my form report, show this error:

    FRM-41213 unable to connect to the report server

    It's my code. What's not here?


    DECLARE
    Repid REPORT_OBJECT;
    v_rep VARCHAR2 (100);
    rep_status VARCHAR2 (20);
    plid ParamList;
    number of vParamValue;
    BEGIN
    plid: = Get_parameter_List ('tmp');
    IF this is Id_Null (plid) THEN
    Destroy_parameter_List (plid);
    END IF;
    plid: = Create_parameter_List ('tmp');
    Add_Parameter (PLid, 'P_Block', Text_Parameter,: block_query.item_block);
    Add_Parameter (PLid, 'P_Category', Text_Parameter,: block_query.item_category);
    Add_Parameter (PLid, 'P_Dept', Text_Parameter,: block_query.item_dept);
    Add_Parameter (PLid, 'P_FLOOR', Text_Parameter,: block_query.item_floor);
    Add_Parameter (PLid, 'P_IP', Text_Parameter,: block_query.item_ip);
    Add_Parameter (PLid, 'P_Room', Text_Parameter,: block_query.item_room);
    Add_Parameter (PLid, 'P_Userid', Text_Parameter,: block_query.item_usr_id);
    Add_Parameter (PLid, 'PARAMFORM', Text_Parameter, "NO");

    Rep: = FIND_REPORT_OBJECT ('rp_test1');
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'PDF');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_OTHER, "paramform = no");

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_SERVER, 'rep_oracleapps_eHOpeAS');

    v_rep: = RUN_REPORT_OBJECT (repid, plid);
    rep_status: = REPORT_OBJECT_STATUS (v_rep);

    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')
    LOOP
    rep_status: = report_object_status (v_rep);
    END LOOP;
    WEB. SHOW_DOCUMENT ('/ reports/rwservlet/getjobid ': substr (v_rep, InStr(v_rep,'_',-1) + 1) |'?)
    ('| 'server = rep_oracleapps_eHOpeAS');
    Exception
    While others then
    message(SQLERRM||) e -'|| SQLCODE);

    End;

    Hello

    Please start you are first report server and then try to view report.try something like this to start the report server.

    rwserver server=server_name start
    

    Note:-you need to start the report server using cmd (Dos) Pormpt.soemthing like this.

    c:\form_home\bin\rwserver server=server_name start
    

    Sarah

  • The OCSP server has no status for the certificate

    From just today, whenever I try to access www.fanfiction.net, I get this error message from FF: -.

    "Secure connection failed".
    An error occurred during a connection at www.fanfiction.net. The OCSP server has no status for the certificate. (Error code: sec_error_ocsp_unknown_cert) "

    I already tried removing the Cert8.db and Secmod.db and uncheck only the two OCSP parameters d ' option in advance. Neither work. The site is accessible to any other browser so it's really Firefox question.

    Need advice on how to fix this ASAP.

    the issue seems to have been fixed by the site already, you can go ahead and give security.ssl.enable_ocsp_stapling to true.

  • The dhcp server has not seen a directory for authorization server

    I recently upgraded from Server 2003 to windows server 2008 r2. After the upgrade, the DHCP server has started to not giving IP address after a lease has expired. For DHCP to provide IP addresses, I have to restart the server. I need help on how to configure my server to allow the service to restart. Any help will be much appreciated

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)
    *
  • I am able to receive emails, when you send emails I get the following message: the connection to the server has failed.

    When sending emails, I get follow-up messages:

    The connection to the server has failed.

    Object "try again"
    Server: 'smtp.comcast.net '.
    Windows Live Mail error ID: 0x800CCC0E
    Protocol: SMTP
    Port: 25
    Secure (SSL): Yes
    Socket error: 10013

    Comcast e-mail settings (note the reference to port 25)

    http://forums.Comcast.com/T5/E-mail-and-Xfinity-connect-help/E-mail-client-settings-customer-generated/TD-p/778889

  • Windows XP Outlook Express 6... the connection to the server has failed.

    I have Windows XP. When you attempt to send emails from my Outlook Express 6, I get this message...

    The connection to the server has failed.
    Account: 'pop3.live.com '.
    Server: 'smtp.live.com '.
    Protocol: SMTP
    Port: 25, secure (SSL): Yes
    Socket error: 10013
    Error number: 0x800CCCOE

    Probably your ISP blocks port 25 for access to the SMTP servers other than their own. Go to tools > accounts > {account} > properties > advanced. Change the port to 587 and try again.

Maybe you are looking for