Error in transporting the Transformation to Quality system

Hi All,
I am trying to transport the transformation which has field level routine as well as start and end routine.
I have basically ehanced the standard routine and it works perfectly fine in dev server . I have even loaded the data and generated reports on this cube.
Now i am trying to transport it to Quality system. It throws up some "syntax error in routine" error. Very strange.
All my routine in Dev is working but during transport ther is some issue.
i saw some post on same but they are suggesting to regenerate a new transformation. For me this will be a nightmare as there are so many routnies at field level and as end routine.
Kindly suggest how can i rectify this error.
Note:- I had generated this transformation via old update rules with Migration function.
Thanks & Regards,
Anup

Hi Anindya,
Below is my source code for one field level routine in transformation.
FORM routine_0080
  TABLES
   p_monitor         STRUCTURE rsmonitor
  USING
    COMM_STRUCTURE TYPE _ty_s_sc_1__rule_52
  CHANGING
    RESULT         TYPE _ty_s_tg_1_full-srvclen
    RETURNCODE     LIKE sy-subrc
    ABORT          LIKE sy-subrc
  RAISING
    cx_sy_arithmetic_error
    cx_sy_conversion_error.
* init variables
* fill the internal table "MONITOR", to make monitor entries
  DATA: ultimo LIKE sy-datum.
  IF g_record_no <> RECORD_NO.
    g_record_no = RECORD_NO.
    CLEAR: employee_wa, person_wa.
    CLEAR: employee_md, person_md.
  ENDIF.
  PERFORM read_md_employee
          USING    COMM_STRUCTURE-employee
                   COMM_STRUCTURE-calday
                   RECORD_NO
                   RECORD_ALL
                   SOURCE_SYSTEM
          CHANGING employee_wa
                   RETURNCODE.
  employee_md = employee_wa.
  PERFORM calculate_ultimo
          USING COMM_STRUCTURE-calday+0(6)
                 RECORD_NO
                 RECORD_ALL
                 SOURCE_SYSTEM
          CHANGING ultimo
                   RETURNCODE.
  IF NOT employee_md-entrydate IS INITIAL.
    RESULT = ultimo+0(4) - employee_md-entrydate+0(4).
    IF ultimo+4(4) LT employee_md-entrydate+4(4).
      RESULT = RESULT - 1.
    ENDIF.
  ENDIF.
* result value of the routine
* if the returncode is not equal zero, the result will not be updated
  RETURNCODE = 0.
* if abort is not equal zero, the update process will be canceled
  ABORT = 0.
  p_monitor[] = MONITOR[].
  CLEAR:
    MONITOR[].
CLASS lcl_transform IMPLEMENTATION.
  METHOD compute_0AGE_RANGE.
*   IMPORTING
*     request     type rsrequest
*     datapackid  type rsdatapid
*     SOURCE_FIELDS-CALDAY TYPE /BI0/OICALDAY
*     SOURCE_FIELDS-EMPLOYEE TYPE /BI0/OIEMPLOYEE
*    EXPORTING
*      RESULT type _ty_s_TG_1-AGE_RANGE
    DATA:
      MONITOR_REC    TYPE rsmonitor.
*$*$ begin of routine - insert your code only below this line        *-*
  Data:
    COMM_STRUCTURE   type _ty_s_SC_1__RULE_20,
    l_subrc          type sy-tabix,
    l_abort          type sy-tabix,
    ls_monitor       TYPE rsmonitor,
    ls_monitor_recno TYPE rsmonitors.
  data:
    l_monitor        type standard table of rsmonitor.
  REFRESH:
    MONITOR.
* Runtime attributs
    SOURCE_SYSTEM  = p_r_request->get_logsys( ).
    MOVE-CORRESPONDING SOURCE_FIELDS to COMM_STRUCTURE.
*  Migrated update rule call
  Perform routine_0070
  TABLES
    l_monitor
  USING
    COMM_STRUCTURE
  CHANGING
    RESULT
    l_subrc
    l_abort.
