I'm not getting proper output as per the Program

Hi Experts,
         As i'm executing my ALV report regarding Customer Invoice on Production client I'm not getting proper output as per the program but when i execute the same report on Development client i'm getting proper output.
      Can anybody tell me how can i resolve this problem on production client? 
      Actually i've updated my report on my old report but still i'm getting old output of my report on production client, Program is showing updated code but at execution i'm getting old output.

FORM Z_CREATE_FIELD_CATALOG.
I_FCAT-FIELDNAME = 'BUKRS'.
  I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '00006'.
  I_FCAT-SELTEXT_L = 'Comp.Code'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'BELNR'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000013'.
  I_FCAT-SELTEXT_L = 'Document No'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'KUNNR'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000013'.
  I_FCAT-SELTEXT_L = 'Customer Code'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'NAME'.
I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '000015'.
  I_FCAT-SELTEXT_L = 'Customer Name'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'GJAHR'.
I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '000005'.
  I_FCAT-SELTEXT_L = 'Fscl.Yr'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'KOSTL'.
I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '000008'.
  I_FCAT-SELTEXT_L = 'Cost Center'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'XBLNR'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000016'.
  I_FCAT-SELTEXT_L = 'Invoice No'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
   I_FCAT-FIELDNAME = 'SGTXT'.
I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '000015'.
  I_FCAT-SELTEXT_L = 'Item Text'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'BUDAT'.
I_FCAT-OUTPUTLEN = '000015'.
  I_FCAT-SELTEXT_L = 'Posting Date'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'MWSKZ'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '0000010'.
  I_FCAT-SELTEXT_L = 'Tax Code'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'TAXTXT'.
I_FCAT-HOTSPOT   = 'X'.
  I_FCAT-OUTPUTLEN = '0000015'.
  I_FCAT-SELTEXT_L = 'Tax Description'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'HKONT'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000013'.
  I_FCAT-SELTEXT_L = 'G/L Account'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'WRBTR'.
I_FCAT-OUTPUTLEN = '000018'.
  I_FCAT-SELTEXT_L = 'Net Amount'.
   I_FCAT-cfieldname    = 'PSWSL'.
  I_FCAT-DO_SUM = 'X'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'HKONT2'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000013'.
  I_FCAT-SELTEXT_L = 'Tax G/L No.'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'WRBTR2'.
I_FCAT-OUTPUTLEN = '000018'.
  I_FCAT-SELTEXT_L = 'Tax Amount'.
   I_FCAT-cfieldname    = 'PSWSL'.
  I_FCAT-DO_SUM = 'X'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
I_FCAT-FIELDNAME = 'HKONT1'.
I_FCAT-HOTSPOT   = 'X'.
I_FCAT-OUTPUTLEN = '000013'.
  I_FCAT-SELTEXT_L = 'Freight G/L No'.
I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'WRBTR1'.
I_FCAT-OUTPUTLEN = '000018'.
  I_FCAT-SELTEXT_L = 'Freight Amount'.
   I_FCAT-cfieldname    = 'PSWSL'.
  I_FCAT-DO_SUM = 'X'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'GROSS'.
I_FCAT-OUTPUTLEN = '000018'.
  I_FCAT-SELTEXT_L = 'Gross Amount'.
  I_FCAT-DO_SUM = 'X'.
   I_FCAT-cfieldname    = 'PSWSL'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
  I_FCAT-FIELDNAME = 'PSWSL'.
I_FCAT-OUTPUTLEN = '000018'.
I_FCAT-OUTPUTLEN = '000004'.
  I_FCAT-SELTEXT_L = 'Curr.'.
  I_FCAT-DO_SUM = 'X'.
  I_FCAT-FIX_COLUMN = 'X'.
  APPEND I_FCAT.
  CLEAR  I_FCAT.
LS_SORT-UP = 'X'.
  LS_SORT-FIELDNAME = 'BELNR'.
    APPEND LS_SORT TO I_SORT.
    CLEAR LS_SORT.
LAYOUT-ZEBRA = 'X'.
ENDFORM.

