Different entitlement systems

Hi
I use SSO (SAP Authentication) and have two entitlement systems.
Does anyone know how we can configure a connection in Business Objects Mobile to allow access to both entitlement systems?
At the moment, a connection does not allow me to specify the client and hence users can only logon to the default entitlement system.
It would be acceptable to create two connections, provided that Ican define the target client system, in the connection.
When users logon to the the Business Objects LaunchPad via Internet explorer on a desktop, this is not an issue as the login screen has a field for both system and client.
Thanks

Hi Stephen,
More than two entitlement systems are supported on IOS Mobile BI App since 6.1 release. What is new in SAP BusinessObjects Mobile 6.1 (iOS)
The SSO to more than one entitlement systems would require you to create two different connections in the same Mobile BI App. And both has to be imported, pushed via MDM or pre-configured (if you use SDK). Note that connections that use SSO cannot be created manually.
For creating a SSO connection via import option, you can look at the parameters at Creating connections using Import Option in SAP Mobile BI. 'BOBJ_MOBILE_SSO_SAP_SYSTEM' is the parameter for your specific interest.
If you are not using SUP/SMP you should be configuring following parameters
CON.DisplayName=MY_CONNECTION
CON.BOBJ_MOBILE_URL=your Mobile Server URL with port number
CON.BOBJ_MOBILE_CMS=your CMS FQN with port number
CON.BOBJ_MOBILE_AUTH_METHOD=secSAPR3
CON.BOBJ_MOBILE_SSO_COOKIE_NAME=MYSAPSSO2
CON.BOBJ_MOBILE_SSO_FORM_URL =FORM based Custom App URL to generate MYSAPSSO2 Cookie
CON.BOBJ_MOBILE_SSO_ENABLED=true
CON.BOBJ_MOBILE_SSO_TYPE=SSO_Form
CON.BOBJ_MOBILE_SSO_SAP_SYSTEM=XYZ^100
The following blog details out how SSO can be implemented on Mobile server SAP BI Mobile Server Single Sign On Support
Hope this helps
Regards,
Ashutosh

