How to excute scripts for distributing SAPLOGON.ini file

Hi Experts,
Could you please tell the steps if I have to distirbute new SAPLOGON.ini file to all clients as existing one is having issue of empty entry for item1 for server details.
I have got script code from the below mentioned link:
Installation Server package event scripting for services file
But I dont know how these scripts are to be executed?
Thanks
Depesh

hello
please read the installation server help.chm file carefully!
There you find the information which you looking for.
You need an Frontend Installation server and then you can use the exampleas in the
installation serverhelp.chm file to deploy thesaplogon.ini with our nwsaspetup scripting
included in the frontend installation server.
In the Installationserverhelp.chm you find the chapter
Administering an Installation Server ->
Maintaining Installation Packages ->
Configuring Packages and Scripting Events ->
Package Event Scripting Samples ->
Example 1: Copying a customized u201CSapLogon.iniu201D and u201Cservicesu201D-file  -->
Also please red the Frontend Installation Guide.
All Information which you need you can find in this 2 documentations!
Best Regards, Sven

Similar Messages

  • How to merge multipal saplogon.ini files..

    How can I merge the multiple saplogon.ini files if system is on Domain?

    We are merging two SAP Logon.ini file. The common file I placed in c:windows and the users own entries are in saplogon.ini in the %appdata%commonSAP directory. And by using note 1426178 pkt. 5, we set ConfigFileOnServer to c:
    Now the user can create own entries in own saplogon.ini, and not change entries in the common saplogon.in I c:windows.
    If you update the common file, you just have to replace the file in c:windows.
    /René

  • Fnd script for upload the ldt file

    Hi Expert,
       How to write script for upload the ldt file containing program ,value set ,lookup code and DFF ,for XXCUST schema?
    Thanks

    7f4a32e8-5494-4664-a2f3-632ede8de56c wrote:
    Hi Expert,
       How to write script for upload the ldt file containing program ,value set ,lookup code and DFF ,for XXCUST schema?
    Thanks
    FNDLOAD commands can be found in (Tips and Examples Using FNDLOAD (Doc ID 735338.1)).
    Thanks,
    Hussein

  • Saplogon.ini file location question

    Hi, any advice would be appreciated thanks
    we have rolled the sap gui 6.40 to all our clients - all using a local copy of the saplogon.ini file in the local windows directory. however we wish to change this approach and have a central saplogon.ini file on a file server and point all the clients to this file.. any changes only then have to be made in one place.
    can anyone help me with this, firstly is it possible, and if so how to change the client setting to adjust the location.
    many thanks.

    Hi thanks for your link.
    The document you pointed me towards led me to SAP note number 756686
    which explains that you can edit the SAP icon on your desktop (by right-clicking and opening with notepad) and then adding a line cmd="/ini_file='path to ini file'\saplogon.ini'
    Thanks for your assistance.
    Edited by: Mike Ellis on Mar 4, 2008 1:05 PM

  • How can I script moving paths from one file to another?

    Hello. I have 1 image with various color correction layers. The other is the exact same size but only contains paths. How can I script moving paths from one file to another? Thanks, in advance, for any help you can offer. Thanks!

    Thanks! This one actually worked for me. Thanks for your help.
    http://forums.adobe.com/message/3305389#3305389

  • SAPLOGON.SAL- different saplogon.ini files

    Dear all,
    I'm looking for a possibility to use different ini files, dependent from the access via network (lan) or VPN.
    The local saplogon.ini file should only be used if the saplogon.ini file from the network directory is not available. Maybe with SAPLOGON.SAL?
    thanks in advance!

    if (netWorkIsAvailable())
    System.Runtime.InteropServices.Environment.SetEnvironmentVariable("SAPLOGON_INI_FILE", "c:
    windows
    SAPLOGON.SAL");
    else
    System.Runtime.InteropServices.Environment.SetEnvironmentVariable("SAPLOGON_INI_FILE", null);
    SAPLogonDestination dest = new SAPLogonDestination();
    Message was edited by: Reiner Hille-Doering

  • C:windows\saplogon.ini file error

    Hi Experts,
    I have SAPGUI 7.10 systems and whenever I add new SAP Server in SAP Logon Pad, a corresponding entry is created in C:\WINDOWS\SAPLOGON.INI file.
    But in some system, part of file content is as below:
    Server
    Item1=
    Item2=XXXXX
    Item3=YYYYY
    Item4=AAAAA
    Item5=BBBBB
    where in xxx, yyyy,aaa,bbb are the application server IP.
    But here Item1= <space> as shown.
    For other user systems, item1 corresponds for first entry of logon pad as expected.
    Server
    Item1=XXXXX
    Item2=YYYY
    Item3=AAAA
    Item4=BBBBB
    And I am getting an error if I try at system with item1=<space>.
    Can you tell why this space is inserted on some system and not on others?
    Thanks
    Depesh.

    Hi,
    I am using sapgui 7.10 with patch level 14.
    There is a space shown in all the systems and this creating a problem while executing an SAP shortcut by saying no system description found as it tries to search for a description from saplogon.ini. even if it exists but with a space for item1.
    nobody has manually changed the saplogon.ini file.
    if i manually remove the space then add server list again or i copy the file with no space from somebody system then it works without error.
    But i cannot copy and replace this file if i have 1000+ user working on a solution having their saplogon.ini file with item1=space.
    Kindly suggest some automated process to ensure the space removal.
    thanks
    depesh.

  • SAPLOGON.INI file

    Dear All,
                  I had installed SAP LOGON 710, Patch Level 9 on Windows Vista OS. I am not able to find SAPLOGON.INI file. Normally it is in C:\Windows but it is not there. I had also search whole C:\ drive but it is not there.
                  I want to know the where the logon details are saved. if any one knows abt this please replay.
    Regards,
    Tejas Naik.

    Hi,
    did you search for SAPLOGON.INI?
    Do you have a local or a server-installation of SAPGUI?
    Regards, Dieter
    Another way i to look in LOGON-Pad in OPTIONS. There you can see what saplogon.ini is used.
    Regards, Dieter
    Edited by: Dieter Gröhn on Sep 23, 2008 12:59 PM

  • Problem related to C:\WINDOWS\SAPLOGON.INI file

    Hi Experts,
    I have SAPGUI 7.10 systems and whenever I add new SAP Server in SAP Logon Pad, a corresponding entry is created in C:\WINDOWS\SAPLOGON.INI file.
    But in some system, part of file content is as below:
    [Server]
    Item1=
    Item2=XXXXX
    Item3=YYYYY
    Item4=AAAAA
    Item5=BBBBB
    where in xxx, yyyy,aaa,bbb are the application server IP.
    But here Item1= <space> as shown.
    For other user systems, item1 corresponds for first entry of logon pad as expected.
    [Server]
    Item1=XXXXX
    Item2=YYYY
    Item3=AAAA
    Item4=BBBBB
    And I am getting an error if I try at system with item1=<space>.
    Actually, I need to check this because system ID is mapped to description when I execute SAP Shortcut from dynpro.
    Can you tell why this space  is inserted on some system and not on others?
    Thanks
    Depesh.

    This question doesn't appear to be at all Web Dynpro ABAP related.  Please post your questions in the correct forum in the future.

  • Shell script for moving and renaming files

    I'm not so familiar with shell scripts. I have created some simple scripts for various tasks but now I hit something I can't handle myself.
    My server receives every night a logfile from another server. This file I need to rename and move to another location. Problem is that a simple mv with new filename isn't enough, I need to insert date in filename. Format for date should be ddmmyy. Also the name of incoming file changes every night. The output always starts with same letters, let's say "log", and the date is used to identify files.
    For example I receive a file /Input/filename.log and I need to move the file to the folder /Output with name log130308.txt.
    Any tips how to insert the date as part of of filename while renaming or moving the file? I prefer shell script as I'll use launchd for scheduling the script.

    Hi again,
    so far I've constructed this:
    cd /input
    for file in `ls *log`
    do
    echo "Copying " $file
    cp $file /output/log.$file.`date +%d%m%y`
    done
    Quite there. I'm cding to directory, i'll focus later how to set some environmental parameters.
    Problem with zipping is that I don't know exact logfiles names. Each day there's a new name. So zip -q filename.zip filename.log isn't quite enough and it's impossible to use wildcards. The switch -q and checksums were welcome suggestions.
    Thanks again,
    Juha
    Message was edited by: J.Otava

  • How to get the key in the ini file?

    I want to know how can i read all keys in the section of an ini file
    for e.g  xx.ini will like this:
    [section]
    key1=value1111
    key2=value2222
    I want to get "key1","key2".

    Here is a C# library that reads and parses the INI file's content (it does not use KERNEL32.dll API).
    Also here is a sample code for your requirement:
    var file = new IniFile();
    file.Load("xx.ini");
    List<string> keyNames = new List<string>();
    foreach (var key in file.Sections["section"].Keys)
        keyNames.Add(key.Name);

  • How to create a comment in config.ini file

    Does anyone know how to create a comment line in the Essbase config.ini file (server config file, not client, if they are different)?I know that for ESSCMD it is :Calcs it is /*but not sure of syntax for commenting config files. Thanks in advance!

    The comment character for the essbase.cfg file (I assume that is what you are talking about) is a semi-colon (;)Regards,Jade-----------------------------------Jade ColeSenior Business Intelligence ConsultantClarity [email protected]

  • How to read the contens of an ini-File

    How can I read the contens of an ini-File?

    Depends on what you have in the file - ini file with or without sections.
    Without sections: you may be able to read it as a property file.
    With sections: You'll have to implement a class to read and parse the file, and a class to hold the parsed results.
    If you have to build your own objects, I found the easiest way was to read each line and use the StringParser to pick it apart. My data holding object was pretty simple -
    o A Vector to hold Section objects.
    o A Section object with a Vector to hold each Entry object.
    o An Entry object
    o Appropriate getters and setters to look up stuff I wanted or to insert it.
    My model for the object was the Borland C++ IniFile object, but I separated the I/O so that I could read or write from any stream I wished, including just a long string.
    o an internal object for section, an internal object for entry

  • Apple Script For Opening External EML File With Apple Mail

    Hi folks,
    

 I am working with Apple Script for implementing numerous function related to Mail App.
    

I am using the following Apple Script lines for opening the mails which are in Mail app for each modes.
    

View Mode : open theMsg

    Reply View Mode : reply theMsg opening window yes

    Reply All Mode : reply theMsg opening window yes reply to all yes

    Forward Mode : forward theMsg opening window yes



    I want to know how we can open external eml file in different view modes (View, Reply, Reply All and Forward) using Apple Script or Apple Event programmatically with a similar mechanism available through script in Mail App.

    
Thanks in advance.

Regards
    
Nisar

    I'm not sure what you're doing here, but this isn't anything I recognize as compilable applescript. what is this 'mode' thing you're talking about.
    at any rate, if you have a loose emlx file sitting around somewhere you can simply open it in mail (use the 'open' command and the file specification for the emlx file) and work with it appropriately. if you're talking about an actual eml file (e.g. from Outlook Express) you'd have to GUI script Mail's 'import mailbox' command (the applescript handler for importing mail only works with Mail.app mailboxes)

  • How-to Generate Script from the export dump file

    Hi all,
    Software : Oracle 10gR2/Windows 2003
    =============================
    Has anyone generated a Script from a export dump file ( exported via data pump export). I know it is possible to generate script from the regular export.
    I want to know how to generate the script for various objects or is it possible to get the counts of types of objects in the dump file and / or generate the script from the export dump file exported via data pump utility on Oracle 10g.
    Thanks,
    SS

    I want to know how to generate the script for various objects.what do you mean by scripts? Assuming the metadata definitions of various objects.
    First of all, you can generate the metadata definitions using import.
    Use, Impdp with SQLFILE parameter to generate the SQL file for the metadata definitions.
    Refer to
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm

Maybe you are looking for