Issue in Fiori Custom Launchpad

Hi Experts,
I am facing some issue in custom Fiori Launchpad,
We have three client for Config,Dev and Testing.
I uploaded the custom UI project and creating custom launchpad through LPD_CUST,but is not asking/capturing in any package/TR ,how can I move this
custom launchpad to testing client.
When I test the app in client 300(Testing), it gives me error:: Launchpad:XXXX does not exist in client 300.
Is it mandatory to have system Alias name as LOCAL for RFC:NONE,or LOCAL1 or any other name will also work?
Thanks for your Support.
Thanks,
Karthic-k

Adem,
Testing client is set as default, automatically it gets added to the URL.But when I manually check in LPD_CUST also I am not able to see the Launchpad I created in Config or dev client.
Thanks,

Similar Messages

  • Fiori Like Custom Launchpad - Two/Three levels of tiles

    Hi All ,
    We are trying to expose our developed custom UI5 applications to the end user in a Custom Launchpad similar to the standard one .
    We are trying to have two or three levels of tiles where there will be 4 tiles on the first level . Clicking on a tile in level 1 will bring up 4 tiles in level 2  and clicking on any of these Level 2 tiles will bring up 3 more tiles in level 3 .
    Can someone guide me as to how to achieve this . I have already created catalogs with tiles . I have also created groups and assigned tiles to groups as well. All this works fine . What I cannot figure out is how to create the 3 level hierarchy . I believe there should be something like a group inside a group / catalog inside a catalog but cannot figure out how to achieve this .
    TIA ,
    Himanshu

    Hi Himanshu Kandpal  
    I'm facing the same issue in my project.
    But my requirement is only 2 level. Tiles with in a single tile
    have you solved this issue? If so please help me to resolve this.
    Regards
    Yokesvaran Kumarasamy

  • Issue in setting custom identity service for soa 11.1.1.4

    Hello,
    I am facing issue in setting custom identity service for soa 11.1.1.4
    It is not picking up the implemented UserManager (in custom IDM) implemented via ServiceProvider and IdentityStoreService.
    This is configured in jps-config.xml
    The same setup was working in soa 11.1.1.2
    I believe there is a change done in JpsProvider in bpm-service.jar to authenticate via default login context from oracle.security.jps.internal.jaas.module.authentication.JpsUserAuthenticationLoginModule
    If my uderstanding is correct,
    Please guide me in implementing custom identity store and services for bpm services for soa 11.1.1.4
    Tried various work arounds but no luck.
    Thanks
    Bala

    Hi...
    Can u tell me how did u set up custom identity service for 11.1.1.2 ?
    Thanks

  • Issue check to customer

    Hi Gurus,
    I have a business scenario:
    Customer comes to store and picks up the items and pay the item.  I use F.13 to clear customer open items.
    When customer comes for exchange, customer returns item and pick ups another item i receive return sales order for the full amount and fresh sales order for new item. I have one credit memo and one invoice for that customer. But i get only net payment(either customer paid or we paid to customer) from my front end application to SAP. Customer balance is zero now. Technically Customer has not paid yet. We have policy  we issue check from HQ not from store. I can't use F110 or FCH5 or other mode of payments.
    Example: Sales order triggers delivery and billing immediately.
    Sales Order:$ 100
    Payment: $100
    F.13 cleared.
    ===========================
    Exchange
    Return sales order:$100
    No payment
    We have credit memo
    Fresh sales order
    SO: $ 60
    Payment $ 40(We paid to customer)
    There are 3 line items in customer:
    1. Credit memo $ 100
    2. Invoice $ 60
    3. Payment $ 40
    Balance is 0. But customer has not paid this $ 40 from store.
    Requirement:  We want to issue check to customer from SAP if i owe customer money. How can i achieve this?.
    Thanks in advance.
    Regards,
    Jagadeesan

    Resolved by myself...

  • Movement type for miscellaneous issues/receipts to customer consignment

    We need a way to do a miscellaneous issue/receipt to customer consignment location.  How can that be accomplished?  What movement type should we use?

    Hi,
    You can use movement types in MB1C or MIGO
    561 W - To receive material in Customer consignment
    562 W - To issue material from Customer consignment
    Also you can change the offsetting entry in GBB-BSA and Stock A/c in BSX (In T. Code - OBYC)
    If you don't want to hamper 561 W and 562 W settings then take a copy of these movement types in OMJJ and use. Also you can assign a different valuation modifier than BSA to these new movement types and accordingly do account assignment in OBYC.

  • Performance issue with a Custom view

    Hi ,
    I am pretty new to performance tuning and facing a performance issue with a custom view.
    Execution time for view query is good but as soon as I append a where caluse to view query ,the execution time increases.
    Below is the view query:
    CREATE OR REPLACE XXX_INFO_VIEW AS
    SELECT csb.system_id license_id,
    cst.name license_number ,
    csb.system_type_code license_type ,
    csb.attribute3 lac , -- license authorization code
    csb.attribute6 lat , -- license admin token
    csb.attribute12 ols_reg, -- OLS Registration allowed flag
    l.attribute4 license_biz_type ,
    NVL (( SELECT 'Y' l_supp_flag
    FROM csi_item_instances cii,
    okc_k_lines_b a,
    okc_k_items c
    WHERE c.cle_id = a.id
    AND a.lse_id = 9
    AND c.jtot_object1_code = 'OKX_CUSTPROD'
    AND c.object1_id1 = cii.instance_id||''
    AND cii.instance_status_id IN (3, 510)
    AND cii.system_id = csb.system_id
    AND a.sts_code IN ('SIGNED', 'ACTIVE')
    AND NVL (a.date_terminated, a.end_date) > SYSDATE
    AND ROWNUM < 2), 'N') active_supp_flag,
    hp.party_name "Customer_Name" , -- Customer Name
    hca.attribute12 FGE_FLAG,
    (SELECT /*+INDEX (oklt OKC_K_LINES_TL_U1) */
    nvl(max((decode(name, 'eSupport','2','Enterprise','1','Standard','1','TERM RTU','0','TERM RTS','0','Notfound'))),0) covName --TERM RTU and TERM RTS added as per Vijaya's suggestion APR302013
    FROM OKC_K_LINES_B oklb1,
    OKC_K_LINES_TL oklt,
    OKC_K_LINES_B oklb2,
    OKC_K_ITEMS oki,
    CSI_item_instances cii
    WHERE
    OKI.JTOT_OBJECT1_CODE = 'OKX_CUSTPROD'
    AND oklb1.id=oklt.id
    AND OKI.OBJECT1_ID1 =cii.instance_id||''
    AND Oklb1.lse_id=2
    AND oklb1.dnz_chr_id=oklb2.dnz_chr_id
    AND oklb2.lse_id=9
    AND oki.CLE_ID=oklb2.id
    AND cii.system_id=csb.system_id
    AND oklt.LANGUAGE=USERENV ('LANG')) COVERAGE_TYPE
    FROM csi_systems_b csb ,
    csi_systems_tl cst ,
    hz_cust_accounts hca,
    hz_parties hp,
    fnd_lookup_values l
    WHERE csb.system_type_code = l.lookup_code (+)
    AND csb.system_id = cst.system_id
    AND hca.cust_account_id =csb.customer_id
    AND hca.party_id= hp.party_id
    AND cst.language = USERENV ('LANG')
    AND l.lookup_type (+) = 'CSI_SYSTEM_TYPE'
    AND l.language (+) = USERENV ('LANG')
    AND NVL (csb.end_date_active, SYSDATE+1) > SYSDATE)
    I have forced an index to avoid Full table scan on OKC_K_LINES_TL and suppressed an index on CSI_item_instances.instance id to make the view query fast.
    So when i do select * from XXX_INFO_VIEWit executes in a decent time,But when I try to do
    select * from XXX_INFO_VIEW where active_supp_flag='Y' and coverage_type='1'
    it takes lot of time.
    Execution plan is same for both queries in terms of cost but with WHERE clause Number of bytes increases.
    Below are the execution plans:
    View query:
    SELECT STATEMENT ALL_ROWS Cost: 7,212 Bytes: 536,237 Cardinality: 3,211                                         
         10 COUNT STOPKEY                                    
              9 NESTED LOOPS                               
                   7 NESTED LOOPS Cost: 1,085 Bytes: 101 Cardinality: 1                          
                        5 NESTED LOOPS Cost: 487 Bytes: 17,043 Cardinality: 299                     
                             2 TABLE ACCESS BY INDEX ROWID TABLE CSI.CSI_ITEM_INSTANCES Cost: 22 Bytes: 2,325 Cardinality: 155                
                                  1 INDEX RANGE SCAN INDEX CSI.CSI_ITEM_INSTANCES_N07 Cost: 3 Cardinality: 315           
                             4 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_ITEMS Cost: 3 Bytes: 84 Cardinality: 2                
                                  3 INDEX RANGE SCAN INDEX OKC.OKC_K_ITEMS_N2 Cost: 2 Cardinality: 2           
                        6 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_B_U1 Cost: 1 Cardinality: 1                     
                   8 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 2 Bytes: 44 Cardinality: 1                          
         12 TABLE ACCESS BY INDEX ROWID TABLE AR.HZ_CUST_ACCOUNTS Cost: 2 Bytes: 7 Cardinality: 1                                    
              11 INDEX UNIQUE SCAN INDEX (UNIQUE) AR.HZ_CUST_ACCOUNTS_U1 Cost: 1 Cardinality: 1                               
         28 SORT AGGREGATE Bytes: 169 Cardinality: 1                                    
              27 NESTED LOOPS                               
                   25 NESTED LOOPS Cost: 16,549 Bytes: 974,792 Cardinality: 5,768                          
                        23 NESTED LOOPS Cost: 5,070 Bytes: 811,737 Cardinality: 5,757                     
                             20 NESTED LOOPS Cost: 2,180 Bytes: 56,066 Cardinality: 578                
                                  17 NESTED LOOPS Cost: 967 Bytes: 32,118 Cardinality: 606           
                                       14 TABLE ACCESS BY INDEX ROWID TABLE CSI.CSI_ITEM_INSTANCES Cost: 22 Bytes: 3,465 Cardinality: 315      
                                            13 INDEX RANGE SCAN INDEX CSI.CSI_ITEM_INSTANCES_N07 Cost: 3 Cardinality: 315
                                       16 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_ITEMS Cost: 3 Bytes: 84 Cardinality: 2      
                                            15 INDEX RANGE SCAN INDEX OKC.OKC_K_ITEMS_N2 Cost: 2 Cardinality: 2
                                  19 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 2 Bytes: 44 Cardinality: 1           
                                       18 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_B_U1 Cost: 1 Cardinality: 1      
                             22 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 5 Bytes: 440 Cardinality: 10                
                                  21 INDEX RANGE SCAN INDEX OKC.OKC_K_LINES_B_N2 Cost: 2 Cardinality: 9           
                        24 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_TL_U1 Cost: 1 Cardinality: 1                     
                   26 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_TL Cost: 2 Bytes: 28 Cardinality: 1                          
         43 HASH JOIN Cost: 7,212 Bytes: 536,237 Cardinality: 3,211                                    
              41 NESTED LOOPS                               
                   39 NESTED LOOPS Cost: 7,070 Bytes: 485,792 Cardinality: 3,196                          
                        37 HASH JOIN Cost: 676 Bytes: 341,972 Cardinality: 3,196                     
                             32 HASH JOIN RIGHT OUTER Cost: 488 Bytes: 310,012 Cardinality: 3,196                
                                  30 TABLE ACCESS BY INDEX ROWID TABLE APPLSYS.FND_LOOKUP_VALUES Cost: 7 Bytes: 544 Cardinality: 17           
                                       29 INDEX RANGE SCAN INDEX (UNIQUE) APPLSYS.FND_LOOKUP_VALUES_U1 Cost: 3 Cardinality: 17      
                                  31 TABLE ACCESS FULL TABLE CSI.CSI_SYSTEMS_B Cost: 481 Bytes: 207,740 Cardinality: 3,196           
                             36 VIEW VIEW AR.index$_join$_013 Cost: 187 Bytes: 408,870 Cardinality: 40,887                
                                  35 HASH JOIN           
                                       33 INDEX FAST FULL SCAN INDEX (UNIQUE) AR.HZ_CUST_ACCOUNTS_U1 Cost: 112 Bytes: 408,870 Cardinality: 40,887      
                                       34 INDEX FAST FULL SCAN INDEX AR.HZ_CUST_ACCOUNTS_N2 Cost: 122 Bytes: 408,870 Cardinality: 40,887      
                        38 INDEX UNIQUE SCAN INDEX (UNIQUE) AR.HZ_PARTIES_U1 Cost: 1 Cardinality: 1                     
                   40 TABLE ACCESS BY INDEX ROWID TABLE AR.HZ_PARTIES Cost: 2 Bytes: 45 Cardinality: 1                          
              42 TABLE ACCESS FULL TABLE CSI.CSI_SYSTEMS_TL Cost: 142 Bytes: 958,770 Cardinality: 63,918           
    Execution plan for view query with WHERE clause:
    SELECT STATEMENT ALL_ROWS Cost: 7,212 Bytes: 2,462,837 Cardinality: 3,211                                         
         10 COUNT STOPKEY                                    
              9 NESTED LOOPS                               
                   7 NESTED LOOPS Cost: 1,085 Bytes: 101 Cardinality: 1                          
                        5 NESTED LOOPS Cost: 487 Bytes: 17,043 Cardinality: 299                     
                             2 TABLE ACCESS BY INDEX ROWID TABLE CSI.CSI_ITEM_INSTANCES Cost: 22 Bytes: 2,325 Cardinality: 155                
                                  1 INDEX RANGE SCAN INDEX CSI.CSI_ITEM_INSTANCES_N07 Cost: 3 Cardinality: 315           
                             4 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_ITEMS Cost: 3 Bytes: 84 Cardinality: 2                
                                  3 INDEX RANGE SCAN INDEX OKC.OKC_K_ITEMS_N2 Cost: 2 Cardinality: 2           
                        6 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_B_U1 Cost: 1 Cardinality: 1                     
                   8 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 2 Bytes: 44 Cardinality: 1                          
         12 TABLE ACCESS BY INDEX ROWID TABLE AR.HZ_CUST_ACCOUNTS Cost: 2 Bytes: 7 Cardinality: 1                                    
              11 INDEX UNIQUE SCAN INDEX (UNIQUE) AR.HZ_CUST_ACCOUNTS_U1 Cost: 1 Cardinality: 1                               
         28 SORT AGGREGATE Bytes: 169 Cardinality: 1                                    
              27 NESTED LOOPS                               
                   25 NESTED LOOPS Cost: 16,549 Bytes: 974,792 Cardinality: 5,768                          
                        23 NESTED LOOPS Cost: 5,070 Bytes: 811,737 Cardinality: 5,757                     
                             20 NESTED LOOPS Cost: 2,180 Bytes: 56,066 Cardinality: 578                
                                  17 NESTED LOOPS Cost: 967 Bytes: 32,118 Cardinality: 606           
                                       14 TABLE ACCESS BY INDEX ROWID TABLE CSI.CSI_ITEM_INSTANCES Cost: 22 Bytes: 3,465 Cardinality: 315      
                                            13 INDEX RANGE SCAN INDEX CSI.CSI_ITEM_INSTANCES_N07 Cost: 3 Cardinality: 315
                                       16 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_ITEMS Cost: 3 Bytes: 84 Cardinality: 2      
                                            15 INDEX RANGE SCAN INDEX OKC.OKC_K_ITEMS_N2 Cost: 2 Cardinality: 2
                                  19 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 2 Bytes: 44 Cardinality: 1           
                                       18 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_B_U1 Cost: 1 Cardinality: 1      
                             22 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_B Cost: 5 Bytes: 440 Cardinality: 10                
                                  21 INDEX RANGE SCAN INDEX OKC.OKC_K_LINES_B_N2 Cost: 2 Cardinality: 9           
                        24 INDEX UNIQUE SCAN INDEX (UNIQUE) OKC.OKC_K_LINES_TL_U1 Cost: 1 Cardinality: 1                     
                   26 TABLE ACCESS BY INDEX ROWID TABLE OKC.OKC_K_LINES_TL Cost: 2 Bytes: 28 Cardinality: 1                          
         44 VIEW VIEW APPS.WRS_LICENSE_INFO_V Cost: 7,212 Bytes: 2,462,837 Cardinality: 3,211                                    
              43 HASH JOIN Cost: 7,212 Bytes: 536,237 Cardinality: 3,211                               
                   41 NESTED LOOPS                          
                        39 NESTED LOOPS Cost: 7,070 Bytes: 485,792 Cardinality: 3,196                     
                             37 HASH JOIN Cost: 676 Bytes: 341,972 Cardinality: 3,196                
                                  32 HASH JOIN RIGHT OUTER Cost: 488 Bytes: 310,012 Cardinality: 3,196           
                                       30 TABLE ACCESS BY INDEX ROWID TABLE APPLSYS.FND_LOOKUP_VALUES Cost: 7 Bytes: 544 Cardinality: 17      
                                            29 INDEX RANGE SCAN INDEX (UNIQUE) APPLSYS.FND_LOOKUP_VALUES_U1 Cost: 3 Cardinality: 17
                                       31 TABLE ACCESS FULL TABLE CSI.CSI_SYSTEMS_B Cost: 481 Bytes: 207,740 Cardinality: 3,196      
                                  36 VIEW VIEW AR.index$_join$_013 Cost: 187 Bytes: 408,870 Cardinality: 40,887           
                                       35 HASH JOIN      
                                            33 INDEX FAST FULL SCAN INDEX (UNIQUE) AR.HZ_CUST_ACCOUNTS_U1 Cost: 112 Bytes: 408,870 Cardinality: 40,887
                                            34 INDEX FAST FULL SCAN INDEX AR.HZ_CUST_ACCOUNTS_N2 Cost: 122 Bytes: 408,870 Cardinality: 40,887
                             38 INDEX UNIQUE SCAN INDEX (UNIQUE) AR.HZ_PARTIES_U1 Cost: 1 Cardinality: 1                
                        40 TABLE ACCESS BY INDEX ROWID TABLE AR.HZ_PARTIES Cost: 2 Bytes: 45 Cardinality: 1                     
                   42 TABLE ACCESS FULL TABLE CSI.CSI_SYSTEMS_TL Cost: 142 Bytes: 958,770 Cardinality: 63,918

    Hi,
    You should always try using primary index fields, if not possible then secondary index fields.
    Even if you cannot do anything from either of the two then try this,
    Use Less distinct fields on the top.
    In your case , you can use bukrs ,gjahr ,werks on the top in the where condition..then followed by less distinct values..
    Even when you use secondary index if you have 4 fields in your sec index and you are using only two fields from the top then the index is useful only upto that two fields provided they are in sequence.

  • Multiple Issues for Fiori Track Sales Order App

    Hello,
    We're experiencing quite a few issues with the Fiori Track Sales Order App and were wondering if anyone else out there had experienced anything similar and if they were able to resolve these issues.  Unfortunately, there are hardly any notes out there for the Track Orders app, so we aren't able to implement any existing fixes
    1.) As mentioned in a previous post (link below), contact information is not showing in the app, even though the service is returning these contacts and they're displayed in the console.  We've had an incident open with SAP for quite some time but have yet to hear back.
    Track Sales Order Fiori App - Not Displaying Contacts
    2.) If the user is in the app while a delivery is created, choosing the refresh option just refreshes the overall status of the order.  The item statuses are not updated.  User has to exit the app and re-enter for changes to take effect for the items.
    3.) Searching by PO Number is not working.
    4.) Searching for orders in the search period only works if there is an order in the parameter maintained for the order period.  If a customer does not have any orders in the order period but does have orders in the search period maintained, orders are not found when executing a search on the server. 
    Any suggestions would be greatly appreciated. We're on the following service packs:
    SAPK-60003INSRA018
    SAPK-10003INUISRA018

    Hi Erin,
    Just FYI. This does not solve your issue but,
    I see you use old UI components which were released in May 2013.
    Important Note: Please use new UI with new SAP Fiori Launchpad
    New UI components have UI extension points and work with new SAP Fiori Launchpad.
    Please find correct components based on your Backend version.
    SAP Fiori - Add-on quick reference for transactional apps
    Regards, Masa
    SAP Customer Experience Group - CEG

  • Fiori custom theme - low performances

    Hi,
    since we activated our custom theme, fiori apps have very bad performances (often endless loading).
    Any idea ?
    Thanks !
    Alexandre
    Tags edited by: Michael Appleby

    Hi Alexandre,
    Loading custom theme issue was fixed in the SAPUI5 library 1.22.7.
    Please look at the note 2019136 - Corrections for SAP NetWeaver UI Add-On 1.0 SP09 and apply 1.22.8.
    Regards, Masa
    SAP Customer Experience Group - CEG

  • SSO and SAML issue with Fiori

    Hi
    I have set up a Fiori system based on 7.4 and it is working fine.
    I attempted to use Single Sign using SAML based on ADFS as an identity provider which we are already using in our environment.
    I have followed this guide by Chris Wealy on  Using SAML 2.0 Authentication to Access Fiori Apps from the Public Internet
    However when I am trying to login to the FIori launchpad, I am redirected to the Idp site where I enter my credentials and I am not able to login. Checking the diagnostic tool I am getting the following error
    SAML20 SP (client 410 ): Exception raised:
    SAML20 SAML20 CX_SAML20_CORE: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Long text: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Diagnosis System Response Status 401 was returned. Access denied. Procedure Contact the administrator of the entity, to which access was attempted. The logon data prevent communication. Use an HTTP destination and configure the logon data and the SSL client values as needed. Procedure for System Administration
    SAML20     at CL_SAML20_ABSTRACT_PROFILE->SOAP_SEND(Line 160)
    SAML20     at CL_SAML20_ARTIFACT->RESOLVE_ARTIFACT(Line 61)
    SAML20     at CL_SAML20_ABSTRACT_MSG->PARSE_MESSAGE(Line 216)
    SAML20     at CL_SAML20_RESPONSE->CREATE_FROM_MSG(Line 46)
    SAML20     at CL_SAML20_ABSTRACT_PROFILE->CREATE_MSG_OBJECT(Line 46)
    SAML20     at CL_SAML20_SSO->VALIDATE_RESPONSE(Line 32)
    SAML20     at CL_HTTP_SAML20->PROCESS_LOGON(Line 303)
    SAML20     at CL_ICF_SAML_LOGIN->PROCESS_LOGON(Line 62)
    SAML20     at CL_HTTP_SERVER_NET->AUTHENTICATION(Line 2491)
    However checking the possible solution to the above error I came across this
    Problem: You are performing SAML 2.0 authentication and you get the following error:
    CX_SAML20_CORE: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1. Long text: Access by the SOAP request to COMMUNICATION_ERROR was denied with status 1.
    Reason: SSL server certificate of identity provider is not imported in “SSL Client Standard” PSE.
    Solution: Import SSL server certificate of the identity provider in “SSL Client Standard” PSE.
    I have imported the the SSL server certificate along with the root certificate of the the Identitiy provider which is ADFS and still I am getting the same error.
    The ICM trace is showing this
    Thr 140736331941632] *** ERROR during SecuSSL_SessionStart() from SSL_connnect()==SSL_ERROR_CONNECTION_LOST
    Thr 140736331941632]    session uses PSE file "/usr/sap/UI5/DVEBMGS00/sec/SAPSSLC.pse"
    Thr 140736331941632] No LastError / ErrorStack available!
    Thr 140736331941632]   SSL_get_state()==0x2120 "SSLv3 read server hello A"
    Thr 140736331941632]   SSL NI-hdl 193: local=10.2.32.85:52039  peer=10.2.32.43:443
    Thr 140736331941632] <<- ERROR: SapSSLSessionStart(sssl_hdl=7fff90003a60)==SSSLERR_SSL_CONNECT
    Thr 140736331941632] *** ERROR => SSL handshake with adfs.sbm.com.sa:443 failed: SSSLERR_SSL_CONNECT (-57)
    Thr 140736331941632] SAPCRYPTO:SSL_connect() failed
    Thr 140736331941632]
    Thr 140736331941632] SapSSLSessionStart()==SSSLERR_SSL_CONNECT
    Thr 140736331941632] SSL_connnect() failed  (0/0x00) Huh??
    Thr 140736331941632]   SSL:SSL_get_state()==0x2120 "SSLv3 read server hello A"
    Thr 140736331941632]   SSL NI-hdl 193: local=10.2.32.85:52039  peer=10.2.32.43:443
    Thr 140736331941632]   cli SSL session PSE "/usr/sap/UI5/DVEBMGS00/sec/SAPSSLC.pse"
    Thr 140736331941632]   Target Hostname="adfs.sbm.com.sa"
    Can anybody help out.
    Do you need any other logs or configurations to check?

    Hi Simon,
    Thanks for your response.
    I am able to access the Netweaver Gateway Service URl's placed on the same DMZ using reverse proxy from internet.
    I have tried using the FQDN as well but no luck, do we need to do some configurations at the backend server in order to use Fiori Launchpad with reverse proxy?

  • Issue with SSIS Custom Components - 64 bit SQL 2012

    Hello All,
    Our SSIS packages built on SQL 2008 R2 make use of some custom components. These custom components are installed as part of an MSI. The dll's are copied over to the Windows/assemble [GAC Folder] and also to the Program Files(x86)/SQL Server/110/DTS/* folder.
    The installation does not copy the dll's to the 64 bit program files folder.
    X:\Program Files\Microsoft SQL Server\110\DTS
    These packages are executed via SQL Agent jobs on a 64 bit SQL server and there does not seem be any issue.
    Now we are upgrading our servers to SQL 2012 and we have a new installer for the custom components as well. The new custom components use .NET Framework 4.0 and when installed the dll files get copied over to the Ms.NET 32 bit runtime GAC folder and also
    to the SQL Server DTS Folder in x86. The upgraded packages work only when we set the runtime mode to 32 bit. The packages successfully executes within the 32 bit dtexec utility, but when we try to run the same package using a 64 bit dtexec utility the
    process errors out with a component failed to load message. The package moves data between two SQL Server instances.
    The custom components have always been built for 32 bit runtime. I can run a older package through the dtexec utility (from the 64 bit folder in program files) and it does work without any issues. After the upgrade the package will only execute on
    a 32 bit utility. can someone help me understand this issue?
    Regards, Dinesh

    Thank you Arthur.
    i think we got the answer as well, as the .NET framework 3.0 installer copied the files over to the C:\windows assembly the dtexec utility [32 bit/64 bit] was able to load the components.
    Now with the new installer the files are copied to specific runtime gac folders as Arthur has mentioned. The 64  bit  utility does not find the dlls in the GAC whereas the 32 bit version will find them.
    Regards, Dinesh

  • Issue in setting custom registry in WAS 6.1

    Hi,
    I am trying to setup agent on WAS 6.1 as per the documentation :- http://docs.sun.com/app/docs/doc/820-3675/gcann?a=view
    And i am getting an error while trying to set the Custom Registry of WebSphere Application Server 6.1.
    The error on my WAS Admin console comes when i try to click the ok button in the standalone custom registry window.
    Error on console is as :-
    'SECJ7339E: Exception raised while validating admin name'
    My server logs are as : -
    [9/15/08 18:11:08:884 IST] 00000026 SystemErr     R Caused by: java.lang.RuntimeException: Exception caught in AmWebsphereManager initializer: Failed to obtain service instance com.sun.identity.agents.websphere.AmRealmUserRegistry
    at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:170)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    at com.sun.identity.agents.websphere.AmAgentUserRegistry.getRealmUserRegistry(AmAgentUserRegistry.java:228)
    at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
    at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
    at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [9/15/08 18:11:08:884 IST] 00000026 SystemErr     R  at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:170)
    [9/15/08 18:11:08:884 IST] 00000026 SystemErr     R  at java.lang.J9VMInternals.initializeImpl(Native Method)
    [9/15/08 18:11:08:900 IST] 00000026 SystemErr     R  at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    [9/15/08 18:11:08:900 IST] 00000026 SystemErr     R  ... 65 moreMy amAgent Logs are as : -
    ERROR: AmAgentLog: Unable to create AmAgentRemoteLog instance, will attempt to use local logging only.
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: Unable to load IAmAgentRemoteLog: com.sun.identity.agents.log.AmAgentRemoteLog
    at com.sun.identity.agents.arch.ServiceFactory.getAmAgentRemoteLog(ServiceFactory.java:306)
    at com.sun.identity.agents.log.AmAgentLog.initialize(AmAgentLog.java:70)
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: Failed to initialize AmAgentRemoteLog instance
    at com.sun.identity.agents.log.AmAgentRemoteLog.initialize(AmAgentRemoteLog.java:74)
    at com.sun.identity.agents.arch.ServiceFactory.getAmAgentRemoteLog(ServiceFactory.java:304)
    at com.sun.identity.agents.log.AmAgentLog.initialize(AmAgentLog.java:70)
    at com.sun.identity.agents.arch.ServiceFactory.getAmAgentLog(ServiceFactory.java:289)
    at com.sun.identity.agents.log.AmAgentLogManager.<init>(AmAgentLogManager.java:66)
    at com.sun.identity.agents.log.AmAgentLogManager.<clinit>(AmAgentLogManager.java:180)My amSMS logs are as : -
    09/15/2008 06:11:08:509 PM IST: Thread[WebContainer : 2,5,main]
    ERROR: SMSJAXRPCObject:getRootSuffix:Exception:
    java.rmi.RemoteException: no-server-found
    at com.sun.identity.jaxrpc.SOAPClient.getValidURL(SOAPClient.java:195)
    at com.sun.identity.jaxrpc.SOAPClient.call(SOAPClient.java:313)
    at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:481)
    at com.sun.identity.jaxrpc.SOAPClient.send(SOAPClient.java:467)
    at com.sun.identity.sm.jaxrpc.SMSJAXRPCObject.getRootSuffix(SMSJAXRPCObject.java:393)
    at com.sun.identity.sm.SMSEntry.<clinit>(SMSEntry.java:272)
    09/15/2008 06:11:08:619 PM IST: Thread[WebContainer : 2,5,main]
    ERROR: ServiceManager::isRealmEnabled unable to initialize
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key loginError
    at java.util.ResourceBundle.getObject(ResourceBundle.java:342)
    at java.util.ResourceBundle.getString(ResourceBundle.java:302)
    at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:280)
    at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:291)
    at com.sun.identity.authentication.spi.AuthLoginException.fetchStackTrace(AuthLoginException.java:309)
    at com.sun.identity.authentication.spi.AuthLoginException.printStackTrace(AuthLoginException.java:259)My amWebSphere logs are as : -
    09/15/2008 06:11:08:728 PM IST: Thread[WebContainer : 2,5,main]
    ERROR: AmWebsphereManager initialization failed
    [AgentException Stack]
    com.sun.identity.agents.arch.AgentException: Failed to obtain service instance com.sun.identity.agents.websphere.AmRealmUserRegistry
    at com.sun.identity.agents.websphere.AmWebsphereServiceFactory.getAmRealmUserRegistry(AmWebsphereServiceFactory.java:87)
    at com.sun.identity.agents.websphere.AmWebsphereManager.<init>(AmWebsphereManager.java:63)
    at com.sun.identity.agents.websphere.AmWebsphereManager.<clinit>(AmWebsphereManager.java:165)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key loginError
    at java.util.ResourceBundle.getObject(ResourceBundle.java:342)
    at java.util.ResourceBundle.getString(ResourceBundle.java:302)
    at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:280)
    at com.sun.identity.authentication.spi.AuthLoginException.getLocalMessage(AuthLoginException.java:291)
    at com.sun.identity.authentication.spi.AuthLoginException.fetchStackTrace(AuthLoginException.java:309)
    at com.sun.identity.authentication.spi.AuthLoginException.printStackTrace(AuthLoginException.java:259)
    at com.sun.identity.util.impl.DebugImpl.writeIt(DebugImpl.java:218)
    at com.sun.identity.util.impl.DebugImpl.writeIt(DebugImpl.java:206)
    at com.sun.identity.util.impl.DebugImpl.record(DebugImpl.java:199)
    at com.sun.identity.util.impl.DebugImpl.error(DebugImpl.java:192)
    at com.iplanet.am.util.Debug.error(Debug.java:536)
    at com.sun.identity.agents.arch.Module.logError(Module.java:239)Please suggest what the issue can be ?
    I have a windows XP Professional OS, AM server on WAS 6.1.0.2 (in RAD) and AM agent on WAS 6.1.0.2 (in RAD).
    thanks,
    Nimish Gupta

    After following the steps for 'Supplemental Instructions for Installing and Configuring Policy Agent 2.2–01 for IBM WebSphere Application Server' at the url, ' http://docs.sun.com/app/docs/doc/819-2796/gggvb?a=view ' , I was able to get rid of the logs errors mentioned above.
    However I am still not able to customize my registry in WAS 6.1. I get a different error this time as : -
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R javax.management.RuntimeErrorException: Error occured in RequiredModelMBean while trying to invoke operation getUsers
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1110)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.security.admintask.ValidateAdminName.afterStepsExecuted(ValidateAdminName.java:560)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.executeReal(AbstractTaskCommand.java:640)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.execute(AbstractTaskCommand.java:595)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.UserRegistryDetailActionGen.validateAdminId(UserRegistryDetailActionGen.java:262)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.UserRegistryDetailActionGen.processAdminId(UserRegistryDetailActionGen.java:240)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.security.CustomUserRegistryDetailAction.execute(CustomUserRegistryDetailAction.java:177)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
    [9/16/08 17:49:35:766 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R Caused by: java.lang.NoClassDefFoundError: com.iplanet.ums.Guid
         at java.lang.J9VMInternals.verifyImpl(Native Method)
         at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
         at com.iplanet.am.sdk.common.DCTreeServicesHelper.<clinit>(DCTreeServicesHelper.java:66)
         at java.lang.J9VMInternals.initializeImpl(Native Method)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:144)
         at com.iplanet.am.sdk.remote.RemoteServicesImpl.<init>(RemoteServicesImpl.java:95)
         at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.<init>(CachedRemoteServicesImpl.java:115)
         at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.getInstance(CachedRemoteServicesImpl.java:137)
         at com.iplanet.am.sdk.remote.RemoteServicesFactory.<clinit>(RemoteServicesFactory.java:87)
         at java.lang.J9VMInternals.initializeImpl(Native Method)
         at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
         at com.iplanet.am.sdk.remote.RemoteServicesProviderImpl.getDirectoryServicesImpl(RemoteServicesProviderImpl.java:54)
         at com.iplanet.am.sdk.AMDirectoryAccessFactory.instantiateImpls(AMDirectoryAccessFactory.java:132)
         at com.iplanet.am.sdk.AMDirectoryAccessFactory.initialize(AMDirectoryAccessFactory.java:105)
         at com.iplanet.am.sdk.AMDirectoryAccessFactory.getDirectoryServices(AMDirectoryAccessFactory.java:191)
         at com.sun.identity.idm.IdServicesFactory.initialize(IdServicesFactory.java:127)
         at com.sun.identity.idm.IdServicesFactory.getDataStoreServices(IdServicesFactory.java:179)
         at com.sun.identity.idm.AMIdentityRepository.searchIdentities(AMIdentityRepository.java:210)
         at com.sun.identity.agents.websphere.AmRealmUserRegistry.getUsers(AmRealmUserRegistry.java:174)
         at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
         at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
         at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
         at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:615)
         at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
         at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
         at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
         at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
         at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
         at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
         at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
         at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
         at com.ibm.ws.security.admintask.ValidateAdminName.afterStepsExecuted(ValidateAdminName.java:560)
         at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.executeReal(AbstractTaskCommand.java:640)
         at com.ibm.websphere.management.cmdframework.provider.AbstractTaskCommand.execute(AbstractTaskCommand.java:595)
         at com.ibm.ws.console.security.UserRegistryDetailActionGen.validateAdminId(UserRegistryDetailActionGen.java:262)
         at com.ibm.ws.console.security.UserRegistryDetailActionGen.processAdminId(UserRegistryDetailActionGen.java:240)
         at com.ibm.ws.console.security.CustomUserRegistryDetailAction.execute(CustomUserRegistryDetailAction.java:177)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
         at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
         at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
         at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
         at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
         at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.verifyImpl(Native Method)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.common.DCTreeServicesHelper.<clinit>(DCTreeServicesHelper.java:66)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initializeImpl(Native Method)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    [9/16/08 17:49:35:782 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:144)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesImpl.<init>(RemoteServicesImpl.java:95)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.<init>(CachedRemoteServicesImpl.java:115)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.CachedRemoteServicesImpl.getInstance(CachedRemoteServicesImpl.java:137)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesFactory.<clinit>(RemoteServicesFactory.java:87)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initializeImpl(Native Method)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.J9VMInternals.initialize(J9VMInternals.java:177)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.remote.RemoteServicesProviderImpl.getDirectoryServicesImpl(RemoteServicesProviderImpl.java:54)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.instantiateImpls(AMDirectoryAccessFactory.java:132)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.initialize(AMDirectoryAccessFactory.java:105)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.iplanet.am.sdk.AMDirectoryAccessFactory.getDirectoryServices(AMDirectoryAccessFactory.java:191)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.IdServicesFactory.initialize(IdServicesFactory.java:127)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.IdServicesFactory.getDataStoreServices(IdServicesFactory.java:179)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.idm.AMIdentityRepository.searchIdentities(AMIdentityRepository.java:210)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.agents.websphere.AmRealmUserRegistry.getUsers(AmRealmUserRegistry.java:174)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.sun.identity.agents.websphere.AmAgentUserRegistry.getUsers(AmAgentUserRegistry.java:107)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.ibm.ws.security.registry.UserRegistryImpl.getUsers(UserRegistryImpl.java:382)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at com.ibm.ws.security.core.SecurityAdmin.getUsers(SecurityAdmin.java:702)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.reflect.Method.invoke(Method.java:615)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at java.lang.reflect.Method.invoke(Method.java:615)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
    [9/16/08 17:49:35:798 IST] 0000002b SystemErr     R      ... 50 more

  • We need a new section entitled:  Issues With Apple Customer Service

    "This Feedback about the Discussions forum is intended for questions about how to use Apple Discussions and for general constructive feedback about how the Discussions system is operating or how it may be improved. Please use this forum appropriately. Failure to do so may result in your posting privileges to this forum being disabled.
    If your question concerns a hardware or software technical issue, please do not post in this forum — instead, go to the Apple Discussions Homepage, select an appropriate product category and follow the links until you reach the correct forum for your post, then click the Post New Topic link. "
    Alright, I have a suggestion for improvement. We need a new forum section for complaints about the way Apple is treating us.
    To make sure I'm being clear, let me give you an example of just such a post that may be included in such a section.
    I ordered online the family packs of Leopard, iWork '08 and iLife '08 on November 6th. I received an email telling me my order had been shipped on November 7th.
    On November 9th I decided to check the progress of my shippment by logging on to FedEx. To my surprise, it had been delivered! Not to me but another party. I could download a PDF from FedEx and see the signature.
    After trying to deal with FedEx for a few days I was finally told to deal with Apple because they would have to initiate the investigation. Fine. These things happen.
    On 11/13/2007 I spoke with an Apple Customer Service Representative and received an Apple Issue Number and Case Number. I was told that it should be resolved in a few days. It wasn't.
    11/20/2007, Here's where it gets interesting. In talking with them again I explained that since my signature was not on the FedEx ticket it had not been delivered properly if at all. I explained that since FedEx was clearly at fault the package should be shipped again. Finally they agreed. I was told that my package would be shipped and to expect an email.
    11/23/2007, I was told again that nothing would be shipped until after an investigation had been completed. So did they lie? I spoke with a manager who kept repeating that he was sorry for the mis-communication. That became very frustrating to say the least. Remember, FedEx requires a signature. Without it or my permission to deliver somewhere else they must deliver to me and get my signature. The FedEx PDF clearly shows another persons signature.
    Equally frustrating is the fact that they will not keep me informed as to the status. I have to call them and wait on hold. I did get a couple of emails with text along the lines of, "We continue to work with our carrier on your lost package. "
    However, there is no way to reply to these form letters. The only way to stay in touch with Apple is to call and be put on hold.
    Twice, after giving them my order number and being put on hold "while they look up my records" or whatever, the call was disconnected. I'm not saying they did so on purpose but the results were the same. Another call, another round of giving my order number and explaining to yet again a new person the details of the situation.
    I've had many problems with Apple since becoming a customer in June of 2006 but I just can't let this go. I need a place to warn others. If you buy something, you might be better off buying it from a store instead of on-line. This kind of information is needed to warn others concerning the business practices of Apple should something go wrong. This is why we need a new section for putting forth such complaints.

    It seems to me that the real problem here is with FedEx, as I have encountered similar types of problems with them in the past. Even though a signature is required, I have had packages left on my porch. When I enquired, someone had actually signed (i.e.forged) my name! Other times it has been left on my porch with some other signature. When I call to complain, FedEx just seems to think there is no problem as long as I got my package. They seem totally unconcerned even though a signature is required and I definitely did not authorize delivery with no signature. I have expressed my concerns directly to Apple, but have no way of knowing if it has done any good. I think this problem is worse with FedEx ground, as that is contracted out. Around here anyway, i think the drivers will sign the ticket and leave the package just so they won't have to make another trip. It's not right, and it's not supposed to happen this way, but i know it does.
    Apple entrusted your package to FedEx in good faith that it would be delivered to you, and that your signature would be required for you to receive it. That should have resulted in you receiving it. however, due to a false signature, you did not. Clearly, FedEx is responsible.
    If the package was supposedly delivered to your address, but has a false signature, I wonder if the driver might have signed the delivery ticket or gotten someone else to sign it and just left it on your porch or something like that. If so, it could have been subsequently stolen. If something like this happened, it might explain why things are so bogged down in the investigation at Apple. From their viewpoint, the package was delivered and a signature was obtained and they are probably being stonewalled by FedEx.
    A user to user discussion forum such as Apple Discussions won't help with delivery problems. It's best to report them directly to Apple as you have done. If you continue to have problems, you can call Apple and ask to speak to Apple Customer Relations. They may well be able to cut through the red tape. You could also express your concern in the "Feedback to Apple" section. Maybe if enough people complain, they might consider awarding the shipping contract to someone else. Or perhaps the other shippers are even worse.
    One of my recent shipments was evidently lost in a typhoon. But when I called Apple, a replacement was sent out immediately. This is more what I would expect of Apple, and you have every right to expect similar treatment.
    If FedEx delivered to the wrong address and got a wrong signature, they should be expected to go back and retrieve the package. But if they delivered to your address and did not get your signature, then you would be well within your rights to go to your local Better Business Bureau and file a complaint against FedEx. That might possibly get some action of some sort. FedEx cannot ignore the BBB as easily as they can ignore you. If your signature was actually forged, you will certainly be able to prove that the signature on the delivery ticket is definitely not yours. And you could forward the BBB complaint to Apple. I don't know if this would help or just muddy the water, but it would put a little more pressure on FedEx I would think.
    In the meantime, I would certainly speak to Apple Customer Relations and see if they can help you out here. They want happy Apple customers, and I think they would like to know about the extreme frustrations you are experiencing through no fault of your own.
    I sympathize with your problems, and I hope that you are able to get them resolved soon.
    Good luck!

  • Issue with calling custom function in merge command -10g

    Hi,
    I have ran into issue while calling a custom function in merge command.
    It throws error 'Invalid identifier'. Oracle doesnt understand that it is a function and take the function name as column name.
    Since no such collumn name exists, it throws 'Invalid identifier'.
    Interestingly, merge command works fine when it has a oracle function (replace, decode).
    The oracle version is 10.2.0.3
    It is very urgent.
    Any pointers will be helpful.
    Regards,
    Ravi

    I don't have privileges to create dblink, but this is working for me.
    So, i don't think function can be a issue here.
    satyaki>
    satyaki>select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Elapsed: 00:00:01.02
    satyaki>
    satyaki>
    satyaki>create table hist_tab
      2     as
      3       select * from emp
      4       where sal between 2000 and 4000;
    Table created.
    Elapsed: 00:00:00.09
    satyaki>
    satyaki>select * from hist_tab;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO JOB1      DOB
          7844 TURNER     SALESMAN        7698 08-SEP-81       2178          0         30 SALESMAN
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>
    satyaki>update hist_tab
      2     set mgr = 7794;
    1 row updated.
    Elapsed: 00:00:00.01
    satyaki>
    satyaki>commit;
    Commit complete.
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>select * from hist_tab;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO JOB1      DOB
          7844 TURNER     SALESMAN        7794 08-SEP-81       2178          0         30 SALESMAN
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>
    satyaki>
    satyaki>
    satyaki>create table tran_tab
      2     as
      3       select * from emp
      4       where sal between 2000 and 7000;
    Table created.
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>select * from tran_tab;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO JOB1      DOB
          7844 TURNER     SALESMAN        7698 08-SEP-81       2178          0         30 SALESMAN
          7902 FORD       ANALYST         7566 03-DEC-81    5270.76                    20 ANALYST
    Elapsed: 00:00:00.00
    satyaki>
    satyaki>ed
    Wrote file afiedt.buf
      1  create or replace function fun(c_in number)
      2     return number
      3     is
      4       c_out number(4);
      5     begin
      6       if c_in < 7900 then
      7          c_out := 0;
      8       else
      9         c_out := 1;
    10       end if;
    11       return c_out;
    12*    end;
    13  /
    Function created.
    Elapsed: 00:00:01.00
    satyaki>
    satyaki>merge into hist_tab o
      2  using (
      3     select empno,
      4            ename,
      5            job,
      6            mgr,
      7            hiredate,
      8            sal,
      9            comm,
    10            deptno,
    11            job1,
    12            dob
    13     from (
    14              select k.*,
    15                     rank() over(order by fun(k.empno)) rn
    16              from tran_tab k
    17          )
    18     where rn = 1
    19     ) n
    20  on ( o.empno = n.empno)
    21  when matched then
    22    update set o.ename = n.ename,
    23               o.job = n.job,
    24               o.mgr = n.mgr,
    25               o.hiredate = n.hiredate,
    26               o.sal = n.sal,
    27               o.comm = n.comm,
    28               o.deptno = n.deptno,
    29               o.job1 = n.job1,
    30               o.dob = n.dob
    31  when not matched then
    32    insert(
    33            o.empno,
    34            o.ename,
    35            o.job,
    36            o.mgr,
    37            o.hiredate,
    38            o.sal,
    39            o.comm,
    40            o.deptno,
    41            o.job1,
    42            o.dob
    43          )
    44    values(
    45            n.empno,
    46            n.ename,
    47            n.job,
    48            n.mgr,
    49            n.hiredate,
    50            n.sal,
    51            n.comm,
    52            n.deptno,
    53            n.job1,
    54            n.dob
    55          );
    1 row merged.
    Elapsed: 00:00:00.03
    satyaki>
    satyaki>select * from hist_tab;
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO JOB1      DOB
          7844 TURNER     SALESMAN        7698 08-SEP-81       2178          0         30 SALESMAN
    Elapsed: 00:00:00.00
    satyaki>You can check the final output with old output. It is working perfectly - i guess.
    Regards.
    Satyaki De.

  • "Output could not be issued" when using custom page formats

    Dear all,
    I created a custom page format using SPAD. Its dimension is 7.5cm x 10cm (190mm x 254mm). I also created this page format in windows and set as the default paper size in my printer. However, when trying to print a smartform using this size, the message "Output could not be issued" is given. When I use the standard paper sizes (e.g., LETTER, DINA4), the form prints OK.
    Can you point me to the direction to solving this?
    Thank you!
    Kyle

    Issue resoved.
    For those who are encountering the same problem, here's what I did. I tested the smartform by itself and it reported the specific error: the page format is not supported in device type SWIN. I added it in another device type SAPWIN. This was just a simple miscommunication between the admins and the developer. I added the format in SWIN and everything works fine.
    Kyle

  • Issue in Updating Customer specific fields in WBS using BAPI_BUS2054_CREATE_MULTI

    Hi Experts,
    I am able to create the WBS element using BAPI_BUS2054_CREATE_MULTI.But the issue is i am not able to update customer specific fields even after passing the fields as per specification in Function module documentation. I have also created an implementation of BADI  as per below specification in FM documentation:
    Procedure for Filling Standard Enhancements
    Before you call the BAPI for each object that is to be created or changed,
    for which you want to enter customer-specific table enhancement fields, add a
    data record to the container ExtensionIn:
    STRUCTURE:    Name of the corresponding help structure
    VALUEPART1:   Key of the object + start of the data part
    VALUEPART2-4: If required, the continuation of the data part
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with the
    keys that identify the table rows and then with the values of the
    customer-specific fields. By structuring the container in this way, it is
    possible to transfer its content with one MOVE command to the structure of the
    BAPI table extension.
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields for
    which the respective update indicator is set are changed). Therefore, even if
    you only want to change one field, all the fields that you transfer in
    ExtensionIn must be filled.
    Checks and Further Processing
    Using the methods ...CREATE_EXIT1 or. ...CHANGE_EXIT1 of the BAdI
    BAPIEXT_BUS2001, BAPIEXT_BUS2002, and BAPIEXT_BUS2054, you can check the entered
    values (and/or carry out other checks).
    In the BAdI's second method, you can program that the data transferred to the
    BAPI is processed further (if you only want to transfer the fields of the CI
    includes, no more action is required here).
    But still i am unable to update fields though i am able to create WBS with rest of the fields except  custom fields.
    I am using attached code to achieve this.Do we need to code anything inside method create_exit1 or create_exit2 implementation for BADI or
    Please help on priority

    Hi Rahul,
    First observation from your code is that i could not find the assignment for the field
    GWA_WBS_EXTIN-STRUCTURE. I hope you are not filling this field, that could be one reason for failure. Try to do it and let us know if you still have the problem.
    Br..
    Dwaraka

Maybe you are looking for