Similar Messages

  • Entitlement Systems Logical System Name

    Environment:
    - BusinessObjects Edge Series BI 3.1 (standard packge)
    - Business Objects XI Integration for SAP Solutions
    - Windows Server 2003 x64
    I am trying to configure a Logical System Name in the Entitlement Systems of the BusinessObjects Central Management Console.
    Our BI 7.01 system uses a different naming convention for the logical system name (not the standard <SID>CLNT<client#>
    (i.e. BWQCLNT300).  We use BWQ300.  How would I override the default configuration (put in a different logical system name)  in CMC - SAP Authentication?
    Please advise.  Thank you in advance.
    Francis

    Ingo,
    That is correct.  It generated the logical system name automatically for me. 
    But our BW system have a logical system name of BWQ300 (not BWQCLNT300). 
    How would I override this ?
    Thank you very much for your reply.
    Francis

  • How to execute one sap gui script in different SAP system component versions.

    Hi Experts,
    I am having a task to write a script which can be executed in different SAP systems , explained as below.
    I have created a script to do password reset for mass users in one system (TC6) & it's working fine. But when i load same script in other system(QR5) to do the same activity , the system unable to execute the same script.
    One thing i found that by comparing in the two systems that the screen-ids in QR5 system is different than TC6 system.
    My question
    1-> why it is different even though the scripting language is same.
    2-> How can i overcome it & make a common script for all the systems.
    Please help me to resolve this.
    Thanks in Advance,
    Khagendra

    Hi Holger & Stefan,
    Sorry for late response first.
    Now i have attached the recorded program-me for two systems for SU01 (simple user maintenance) with highlighted the text. I have highlighted both for easy understanding .
    In system QR5 (upgraded one)
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "/nsu01"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/ctxtSUID_ST_BNAME-BNAME").text = "test"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/tbar[1]/btn[18]").press
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_LAST").text = "rest"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_LAST").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_LAST").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_FIRST").text = "user"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_FIRST").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_PERSON_NAME-NAME_FIRST").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_COMM_DATA-SMTP_ADDR").text = "[email protected]"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_COMM_DATA-SMTP_ADDR").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSUID_MAINTENANCE:1900/txtSUID_ST_NODE_COMM_DATA-SMTP_ADDR").caretPosition = 21
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO").select
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/cmbSUID_ST_NODE_LOGONDATA-USTYP").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/cmbSUID_ST_NODE_LOGONDATA-USTYP").key = "A"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/pwdSUID_ST_NODE_PASSWORD_EXT-PASSWORD").text = "********"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/pwdSUID_ST_NODE_PASSWORD_EXT-PASSWORD2").text = "********"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/pwdSUID_ST_NODE_PASSWORD_EXT-PASSWORD2").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUID_MAINTENANCE:1101/pwdSUID_ST_NODE_PASSWORD_EXT-PASSWORD2").caretPosition = 9
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG").select
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUID_MAINTENANCE:1106/cntlG_ROLES_CONTAINER/shellcont/shell").modifyCell 0,"AGR_NAME","Z:T5_UK_WIPRO_DEV_NONBASIS"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUID_MAINTENANCE:1106/cntlG_ROLES_CONTAINER/shellcont/shell").currentCellColumn = "AGR_NAME"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUID_MAINTENANCE:1106/cntlG_ROLES_CONTAINER/shellcont/shell").pressEnter
    session.findById("wnd[0]").sendVKey 11
    In system DR0 (Not upgraded)
    session.findById("wnd[0]").maximize
    session.findById("wnd[0]/tbar[0]/okcd").text = "/nsu01"
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/ctxtUSR02-BNAME").text = "test"
    session.findById("wnd[0]/usr/ctxtUSR02-BNAME").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/tbar[1]/btn[18]").press
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_LAST").text = "test"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_LAST").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_LAST").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_FIRST").text = "user"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_FIRST").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtADDR3_DATA-NAME_FIRST").caretPosition = 4
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtSZA5_D0700-SMTP_ADDR").text = "[email protected]"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtSZA5_D0700-SMTP_ADDR").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpADDR/ssubMAINAREA:SAPLSZA5:0900/txtSZA5_D0700-SMTP_ADDR").caretPosition = 21
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO").select
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/cmbUSLOGOND-USTYP").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/cmbUSLOGOND-USTYP").key = "A"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/pwdG_PASSWORD1").text = "********"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/pwdG_PASSWORD2").text = "********"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/pwdG_PASSWORD2").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpLOGO/ssubMAINAREA:SAPLSUU5:0101/pwdG_PASSWORD2").caretPosition = 9
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG").select
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUU5:0106/tblSAPLSUU5TC_AGR/ctxtUSAGR-AGR_NAME[1,5]").text = "Z:T5_UK_WIPRO_DEV_NONBASIS"
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUU5:0106/tblSAPLSUU5TC_AGR/ctxtUSAGR-AGR_NAME[1,5]").setFocus
    session.findById("wnd[0]/usr/tabsTABSTRIP1/tabpACTG/ssubMAINAREA:SAPLSUU5:0106/tblSAPLSUU5TC_AGR/ctxtUSAGR-AGR_NAME[1,5]").caretPosition = 26
    session.findById("wnd[0]").sendVKey 0
    session.findById("wnd[0]").sendVKey 11
    From the above it's clear that the screen IDs in both the systems are different as the program-me name is different for the same TA (SU01) in both the systems.
    Now can you please advise how i will go with both to handle in one script (I can't put a check condition to call different scripts for the specific systems as in my landscape there are more that 100 systems).
    Please help me on this.
    Thanks in Advance,
    Khagendra

  • Assign records to different remote systems in MDM

    Hello Experts,
    I am using qualified range to generate internal number range for vendor. The remote key & remote system details for the records are generated during syndication. My scenario is that I have couple of records in MDM for different remote systems. I want to syndicate it to the respective systems. Is there a way to identify the respective records per system with out inserting the details in "edit key mapping".
    If we try specifying Remote system details in edit key mappings with a blank or specific Key value , then the qulaified number generated for vendors is overwritten with this key value mentioned in key mapping.
    I need to retain both the qualified range functionality as well as tag the records to different remote systems.
    Kindly advice.
    Thanks and Regards,
    Elizabeth.

    Hi Shiv
    So, i am not sure, but this all makes me feel that syndication tasks can not be executed parallel.
    Your understanding here is correct since we are using here the same table for syndication process so it will be executed in steps. I mean syndication 2 has to wait until the syndication 1 ends. But the thing is that even after syndication 1 completes syndication 2 is not going to place that's the issue here.
    Please find solution which tells same thing in MDM import manager context.
    Can I run two Import Managers at the same time?
    Yes, several instances of the Import Manager can be open concurrently. The only existing limitation though is when actual importing process starts the tables involved in the importing process are locked for write access. So if two instances of the Import Manager import to different tables then no synchronization issue occurs. If they use the same table, then the instance getting access second has to wait until the first ends.
    For more details, Please refer this below link:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7dc6ba86-0501-0010-0b82-849437929f0d?quicklink=index&overridelayout=true
    @ Elizabeth: After Syndication 1, Have you checked after sometime whether syndication2 & so-on takes place or not. I feel that Syndication for syndication 2 , syndication 3 & syndication 4 should also occur after some time as they executed one by one not parallel so will take some time. Just check and revert with result whether your workflow gets completed after some time or not.
    Note: Make sure that for all these Syndications outbound ports Processing Type = Manual in Console else syndication will not occur.
    Regards,
    Mandeep Saini

  • Internal order - Error - Different logical system for order

    Hello all,
    I try to send IDoc (INTERNAL_ORDER) from system A to system B.
    I have done:
    - BD64 / WE20 / WE21
    But after having customizing I have got following error:
    Different logical system for order xxxxxx
    Message no. 2075ALE001
    Diagnosis
    Internal order xxxxxxx already exists in system B. Its master system B is different from the master system A of the new internal order to be distributed with the same order number xxxxxxx.
    System Response
    Internal order xxxxxxx with master system A cannot be distributed in system B.
    Procedure
    Check customizing for ALE for internal orders.
    How to solve this?
    My aim is to maintain internal order master data in test system.
    Thanks for your help.
    David

    I have found something.
    If I change in table AUFK, logical from empty to A (master) and I run IDOC then IDOC has been correctly integrated.
    Then: how to define "master"?

  • Same Logical System Name, different Business System

    Hi all,
    I have a problem regarding SLD and Integration Directory. The client is requiring me to use the same logical system name for two different business systems. It seems that this is not possible in XI. When I tried activating the business system in ID, I'm getting the error, 'Logical system XXX already exists in communication component YYY'. Please help. Thanks!
    IX

    Hi,
    You cannot have same logical name for two business systems....
    Why you need it?? How will the SAP system understand which which system the message was sent for?? Some workaround like
    1. Create a business system with this logical system
    2. Overwrite sender/receiver business system in the receiver agreement for messages sent to 2nd business system..
    This may lead to discrepancies....
    Regards
    Suraj

  • Cross reference data from 2 different ecc system.

    Hi Sdners,
    Iam working on a scenario where i have to get data from two different Ecc system,consolidate them and send it back to their respective system.
    But some refernce data in both the systems are different and when iam merging data from 2 system i have to maintain either of the reference data.But problem comes when i syndicate it back to ECC ,it cannot accept a new reference data.
    Please suggest me some answere how to proceed in such case.
    Its urgent.
    Points will be rewarded for Genuine answeres.
    Thanks in advance,
    Regards,
    Neethu.

    Hi,
    First enable keymapping property to YES  for the table which you want to do
    importing and syndicatig.
    Create two remote systems type inbound/outbound .
    Import the data from first remote system and map the corresponding fields.
    Don't forget to map the remotekey field which is on the destination side.Make clone
    of one of the dispaly field and map to the remote key field.
    After importing you can see the records from which remote system are imported
    using Edit Key Mappings option in DataManager.It shows that remotesystem
    name and corresponding remote key.
    Do the same for second remote system too.
    After merging data in data manager , you can see the merged record and see the
    two remote systems names and two remote keys by using Edit Key Mappings
    option so the merged record goes back to both remote systems when you syndicate
    the records.
    Syndicate the data from first remote system by selecting destination properties and
    output remote system property under map properties tab as your first remote
    system.
    Do the mapping for corresponding fields and don't forget to map the value field under
    remote key .Then MDM generates remote keys for only records belongs to your
    first remote system.You can see this in destination preview.It does n't genarate
    remote keys for second remote system.Then check the option Suppress records
    without key under map properties tab and execute the syndication.Finally we can
    see the accurate records.
    Do the same for second remote system too.
    Hope it helps
    Cheers
    Narendra

  • Cannot add BW SAP system in CMC Authentication\Entitlement System

    Hi,
    I've re-installed Edge XI 3.1 SP3, Explorer/Polestar SP2 and finally SAP Integration Kit SP3 on Windows 2008 & SQL Server 2008 after a consultant came onsite to do this 4 months ago.  I wanted the practice and its a pilot installation only.
    I cannot seem to add my SAP BW Dev system to the Entitlement system from within the CMC - Authentication - SAP section however.  I 've got the .dll's in the right places, I've tried uninstalling and reinstalling the Integration Kit. restarting the Tomcat server, etc to no avail.  I've also had a read of Ingo's blog and am sure I've followed all his steps correctly.
    Can this only be a case of not following the installation correctly or am I missing something else?  Any help appreciated please.
    Thanks.

    Hi,
    I've had success in getting the Entitlement System connected.
    Basically on top of completely uninstalling everything SAP and BO related, renaming folders to .OLD and rebooting, then installing Edge and SAP GUI....I then followed these steps before installing Integration Kit:
    To install InfoView automatically, you must install and configure SAP Java Connector components:
    To do this, copy librfc32.dll and librfc32u.dll, to the appropriate folder.
    u2022 On 32-bit Windows: %windir%\system32
    u2022 On 64-bit Windows: %windir%\sysWOW64
    Copy sapjcorfc.dll to <BusinessObjects install directory ..\win32_x86.
    Then copy sapjco.jar to the application serveru2019s shared library folder. For example, on a 64-bit Windows system with Tomcat 5.5, copy sapjco.jar to H:\Program Files (x86)\Business Objects\Tomcat55\shared\lib
    N.B. Had to create folder shared\lib in H:\Program Files (x86)\Business Objects\Tomcat55.
    Rebooted.
    This is similar to and in addition to Ingo's steps, however he does refer to the Integration Install guide, which is where the above is mostly taken from.
    I could then UPDATE the new BW Dev system from the CMC and then see all available roles.
    Thanks for your prompt advice and support Ingo.

  • Shopping cart Creation Time is different from system time

    Hi ,
    Shopping Cart Creation Time is Different from System time.
    Could you tell me,        to which time it is refering to.
    How to change it.
    Create By is      webseruser
    Where can I find the required settings for the same
    Thanks In advance

    Hello,
    Are you checking this in BBP_PD?
    If you go to SU01 and check parameter "Personal Time Zone" -> "of the user", this time will appear to end user when creating document (document header in web).
                                                                                    If you do not have informed any value, it will be populated the pattern system timezone, defined in SU01 as well.
                                                                                    - I created a RFX in my test system with a user who's timezone (in tx SU01) is set as:
    Sys. Time Zone     CET                                                                 
    of the User        INDIA                                                                               
    - CET time  was 20:01:55                                                              
    - GMT time was 18:01:55                                                              
    - India time was 23:31:55                                                                               
    Looking at this RFX in BBP_PD I see the following:                                     
    Same user (India timezone and CET as "Sys. Time Zone"):                                
    Created_At: 20:01:55                                                                   
    Changed_at: 20:01:55                                                                   
    DETAILS (header):
    Created at: 18:01:55                                                                   
    Changed at: 18:01:55                                                                   
    RFX header (description): 23:31:55                                                     
    So, for end users, you should populate field "of the user" in SU01.
    In BBP_PD header details, you will have the GMT time (which is stored in internal tables).
    In BBP_PD created_at and changed_at you will have the system time zone, as defined in SU01.
    Regards,
    Ricardo

  • 2 Different SAP systems one with only WM and other no WM system

    Hi All,
      We are having trouble to implement 2 different SAP systems. In one SAP system only MM & IM will be there. The other SAP system only WM system will be there.
                In the SAP system with only MM / IM system all the materials will be valuated where as the SAP system with only WM system, there won't be any valuations. It just serves as a 3PL warehouse for the first SAP system which has only IM environment.  Both are acting as a different companies.
    We planned to interface all the PO, Inbound Deliveries and also the Sales order and deliveries to WM SAP system and develop a custom program to do PGR / PGI in WM system and then transmit the PGR / PGI details to the SAP system (which has only MM / IM environment). The WM system also uses the RF guns. But not so sure whether this can help.
    Can you please help me how to configure the WM system. I will be very grateful for your help.
    Regards,
    Vansh

    Hello,
    there is a standard SAP solution: [Decentralized Warehouse Management (LE-IDW) |http://help.sap.com/saphelp_erp60_sp/helpdata/en/51/803c35975f0054e10000009b38f839/content.htm]
    for your scenario.
    Andrzej

  • Jvm 1.4,1.5 default memory usage in Ram in different operating systems

    Hi ,
    Can anyone help me with the default memory occupied by Jvm in different operating systems ?
    I have practically seen that jdk1.4,jdk1.5,jdk1.3 has around 64 Mb as the
    default size on 32 bit machines .
    I am in need of the similar data for jvms on Solaris,Unix and Linux machines . Also much curious to know about the default memory occupied on 64 bit machines. It would be really great if the statistical data is present in any link .
    Thanks and Regards
    Suman

    Default Heap sizes on 64 bit JVM are by default 30% bigger then the 32bit version to accomodate the extra memory used by 64 bit object pointers instead of 32 bit.
    This link plus documents close to it answers most questions.
    http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html#1.1.%20Types%20of%20Collectors%7Coutline

  • I want to email photos on a different email system, gmail. How can I get the email icon of iphoto to put my photo on a gmail email?

    I want to email photos on a different email system, gmail. How can I get the email icon of iphoto to put my photo on a gmail email?

    If you have Mail setup a a client for your Gmail account set iPhoto to use Mail.  Then select one of Mail's stationary templates for photos and use it. May not be as good as the iPhoto templates but will be fancier than a plain email window.
    Click to view full size
    OT

  • Java Program in Different Operation Systems

    Just one question? can I use a java program (.jar) compiled in windows, in my solaris only by copying the .jar , or do I need to compile it with the solaris SDK?
    Thanks in advance for your help and sorry for my ignorance.
    Javier

    Hi,
    It is not required to recompile bcoz the .jar file contains .class files which are independent of Operating system which will be taken care (interpreted) by JVM.
    Actually there is different JVM's for different operating systems(Windows 98,Unix,OS/2). No need to have differend java class file for different operating system. Pls, remember Java is platform independent language.
    Regards,
    S.Prabu

  • Use of Entitlement system

    Hi
       When we are configuring SAP Authentication, we create an Entitlement System in BOBJ Server. While creating this Entitlement System we need to supply the username and password. What is the specific use of this usename and password?
    Why is that we need to pass the username and password. When this username and password will be used?
    Thanks,
    Gopi

    Hi Ingo and Ricky,
    Thanks for the reply.
           My concern was regarding the permissions. Is The username and password that we use in entitlement system used  for getting the data from BW system or its only useful to import the roles and users into BOBJ system?
    Also can a user access a webi report which is created in BOBJ system based on the SAP BW  if the user only exists in Bobj system and doesn't exist in SAP BW System?
    Say If he can execute the webi report and access the data from SAP BW system without the user actually being in the SAP BW System then what are the credentials that it uses to get the data from SAP BW System?
    thanks,
    Gopi

  • Locations of server host name in different SAP system files

    Hello,
    We are implementing SAP ECC 6.0, with i5/OS V5R4 on IBM System i.
    Could someone please guide me on the locations where the server host name exists in the different SAP system files.
    We need to change this server host name, and the reason is that we succeeded lately in installing SAP on a new server using restore from entire system backup done on an old server where SAP is already installed, but we can't connect the new server to the LAN as the old server is still connected to it, and we can't have the same host name in the same LAN, even with two different IP addresses.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Hi Reda
    If the Host name is not the same..you may have to change in the startup/Instance/Default profiles, the new hostname...i.e..replace all the old hostnames with the new hostname....
    Also ..you have to check the Data area R3_<NN> in R3<SID>400 library and check to make sure the hostnames correspond to the new hostname...
    Then delete all the sql packages before you restart the system.
    Hope that helps
    Thanks
    Abhi

Maybe you are looking for

  • Just purchased Adobe Creative Cloud and InDesign says start trial?

    Hello, I've just purchased the full package of Creative Cloud and just tried to install InDesign and now it says 'Start Trial' next to it in the Creative Cloud Menu? When I launch the InDesign it says Sign In required and then it takes me to a serial

  • Class not found error for COM.ibm.db2.jdbc.app.DB2Driver

    i have written this code: import java.io.*; import java.sql.*; public class tryjdbc {  public static void main (String args[]) {  try {  Class.forName("COM.ibm.db2.jdbc.app.DB2Driver");  } catch (java.lang.ClassNotFoundException e) {  System.out.prin

  • Word 2007 and file disappearing

    I have Office 2007 suite installed on an MBA with all recent updates. Recently, I was working on a file for a long time then saved and named the document, saving it to Desktop. I decided I wanted to rename it to something else, so I did that, then sl

  • Apple's iSync web up-2-date?

    Does anyone know if Apple has continued to keep their web page about compatible iSync devices up-to-date? I'm in the market for a new phone and wanted to make sure that the only options I have are off this web page: http://www.apple.com/macosx/featur

  • CSS redirect based on client IP address?

    We have a number of web servers behind CSS11500. We would like to be able to send an http redirect to a client browser, depending on the client's IP address. I had thought this might be possible using ACL but I can't find anything that seems to fit t