*-- Convert Messages in Transformation format
    LOOP AT l_monitor INTO ls_monitor.
      move-CORRESPONDING ls_monitor to MONITOR_REC.
      append monitor_rec to MONITOR.
    ENDLOOP.
    IF l_subrc <> 0.
      RAISE EXCEPTION TYPE CX_RSROUT_SKIP_RECORD.
    ENDIF.
    IF l_abort <> 0.
      RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
    ENDIF.
I am not able to change the code which are marked with " * ". Where can i change the code here?
Regards,
Anup

Similar Messages

  • Error while transporting database index into quality system

    Hello,
    I am getting an error while transporting a new index in quality system.
    I have created a new index for table VBFA in TRD and activity the object without errors. I even adjusted the database table using database utility.
    While transporting the request there was a strange error "R3TRTABLVBFA was repaired in this system".
    I retransported the objects using a new request. However I still got the same error.
    Please help.

    Navin,
    No idea about the error you have mentioned but check the SAP Notes 185530 and see if you can avoid creating an index.In this Notes it is clearly mentioned on how to use VBFA table without any performance issues.
    K.Kiran.

  • Error while transporting the request from quality to production of BI

    Dear all,
    When transporting a request (which contains elements of correction - in Bex designer) from quality to production of BI the following error is displayed and the request transport fails. Can the experts throw some light on this.
               Execution of programs after import (XPRA)
               Transport request   : RBDK904992
               System              : RBP
               tp path             : tp
               Version and release: 372.04.04 700
               Post-import methods for change/transport request: RBDK904992
               Post-import method RS_AFTER_IMPORT started for ELEM L, date and time: 20080406140407
               Start of the after-import method RS_ELEM_AFTER_IMPORT for object type(s) ELEM (Activation Mode)
               Error when activating element EY2CXLKXP5X5AY0RQ2XKN9EX8
               Element 5E4II2344I3JG4R6ACMYQ441Z is missing in version M
               Start of the after-import method RS_ELEM_AFTER_IMPORT for object type(s) ELEM (Delete Mode)
               Errors occurred during post-handling RS_AFTER_IMPORT for ELEM L
               The errors affect the following components:
                 BW-WHM (Warehouse Management)
               Post-import methods of change/transport request RBDK904992 completed
                   Start of subsequent processing ... 20080406140407
                   End of subsequent processing... 20080406140408
               Execute reports for change/transport request: RBDK904992
               Reports for change/transport request RBDK904992 have been executed
                   Start of................ 20080406140408
                   End of.................. 20080406140408
               Execution of programs after import (XPRA)
               End date and time : 20080406140408
               Ended with return code:  ===> 8 <===
    Thanks in advance.
    Regards,
    M.M

    Hi,
    First try to figure out the object type from the text obtained by following steps above.
    Goto Development server ,create fresh request (using transport connection) , transport to QA and then in to production.
    After successful transfer of the request for this object ,try to reimport the request which caused error and it should go smoothly without any error.
    Hope it helps.
    Regards
    Mr Kapadia

  • Error : While Importing the Objects in Quality

    Dear all,
           I'm facing some error while transporting the Objects to quality server. The error's like
    Start of the after-import method RS_ISFS_AFTER_IMPORT for object type(s) ISFS (Activation Mode)
    Source system RD1100LS does not exist
    Source system RD1100LS does not exist
    Source system RD1100LS does not exist
    Source system RD1110LS does not exist
    Start of the after-import method RS_ISTS_AFTER_IMPORT for object type(s) ISTS (Activation Mode)
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
    There is no DataSource with these attributes
        Anyone suggest me how to solve this error..,
    Thanx in Advance..
    Regards,
    Saran

    Hi saran,
    Check the source system connectivity of the Quality system. Also check whether you have transported the datasources related to those objects that you transported from DEV to QAS.
    First you need to transport the Datasources created in R/3 and then replicate them in QAS/Prod and then transport the objects in BW from DEV to QAS/Prod.
    Check all these things and if still the problem persists... Refer to the below threads which may help u...
    Transport Problem - Reference to Transfer Structure not available
    No Source system exist
    Assign points if this helps u...
    Regards,
    KK.

  • Urgent : error to Transport the PC with Two DTP's

    Hello Experts,
    I have a process chain to load the dta from PSA > DSO->CUBE. I am using two DTP's. everything was working fine thorugh  in Development System.
    But  I am not able to transport the PC into Quality System.
    My process chain has the following Variants.
    Start Variant
    Load Data into PSA ( Info Package )
    DTP  used to load data from PSA to DSO
    Activate DSO
    Delete PSA Request ( to avoid duplication in DSO as its full load)
    Delete Index ( Iinfo Cube)
    DTP ( load data from DSO to InfoCube
    Create Index ( Info Cube)
    I got a
    Warning : A type 'Datentransferprozess' process cannot precede process 'Delete Index' var.   in the chain.
    Error Message : Results of check for process DTP_LOAD DTP_D38ID21GB3K7NJOOM7LJQT6BV in 
                              chain
                              Process variant DTP_LOAD DTP_D38ID21GB3K7NJOOM7LJQT6BV does not exist in
                              version A.
                              Errors occurred during post-handling RS_AFTER_IMPORT for DTPA L
    The errors affect the following components:
        BW-WHM (Warehouse Management)

    Hello
    I  checke all the DTP's and data targets in my target system as well as in my source saystem, all are active.
    I tested the process chain in Development system everything is working fine. Only problem is I am not able to transport the PC from Development to Quality System..
    While importing the Transport request into Quality system imoprt fails and raised error messages.
    I did manual load into the data targets in my target system. Every thing was working fine.
    Eventhough I am not able to  transport the PC into Quality system.
    Any suggestions please.

  • Error during Transportation from development to quality

    Hi All,
    I am trying to transport some transformation from D system to Q system.But i am getting a error in one transformation
    Error 1 :
    Checking Transformation 0IMR96N4M29G9HJR6AIOQKB151I7CJI2
    Rule (target: ZCUSTHS4M, group: 01 Standard Group): Syntax error in routine
    Rule (target: ZCUSTHS5M, group: 01 Standard Group): Syntax error in routine
    I have checked the transformation is active and there is no error in routine.I have collected all the DTPs etc.
    Can anyone please support me in this.How to proceed in this case.
    Thanks,
    Deepak

    Hi Deepak,
    1. Check in routine if you are referring to any table or structure, which would have been present in the source system, but absent in the target system i.e Quality.
    2. Open T code STMS in Qualtiy and check the transport logs for that particualr TR Number and try analysing the error.
    3. Now the only option remaining is delete the Transformation in Dev and collect a deletion TR. Now move it to Quality this would delete the transformation in Quality. Create a new one in Dev and re transport.
    Note: While moving the TR ensure that dependent object goes last .i.e the sequence of object import should be kept in mind.
    Regards
    Raj rai

  • Transport error when transporting a transformation with formulas/routines

    Hi All,
    I have migrated some 3.5 dataflow (Datasource, Transfer rules, Update rules, Infosource etc..) to 7.0. I am able to load the datatargets using the DTP's just fine.
    The problem I am facing is transporting these dataflows to Quality and Production systems. I am specifically having problem with transporting transformations which has formulas/routines.
    I was able to transport the transformations with direct mapping from source field to target fields (no formulas/routines) without any problem and it works fine in Quality system. I tried to transport couple of transformations with formulas/routines, all of them give a shortdump ASSERTION_FAILED (transport fails with error code 12).
    I am not sure what the problem is. We are on support package 16. Has anyone faced this problem before? Any suggestions are appreciated.
    Points are assured
    Thanks,
    Sirish.

    Hi,
    What is the dump message you are getting? Check in ST22 and let us know. And try the process which is said in the previous post collect all the transformations through transport connections and transport them.
    Khaja

  • Error when transporting a transformation (Update rule) BI 7.0

    Error when transporting a transformation (Update rule) BI 7.0
    Hi all,
    I’m trying to transport the transformation between the infocube 0FIGL_C10 and the ODS 0FIGL_010 from BI Dev into BI QAS. I kept getting a return code 12.
    Transport message:
       Program terminated (job: RDDEXECL, no.: 18141700)
       See job log
       Execution of programs after import (XPRA)
       End date and time: 20070620181432
    I go to the log and I got the following message:
    Job started
    Step 001 started (program RDDEXECL, variant, user ID DDIC)
    All DB buffers of application server vrxsapq1 were synchronized
    ABAP/4 processor: ASSERTION_FAILED
    Job cancelled
    I’m using BI 7.0
    I don’t know what it is. Can someone tell what should I do or what I’m missing?
    Thanks a lot
    Regards
    Vic

    Hi Victor,
    check this thread may it solves your problem
    Re: Error during the creation of transport request
    one more thread
    /message/2785863#2785863 [original link is broken]
    cheers
    Sunil
    Message was edited by:
            Sunil John

  • How to active the transformations in production system

    HI
    How to active the transformations in production system when Time stamp error occured in SAP BI.
    In SAP BW we use RS_TRANSTRU_ACTIVATE_ALL for tranfer rules activation.Is there any chance Activation allowes in production system witout any ABAP programme running.

    Hi Gkreddy,
    There is a specific program for that: RSDG_TRFN_ACTIVATE. It will also re-activate the related DTPs.
    Please check the following SAP Notes:
    #1408161 - Program for transformation activation.
    #1471117 - SP25:RSDG_TRFN_ACTIVATE skips if M version has OBJSTAT 'INA'.
    BR

  • An error occurred in the persistence; contact your system administrator

    HI,
      when i am going to create user in user administration , it showing this error message      An error occurred in the persistence; contact your system administrator. Post installtion steps i mean visual j2ee admin tool , sld  i configured. every thing is fine expect this problem .
    I  got one answer i think we need sap jsf user. I  found in the users area sap jsf user . but there is no roles assigned to sap jsf user.
                 How can i create role related to sap jsf user. please reply . reply will highly appreciated.

    Hi, how did this get resolved?
    Regards,
    Vishal

  • Error: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed

    SharePoint 2010 -
    I have created a console utility that further calls the stsadm.exe to Export sites from one site collection in a DB to another site collection in another DB of the same web application.
    Export works fine. But during Import, I get the following errors
    [ListItem] [Admin] Progress: Importing
    [ListItem] [Admin]   Verbose: List URL: /pwa1/GTR/7 GTR  Programme
    [ListItem] [Hol plans.xls] Progress: Importing
    [ListItem] [Hol plans.xls]   Verbose: List URL: /pwa1/GTR/7 GTR  Programme
    [ListItem] [Time.doc] Progress: Importing
    [ListItem] [Time.doc]   Verbose: List URL: /pwa1/GTR/7 GTR  Programme
    [ListItem] [AP Docs] Progress: Importing
    [ListItem] [AP Docs]   Verbose: List URL: /pwa1/GTR/7 GTR  Programme
    [ListItem] [Update - June 27th.pdf] Progress: Importing
    [ListItem] [Update - June 27th.pdf]   Verbose: List URL: /pwa1/GTR/7 GTR  Programme
    [ListItem] [Update - June 27th.pdf]   Error: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    [ListItem] [Update - June 27th.pdf]   Error: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    [ListItem] [Update - June 27th.pdf]   Error: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    FatalError: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    Progress: Import did not complete.
    1. Does the console application treated as a Sandbox Solution?
    2. Do I need to configure CAS policy in wss_usercode.config? and what?
    3. What else could be configured to make this work?
    I have tried adding the following in wss_custom_minimaltrust.config but no avail.
    <SecurityClass Name="SqlClientPermission" Description="System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>           
    and
    <PermissionSet
                        class="NamedPermissionSet"
                        version="1"
                        Name="SPRestricted">
    <IPermission
                          class="SqlClientPermission"
                          version="1"
                          Unrestricted="true"
                                />   
    <!-- Other IPermission -->
    </PermissionSet>
    UPDATE: It has been observed that the issue is intermittent. That is, sometimes the import works fine (event without any configuration of SqlClientPermission in any config file) but sometimes it gives the above error. I'm stuck!
    Regards, Amit Gupta

    Hi,
    According to your post, my understanding is that you get Error “Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed
    Simple solution is to change the trust the trust level to FULL: <trust   level="[Full]"    originUrl="URL" />
    In addition, you can modify the wss_mediumtrust.config and wss_minimaltrust.config file under the path “C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG”.
    For more information, you can refer to:
    http://blogs.msdn.com/b/navdeepm/archive/2010/02/19/system-security-securityexception-request-for-the-permission-of-type-system-data-sqlclient-sqlclientpermission-system-data-version-2-0-0-0-culture-neutral-publickeytoken-b77a5c561934e089-failed.aspx
    http://www.fewlines4biju.com/2011/01/request-for-permission-of-type_18.html
    http://techsolutions-at-desk.blogspot.com/2011/08/request-for-permission-of-type.html
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • "An error occurred creating the application.Check file system permission"

    Hi There ,
    I am facing a problem in creating a webcenter portal webapplication.
    I have followed the steps given in Help topics of Jdeveloper,but after performing all the steps i am getting this error
    "An error occurred creating the application.Check file system permission". Kindly help me to get through this error.
    Regards
    Vivek

    Hi Vivek,
    I hope this is the problem with permission.you Don't have Admin permission to access those folder.
    my Suggestion is
    1.use Administrator account(on windows) for develop applications(its give full access to the folder from your system). or
    2 open your JDeveloper as Administrator. (just right click on JDeveloper from you shortcuts or from programs run as Administrator)
    I hope this will be helpful.
    Best Regards
    Siva Sankar

  • Error in transporting the zscript form to quality.

    Hi Friends , 
                    i copied standered script to z script by name ZF110_CHECK_PRIN . i modified the z script form .i have a written a program in se38 for printing of multiple cheques , i call this form in my program everything was going well in developement iam able to print in development , when i transport this form to quality it is in inactive version , and giving this error description.
    Form ZF110_CHECK_PRIN language EN is not active and has no errors
    Message no. TD422
    Diagnosis
    The form assigned to the document is not active.
    System Response
    The form will not be formatted.
    Procedure
    Please check in the SAPscript form maintenance transaction and see whether the form exists and, if this is the case, whether an active version exists. An active version does not exist if you find the entry New in the status line of the form maintenance transaction.
    If the form you selected does not exist, either assign a form that already exists to your document, or create a new form which can be used for your document once it has been generated.
    You activate a new form using the function Generate.
    It is also possible for an error to occur even if your form has the status 'active'. This error message is the result of extended checks, that were not available the last time that your form was activated. In this case, please select the menu option Form -> Check -> Definition and complete the actions specified in the resulting message.
    A typical error: A text element in window ... does not contain a name. In this case, display the text elements and ensure that each text element (format column /E) has a name so that it can be addressed by the print program. The default text element (at the beginning, no /E) is addressed and processed automatically. Never enter /E without a name following it.

    Hi,
    I presume you can not activate the form directly in Quality. If that is the case then
    In development create another request for the same form may be by keying in some remarks somewhere or even a single '.' will do. Activate the form & transport it agian to quality. That should sort out your problem.
    I hope this helps,
    Regards
    Raju chitale

  • Error while transporting the badi from dev to quality server

    Dear Freinds
             Iam getting the error  " Method Execution   21.11.2007 11:55:03    (8) Ended with errors "
            i expended the error (with return code as 8)  and i found th below errors
    Multiple active implementations for definition HRECM00_CALCBASE
    Errors occurred during post-handling AFTER_IMP_SXCI for SXCI L
    AFTER_IMP_SXCI belongs to package SECE   --- what does this mean??
    The errors affect the following components:
        BC-DWB-CEX (Customer Enhancements)
    What exactly this error iam not able to trace . Before releasing the object from the
    development server i have see any error's are there the extended check hasnt given me any errors either.
    The help for this error says that
    "Procedure
    Deactivate the implementations active for this BAdI definition one by one until not more collisions occur.
    You should use transaction SE18 (Utilities -> Adjustment -> Multiple-use interfaces) to solve thes conflicts systematically."
    i have did what sap has said ............. i can see that in the quality server a custom badi
    of FI module has been in error. Will this be a reason for my badi ...which doesnt have any error..
    any one have idea on this error pleae let me know.
    regards
    saymala r.

    hi Raju,
    i tried after giving full access but again same error:-
    please see the error log below:-
    Start of the after-import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR ( )
    Member formula expanded for imported master data
    Start of data checker messages for Appset PETFAS
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Possible Dead File/Dir:
    Error occurs when checking member formula use on other dimensions
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    No access to environment 'PETFAS'
    InfoObject catalog /CPMB/PETFAS_CHAR is not available in version A
    BPF: Error reading master data
    No access to environment 'PETFAS'
    End of data checker messages for Appset PETFAS
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Aktivierungsmodus) - runtime: 00:00:
    Starting after import method UJT_TLOGO_AFTER_IMPORT for object type(s) AAPS,AMBR in dele
    End of after import methode UJT_TLOGO_AFTER_IMPORT (Löschmodus) - runtime: 00:00:00
    Errors occurred during post-handling UJT_AFTER_IMPORT for AAPS L
    UJT_AFTER_IMPORT belongs to package UJT
    The errors affect the following components:
        EPM-BPC-NW-TRA (Transport)
    any suggestion..
    thanks,
    Ambika

  • Error While Transporting of Transformation

    Hello Experts,
    I am having an issue and hoping that someone can help me. Let me clarify very easyly,
    I have a transformation in test system which have also keyfigure routines in it( object Routine ) without any syntax error. For the current requirement is deleting this object routine and move it to the start routine. Everything was done as requested in development system without any syntax error.
    After that i am trying to transport my request to Test system but i am having transport error. First thing is object routine can not be deleted and other is newly created start routine is not transfered.
    I have transported with overwrite but didnt work

    Hi,
    Can you please check below points :
    1) Are you transporting these objects first time........Make sure that you have transported all the required Infoobjects first followed by Infocube/DSO Transport request followed by Transformation TR.
    2) If you have already transported this Transformation once and loaded data successfully  in Quality system........and now you are making changes again in Development and trying to transport....then make sure to delete the data from data target in Quality before move this TR , if there is any removal of infoobjects ....
    Thanks
    Mayank

