OBIEE report showing blank for some fields

Hello

I have a problem with OBIEE report only when generating the report in CSV.
Some fields are displayed empty in CSV, appear correctly in other formats. I doubt that this is because the length of the text field is longer.

Any help will be appreciated.

what you see in the report?

Tags: Business Intelligence

Similar Questions

  • After VO extension update the page for some fields on a page does not work

    After VO extension update the page for some fields on a page does not work. The message arrives the data are saved, but the values is the same as that of the former. And this happens with only a few fields, other fields are working well.

    Any pointer to solve problems will be of great help.

    Thank you in advance.

    Check if the standard VO has a RowImpl and it overrides the methods getter and setter for fields that is affected. If so, you will need to call super() in your custom extended RowImpl to call this logic.

    See the link below for how to call great from the extended RowImpl.

    Johny tips: OAF: transient attributes not getting filled extended vo

    Example Code:

    public String getAttribute1() {
       //return (String) getAttributeInternal("Attribute1");
      return super.getAttribute1();
     }
    

    If the above did not help, attach standard and custom VO files. We can have a look.

    See you soon

    AJ

  • Registered form is blank for some users

    Hello

    I have a form I designed in Live Cycle ES2 Designer.  The fields on the form are filled by my users using Acrobat Std XI via a direct user input and pulling in some data with ODBC in Acrobat Std 11.   I have an automatted process that flattens the form when the user is done so that the data is retained, but people cannot easily open the form and accidentally changing one of the fields.

    We then emailed to customers.   Some clients claim once they are full, contains no data on this subject, only the work of the form background.   However, when we re-email exact same source file to them they are then able to see the data.

    We cannot reproduce this behavior on our end.  Whenever we discover the shape on Win7 / Acrobat or Reader 11 it opens right.

    Any suggestions on what could be the cause or what we should try to solve problems on the customers end?

    Guys, I got it!

    It was a long trip, but I was able to patch together using the print to the Adobe PDF printer as an inexpensive way to flatten.

    Some things I found is that I need to put the way printers in the print output driver preferences, allow it to overwrite the files that it prints and make sure it does not open the file printed and save the file to the PDF/A format.   I also found that when I execute print via javascript commands, I need to run it instead as a JS at the level of the confidence function files so that the user is not prompted with a dialog box asking if it's okay to feel, if they click "NO" it ruins the whole workflow.

    My level of function for printing JS file looks like this.  The function receives the document opened active and start and end page to print numbers (these are because the client version of the form gets different pages of the doc, we have to keep in the office).

    var MJS_PrintPages = app.trustedFunction ({function (doc, start, end)

    app.beginPriv ();

    pp var = doc.getPrintParams ();

    pp.interactive = pp.constants.interactionLevel.silent;

    pp.firstPage = start;

    pp.lastPage = end;

    pp.printerName = "Adobe PDF";

    Event.Target.Print (pp);

    app.endPriv ();

    });

    In JavaScript of my LiveCycle form, I need to go through these steps when I have a 4-page form, which I want to send the first 2 pages flattened to the customer, and record only the first page for inner-Office use preparing to read-only, but not flattened.

    1.) use a JS SaveAs function at the level of records to take the open document and save it as a file name, I said.  It is because the Adobe PDF printer when controlled by silent printing does not allow my to specify the file name, only the path to the file, so I create unique file for my customer with that name.

    2.) my function call from JS PrintPages folder level when I print pages 1 & 2 for the customer that is flattened.  The resulting file has the name of file from the previous step and the exact location where the file is saved is specified in the preferences of the Adobe PDF printer driver.   This file is now being flat and I can email it to the customer later in my workflow (not covered in this thread/discussion) and make them * hopefully * be able to open on Mac OS and iOS.

    (3.) the first step saves the file with a unique name, so step #1 can not just result save it in a directory of the temp folder, C:\Windows\Temp say because it will eventually become bloated with these files, so the step #1 instead saves the file to where I save my version in the exercise of this form while he is still version 4 pages of it.   I'll extract only Page 1 with JS folder level and save the page one version of it here, but I can't do it because the document is already open, so before I do that I need to save the file with the folder js fucntion SaveAs to c:\windows\temp\temp.pdf level.    Note that the file name is not unique and I can reuse this place without fear of bloating the hard drive.

    4.) now with the temp.pdf I start the last function in JS ExtractPages to the folder level to extract only Page 1 we need in the Office of destination that is not in use because of what I did to step #3.

    IMO, it's too complicated.  Some of it is due to my requirements on the sanding and the maintenance of the different versions of the document with different numbers of pages.  Some of it is also due to how work Adobe products and their mechanisms of 'security' that make things harder than they should be.

    Thank you guys for you help.  I honestly couldn't have done it without you!

    Now, I need to browse the rest of my code where I manage two other scenarios where I keep pages 1 & 3 but send pages 1,2,3 to customer where keep us pages 1, 3, 4, and send 1, 2, 3, 4 for the customer.

  • Show and hide some fields against a number

    I have a form for number of dependants and their insertion of names. A user can insert maximum 5 number of dependents, so total I have 6 fields, for the insertion of several dependends and 5 others to insert their names,

    I want to hide all five fields of dependents in the form, and if the user makes any number less then 6 then filleds should be visible depending on the number the user will be in put.

    I tried but I get no success, I used a dynamic insertion for if the user enters 2 or 3, but it does not work. I used two action individually for 2 and 3. but without success.

    Need advice on this.


    Thanks in advance

    Concerning

    Mazahir Abbas

    Hello

    You can show/hide elements based on the value entered in a number of ways.

    Here is an example: http://apex.oracle.com/pls/otn/f?p=12983:9

    Who uses dynamic Actions. That the user changes the value of 'Count', individual text fields are shown/hidden depending on the value selection. In this example, there are five dynamic Actions on the page - one for each of the possible values and related items.

    Each action has the following parameters:

    Event: change
    Selection type: item (s)
    Article (s): P9_COUNT (which is the selection list)
    Condition: greater than or equal to
    Value: * 1 * (for the first article of dynamic Action, then 2, 3, 4 and 5 for the other)

    Real Action: show
    Fire on the page loading: true
    Selection type: item (s)
    Article (s): P9_ITEM1 (for the first point of dynamic Action, P9_ITEM2 etc for the others)

    Action of false: hide

    Fire on the page loading: true
    Selection type: item (s)
    Article (s): P9_ITEM1 (for the first point of dynamic Action, P9_ITEM2 etc for the others)

    When a Count is selected, all dynamic Actions will trigger - each will control the display of the text elements. If the selection is 3, the first three dynamic Actions will show the first three text elements and the last two actions allows you to hide the text elements.

    Andy

  • Get-view do not show anything for some servers

    One of my colleagues has created a script to extract some VM PCI slot numbers the script seems simple like this and work for (most) servers.

    $ServerName = "Test01".

    $vmview = (get-View - ViewType VirtualMachine-filter @{"Name" = $ServerName}).config.hardware

    $AllSasControllers = $vmview. Device | Where {$_.} DeviceInfo.Summary - eq 'SAS LSI Logic'}

    foreach ($SasController to $AllSasControllers)

    {

    Write-Host "Pci slot number:" $SasController.SlotInfo.PciSlotNumber

    }

    It worked before, but since a few days on 3 virtual machines which are one of the 6 we want to check returns no results more. All 3 VM is connected to the same vCenter, while others are connected to another. Knowing this, we'll try another VM in the vCenter (defective)... .strange return these results...

    On a defective VM, I note that:

    $AllSasControllers is filled with the results

    But the slotinfo property is empty, so far I can only see this behavior on 3 virtual machines that worked fine before.

    We did a few add/remove disk shares a few weeks on all VM 6 on the two vCenters. (may be a clue)

    One has obtained clues where to look?

    After a restart of vCenter problem seems to have disappeared, requires that certain inconsistencies of data or something.

  • How can I see my recent/favorites contacts? I tried to go to settings to fix it, but for some reason that I don't have the option "show in app.

    I'm seeing my favorite/recent contacts on my phone. I know that you're supposed to go to settings / mail, contacts, calendar and go to the contacts section and click on view in the app, but for some reason button that I do not have this option. Someone knows why?

    Probably since iOS and iOS 9.3.x 9 there is no option, they show right here.

    Get help using iCloud Contacts, calendars, or reminders - Apple Support

  • Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    Safari on my MacBook Pro retina 9.0.3 15-inch Version 10.11.3 do not show images on some Internet sites. They appear for a fraction of a second then disappear with a question mark in the Center. The same sites work fine on Chrome and Firefox.

    I suggest you only begin by taking the measures recommended in this support article.

  • Some weekly reports showing 0 visits

    Hello

    Some of my clients receive weekly reports showing 0 visits. I ran a report on one of them and it was incorrect information. Everyone knows this?

    I'm also having a problem with Live Chat cutting - Message - check your internet connection! I have no problem with the internet connection.

    Steve

    Hi Steve,.

    We have a known problem with weekly reports and engineering working on it. This should be corrected in the coming days.

    regarding Live Chat disconnects, have you tried another browser. We have not all reports like this.

  • Output report shows different characters for English letters

    Hello

    The output of the PDF report shows different characters for English letters for alrl concurrent reports

    Could you please put the content of the.env custom file under directory $APPL_TOP?

    Thank you
    Hussein

  • Various menu flash black boxes do not show until wriggle on. This has been happening for some time and has not been fixed by updates.

    For some time now as bookmarks and Tools menus will be dark outside and only reveal after a quick mouse above. I am running windows 7, more recent updates and the latest version of Firefox. I have linked an example of picture of what happens to my bookmark menu.

    http://imgur.com/FUDNYOu

    Hello, you can try to reproduce this behavior when you start firefox in safe mode, once? Otherwise, it might be a problem with hardware acceleration...

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • show only part of a string of text for the field of PHP MySql

    I have a description field (tk_job_desc) on a jobsearch I mean only the first 5 lines of the description click a view read more option take the user to a new page to read, the comprehensive work plan

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $maxRows_Recordset1 = 5;

    $pageNum_Recordset1 = 0;

    If (isset($_GET['pageNum_Recordset1'])) {}

    $pageNum_Recordset1 = $_GET ['pageNum_Recordset1'];

    }

    $startRow_Recordset1 = $pageNum_Recordset1 * $maxRows_Recordset1;

    $var_tk_job_title_Recordset1 = '% ';

    If (isset($_GET["tk_job_title"])) {}

    $var_tk_job_title_Recordset1 = $_GET ['tk_job_title'];

    }

    $var_tk_job_location_Recordset1 = '% ';

    If (isset($_GET["tk_job_location"])) {}

    $var_tk_job_location_Recordset1 = $_GET ['tk_job_location'];

    }

    $var_tk_job_salary_Recordset1 = '% ';

    If (isset($_GET["tk_job_salary"])) {}

    $var_tk_job_salary_Recordset1 = $_GET ['tk_job_salary'];

    }

    @mysql_select_db ($database_hostprop, $hostprop);

    $query_Recordset1 = sprintf ("SELECT tk_job_title, tk_job_location, tk_job_salary, tk_job_desc FROM think_jobsearch WHERE tk_job_title LIKE tk_job_location OR AS tk_job_salary GOLD AS %s %s %s", GetSQLValueString ($var_tk_job_title_Recordset1, "text"), GetSQLValueString ($var_tk_job_location_Recordset1, "text"), GetSQLValueString ($var_tk_job_salary_Recordset1, "text") ");

    $query_limit_Recordset1 = sprintf ("%s LIMIT %d, %d", $query_Recordset1, $startRow_Recordset1, $maxRows_Recordset1);

    $Recordset1 = mysql_query ($query_limit_Recordset1, $hostprop) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    If (isset($_GET['totalRows_Recordset1'])) {}

    $totalRows_Recordset1 = $_GET ['totalRows_Recordset1'];

    } else {}

    $all_Recordset1 = mysql_query ($query_Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($all_Recordset1);

    }

    $totalPages_Recordset1 = ceil($totalRows_Recordset1/$maxRows_Recordset1)-1;

    ? >

    the html code is

    < table width = "655" border = "0" cellspacing = "5" cellpadding = "0" >

    < b >

    < td colspan = "2" class = "Titlegreen" > <? PHP echo $row_Recordset1 ["tk_job_title"];? > < table >

    < /tr >

    < b >

    < td colspan = "2" class = "textblack" > <? PHP echo $row_Recordset1 ["tk_job_desc"];? > < table >

    < /tr >

    < b >

    < td width = "250" > < table >

    < td width = "405" > < div align = "right" > < span class = "pos_salary" > <? PHP echo $row_Recordset1 ["tk_job_salary"];? > < / span > < span class = "pos_location" > / <? PHP echo $row_Recordset1 ["tk_job_location"];? > < / span > < / div > < table >

    < /tr >

    < /table >

    Thank you

    > I thought LEFT(tk_job_desc,100) and tk_job_desc

    > AS %s us what he had to go to the SELECT script?

    Yes, but tk_job_desc is not actually in your SELECTION list, so you cannot reference in your php script.  What IS in your SELECTION list is a SQL function that uses tk_job_desc as a parameter. But the name of the column that is returned for this field is unknown and is certainly not tk_job_desc. You must either give it an alias, or make reference to it by its position in the select list. Then try something like:

    SELECT tk_job_title, tk_job_location, tk_job_salary, LEFT(tk_job_desc,100) as truncated_job_desc FROM think_jobsearch WHERE tk_job_title LIKE %s tk_job_location GOLD tk_job_salary GOLD tk_job_desc GOLD AS %s %s AS %s AS

    And then don't forget to use truncated_job_desc in your php script when you view the value.

  • DG4ODBC configured and working but receiving ORA-28528 for some columns

    DG4ODBC is configured and working for XE 11 GR 2, but under some circumstances receiving SQL Error: ORA-28528: heterogeneous Services data type conversion error.

    Configuration: DG4ODBC configured for Oracle 11 g 2 using ODBC datasource based on IBM UniVerse ODBC Driver 4.00.04.7346 UVODBC. DLL (25/08/2009), all on the same host 32-bit Windows designed to extract data from remote AIX based IBM/Rockit universe version 10.1 of the database.

    After 3 orders with matching results illustrate the problem:

    Select NO_PROD from bill_mat@dblink, including NO_PROD not in ('15', '20', '24', '6',' 10');

    no selected line


    Select NO_PROD, count (*) from bill_mat@dblink where NO_PROD Group ('15', '20', '24', ' 6', ' 10') of NO_PROD;

    NO_PROD COUNT (*)
    ---------- --------
    6 1
    20 1
    24 1
    9 out of 10
    15 1

    Select NO_PROD in the bill_mat@dblink;

    Error at startup on line 19 of order:
    Select NO_PROD from bill_mat@dblink
    Error report:
    SQL error: ORA-28528: heterogeneous Services data type conversion error
    ORA-02063: preceding line of DBLINK
    28528 00000 - "heterogeneous Services data type conversion error."
    * Cause: Is a type of data Oracle could not be converted to a non-Oracle
    data type, or a type of data non-Oracle could not be converted
    for an Oracle data type. Here are the possible reasons
    the failure of the conversion:
    -overflow problems (in the case of numbers)
    -the limits of length (in the case of strings)
    -invalid values passed in the conversion routines
    * Action: Contact customer support of the agent vendor. If the problem is
    due to differences in size between Oracle and the non-Oracle system.
    It is not possible to convert the value.


    LIST universe queries shows many ' white' values for both fields LST.WO & no PROD that issue when trying to query through DG4ODBC, in the case of the subjects table "BILL_MAT":

    LIST BILL. MAST LST.WO No. LOCK PROD 16:08:44 November 22, 2011 PAGE 11
    BILL. MAST... LST.WO... MOM PROD LOCK

    239912 10
    220419
    247992
    252739
    249709
    239913 15
    184767
    164264
    184666
    164265
    247994
    239914
    251731
    249711
    173760
    239915 20
    242137
    247490
    247894
    254156
    Press a key to continue...



    Interestingly, the output of this test JDBC application is different, including references to "null" values "in white" referred to as with output LIST above:

    import java.sql. *;
    import java. IO;

    public class billmat {}

    Public Shared Sub main (String [] argv)
    {
    try {}
    BufferedReader in = new BufferedReader (new InputStreamReader (System.in));



    //---------------------------
    Connect to the server U2
    //---------------------------

    Chain account = "universe_account";
    String userid = "username";
    String passwd = "password";
    String host = "AIX_Host";
    String url = "jdbc:ibm-u2://"+host+"/"+account+"?tracelevel=5;tracefile=qiang.trace";

    Load the driver and connect to the server
    Class.forName ("com.ibm.u2.jdbc.UniJDBCDriver");
    Connection con = DriverManager.getConnection (url, username, passwd);

    System.out.println ("successful - \n\t*---connexion * \n");


    System.out.println ("1. Select the file Bill. MAT ------------------------");
    testQuery (con);


    con. Close;
    } catch (SQLException e) {}
    System.out.println ("Ex-Message:" + e.getMessage ());
    System.out.println ("ex-code:" + e.getErrorCode ());
    System.out.println ("Ex-SQLState:" + e.getSQLState ());
    System.out.println ("Ex-Next:" + e.getNextException ());
    e.printStackTrace ();
    System.GC();
    } catch (Exception e) {}
    System.out.println ("Exception caught:" + e);
    e.printStackTrace ();
    }
    }


    /**
    * Select CUST. MAT file.
    @param con The JDBC connection object.
    */
    public static void testQuery (connection con)
    throws SQLException
    {
    Statement stmt = con.createStatement ();
    String sql = "select DISTINCT LST.WO, no. PROD, BILL's LOCK. CARPET where LST.WO is not null or not. PROD is not zero. "
    Run the SELECT statement
    ResultSet rs = stmt.executeQuery (sql);

    Results of the first five records
    System.out.println ("\tlist selected columns for the first five records :");
    int i = 1;
    While (rs.next () & & I < 100)
    {


    System.out.println ("\tLST_WO: \t" + rs.getString (1));
    System.out.println ("\tNO_PROD: \t" + rs.getString (2));
    System.out.println ("\tLOCK: \t" + rs.getString (3));

    i ++ ;
    }

    RS. Close();
    stmt. Close();
    System.out.println ("\n\t*---QUERY test has been successfully-* \n");
    System.out.println ("\n\tDisplay Count: \t" + i);
    }

    }



    [root@VM-Linux01 Linux] # java billmat

    -Successful - connection

    1. select in the file Bill. MAT ------------------------
    LST_WO: null
    NO_PROD: null
    LOCK:
    LST_WO: null
    NO_PROD: 10
    LOCK:
    LST_WO: null
    NO_PROD: 15
    LOCK:
    LST_WO: null
    NO_PROD: 20
    LOCK:
    LST_WO: null
    NO_PROD: 6
    LOCK:
    LST_WO: null
    NO_PROD: 24
    LOCK:

    -QUERY test was performed with success-


    Number of view: 7


    The reason column THAT LOCK is included above is because he is using DG4ODBC queryable and presents itself as (null) in the result of the query and provided by SQLDeveloper.

    Considering the above findings, it seems what ORA-28528 IS NOT associated with problems of overflow or limits of length. Instead, some kind of mapping characterset problem here seems more plausible. For example, it seems NULL value returned in the case of the columns LST_WO and NO_PROD of the distant universe database is mapping not properly in the way that a NULL value is represented in the database 11 GR 2. Y at - it % HS_ in file init DG4ODBC value that can be set to solve this problem? I'm not quite sure the range of settings that exist, but try different values for HS_LANGUAGE which did not help.

    There is no problem using Excel MS Query to recover data using the same system DSN and associated ODBC driver on which DG4OBDC the installation program is based on the same Windows computer where DG4ODBC is configured.

    Here are the current settings of DG4ODBC for this instance (initDBLINK.ora):


    HS_FDS_CONNECT_INFO = DBLINK. ODBC
    HS_FDS_TRACE_LEVEL = WE
    HS_FDS_TRACE_FILE_NAME = c: / DG_LOG
    HS_FDS_TRACE_LEVEL = 4
    HS_LANGUAGE = AMERICAN_AMERICA. WE8ISO8859P1
    # Other parameters HS_LANGUAGE attempted to solve the problem are discussed below:
    # HS_LANGUAGE = american_america.utf8
    # HS_LANGUAGE = american_america.al32utf8


    Any guidance would be greatly appreciated!

    Edited by: WileyCoyote 8 March 2012 13:33

    Edited by: WileyCoyote 8 March 2012 13:39

    A gateway trace level 255 (HS_FDS_TRACE_LEVEL0 = 255) could be interesting - also the definition of the source table (how the table is defined in the database of version 10.1 IBM/Rockit universe).

  • Performance of OBIEE report initialization problem

    Hi all:

    Thanks for reading this first, please forgive a few appropriate words, I'm not good in English...

    I encountered a problem on the production, when the report is selected, it appears very slow even I made a few adjustments of performance on this report. And after I checked the session, when the report is selected, it works again with some WHAT SQL with each guest has value and it doesn't show any results in the present report.

    So, my question is, is it possible to not run this SQL or y at - it another way to better performance on this report?

    Thanks for answering that.

    I certainly have a lot of suggestions. But to really help, I need a little more detail.

    How different measures do you have in the pivot table? You have all time series analytics in there (as there is or far)? Approximately how many records are displayed in the PivotTable (100, 1,000,100,000)?

    More important still, you followed its use is enabled? If this isn't the case, please turn it on. Blog of John Minkjan here can help you activate it. [http://obiee101.blogspot.com/2008/08/obiee-setting-up-usage-tracking.html]

    If you manage to turn on tracking usage, we can see how much time is spent in the database compared to OBIEE. If it turns out that the bottleneck is the database, then you will need to work with your DBA to set up the database.

    -Joe

  • Plugin Check gives poor results for some Mac

    On a Mac under OS X 10.6.8 (Snow Leopard) or versions earlier, Plugin check mark indicates the Applet Java plug-in and QuickTime plug-ins are obsolete.

    Steps to reproduce:
    Tools-> Add-ons-> Plugins-> check to see if your plugins are up to date

    The results show:
    Java Applet plugin update now
    QuickTime plugin 7.6.6 update now

    Explanation:
    1. before Apple OS X 10.7 (Mountain Lion) provided Java. Apple did not provide an update. [thejava.com siteupdate requires Mac OS X (10.7.3 version and above)]
    2. There is no update QuickTime plugin 7.6.6 for some Mac; It is a more recent OS x 10.6.3 via 10.6.8.

    Plugin Check can be fixed?
    Macs can get better help? (Some bugs without go back to Firefox 3.5 and before!)

    I see your vote in: Bug 565832 - Plugin Check indicating QuickTime plugin 7.6.3 is "Obsolète"

    7.6.6 also reported

    do not have a new bug, it's ok. (I vote also)

    Thank you

  • Planning the OBIEE reports

    I am planning the OBIEE reports to mail through the SMTP server, but this is show planning is competing with compensation and out there is in the average mail meail goes the recipeents.

    Please help me on this if someone has encountered this.

    The error that I do when I run the scheduling is less than

    Agent: / shared/kiraann/N_ATTR_Reports/agent

    [nQSError: 75005] Cannot send the AUTH command. SMTP server does not support authentication mechanisms.  Remove email credentials, or use a server that supports authentication.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    ... Loop delivery SMTP to try again... Sleep for 3 seconds.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    [nQSError: 75005] Cannot send the AUTH command. SMTP server does not support authentication mechanisms.  Remove email credentials, or use a server that supports authentication.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    ... Loop delivery SMTP to try again... Sleep for 5 seconds.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    [nQSError: 75005] Cannot send the AUTH command. SMTP server does not support authentication mechanisms.  Remove email credentials, or use a server that supports authentication.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    ... Loop delivery SMTP to try again... Sleep for 5 seconds.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    [nQSError: 75005] Cannot send the AUTH command. SMTP server does not support authentication mechanisms.  Remove email credentials, or use a server that supports authentication.    Agent: / shared/kiraann/N_ATTR_Reports/agent

    Exceeded number of SMTP delivery attempts.

    The Agent, test_a, completed with warning

    Thank you

    Thank you for responding. It's helped me. Problem is solved.

    Thank you

