WF not returniing value

Hi All,
my workflow has only one background task.
This task has custom  class and methos that returns email adress when excuted from SE24.
When task is executed from SWUS, email is returned.
When workflow is executed from SWDD, the email adress is not returned to workflow container.
I checked binding and binding is fine.
I will be thankful for explaining if i missed any step in workflow or why workfloe execution doesnt give email adrees in container variable?
Thanks.

Hello !
       Check the data type for export parameter.
       The data type of method's output parameter,task and workflow container which holds e-mail address should be identical.
Regards,
S.Suresh.

Similar Messages

  • Is it possible to easily view the actual (not displayed) value of a cell?

    Is it possible to easily view the actual value of a cell calculated by a formula, not the displayed value after it has been rounded off?
    For instance, if you enter the number 1.23456789 and display it rounded to 3 decimal places, you can still see the full, actual value in the formula bar:
    The problem arises when you reference that number in a formula: you can't see the underlying value (even though it's obviously known to Numbers):
    Is there a way to get the formula bar (or a tooltip) to show the full, unrounded value? Changing the display to more decimal places is not very convenient, especially on big spreadsheets. Maybe it could be done via AppleScript?
    A related issue arises when you try to look at the sum or average of a number: if the numbers being summed have the same number of rounded decimals, the sum displayed is rounded too. I find this very annoying: I want to see the actual value, not how my spreadsheet may be displaying it in that cell.
    Although, curiously, rounding to any number of decimals as long as they are not all the same displays the full, correct underlying values:
    Has anyone come up with workarounds for these issues?

    I did it with an AppleScript.
    Now any time I have a cell or cell range selected, I do one click (AppleScript menu > Display Value at Full Precision), and it shows me a popup alert that simply reads:
         rowname : columnname
         value
    Here's the script:
    tell application "Numbers"
              try
                        set selectedTables to (tables of sheets of front document whose selection range is not missing value)
                        repeat with selectedTable in selectedTables -- tables of each sheet
                                  if contents of selectedTable is not {} then -- the list is not empty, it's the selected sheet
                                            set selectedCells to cells of selection range of (get item 1 of selectedTable)
                                            repeat with i in selectedCells -- each selected cell
                                                      set {selectedRow, selectedColumn, selectedVal} to {row, column, value} of i
      --                                                  display alert "value of " & name of selectedRow & " : " & name of selectedColumn & " (" & address of selectedRow & ":" & address of selectedColumn & ")" message selectedVal
      display alert name of selectedRow & " : " & name of selectedColumn message selectedVal
                                            end repeat
                                            return
                                  end if
                        end repeat
              on error eMsg number eNum
      display alert eMsg
              end try
    end tell
    ( Props to Jacques Rioux who posted code to get me started at https://discussions.apple.com/thread/3964938 )

  • NOT Getting Values for LOCATION...on MultiProvider REPORT

    HI All,
    I have a MultiProvider on 4 cubes.All these 4 cubes having object LOCATION. I can see data in all cubes for LOCATION. I am running a report on this MultiProvider.
    Problem:
    I am not getting Values for LOCATION. Why?
    What I did:
    I checked all location objects of all 4 cubes @ MultiProvider level .
    I didn't use any Infoprovider in Qry designer sections.
    Please suggest. What is the reason how to solve..
    THanks & Regards.
    Sri.
    Edited by: siri26 k on Dec 5, 2008 10:41 AM
    Edited by: siri26 k on Dec 5, 2008 10:41 AM

    hello,
    in the identification tab of the MP,make sure you have checked all four checkboxes across the 4 infoproviders.
    then in Listcube T-Code, select your MP,display the records based on selection inputs and see if location is populated.
    If the data is not coming in listcube, then it will not come in the Query too.
    Reg,
    Dhanya

  • Not getting values in the variable

    Hi experts,
    in  this program  
    i want VBPA-vbeln = xblnr....but there is a data length error. so I ahve declare one variavble of length 10. & i am moving this xblnr to this variable but not getting value in that variable that i am moving..& give me the possible solutions...
    when '0FI_AR_4'.
             data: t_DTFIAR_3 like DTFIAR_3 occurs 0 WITH HEADER LINE.
              data: BEGIN OF t_DTFIAR_3 occurs 0.
                      include structure DTFIAR_3.
              data:        xblnr1(10).
              data: END OF t_DTFIAR_3.
              data : BEGIN OF t_partner occurs 0,
                         VBELN like vbpa-VBELN,
                         parvw like vbpa-PARVW,
                         kunnr like vbpa-kunnr,
                     END OF t_partner.
            data : xblnr1(10).
    t_DTFIAR_3[] = C_T_DATA[].
      move t_DTFIAR_3-xblnr to t_DTFIAR_3-xblnr.
                select VBELN PARVW kunnr
                       into table t_patner
                       from vbpa
                       FOR ALL ENTRIES IN t_DTFIAR_3
                       where VBELN = t_DTFIAR_3-xblnr.
    SORT t_partner BY VBELN PARVW.
              loop at t_DTFIAR_3.
                 loop at t_partner where VBELN = t_DTFIAR_3-xblnr1.
                       if t_partner-PARVW = 'ZA'.
                           t_DTFIAR_3-YPARVW1 = t_partner-PARVW.
                           t_DTFIAR_3-YPART1 = t_partner-kuNNR.
                       elseif t_partner-PARVW = 'ZR'.
                           t_DTFIAR_3-YPARVW2 = t_partner-PARVW.
                           t_DTFIAR_3-YPART2 = t_partner-kuNNR.
                       ELSEif t_partner-PARVW = 'ZE'.
                           t_DTFIAR_3-YPARVW3 = t_partner-PARVW.
                           t_DTFIAR_3-YPART3 = t_partner-kuNNR.
                       ELSEif t_partner-PARVW = 'ZS'.
                           t_DTFIAR_3-YPARVW4 = t_partner-PARVW.
                           t_DTFIAR_3-YPART4 = t_partner-kuNNR.
                       ENDIF.
                       MODIFY t_DTFIAR_3.
                endloop.
              ENDLOOP.
              C_T_DATA[] = t_DTFIAR_3[] .
    Thanks in advance

    HI,
    While moving use the WRITE TO option.
    WRITE VBPA-vbeln TO xblnr.
    Regards
    Sudheer

  • Not enough values for FORALL

    Hi,
    I have written this procedure and I am getting
    LINE/COL ERROR
    69/5 PL/SQL: SQL Statement ignored
    83/11 PL/SQL: ORA-00947: not enough values
    CREATE OR REPLACE PROCEDURE f_t_s (P_F IN VARCHAR2)
    IS
    TYPE quote_cols_rt IS RECORD
    twitter_gid twitter.twitter_gid%TYPE,
    twitter_xid twitter.twitter_xid%TYPE,
    origin_location_type twitter.origin_location_type%TYPE,
    destination_location_type twitter.destination_location_type%TYPE,
    is_hazardous twitter.is_hazardous%TYPE,
    perspective twitter.perspective%TYPE,
    twitter_option twitter.twitter_option%TYPE,
    servprov_gid twitter.servprov_gid%TYPE,
    origin_search_value twitter.origin_search_value%TYPE,
    destination_search_value twitter.destination_search_value%TYPE,
    domain_name twitter.domain_name%TYPE,
    is_customer_rates_only twitter.is_customer_rates_only%TYPE
    TYPE twitter_cols_tt IS TABLE OF twitter_cols_rt INDEX BY PLS_INTEGER;
    twitter_cols_t twitter_cols_tt;
    BEGIN
    SELECT all_spec twitter_gid,
    SUBSTR(all_spec,7) twitter_xid,
    'location_code' origin_location_type,
    'location_code' destination_location_type,
    'N' is_hazardous,
    'B' perspective,
    'O' twitter_option,
    'INDIA.'||servprov_xid servprov_gid,
    SUBSTR(tm,1,2) ||':'||SUBSTR(tm,3) origin_search_value,
    Location_xid destination_search_value,
    'INDIA' domain_name,
    'N' is_customer_rates_only
    BULK COLLECT INTO twitter_cols_t
    FROM
    (SELECT x.*,
    Q.twitter_gid
    FROM
    (SELECT 'INDIA.FS_'||H.servprov_xid||'_'||D.Location_xid||'_'||T.tm all_spec,
    servprov_xid ,
    tm ,
    Location_xid
    FROM
    (SELECT Location_xid
    FROM location
    WHERE location_xid IN ('1')
    AND domain_name ='INDIA'
    ) D,
    (SELECT servprov_xid
    FROM servprov
    WHERE(servprov_gid LIKE 'P_F%'
    AND SUBSTR(servprov_xid,2,1) IN ('2'))
    OR servprov_gid ='INDIA.FRESHMISC'
    ) H,
    (SELECT lpad(rownum-1,2,'0') ||'00' tm FROM sea WHERE rownum<25
    UNION
    SELECT lpad(rownum-1,2,'0') ||'30' tm FROM sea WHERE rownum<25
    ) T
    ) x,
    (SELECT * FROM twitter WHERE twitter_gid LIKE 'INDIA.FS%'
    ) Q
    WHERE x.all_spec=Q.twitter_gid(+)
    WHERE twitter_gid IS NULL;
    FORALL i in 1 .. twitter_cols_t.count
    --LOOP
    INSERT
    INTO twitter
    (twitter_gid ,
    twitter_xid ,
    origin_location_type ,
    destination_location_type,
    is_hazardous ,
    perspective ,
    twitter_option ,
    servprov_gid ,
    origin_search_value ,
    destination_search_value ,
    domain_name ,
    is_customer_rates_only)
    VALUES
    twitter_cols_t (i);
    --END LOOP;
    END f_t_s;
    Any idea where I am doing mistake
    Thanks in Advance,
    DIDI

    Hi,
    That was my typing mistake....
    This is correct code
    CREATE OR REPLACE PROCEDURE f_t_s (P_F IN VARCHAR2)
    IS
    TYPE twitter_cols_rt IS RECORD
    twitter_gid twitter.twitter_gid%TYPE,
    twitter_xid twitter.twitter_xid%TYPE,
    origin_location_type twitter.origin_location_type%TYPE,
    destination_location_type twitter.destination_location_type%TYPE,
    is_hazardous twitter.is_hazardous%TYPE,
    perspective twitter.perspective%TYPE,
    twitter_option twitter.twitter_option%TYPE,
    servprov_gid twitter.servprov_gid%TYPE,
    origin_search_value twitter.origin_search_value%TYPE,
    destination_search_value twitter.destination_search_value%TYPE,
    domain_name twitter.domain_name%TYPE,
    is_customer_rates_only twitter.is_customer_rates_only%TYPE
    TYPE twitter_cols_tt IS TABLE OF twitter_cols_rt INDEX BY PLS_INTEGER;
    twitter_cols_t twitter_cols_tt;
    BEGIN
    SELECT all_spec twitter_gid,
    SUBSTR(all_spec,7) twitter_xid,
    'location_code' origin_location_type,
    'location_code' destination_location_type,
    'N' is_hazardous,
    'B' perspective,
    'O' twitter_option,
    'INDIA.'||servprov_xid servprov_gid,
    SUBSTR(tm,1,2) ||':'||SUBSTR(tm,3) origin_search_value,
    Location_xid destination_search_value,
    'INDIA' domain_name,
    'N' is_customer_rates_only
    BULK COLLECT INTO twitter_cols_t
    FROM
    (SELECT x.*,
    Q.twitter_gid
    FROM
    (SELECT 'INDIA.FS_'||H.servprov_xid||'_'||D.Location_xid||'_'||T.tm all_spec,
    servprov_xid ,
    tm ,
    Location_xid
    FROM
    (SELECT Location_xid
    FROM location
    WHERE location_xid IN ('1')
    AND domain_name ='INDIA'
    ) D,
    (SELECT servprov_xid
    FROM servprov
    WHERE(servprov_gid LIKE 'P_F%'
    AND SUBSTR(servprov_xid,2,1) IN ('2'))
    OR servprov_gid ='INDIA.FRESHMISC'
    ) H,
    (SELECT lpad(rownum-1,2,'0') ||'00' tm FROM sea WHERE rownum<25
    UNION
    SELECT lpad(rownum-1,2,'0') ||'30' tm FROM sea WHERE rownum<25
    ) T
    ) x,
    (SELECT * FROM twitter WHERE twitter_gid LIKE 'INDIA.FS%'
    ) Q
    WHERE x.all_spec=Q.twitter_gid(+)
    WHERE twitter_gid IS NULL;
    FORALL i in 1 .. twitter_cols_t.count
    --LOOP
    INSERT
    INTO twitter
    (twitter_gid ,
    twitter_xid ,
    origin_location_type ,
    destination_location_type,
    is_hazardous ,
    perspective ,
    twitter_option ,
    servprov_gid ,
    origin_search_value ,
    destination_search_value ,
    domain_name ,
    is_customer_rates_only)
    VALUES
    twitter_cols_t (i);
    --END LOOP;
    END f_t_s;
    Thanks,
    DIDI

  • Reporting Issue   "Opening Balance values are going to Not Assigned Values"

    Hi Friends,
    Closing Balance values are perfectly showing but opening balance values are going to Not Assingned Values? I am not able to find it out.
    our query is built on PCA Daily Multiprovider.
    Pls Help.
    Thanks
    Asim

    Hi Ravish,
    Here are the details
    Stock values and quantities in the PCA cube of BW never show correctly at an article level due to an opening balance issue.  This reduces our ability to report on stocks at moving average price, i.e. anything that actually matches the financial values in the system. The issue arises because stock at the beginning of the year (quantity and value) for any site is only shown against an article of "Not assigned."  Stock movements during the year are shown against the appropriate article.(If you have a new site, the will have stock assigned against an article up until 31 December and then the 31 December values are shown against "not assigned" for the next year).
    Thanks
    Asim

  • Could not determine value for variable 0P_FVAEX (or 0P_CTPCA)

    I get the below error while accessing a query on the planning Info Cube. I used the SAP Exit variable Most Current Data (Transactional InfoCube) (0S_RQTRA) in the query for the Characteristic - Request ID (0REQUID) to extract the data from the yellow request too.
    I do not use the below variables as in the below eror in my query at all. Please assist.
    Diagnosis
    This error diagnosis is specific only to the variables 0P_FVAEX or 0P_CTPCA !
    Termination message BRAIN 632 appears:
    Could not determine value for variable 0P_FVAEX (or 0P_CTPCA).
    System Response
    1.     Operation method of SAP-Exit-Variables 0P_FVAEX or 0P_CTPCA
    With queries from the CO application, both SAP-Exit-Variables look for an entry for 'controlling area'. With this controlling area from the selection screen, the SAP-Exit-Variables program reads the attributes for InfoObject 0CO_AREA (controlling area).
    With queries from the FI application, the SAP Exit Variable 0P_FVAEX looks for an entry for 'company code'. With this company code from the selection screen, the SAP Exit Variables program reads the attributes for InfoObject 0COMP_CODE (Company Code).
    0P_FVAEX determines the fiscal year variant (attribute 0FISCVARNT) from the attributes for 0CO_AREA (CO queries) or 0COMP_CODE (FI queries). 0P_CTPCA determines the currency type of the profit center local currency (attribute 0CURTP_PCA) from the attributes for 0CO_AREA.

    Hello,
    you need to take a closer look at your query. Somewhere you used one of the 0P_* exit variables, which work only for controlling related InfoCubes. Use your own variables.
    Regards,
    Marc
    SAP NetWeaver RIG

  • The LOV modal window could not return value to the base page

    when practicing the "create1" task in tutorial, met an issue.
    when create an employee, manageName is a messageLovInput and managerID is a messageTextInput.
    The issue is the LOV modal window could not return value to the mangerName, but can return to managerID .
    If I remove the data boud porperties of the managerName (the bc4j porperties of view name-EmpFullVO and view attribute-MgrName), the lov works fine.
    What is the reason?

    James I would suggest to read the LOV topic in OAF developers' guide. Lov mappings are responsible for bringing pop up values to base page in LOV.
    --Mukul                                                                                                                                                                                                                                                                                                                                                   

  • Transaction Type field not getting value in F-05 transaction

    Hi All,
    When ever we are doing a reverse posting for foreign currency valuation using F.05 Tcode it will create a BDC session where we can execute this batch Input session thru SM37.
    This will use F-05 Tcode to post the the entries, but the problem is one of  the field Transaction Type is not getting value for some of the GL account numbers range. This is totally SAP standard program take cares of it. Transaction type field value shuld be populated by '990' value for this GL account range, this is fixed. So is thr any User exit or Screen exit for this Tcode or how we can populate the value....
    Help me...
    Chandar
    Edited by: Bala Chandar on Feb 12, 2009 1:25 PM
    Edited by: Bala Chandar on Feb 12, 2009 1:28 PM
    Edited by: Bala Chandar on Feb 12, 2009 1:33 PM

    Hi Mr/Mrs Bala Chander,
    I am having the same problem.
    When running F.05 a BIM is created for GL account X. GL account X has a field status in which transaction type is defined as a required field because of BCS / ECCS. We have a substitution rule in place which should default the transaction type, based on several criteria. But when executing the BIM, I see that nothing is filled in field transaction type. Did you find a proper solution for your problem? Changing the field status is not an option in my opinion.
    Regards,
    Joep

  • Error msg, "Maximum selection does not contain value 9999999999.

    Hi, I am getting this error wile doing Reclassification of HFM Movement.
    Error msg, "Maximum selection does not contain value 9999999999 of subassignment HFM CD2 & Asset Type "                                         
    in the Data Monitor, ( in Reclass Net Reserve). While running BCF task for a company for period 16/2009     
    Actually, We have converted the consolidation area from XX(2009) to YY(2010).
    Before this task, user has performed the balance carry forward.
    My Analysis is as follows:-
    Method Used in this Reclassification                                         
    RECYX (Reclassify HFM Movement at YE lvl 10)                                        
         TRIGGER                                   
         Items : 100-299, 9900-9999                                   
         HFM Movement Type : O200 to O300                                   
         Posting Level : 10                                   
         TARGET                                   
         Items : 100-299, 9900-9999                                   
         Move : O100C                                   
         Posting Level : 10                                   
         HFM CD2 and Asset type : Ticked                                    
    After TEST run in UCMON, the error message comes :-                                        
    The "HFM CD2 & Asset Type value 9999999999" is not maintained in Breakdown Categories Y500, Y700  etc.                                        
    Breakdown categories in Workbench                                        
    Maintained as "OPTIONAL, Initialized value allowed".                                        
    Single Selection                                         
    1A                                        
    1B                                        
    AR                                        
    GA                                        
    Default Selection                                        
    99999999999                                        
    BCS CUBE                                         
    HFM CD2 & Asset Type - coming blank               
    LOTR                                        
    HFM CD2 & Asset Type - Coming blank     
    Please help to go forward.
    In Anticipation,
    Deepankar Jain

    Thanks a lot Dan for the reply.
    Yes, the single selection is 1A, 1B etc, I agree that including this default value 9999999999 in single selection will resolve this issue, but the BREAK DOWN TYPE is OPTIONAL, that means It will also consider a blank value, right?
    Also, In the method defined for RECLASSIFICATION in workbench, in the TARGET parameters, the" HFM CD2 and Asset Type"  is blank but the "DEFAULT is TICKED" which makes it a mandatory derivation rule.
    Please correct me if I am wrong.
    Your replies on it are highly appreciated.
    Thanks and Regards,
    Deepankar

  • Maximum selection does not contain value 600 of subassignment Subitem-error

    Hi All,
    I'm getting the following error when i tried to load the file through data stream.
    Maximum selection does not contain value 600 of subassignment Subitem
    Message no. UCD1038
    Diagnosis
    The posting item 11100100 has breakdown category BR01 for which a maximum selection was maintained for subassignment Subitem. The current posting value, however, is not in this maximum selection.
    System Response
    The posting is not possible.
    Procedure
    Check the maximum selection and the posting.
    I have already refered the earlier threads but its of no use for me. I have checked my setting w.r.t to FS item breakdown category, Max selection in breakdown category and  sub items all the setting are fine, even i applied the OSS notes no-1074599 still i'm facing the same issue.
    Can any one help me with this regards, thanks in advance.
    Regards,
    Magesh

    Hi Dan,
    Yes, breakdown category has been assigned with a sub item category which in turn assigned to subitems and this sub item is a part of the sub item category which is assigned in max. selection.
    Let me know if you want any more information on the same.
    Regards,
    Magesh

  • Not Assigned values in BW query

    Hi experts,
    In our BW reports "Not Assigned" ( # ) values are getting displayed with keyfigure values 0.
    Is there any way to avoid this??
    Can anyone help me on this?
    Thanks alot
    Shobin

    Hi,
    If you are using the web analyzer, you can include the following javascript code in the web template. As for key figures, in the query properties select "Show Zero As" value for "Zero Value Display" field and leave "Show Zero As" field blank.
    <!--  script to replace blank data in BW with space -->
    <SCRIPT>
    window.onload=Init
    function Init()
    var Elements=document.getElementsByTagName('TD');
    for(var i=0;i<Elements.length;i++)
    var str=Elements<i>.innerText;
    var found=str.search(/Not assigned/)
    if ((found >=0 || str=='#') && str.length<50)
    Elements<i>.innerHTML =' '
    Elements=null
    </SCRIPT>
    Hope this helps...
    Cheers,
    Lashan

  • Could not write value vmware-tray.exe to key MSI error on Windows 8.1

    Hello All,
    I posted the following question to Microsoft guys,  but the fellow at Microsoft support was 1000% sure that this issue is related to VMWare only. I am hoping to  get some assistance at least here.
    My question as below:-
    Hello All,
    NOTE: I have gone through many forums already and have followed all the steps recommended by different experts there. NO AVAIL! Hence, I am posting this here.
    I have been trying to install VMWare Workstation 11 on my Windows 8.1 and I keep getting the MSI Error which says, "could not write value vmware-tray.exe to key \SOFTWARE\Microsoft\Windows'CurrentVersion\Run.  Verify
    that you have sufficient access to that key, or contact your support personnel" 
    This is really very frustrating now. And I am beginning to hate Windows 8.1 :-(
    I have disabled Anit-Virus, Windows Defender, Firewall ...everything possible. Tried to run the program as "Administrator",  changed the permissions of all the HKEY related stuff under 'regedit"  to "Full Control".... 
    I did everything that was asked. Nothing happens. I keep getting the same error.
    Please Please help!!!!

    You posted this in the Windows 8.1 Hyper-V group.
    So I will ask, is Hyper-V involved?  Do you have the Hyper-V role installed?
    And again I ask, have you posted in the VMware forums? I ask because if this is a known issue, they would be the people that would know the reason and resolution (since it is their software package - regardless of the reason)
    And, have you tried manually adding a registry setting to the registry path (without elevating your privileges)?
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Failed to install ms sql 2012, it shows 1406 Could not write value to key \SOFTWARE. Verify that you have sufficient access to that key, or contact your support personnel. error

    Hi friends,
    i have tried to install ms sql 2012 on windows 8.1 pro 64 bit  but it got failed due to the following error 1406 Could not write value  to key \SOFTWARE.   Verify that you have sufficient access to that key, or contact your support personnel.. 
     I had run the set up file as administrator. I have ony one user account on my laptop. I have seen in the regestry about permission of user. There is full control to the user. I have also tried the solution related to this issue that are available in
    this forum and other.
    I have also attache the detail.txt log file here
    So i am heartily requesting you guys if you have the solution then please post your solution as soon as possible. 
    Thanks in  advance!!!

    Looks like this is a permission issue with account you logged in in your operating system or account if any you chooses to run you SQL Server installation . Or for executing setup file try using run as administrator.
    http://www.sperrysoftware.com/kb/questions/7/How+to+Troubleshoot+a+%22Error+1406%3A+Could+not+write+value...%22+or+%22Error+1406%3A+Could+not+write+InstanceIndex+to+key...%22+error+message
    http://support.microsoft.com/kb/913559
    Raju Rasagounder Sr MSSQL DBA

  • Error 1406.Could not write value Adobe ARM

    Hi all,
    I have tried to install the new version of Adobe Reader XI, but I keep getting the following error messages.
    I have tried to follow suggestion by others on the web as to how to sort this problem out.
    I have uninstalled adobe reader and restarted the computer.
    tried to download again but still get the error message.
    The full error message I got was,
    Error 1406.Could not write value Adobe ARM to key \SOFTWARE\Microsoft\Windows\CurrentVersion\Run. Verify that you have sufficient access to that key, or contact your support personnel.
    I went to the registry HKEY_Local_Machine and then to the above location.
    in the right hand side of the registry editor is listed ADOBE ARM   "C:\Program Files\Common Files\Adobe\ARM\1.0\AdobeARM.exe"
    I have tried to delete this entry but my system wont let me.
    I am running Windows 7 ultimate 32 bit
    I have 4 Gb RAM
    I have an Intel core2 Quad Q6600 @2.40Ghz
    I run Zone Alarm Extreme Security with virus protection.
    I hope someone can help as I want to install Adobe Reader.

    Truthfully, I don¹t know the difference.
    Okay here is what happened:
    I purchased a new Mac because my old one was on the fritz.  They put all of
    my old programs on my new computer including my old Adobe Acrobat 7.0
    Standard.  Since I purchased a newer computer, I gave the old one to my
    assistant.  But the Apple people replaced the hard drive on the old one, so
    none of the old programs were in the system.  I purchased Adobe Acrobat XI
    Standard for the new computer and figured I could just reload the old
    acrobat on the old computer. But I had to buy new windows and parallels
    programs in order to get the parallels program to work on the old computer.
    Here¹s what it looks like:
    New Computer:
    Old Windows
    New Acrobat
    Old Parallels
    Old computer
    New Windows
    New Parallels
    Old Acrobat
    How much more messy could this get?
    Maybe I should put all of the old stuff on the old computer and all of the
    new stuff on the new computer?
    Or, maybe I should just update everything? Prior to this everything worked
    fine. . .
    But, what do you think?
    Dionne L. Wade, Esq.
    Law Office of Dionne Wade
    1301 Main Avenue, 2nd Floor
    Clifton, New Jersey 07011
    Office 973.340.4662
    Fax: 973.340.4775
    INTERNET CONFIDENTIALITY NOTICE:
    This transmission is intended only for the use of its indicated recipients
    and may contain information that is privileged, confidential and exempt from
    disclosure under applicable law.  If the reader of this transmission is not
    an intended recipient, you are hereby notified that any dissemination,
    distribution or copying of the transmission is strictly prohibited.  If you
    have received this transmission in error, please immediately notify us by
    telephone (collect call if long distance) and/or by e-mail, delete the
    transmission from your system and destroy any printed copies which you may
    have made of the transmission.

Maybe you are looking for

  • Syncing photos in iTunes with Apple TV and iPod Classic

    Hi: I recently purchased an Apple TV and every since I got it when I sync my iPod Classic and the Apple TV with iTunes, iTunes optimizes all my photos again (3000+ photos). In other words, every time I sync, iTunes optimizes my photos, deletes them a

  • ChaRM - Transport copies

    Hi, We are implementing ChaRM and have the following situation. In our landscape we have two system CRM, ERP, but we have QAS only for ERP. Then form CRM we have CRdev --> CRprd and when I create normal correction in ChaRM the both kind of request (o

  • Planned Orders Confirmed In R/3 not changing in APO

    We have planned production orders in APO, with order category of EE, that get CIF'd to R/3. In our planning books they show in the production planned row. When the planned orders are confirmed in R/3, the planned orders continue to show as order cate

  • Named Queries

    Hi All, I am using TL 4.6 Build 418, Oracle 8.1 & WLS 7.0. I am having a hard time getting Named Queries working. Specifically I can't seem to get Toplink to Bind my parameter(s). I have tried to use both EJBQL and plain SQL with no luck using either

  • Issues: Snow Leopard Install on imac(intel)

    I am trying to help my brother out. I am out of the game as far as mac goes, it has been a number of years since i have worked on them. 1. He deleted the Mac HD with the 10.5 install 2. The imac now boots to the typical question mark folder[?] - This