Maybe you are looking for

  • Javafx webview doesn't work properly with google keywords tool

    Hi, I am trying to load https://adwords.google.com/o/KeywordTool in a javafx webview but I keep getting the following error: There was an error with your operation. If you were trying to make a change, it may not have saved. Please refresh this page

  • Point-to-point Vs 1-to-n scenario  using XI- Architecture qtn

    Hi All, If we want to avoid p-p interfaces using XI, do we keep secnario like If we have e sources, reciving similar info, but with different cannonical, and going to target(SAP) as one IDOC. Receiver determination ? 1. S1-XI(XI As bsuiness system),

  • Sound not working on laptop hp pavilion dv6

    My sound is not working on my HP Pavilion dv6 Laptop.  I can not get any music to play through itunes and it will not even start playing when the play button is pressed.  I have not tried any movies.  When computer restarts it does not play windows o

  • [Solved] Proper method to remove multilib repository?

    I've looked at the sparse Multilib Wiki Page and I have googled to no avail for instructions to properly remove the multilib repository and installed packages from it on my system. pacman -Qs lib32* Gives me a list of 32 bit packages installed on my

  • Navigation to CRM Webclient UI

    Hi,         I would like to navigate to a CRM Web client UI from the portal and also pass parameters to it. I figured out we need to use SAP BSP iView since the CRM screen are developed as BSP applications. When i preview the iView I am getting follo