BOE XI 3.1 Designer Login System Name

Hello.
When I login to designer, I enter the system name, which is the BOE server. If I export a universe to my local machine, the .unv file is exported to a physical file and the BOE server name is included in the path name. In both designer login and the file path, is it possible to use a name other than the BOE server, something more friendly? I've looked through documentation and the forums and can't find the answer.
System info:
Product: BO XI 3.1 SP2 - Java with Tomcat
OS: Windows Server 2003 Standard Edition SP2
Database: SQL Server 2005
Thank you. Nancy

Hi Nancy,
1. While logging into BO You should give the CMS name in 1st text box(System), then only you can access BO Designer/DeskI/WebI.
2. If I undestand correctly you can import a universe from repository to local system and can place it any where. By default it will save in Universes folder. You can change the default path in Tools Menu.
Cheers,
Suresh Aluri.

Similar Messages

  • How to fetch the current login user name at the BI system

    Hi,
    In our scenerio we need a query to fetch the current login user name at the BI system. Would you please suggest the possibilities?
    Thanks and regards,
    Pradip

    Hi,
    The current login id will be available in text elements of query.
    Regards
    Akhan

  • To get a SYSTEM NAME even using sa or Group login other than Windows Authentication

    how to get system name in username when we write a select query Select SUser_sname() in sql server 2008 r2.
    Actually , requirement  is  I have to give a sql serevr login to the client.
    NOTE : I cant create a Windows Authentication to the client.
    So, I create a login Called    Satish with Password
    Satish@123  ,
    when client login with Satish , and if he selects a  Select SUser_sname()  he will get a
    Satish as Output , but my requirement is i have to display a
    client name(System Name).
    Very Urgent , Please do me need full.

    You may refer here:
    CREATE LOGIN login1 WITH PASSWORD = 'J345#$)thb';
    CREATE LOGIN login2 WITH PASSWORD = 'Uor80$23b';
    GO
    CREATE USER user1 FOR LOGIN login1;
    CREATE USER user2 FOR LOGIN login2;
    GO
    --Give IMPERSONATE permissions on user2 to user1
    --so that user1 can successfully set the execution context to user2.
    GRANT IMPERSONATE ON USER:: user2 TO user1;
    GO
    --Display current execution context.
    SELECT SUSER_NAME(), USER_NAME();
    -- Set the execution context to login1.
    EXECUTE AS LOGIN = 'login1';
    --Verify the execution context is now login1.
    SELECT SUSER_NAME(), USER_NAME();
    --Login1 sets the execution context to login2.
    EXECUTE AS USER = 'user2';
    --Display current execution context.
    SELECT SUSER_NAME(), USER_NAME();
    -- The execution context stack now has three principals: the originating caller, login1 and login2.
    --The following REVERT statements will reset the execution context to the previous context.
    REVERT;
    --Display current execution context.
    SELECT SUSER_NAME(), USER_NAME();
    REVERT;
    --Display current execution context.
    SELECT SUSER_NAME(), USER_NAME();
    --Remove temporary principals.
    DROP LOGIN login1;
    DROP LOGIN login2;
    DROP USER user1;
    DROP USER user2;
    GO

  • Where to define third party logical system name in file to idoc scenario

    Hi Friends,
      I am shalini shah.
    I have one doubt, where I can define the logical system name in File to Idoc scenario.
    I created Logical system for R/3 system in SALE t.code, but where to define the Third party logical system ,
    In SALE or any where.
    Please give me solution.
    Warm Regards,
    Shalini Shah

    Hi Shalini,
    You need to create Business system in SLD and import the business system in ID.Then u will start with the configuration.
    Just refer the below link for configurations with step by step solution.
    File To IDOC - Part1 (SLD and Design):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC&
    File To IDOC - Part2 (Configuration):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part2+(Configuration)&
    File To IDOC - Part3 (Steps required in XI and R3):
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/05/11/fileToIDOC-Part3(StepsrequiredinXIandR3)&
    Thnx
    Chirag

  • Change Receiving System Name in BD64

    Hi folks,
                   We have our production instance and QA instance; we have copied all data from Production to QA ENV (Client Copy). After that when I login in to QA system I saw in BD64 all the system pointing to receiving production system. I  ran  BDLS ( transaction ) which convert production logical system name to QA logical system name in tables and as well as in SCC4 transaction.
    I again went to BD64 and I noticed after running BDLS my production system name replace to QA system name. But Receiving systems names are still pointing to production systems. I know that BDLS just change the sending system logical name not receiving.
    My question is that how I can change or modify the receiving system production names to testing name. Is there any way or program?
    I try to change the receiving system name but it’s not letting me change. You guys have any idea how to change the receiving system production name to test name.
    I don’t want to create all distribution model names with test systems as I have 30 distribution models and client copy is keep on going after every 1 or 2 months.
    Please help me in this regards.
    Thanks

    The OSS notes just tell about the BDLS. I already done with BDLS… Scenarios is like that say we have one distribution model name in Production
    Model name = ZXYZ
    (Sender system) Production system name = PRD_123
    (Receiving production System in UK)      = PRD_UK
    These above are the setting for Production client.
    We copy data from Production to Quality, so its copy all the data and Distribution name in QA ENV…
    So now my QA looks like
    Model name = ZXYZ
    Sender system) Production system name = PRD_123
    Receiving production System in UK)      = PRD_UK
    After that I ran T-code BDLS and give logical system name = QA_123, then when I go back to BD64 the model is looks like following
    Model name = ZXYZ
    Sender system) Production system name = QA_123
    Receiving production System in UK)      = <b>PRD_UK </b>
    But PRD_UK isn’t change because it’s the production system for receiving one , so Now I need to modify <b>PRD_UK to QA_UK in BD64</b> , How I’ll do it ?
    I am trying to change receiving system but it doesn’t allowing me.
    I hope, now I made my self more clear.
    Thanks in Advanced.
    Bye
    Message was edited by: Suleman Javed

  • Default logical system names for application and metadata in models.

    hi,
    I have a dbt in web dynpro java. When we create a model, we give the logical system names. When our developement is over, do we have to change these names because in test system and subsequently production system, the backends will be oviously different than developement ?
    how do we change them and re import after changing? in abap we cant change our code in test and prod systems right  so how is it in web dynpro java ?
    thanks

    Hi Jeschael,
    thanks for the reponse.
    When I create the model, I give the default logical system names and on the next screen I give the
    ip address of the backend system, client , login, password etc
    Even though the logical system names wud be same in Dev, Test and Prod systems, the ip address, login password is different so how do I give it ?
    thanks
    B

  • How can I get the No. of package and requesting system name in user exit?

    Dear all,
    Is there anybody knowing how to obtain the extracting package number and requesting system name in the user exit "EXIT_SAPLRSAP_002" ? here is detail on my questions as below:
    For package number. If extracting 100,000 records of 0MATERIAL_TEXT , and the package size is 20,000, then there are 10 packages, when executing the user exit, how can I know which package I am extracting on?
    For requesting name, when executing the user exit, how can I know the logical system name from which the extraction request is sent?
    Thanks.
    best regards
    Patrick

    Hi Mansi,
    Thanks for your quick response.
    The background of this requirement is, in the datasource 0material_Plant_Att, we added two fields in the extraction structure, one is variable price, another is previous year's variable price, which need to be obtained by searching data KEKO & CKIS in the user exit, these tables have the huge data volume, in each data package, the user exit needs to be executed once, so the heavy searching needs to be done once, consequently, the total running time of this request including several data packages is very long. In order to improve the performance, we design the following logic:
    1. Create the temporary tables YCKIS & YKEKO in R/3.
    2. Run BW request in BIW.
    3. In R/3, If this is first data package of this request, delete all data in YCKIS & YKEKO, then search the data from CKIS & KEKO ( Average 20 million records), then insert these data into YCKIS & YKEKO ( Average 0.2 million records). 
    4. In R/3, if this is not first data package of this request, then search the data directly from YCKIS & YKEKO.
    You can see in the above, in the step 4, the data searching performance can be improved significantly due to reading data from temporary table, this is why I need to know the No. of data package. In addition, apparently, it can not be done in BIW side since the performance issue is in the user exit rather than in BIW. Also it is very difficult to setup one counter to deliver this since we do not know when to reset the counter. For example,
    - Assuming there are 3 data packages.
    - 1st day, we schedule one request from BIW, in R/3,
       -> At 1st package, counter = 0+1=1
       -> At  2nd package, counter =1+1= 2.
       -> At 3rd package, counter = 2+1= 3, then reset counter = 0 for next request.
    Question 1:  How can we know the 3rd package is last one?
    Question 2: If during the 2nd package, the extraction job is cancelled exceptionally, the counter value is 2 not 0, then for the next request, the data searching is not correct, right.
    Hope the above is clear, and apology this email is too long.
    Thanks.
    best regards
    Patrick

  • How to write the SQL codes  of the login system for a database system

    If I have a table stored with a Column staff_ID and Password. How can I make use of this 2 columns information to setup the login system?

    Hi,
    Create Table Modules          -----e.g. payroll, inventory etc.
    (ModID    NUMBER(10),
    ModName  VARCHAR2(50)); 
    Create Table Modules_Forms    ------e.g. Sales Transaction Form
    (FormID   NUMBER(10),
    ModID    NUMBER(10),
    FmxName  VARCHAR2(32));           
    Create Table Modules_Reports  ------e.g. Sales Report
    (RepID    NUMBER(10),
    ModID    NUMBER(10),
    RepName  VARCHAR2(32));           
    Create Table Usr              ------------From the Employee Information Module
    (UserID   VARCHAR2(20),       ------------you can find the designation of
    Password VARCHAR2(10)        ------------the user who wants to connect
    Emp_Code Varchar2(25));      ------------that is why, I am Addng Emp_Code.
    Create Table User_Modules     ------------Control the Module Access.
    (UserID   VARCHAR2(20);
    ModID    NUMBER(10),
    Access   VARCHAR2(1));
    Create Table User_Forms       ------------Control the Forms Access
    (UserID   VARCHAR2(20),
    FormID   NUMBER(10),
    Read     VARCHAR2(1),
    Write    VARCHAR2(1),
    Execute  VARCHAR2(1),
    Delete   VARCHAR2(1));
    Create Table User_Reports     ------------Control the Report Access
    (UserID   VARCHAR2(20),
    RepID    NUMBER(10),
    Access   VARCHAR2(1));
    1 ) After Creating these Tables, Control the Application Access of the users
        From the application (Oracle Forms).
    2 ) I think you should create a Menu from oracle forms.
    3 ) For Controlling the Database Level Access, you can create a ROLE
    4 ) Forms Forum Site:-
        http://www.forums.oracle.com/forums/forum.jsp?forum=82Regards
    Muhammad Waseem Haroon
    [email protected]

  • RSA1 error  Logical system name has been changed for this system

    Hello All,
    Earlier the RSA1 was activated for client 300 on our crm 5.2. after that we changed the client to 500 using SE16 -> Type table RSADMINA / Check Colum BWMANDT -> 500.
    But now when we login to client 500 and execute RSA1 it is showing
    Logical system name has been changed for this system"
    In scc4 we have not made any changes. Can you tell what should be done ? in the pop up it is showing following steps
    Change the name of the logical system (table T000) for client back to SIDCLNT300. This enables you to continue working with the system.
    If you really want to change the logical name, than you can, if and when you:
    change the system name back to SIDCLNT300,
    delete all existing connections between this system and other systems,
    delete all transfer structures that still exist, and
    do not use ALE or Workflow.
    Guys do you know how to fix this ? .
    Also do you know Assignment of Source System to Source System ID (table RSSOURSYSTEM) using RSA1 ?
    Edited by: Sahad K on Mar 17, 2008 10:55 AM

    Hello Hari,
    Both the options you said  cannot be used
    since the logical system SIDCLNT300 is used by client 300 and it cannot be given to client 500.  Also there already exist a logical system SIDCLNT500 which is assigned to client 500.
    I found out the issue. In the table RSBASIDOC  the logical system name that can use rsa1( bw  client )is set as  SIDCLNT300).  Only if we delete that entry and set it to SIDCLNT500 ( 500) we can use it on client 500.
    The solution is specified in /message/3284842#3284842 [original link is broken]
    Let me try the solution 2 and inform you.
    Solution 2:
    You cannot delete the source system. Two cases have to be distinguished:
    The source system still exists.
    Switch to Transaction SM59. Find the destination which has the same name as the logical system of the source system from field SLOGSYS in table RSBASIDOC (see above).
    Such a destination does not exist in Transaction SM59. In this case, you have to create the destination to the source system. Name the destination equal the entry in SLOGSYS from above. Then return to the Administrator Workbench and repeat the deletion.
    The entry exists but a remote login is not possible. Correct the communication parameters.
    Everything works. Change to Transaction SE37, function module RSAR_LOGICAL_SYSTEM_DELETE, Sngl. test. Parameter I_LOGSYS = <log. name of the source system>, I_FORCE_DELETE = 'X'.
    The source system no longer exists or was replaced with another source system with the same IP address.
    Proceed as described in the first case but make sure, that the field 'Target host' contains a not existing server in the maintenance screen of the destination (Transaction SM59). If necessary, change an existing entry. Later when you delete, the system asks you whether you want to delete, although the source system is not available. Select 'Ignore'.
    Incase you have any idea other than this please let me know how to edit the RSBASIDOC table  and change the entry to client 500.
    Edited by: Sahad K on Mar 18, 2008 5:07 AM

  • Making a login system

    Making a login system with flex.
    i have registration in one panel and login in another panel,
    basicly in the same application,
    But since il be calling the same username i register, i can
    only use the same id for that input feild in both REGISTRATION and
    LOGIN but i get a 'identifier already in use' , cant get my head
    for a work around.
    please help
    using something like this
    http://www.vipercreations.com/tutorials/Adobe%20Flex/28.html

    ntsii can u give me an example for declaring a textInput with
    an id at application level then refrencing it
    my code
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:states>
    <mx:State name="Logged In">
    <mx:SetProperty target="{panel1}" name="width"
    value="95%"/>
    <mx:SetProperty target="{panel1}" name="height"
    value="95%"/>
    <mx:RemoveChild target="{password}"/>
    <mx:RemoveChild target="{username}"/>
    <mx:RemoveChild target="{label1}"/>
    <mx:RemoveChild target="{Submit}"/>
    <mx:RemoveChild target="{label2}"/>
    <mx:SetProperty target="{panel1}" name="title"
    value="Members Section"/>
    <mx:AddChild relativeTo="{panel1}"
    position="lastChild">
    <mx:Label x="10" y="10" text="Welcome to the Members
    Section!"/>
    </mx:AddChild>
    <mx:AddChild relativeTo="{panel1}"
    position="lastChild">
    <mx:Label x="10" y="36" text="Here you can do great
    things, like join the forums @ Viper Creations!"/>
    </mx:AddChild>
    <mx:AddChild relativeTo="{panel1}"
    position="lastChild">
    <mx:Label x="10" y="62" text="Label"/>
    </mx:AddChild>
    </mx:State>
    </mx:states>
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    import mx.controls.Alert;
    ]]>
    </mx:Script>
    <mx:Script>
    <![CDATA[
    private function checkLogin(evt:ResultEvent):void
    if(evt.result.loginsuccess == "yes")
    currentState = "Logged In";
    if(evt.result.loginsuccess == "no")
    mx.controls.Alert.show('Invalid username/password');
    ]]>
    </mx:Script>
    <mx:HTTPService id="login_user"
    result="checkLogin(event)" showBusyCursor="true" method="POST"
    url="
    http://www.phobos-machines.com/login/bin/request.php"
    useProxy="false">
    <mx:request xmlns="">
    <username>
    {username.text}
    </username>
    <password>
    {password.text}
    </password>
    </mx:request>
    </mx:HTTPService>
    <mx:Panel resizeEffect="Resize" width="250" height="200"
    layout="absolute" title="Login System" horizontalCenter="0"
    verticalCenter="-2" id="panel1">
    <mx:Label x="10" y="10" text="Username:" id="label1"/>
    <mx:TextInput x="10" y="36" id="username"/>
    <mx:Label x="10" y="66" text="Password:" id="label2"/>
    <mx:TextInput x="10" y="92" id="password"
    displayAsPassword="true"/>
    <mx:Button x="10" y="122" label="Submit" id="Submit"
    click="login_user.send();"/>
    </mx:Panel>
    <!--registraion -->
    <mx:HTTPService id="login" showBusyCursor="true"
    method="POST" url="
    http://www.phobos-machines.com/login/bin/request.php"
    useProxy="false">
    <mx:request xmlns="">
    <username>
    {username2.text}
    </username>
    <password>
    {password2.text}
    </password>
    </mx:request>
    </mx:HTTPService>
    <mx:Panel x="30" y="10" width="380" height="270"
    layout="absolute">
    <mx:Form x="10" y="19" width="328" height="187">
    <mx:FormItem label="username">
    <mx:TextInput id="username2" width="100%"/>
    </mx:FormItem>
    <mx:FormItem label="Password">
    <mx:TextInput id="password2" width="100%"
    displayAsPassword="true"/>
    </mx:FormItem>
    <mx:FormItem>
    <mx:Button label="Submit"
    click="login.send(),Alert.show('User Registered',
    'Registration',mx.controls.Alert.OK);"/>
    </mx:FormItem>
    </mx:Form>
    <mx:FormHeading x="0" y="0" label="Registration"/>
    </mx:Panel>
    </mx:Application>

  • Help with designing a system that will allow a code to be inputted during a five second window

    I need to design a system which allows a user to input a code combination during a five second window a correct input code during this window will generate a binary output of 1 to indicate that the lock is open, and at all other times and for any incorect code the output of the system will be zero indicating that the lock is closed. The system must be designed to allow a pre-set combination to be specified and easily changed. The system must display the time count during operation, noting that only three attempts for putting the code are allowed. On a fourth unauthorised attempt another application must set off an alarm. I have the
    combination lock functioning but am having
    difficulties with the five second timer and integrating the system as a whole. Any help would be greatly appreciated.

    Mazza,
    Try this VI out. It returns a boolean instead of an integer, but this is really the same thing from what you are talking about.
    You would use this VI as a subVI. It will pop up and allow user data entry. It passes the boolean out of it to see if the login was successful or not. You could also change things so that the password comparison (password in my case) is an input to the subVI as well.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask
    Attachments:
    Timed_login_panel.vi ‏29 KB

  • RFC system name...

    Hi Experts,
    I  am a beginner , So please dont mind if my language is not proffessional...
    i am creating a RFC application for which i want to know my system name...so that i can create a function module on one system and another call it from another system...
    I have tried to find it on my R/3 system platform but it is showing the same system name on both systems...
    please help me...
    Thank you...
    Shrikant.

    When calling FM from one system(source) to another system (target), you need to create an RFC Destination in SM59 (in source).
    You can give any name to the target system and provide the details of the system to be called. (IP/System no/login details etc for target).
    Then in the FM call you can provide the name of the target system (RFC destination) that you have created.
    Regards,
    Aj

  • User login system

    I'm building a simple user login system with the following desired functionality.
    Main vi called Login.vi (attached below) offers the user the chance to login to a previously created account by entering their username and password or alternatively the user can create a new account which will ask them to enter a number of details, name, age, height etc.
    If the user has an existing account and wants to access this account, the program flow goes to Validate.vi when Login boolean is true which authenticates their entered username and password.
    Else the user creates a new account when "I'm New" boolean is true, then program flow should go to add user.vi (attached below). Here lies my problem... I'm not sure how to close Login.vi front panel when "I'm New" boolean is true and hence open add user.vi front panel.
    I'm convinced the solution is simple enough so I'm sure someone with more experience can point me in the right direction.
    Thanks,
    Strokes 
    Solved!
    Go to Solution.
    Attachments:
    Login.vi ‏35 KB
    Add User.vi ‏37 KB
    Save User.vi ‏24 KB

    I've attached the final two sub vi's that are part of my main vi entitled Login.vi which is attached above.
    Strokes
    Attachments:
    Validate User.vi ‏21 KB
    Load User.vi ‏26 KB

  • Trouble building login system

    Perhaps this questions is best posed to David Powers, but I'm having some problems with my login system for a site that I'm building with the assistance of "The Essential Guide To Dreamweaver CS4".
    I believe that I have followed his instructions, but when I login using a valid username and password entered into my "users" table in my database, I get redirected to the failed login page.
    I'm using encrypted passwords, and I believe that I have encrypted the password for the login attempt so that it should match the encrypted password in my table.
    Below is the code for my login page:
    <?php require_once('../Connections/aibAdmin.php'); ?>
    <?php
    if (isset($_POST['password'])) {
        $_POST['password'] = sha1($_POST['password']);
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    ?>
    <?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['username'])) {
      $loginUsername=$_POST['username'];
      $password=$_POST['password'];
      $MM_fldUserAuthorization = "content_priv";
      $MM_redirectLoginSuccess = "/admin/users/register.php";
      $MM_redirectLoginFailed = "/admin/login.php";
      $MM_redirecttoReferrer = true;
      mysql_select_db($database_aibAdmin, $aibAdmin);
      $LoginRS__query=sprintf("SELECT username, password, content_priv FROM users WHERE username=%s AND password=%s",
      GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $aibAdmin) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
        $loginStrGroup  = mysql_result($LoginRS,0,'content_priv');
        //declare two session variables and assign them
        $_SESSION['MM_Username'] = $loginUsername;
        $_SESSION['MM_UserGroup'] = $loginStrGroup;        
        if (isset($_SESSION['PrevUrl']) && true) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];   
        header("Location: " . $MM_redirectLoginSuccess );
      else {
        header("Location: ". $MM_redirectLoginFailed );
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Administrator Login</title>
    </head>
    <body>
    <h1>Administrator Login</h1>
    <form action="<?php echo $loginFormAction; ?>" method="POST" name="admin_login" id="adminLogin">
      <p><label for="username">Username:</label>
      <input type="text" name="username" id="username" /></p>
      <p><label for="password">Password:</label>
      <input type="password" name="password" id="password" /></p>
      <input name="submit_button" type="submit" id="submitButton" value="Log In" />
    </form>
    </body>
    </html>
    Any assistance would be greatly appreciated. I'm also eager to learn more, so if there is literature that someone might be willing to suggest, that would be most appreciated as well.
    Thanks!

    Proper Prior Planning Prevents Poor Performance.
    Building a (close to) state of the art machine takes information and patience.
    Components that worked on your previous system will not work on your new one.
    The power supply must have 2 mother board connectors.
    BEFORE YOU RUSH OUT TO BUY A NEW ONE ----
    Make a list of what you plan on having in your new system now and 12 months from now.
    Ok, got the list?
    Find a post from "DANNY"
    Go to the power supply capacity link
    Fill it in
    Buy a power supply that matches your current and future requirements.
    Best of luck

  • Logical system name for acknowledgement in BPM

    Hi,
    I have a szenario:
    IDOC --> BPM --> MAIL
    Inside BPM I check the message and depending on an xml-element I stop the process or I send the message by mail.
    When I stop the process the BPM sends back an acknowledgement and in SXMB_MONI I can see an error of the acknowledgement:
    "Sender Test_BPM_IDOC_TO_MAIL kann nicht in ein ALE Logisches System umgeschlüsselt werden" (Sender can not convert in a ALE logical system)
    What can I do?
    Possible Solution 1:
    I can define my BPM "Test_BPM_IDOC_TO_MAIL" as a logical system (including WE20 for ALEAUD).
    Possible Solution 2:
    I can enter an existing logical system name in the "adapter specific attributes".
    BUT it is not use the same logical system name twice (BAD ... or is there a workaround?
    Is Solution 1) a common way?
    Thanx
    Regards
    Wolfgang Hummel

    Hi,
    there are many ways:
    some for aleaud are described in my book:
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    >>>>Is Solution 1) a common way?
    no this is not good a good idea
    BTW
    you can also supress aleaud raport IDX_NOALE
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for

  • Using lcd TV as monitor

    I have hooked up my desktop to my lcd tv... via hdmi only picture and fonts are terrible at the moment... whats the best way to get it set up? hwd? thanks MrG

  • 9 month old Zen Micro with the headphone jack problem

    So, I've been putting up with the headphone jack problem for a few months now, and i've finally decided to get it repaired or fixed. I emailed Creative a few months back and they told me to send it in. My question is, since I am out of warranty, will

  • PDFs missing bleed when placed

    I'm having an occasional weird problem in InDesign: I place an advertisement which has bleeds and cropmarks. These bleeds and cropmarks disappear in InDesign even though the frame is plenty large enough to show all of it. This happens occasionally bo

  • RE: Issue with ITunes, Audio, CPU

    Hi there, I recently upgraded my Imac 27 i5 to OS X Mountain Lion. As I have powerfull machine Imac 27 i5 3 GHZ. I am wondering WHY it is slow, and when I am doing 2 things at the same time (e.g. surfing and watching movie), my Imac become hot and la

  • Connect to Server... AFP... Hangs!

    Macbook Pro about a month old and whenever I try to connect to any volumes on an XServe with it, Finder freezes right up. the only solution is to either power-cycle the laptop or force quit Finder through activity monitor. I can enter the IP of the s