Maybe you are looking for

  • Why the android app does want my material contols (camera and audio, etc.)?

    Mozilla said that they are respectful of my privacy, then why do you want to use my camera phone and audio for NO REASON? I want to get away from Google because it is invasive... but what Firefox wants to "permissions" are just as bad. Is it possible

  • Eliminate notify them the El Capitan upgrade

    Hello Have a late 2008 OS X 10.6.8 Macbook Unibody 2 GHz Intel Core 2 Duo 8 Gb SSD 240 GB Sometimes appear as a box to ask me to update my Os to El captainI turn off the automatic update but this box appear sometimesCan help me

  • Re: Portege R830 - 10 p - BIOS settings problem

    I tried to update the BIOS, I found the most recent BIOS, downloaded and run...Then, Windows display pop up message: + BIOS TOSHIBA package + Ver.4.1.2 + BIOS Version: current Ver.2.10--> update Ver.3.50 +.+ EC Version: Current Ver.1.10--> update Ver

  • Personalized with Multisim Labview instrument

    Hello I want to use an Instrument of Labview custom (Phasor_Diagram) with Multisim 13.0: http://www.NI.com/example/30200/en/ I copied the Phasor_Diagram.llb and the Phaser to C:\Program NIUninstaller Instruments\Circuit Design Suite 13.0\lvinstrument

  • N7010 hangs at the end of 8 gb RAM upgrade

    I have a laptop Inspiron N7010 (about 3 years) which came with 4 GB of RAM. I want to move to 8 GB. I have tried 3 different brands of memory including memory Dell. I ran the test expanded memory (memory Dell does not miss). I have the exact memory D