Similar Messages

  • "could not get an output file for the document (error RWI 00314)"

    Hi
    We are getting the following error when running the Webi Reports "could not get an output file for the document (error RWI 00314)". The issue seems to be related to Tomcat Memory Heap size, our Tomcat Java heap Size is 1024MB. We were able to resolve  the issue by restarting the Tomcat. We cannot restart the Tomcat in Prod if this is happening frequently.
    Can some one please suggest  any other solution other than restarting the Tomcat frequently, our platform is BOBJ XI 3.1 SP3 with FP 3.1 our Wndows OS is 32 Bit.
    Thank's for your help

    Hi Sreeram,
    Earlier i also faced same kind of problem.
    To solve this kind of problems you need to shutdown the server.
    second thing is when patches missed that time also you will get this kind of problem.
    check j2ee connection is it properly working or not?
    Regards,
    samar reddy.

  • Not getting any output when running the Webservice through Xacute

    hai all,
    I am using a transaction as web service to be called in another transaction in the same server. I can see the output of the web service in the tracer, when I execute it in the BLS. But if I run the same transaction via xacute query I am not getting any output. I had read in one of the threads that reference document has to be assigned. I tried doing that also, but no luck. Can somebody pls. throw some light on how to use reference document & whether it is required in my case?
    Thanks,
    vidhya

    Hai Rick,
                    thanks for the hint i have used document and row actions now iam gettting output through xacute...
    thanks,
    vidhya.

  • Not getting proper output in .rtf format

    Hi all i m getting this output when running request with an rtf template.o am working with XML publisher 4.5 and have developed template in microsoft word.
    Here is the output
    %PDF-1.4
    5 0 obj
    <<
    /Type /Page
    /Parent 3 0 R
    /Resources 4 0 R
    /Contents 6 0 R
    /MediaBox[ 0 0 612.0 792.0 ]
    /CropBox[ 0 0 612.0 792.0 ]
    /Rotate 0
    >>
    endobj
    6 0 obj
    << /Length 155 /Filter /FlateDecode >>
    stream
    x¿m¿!¿¿¿w`<¿¿¿VO¿¿¿¿<Ù¿¿¿¿¿ ¿04)¿¿¿j¿¿Z¿¿¿¿!¿I¿*¿¿PB¿¿¿¿b{¿¿*¿¿¿¿¿¿¿¿-¿¿ü¿¿C¿&T¿¿ndstream
    endobj
    1 0 obj
    <<
    /Type /Catalog
    /Pages 3 0 R
    >>
    endobj
    2 0 obj
    <<
    /Type /Info
    /Producer (Oracle XML Publisher 4.5.0)
    >>
    endobj
    3 0 obj
    <<
    /Type /Pages
    /Kids [
    5 0 R
    /Count 1
    >>
    endobj
    4 0 obj
    <<
    /ProcSet [ /PDF /Text ]
    /Font <<
    /F0 7 0 R
    >>
    >>
    endobj
    7 0 obj
    <<
    /Type /Font
    /Subtype /Type1
    /BaseFont /Helvetica
    /Encoding /WinAnsiEncoding
    >>
    endobj
    8 0 obj
    [ 5 0 R /XYZ 84.6 604.4 null ]
    endobj
    xref
    0 9
    0000000000 65535 n
    0000000401 00000 n
    0000000456 00000 n
    0000000534 00000 n
    0000000602 00000 n
    0000000010 00000 n
    0000000168 00000 n
    0000000678 00000 n
    0000000783 00000 n
    trailer
    <<
    /Size 9
    /Root 1 0 R
    /Info 2 0 R
    /ID [<974c380ea692f8fdbdad4b9206bce756><974c380ea692f8fdbdad4b9206bce756>]
    >>
    startxref
    832
    %%EOF
    any idea
    naveen

    Your issue has nothing to do with upgrading to 5.0, it is a post script printer issue. That output that is printing to your printer is caused because PASTA is not setup correctly. You should be able to query Metalink for PASTA and get the proper setup steps.
    Brett

  • HT1203 iTunes: How to share music between different accounts on a single computer - I tried to use the instructions to configure 2 different windows users sharing the same iTunes library.  I could not get this to work per the instructions.

    I tried to configure 2 windows users accounts using a single library per the instructions in HT1203.  My iTunes library is on an external drive.  I cannot get this to work.  Any suggestions?

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iTunes: How to share music between different accounts on a single computer
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • Not Getting Proper output in simple Report

    This is my code.Here iam getting the OBJCT values starting with Y but Not with Z.
    Tables:TOBJ.
    SELECT-OPTIONS:S_BNAME FOR TOBJ-BNAME.
    RANGES:S_OBJCT FOR TOBJ-OBJCT.
    DATA:BEGIN OF T_TOBJ Occurs 0,
         OBJCT LIKE TOBJ-OBJCT,
         BNAME LIKE TOBJ-BNAME,
         END OF T_TOBJ.
    INITIALIZATION.
      S_OBJCT-SIGN = 'I'.
      S_OBJCT-OPTION = 'BT'.
      S_OBJCT-LOW = 'Y%'.
      S_OBJCT-HIGH = 'Z%'.
      APPEND S_OBJCT.
    START-OF-SELECTION.
    SELECT OBJCT BNAME FROM TOBJ INTO TABLE T_TOBJ WHERE BNAME IN S_BNAME
    AND OBJCT NOT IN S_OBJCT .
    LOOP AT T_TOBJ.
    WRITE:/ T_TOBJ-OBJCT.
    ENDLOOP.

    Hi,
    try changing ur code like dis,
    Tables:TOBJ.
    SELECT-OPTIONS:S_BNAME FOR TOBJ-BNAME.
    DATA:BEGIN OF T_TOBJ Occurs 0,
    OBJCT LIKE TOBJ-OBJCT,
    BNAME LIKE TOBJ-BNAME,
    END OF T_TOBJ.
    START-OF-SELECTION.
    SELECT OBJCT BNAME FROM TOBJ INTO TABLE T_TOBJ WHERE BNAME IN S_BNAME
    AND ( OBJCT  like 'Z%' or OBJCT  like 'Y%' ).
    LOOP AT T_TOBJ.
    WRITE:/ T_TOBJ-OBJCT.
    ENDLOOP.
    Cheers,
    Will.

  • Report 2.5 not getting proper output

    the problem with the report is like this
    if i input the value in forms 4.5 for amount is 2,272,359.52USD the output is perfect in changing the format to words.it shows two million two hundred seventytwo thousand three hundred and fiftynine dollars and fiftytwo cents only.
    BUT when i input a value like 2,580,608.89 the output in words is showing an error like twomillion five hundred eighty thousand (sixty)the error) and eightynine cents only.
    the correct figure is six hundred and eight
    the query is select to_char(to_date(trunc(value,'j'),'jsp')) from system.dual;
    instead of showing six hundred and eight it is showing sixty.
    let me know about this at the earliest.
    null

    Hi,
    try changing ur code like dis,
    Tables:TOBJ.
    SELECT-OPTIONS:S_BNAME FOR TOBJ-BNAME.
    DATA:BEGIN OF T_TOBJ Occurs 0,
    OBJCT LIKE TOBJ-OBJCT,
    BNAME LIKE TOBJ-BNAME,
    END OF T_TOBJ.
    START-OF-SELECTION.
    SELECT OBJCT BNAME FROM TOBJ INTO TABLE T_TOBJ WHERE BNAME IN S_BNAME
    AND ( OBJCT  like 'Z%' or OBJCT  like 'Y%' ).
    LOOP AT T_TOBJ.
    WRITE:/ T_TOBJ-OBJCT.
    ENDLOOP.
    Cheers,
    Will.

  • HOW TO GET  PROPER OUTPUT OF COPIED STANDARD PROGRAM OF  MB51

    I HAVE COPIED THE STANDARD PROGRAM OF MB51 TRANSACTION INTO Z-PROGRAM. NOW, I WANT PLANT, PLANT DESCRIPTION,MATERIAL NO,MATERIAL DESCRIPTION,MOVEMENT TYPE, MOVEMENT TYPE TEXT,QUANTITY,BASE UNIT OF MEASURE, AMOUNT OF CURRENCY AS OUTPUT  IN ALV-GRID FORMAT. I AM ABLE TO DISPLAY THE OUTPUT NORMALLY  IN ALV-GRID FORMAT IN THE FOLLOWING WAY:
    PLANT-NO    PLANT- DESC  MAT-NO    MAT-DES   MOV-TYP      MOV-DES
    1000               YYY                100           UUU           351                 EE        
    QUAN    BA              C
    200       TO               2000
    500                         1500                                        451           
    600                          1500                                       451           
    THE ABOVE IS THE SAMPLE OUTPUT OF THE REQUIRED FIELDS.
    IN THE ABOVE OUTPUT ,
    QUAN                 =                     QUANTITY
    BA                      =                     BASE UNIT OF MEASURE
    C                       =                     AMOUNT IN LOCAL CURRENCY
    MOVE-TYPE       =                     MOVEMENT TYPE.
    MOVE-TYPE       =                     MOVEMENT TYPE TEXT
    MAT-NO              =                     MATERIAL NUMBER.
    MAT-DESC          =                     MATERIAL DESCRIPTION.
    PLANT                =                     PLANT NUMBER.
    PLANT DESC      =                     PLANT DESCRIPTION.
    IN THE ABOVE MENTIONED SAMPLE OUTPUT,
    PLANT NUMBER-1000 HAS TWO MOVEMENT-TYPES 351 AND 451.
    IN THIS ,351- MOVEMENT TYPE HAS QUANTITY-200.
                451 -MOVEMENT TYPE HAS QUANTITY-500,CURRENCY-1500
                451 -MOVEMENT TYPE HAS QUANTITY-600,CURRENCY-1500
    AS OF NOW, DIFFERENT MOVEMENT TYPES ARE DISPLAYED WITH DIFFERENT QUANTITIES IN DIFFERENT ROWS. I WANT THE OUTPUT TO BE DISPLAYED IN SAME ROW. THAT MEANS, IN THE ABOVE EXAMPLE, 451 IS REPEATED 2 TIMES WITH QUANTITIES 500 AND 600  RESPECTIVELY. I WANT THESE QUANITITIES TO BE ADDED  AND DISPLAYED IN THE COMMON LINE AS FOLLOWS:
    PLANT-NO    PLANT- DESC  MAT-NO    MAT-DES   MOV-TYP      MOV-DES
    1000               YYY                100           UUU           351                 EE
    QUAN    BA              C
    200       TO               2000
    1100      TO               3000                                          451
    IN THE ABOVE REQUIRED OUTPUT, 451 MOVEMENT TYPE WHICH IS HAVE HAVING 500,600 AS QUANTITIES AND 1500,1500 AS CURRENCIES ARE ADDED AND DISPLAYED ON THE SAME LINE. I WANT THE OUTPUT IN THIS WAY.
    THAT MEANS, FOR EACH PLANT, FOR EACH MATERIAL NUMBER ,FOR EACH MOVEMENT TYPE THE COREESPONDING QUANTITES AND CURRENCIES HAS TO BE ADDED AND DISPLAYED ON THE SAME LINE.
    I WANT THE REQUIRED OUTPUT IN THE ABOVE SAID FORMAT.
    IF U DON'T UNDERSTAND ANY OF THE PART OF THE ISSUE EXPLAINED , PLEASE REPLY TO ME SO THAT I CAN CLEAR THAT PART BY EXPLAINING TO YOU MORE CLEARLY.
    THIS IS VERY URGENT REQUIREMENT. PLEASE SUGGEST THE SOLUTION AS SOON AS POSSIBLE. POINTS WILL BE AWARDED.
    THANKING U IN ADVANCE.
    SRINIVAS.

    Hi ,
    Create an internal table it_finla1 which has all the fields of  the final internal table say it_final for alv displlay exect movement type (bwart), ,.
    Now before the final alv display,use this code.
    loop at it_final.
    move-corresponding it_final to it_final1.
    collect it_final1.
    endloop.
    Now, it_final1 is the table for alv display.
    Hope this solves ur query.

  • Not getting proper payment advice

    Hi,
    When we are runing F110, we are not getting proper payment advice.
    Vendor getting information on payment advice total of amount paid no invoice details are printing, if vendor having less than 4 line items in payment run.
    If vendor having more than 4 line items in payment run vendor getting correct details.
    In this every time we have to inform vendor what invoices paid if vendor having less than 4 invoices.
    Can anyone help us to resolve this and get correct details of payment advice.
    Thanks,
    Sridhar

    Hello Sridhar,
    Please check the Payment Advice output control settings for the particular Payment Method and Company Code in FBZP.
    I assume that your current configuration reflects "Payment Advice after 4 lines"...which needs to be de-activated and change the setting to "Always Pyt Adv."
    Reward if this resolves your problem.
    With Regards
    Vijay Gajavalli

  • Not getting full output  through prtdiag -v command

    Dear all
    I am not getting the "Environmental Status", "FRU Status" & "FW Version:" through prtdiag -v command. Here is the output of the command :
    # prtdiag -v
    System Configuration: Sun Microsystems sun4v SPARC Enterprise T5220
    Memory size: 32640 Megabytes
    ================================ Virtual CPUs ================================
    CPU ID Frequency Implementation Status
    0 1167 MHz SUNW,UltraSPARC-T2 on-line
    1 1167 MHz SUNW,UltraSPARC-T2 on-line
    2 1167 MHz SUNW,UltraSPARC-T2 on-line
    3 1167 MHz SUNW,UltraSPARC-T2 on-line
    61 1167 MHz SUNW,UltraSPARC-T2 on-line
    62 1167 MHz SUNW,UltraSPARC-T2 on-line
    63 1167 MHz SUNW,UltraSPARC-T2 on-line
    ======================= Physical Memory Configuration ========================
    Segment Table:
    Base Segment Interleave Bank Contains
    Address Size Factor Size Modules
    0x0 32 GB 8 4 GB MB/CMP0/BR0/CH0/D0
    MB/CMP0/BR0/CH1/D0
    4 GB MB/CMP0/BR0/CH0/D1
    MB/CMP0/BR0/CH1/D1
    4 GB MB/CMP0/BR1/CH0/D0
    MB/CMP0/BR1/CH1/D0
    4 GB MB/CMP0/BR1/CH0/D1
    MB/CMP0/BR1/CH1/D1
    4 GB MB/CMP0/BR2/CH0/D0
    MB/CMP0/BR2/CH1/D0
    4 GB MB/CMP0/BR2/CH0/D1
    MB/CMP0/BR2/CH1/D1
    4 GB MB/CMP0/BR3/CH0/D0
    MB/CMP0/BR3/CH1/D0
    4 GB MB/CMP0/BR3/CH0/D1
    MB/CMP0/BR3/CH1/D1
    ========================= IO Configuration =========================
    IO
    Location Type Slot Path Name Model
    MB/PCIE PCIE MB /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0 pci-pciexclass,060400
    MB/NET0 PCIE MB /pci@0/pci@0/pci@1/pci@0/pci@2/network@0 network-pciex8086,105e
    MB/NET1 PCIE MB /pci@0/pci@0/pci@1/pci@0/pci@2/network@0,1 network-pciex8086,105e
    MB/NET2 PCIE MB /pci@0/pci@0/pci@1/pci@0/pci@3/network@0 network-pciex8086,105e
    MB/NET3 PCIE MB /pci@0/pci@0/pci@1/pci@0/pci@3/network@0,1 network-pciex8086,105e
    MB/PCIE PCIE MB /pci@0/pci@0/pci@2/scsi@0 scsi-pciex1000,58 LSI,1068E
    MB/PCIE1 PCIE 1 /pci@0/pci@0/pci@8/pci@0/pci@1/SUNW,emlxs@0 SUNW,emlxs-pci10df,fc20LPe11000-S
    MB/PCIE0 PCIE 0 /pci@0/pci@0/pci@8/pci@0/pci@9/SUNW,emlxs@0 SUNW,emlxs-pci10df,fc20LPe11000-S
    ========================= HW Revisions =======================================
    System PROM revisions:
    OBP 4.27.1 2007/09/14 15:17
    IO ASIC revisions:
    Location Path Device Revision
    MB/PCI-SWITCH0 /pci@0/pci@0 pciex10b5,8533.aa 170
    MB/PCI-SWITCH2 /pci@0/pci@0/pci@1/pci@0 pciex10b5,8517.ad 173
    MB/PCI-SWITCH1 /pci@0/pci@0/pci@8/pci@0 pciex10b5,8533.aa 170
    MB/GBE0 /pci@0/pci@0/pci@1/pci@0/pci@2/network@0 pciex8086,105e.108e.105e.6 6
    MB/GBE0 /pci@0/pci@0/pci@1/pci@0/pci@2/network@0,1 pciex8086,105e.108e.105e.6 6
    MB/GBE1 /pci@0/pci@0/pci@1/pci@0/pci@3/network@0 pciex8086,105e.108e.105e.6 6
    MB/GBE1 /pci@0/pci@0/pci@1/pci@0/pci@3/network@0,1 pciex8086,105e.108e.105e.6 6
    MB/SAS-SATA-HBA /pci@0/pci@0/pci@2/scsi@0 pciex1000,58.1000.1000.2 2
    Kindly help me in getting that information from prtdiag command as I have check that picld deamon is running on the system also & service is in online status . This system is running solaris 10 OS.
    Regards

    Hi
    I would like to know if I restart the picl service in solaris 10 on production server, will it have any effect on the production server. As I think that may be, I will get the proper output after restarting the daemon.
    Regards

  • HT4910 i save my photos to camera roll. then back up but can't see it on icloud. why? we just lost 300 photos on my other iphone because we do not get proper help. that's why i need to learn now.

    i save my photos to camera roll. then back up but can't see it on icloud. why? we just lost 300 photos on my other iphone because we do not get proper help. that's why i need to learn now.

    You can't view your back up files at icloud.com.
    You can't view your camera roll and you can't view your Photo Stream files at icloud.com.
    The icloud back up plan allows you to "restore" your iOS device from the files you backed up at icloud.com.

  • Lost newly purchased Iphone5, Reported complain in police station but not getting proper responce. Can apple help me out for this?

    Lost newly purchased Iphone5, Reported complain in police station but not getting proper responce. Can apple help me out for this?

    Oh, don't worry. I know exactly. I'm a retired law enforcement officer after 30 years. I didn't mean for them to allow you to use the Internet, I meant for them to assign an officer to try and track the device for the victim. Again, that would require the victim to provide their Apple ID and password, which most would not want to provide.
    Pinging the phone as you mention is only when there is probable cause and that is done through the carrier.
    I'm glad to see someone also understand that a stolen cell phone is not as important to law enforcement as it is to the victim. It is unfortunate as smartphones get more expensive. Hopefully as iOS 7 makes it debut later this year, the work Apple has done will have some impact on smartphone theft. Other manufactures and carriers are starting to improve here in the states. It never was something carriers worryed about with blacklisting. This is where they were a step ahead in Europe.

  • I am unable to configure my ipad 2 with my existing wifi of linksys though I have entered the all ip address as per my laptop but still I am not getting thru network kindly suggest the solution

    i am unable to configure my ipad 2 with my existing wifi of linksys though I have entered the all ip address as per my laptop but still I am not getting thru network kindly suggest the solution

    The ip-adress cannot be the same as your laptop. You have to make sure that your ip-adress is unique in the network. if your ip is 192.168.1.100 try 192.168.1.112 or somthing. More advanced is to check avalible adress in your router.

  • Why do we not get logging output for the clients?

    Q: Why do we not get logging output like #show log all | include <client mac address> for the wireless clients?
    A: When the clients connected to Bridge mode SSID, Firewall hits and logging does not work.  
    This is one of the limitations with bridge mode.  

    logical. fair. I can understand the confusion in policy  as another fine cloud service - DropBox - has a different model for increases in free storage amounts for one account = evangelism. As many policies as there are services probably.
    cya 'round o' kilted one
    CCC

  • HT5484 Hi, I am using "Avenir Heavy" font in my iOS 6 app but when I run it on iOS5 the label on which I am placing Avenir fonts changes lot and I am not getting proper look n feel. How can I solve this issue ?

    Hi, I am using "Avenir Heavy" font in my iOS 6 app but when I run it on iOS5 the label on which I am placing Avenir fonts changes lot and I am not getting proper look n feel. How can I solve this issue ?

    Post your question on the Developer forums:  http://devforums.apple..com

Maybe you are looking for

  • MRBR- Remove Blocking reason automatically

    Hi, we have below scenario: Invoice created for a vendor in MIRO with reference to PO withour GR. Payment Block "R-Invoice Verification"  is set in the invoice due to Quantity and Price Block. Now the requirement is to remove the Invoice block automa

  • Suggestions for Apple TV

    They Should Put a CD / DVD drive in Apple TV. That way people can watch and Listen to things without downloading CD's to there computer or needing to buy a DVD Player. MacBook2,1   Mac OS X (10.4.8)   MacBook2,1   Mac OS X (10.4.8)   Laptop Works Gre

  • Have just updated to iBook Author 1.01 and have lost my icons

    Have just updated to iBook Author 1.01 and have lost my icons in the left hand column, which show each page of the book. They are now all blank white icons instead of miniature images of the larger pages. Also have lost some images within the pages o

  • Convert code to as3

    Hello guys. Could you help me to take this code to as3? Thanks on (press) {     i = Number(i)+1;     duplicateMovieClip("/circle", "circle" add i, i);     setProperty("circle" add i, _x, getProperty("/mousexy", _x));     setProperty("circle" add i, _

  • Where do I download .jar file..?

    I have an JApplet, but it does not show on the web. Is there a .jar file I can implement in my project, and where can I find it? In advance thanx!!!