How to install device type via AIX client

Hello,
I would like to install a printer device type PRI file to the SAP system via an AIX client. Would appreciate some detailed steps and assistance.
Using: SAP R/3, OS AIX ver 5.3. TL 7
Thank you.

> Hi, Thank you for the information, but I am not able to download the SAP Note 6427.
> Reason: I do not have the username and password.
- start transaction SE38
- execute the program RSTXSCRP
- press on the button with the "i" to get the documentation
Markus

Similar Messages

  • How can I add email (via outlook client) to share options of preview app

    how can I add email (via outlook client) to share options of preview app

    You can't.  Apple's share button only supports Apple Mail (as specified by launching Apple Mail, choosing preferences and choosing general.).  Maybe Apple will open this up to other apps in future updates.

  • How to Install SSIS COM Component on Client side

    Hi,
    I am new to BPC.
    I can't install SSIS COM Component on Client side.
    and i guess,  it lead BPC Excel , Data Manager is not working.
    Because all the user are local user on server side, no domain
    I have run OSoftSetup.exe,  but the result is
    Error (Login failed for user ". The user is not associated with a trusted SQL Server connection.)
    i have tried to change the OutlookSoft.config in OSoftSSIS_Client\Bin Folder
    and the config doesn't take any effect.
    How to How to Install SSIS COM Component on Client side?
    thx
    It is client side PC_MS\Logging\Log
    #ERROR#CustomXMLClt##EPM-BPC-MS##e17c2022-c7d4-4a0b-8515-b719441e3dbf###XMLParser : GetTagValue#hostname
    user########Plain##[LOG ID:22]System.NullReferenceException: Object reference not set to an instance of an object.
       at OSoft.Consumers.Common.CustomXML50.XMLParser.GetAttributeValue(String strKeyValue, String strAttKeyValue, String strSubKeyValue)#
    thx
    John

    But the problem is...in client side
    When opening Office 2007 Excel -> eTool -> Data Manager
    There have no option showed.
    and in C:\Documents and Settings\<user>\My Documents\PC_MS\Logging\Log
    it has following error.
    2010 08 21 17:15:35:875#+8:00#ERROR#CustomXMLClt##EPM-BPC-MS##51cea66a-13cd-49fc-afdd-7b492566bd12###XMLParser : GetTagValue#<HOSTNAME>
    BPCADM########Plain##[LOG ID:346]System.NullReferenceException: Object reference not set to an instance of an object.
       at OSoft.Consumers.Common.CustomXML50.XMLParser.GetAttributeValue(String strKeyValue, String strAttKeyValue, String strSubKeyValue)#
    2010 08 21 17:15:35:875#+8:00#ERROR#DMClientTools##EPM-BPC-MS##7aec1fbe-5fda-4c91-9c4a-1eec5e59911b###DMTools::ErrCheck#<HOSTNAME>
    BPCADM########Plain##[LOG ID:347]System.Exception: 91: Object reference not set to an instance of an object.
       at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.ErrCheck(String strRtn)#
    2010 08 21 17:15:35:875#+8:00#ERROR#DMClientTools##EPM-BPC-MS##48f5a612-a046-4ef9-a56c-db565ef489d2###DMTools::GetServerInfo#<HOSTNAME>
    BPCADM########Plain##[LOG ID:348]System.Exception: 91: Object reference not set to an instance of an object.
       at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.ErrCheck(String strRtn)
       at OSoft.Consumers.DataMgr.DMClientTools50.DMTools.GetServerInfo(String strContext, String strFilter, String strSecurity)#
    2010 08 21 17:15:35:890#+8:00#ERROR#DMConsole##EPM-BPC-MS##af7f7343-1cb2-4802-a667-2adbb1b8e2fd###basClientTools::ChangeClientSiteList#<HOSTNAME>
    BPCADM########Plain##[LOG ID:349]Subscript out of range#

  • How to transport device types between clients

    Hi everyone!
    I need to transport a new device type that has been recently imported to my development client to my test and production clients.
    But how do I do that? I'm not that much used to ABAP development workbench.
    I've found some tips regarding the use of report RSTXSCRP or SPAD utilities but only for importing or exporting device types. In production clients, this is not possible since the system is not modifiable.
    Any help or tip is appreciated.
    Thanks,
    Paulo

    Changing the device type in your DEV client should have generated a transport.
    If it didn't, you should be able to create one manually with the attributes R3TR  PRIN  DEVICENAME (Program ID, Object Type, Object Name).
    For example, if you changed or created a device type named ZHPLJ4, your transport task would have an entry for
    R3TR  PRIN  ZHPLJ4

  • How to install Fusion Middleware on AIX 6.1 server

    HI,
    I am new to Oracle Fusion Middleware. I would like to know how to install latest version of OFMW (11.1.1.5) on AIX 6.1 server?
    Can I directly install 11.1.1.5 or I need to install lower version first and then upgrade to 11.1.1.5? I am not able to find installer for all versions. Any pointer to all links would be of great help.
    Thanks,
    Prasad N

    What I normally do is:
    - start via the putty session (loged in with the software install user) vncserver
    - give a password for the user.
    - on your desktop client you startup vnc viewer (can be downloaded free from internet)
    - use the machine ip/name and the earlyer given password
    - you have a graphical environment on AIX
    Regards, Gerwin

  • How to install and use certificates on client?

    Hello everyone, and first of all sorry for my poor, italian-accented english.
    I have some questions about SSL and certificates. I'm developing a java desktop application, which should connect to a https server, authenticate with a previously downloaded certificate and then gain access. Some specs: I work on a Windows Xp Pro machine with Netbeans 6.1 and jdk 1.6.0_07.
    Now, I'm using HttpUnit libraries to connect the first time, login with basic authentication and download the certificate, but after i get it I'm not sure how to install the certificate (using java, it has to be an automated procedure) on the client machine and then how to use it to connect to the server. I've tried to use the code I've found here and after using it I can see the certificate inside Control Panel > Java > Securiy > Certificates > System, but I'm not sure I'm installing it in the correct way and/or in the correct path.
    Everytime I try to connect to the server I get back a HTTP 403 forbidden exception. Does someone know any tutorials/howtos/example codes to suggest to me? Or could tell me what's the right installation procedure using java? Any help would be very appreciated.
    Thanks in advance
    K.

    After banging my head on my keyboard for a lot of hours, I've got it!
    I was trying to install a *.pfx certificate, and that was bad. I tried to convert it in *.p12 or *.cer but that workaround didn't work. Finally I've found a small code to use a *.pfx certificate without installing it and... it works! No more 403 errors now, I can get that damn page. :)
    Here is the class I've used (I've found it somewhere googling around but I've lost the link, sorry. Anyway, I've modified it a little)
    import java.io.BufferedReader;
    import java.io.FileInputStream;
    import java.io.InputStreamReader;
    import java.net.*;
    import java.security.KeyStore;
    import javax.net.*;
    import javax.net.ssl.*;
    public class ConnectWithPfx {
       static final int HTTPS_PORT = 443;
       public static void main(String argv[]) throws Exception {
          // Get a Socket factory
          SocketFactory factory = SSLSocketFactory.getDefault();
          SSLSocketFactory socketFactory = null;
          try {
                KeyStore keyStoreKeys;
                KeyManagerFactory keyMgrFactory;
                SSLContext sslContext;
                keyStoreKeys = KeyStore.getInstance("PKCS12");               
                keyStoreKeys.load(new FileInputStream("mycertificate.pfx"),"certpassword".toCharArray());
                keyMgrFactory = KeyManagerFactory.getInstance("SunX509");
                keyMgrFactory.init(keyStoreKeys, "certpassword".toCharArray());
                sslContext = SSLContext.getInstance("SSL");
                sslContext.init(keyMgrFactory.getKeyManagers(), null, null);
                socketFactory = sslContext.getSocketFactory();
                Socket socket2 = factory.createSocket("www.my.host", HTTPS_PORT);
          } catch (Exception e) {
                e.printStackTrace();
            URL url = new URL("https://www.my.host/mypage");      
            // Open a HTTP connection to the URL assigning the SocketFactory we created before
            HttpsURLConnection conn = null;
            conn.setDefaultSSLSocketFactory(socketFactory);
            conn = (HttpsURLConnection) url.openConnection();              
            // Allow Inputs
            conn.setDoInput(true);
            // Allow Outputs
            conn.setDoOutput(true);
            // Don't use a cached copy.
            conn.setUseCaches(false);
            conn.setRequestProperty("Connection", "Keep-Alive");
            BufferedReader in = new BufferedReader(new InputStreamReader(conn.getInputStream()));
            String line;
            String response = "";
            while ((line = in.readLine()) != null) {
                response += line+"\n";
            System.out.println(response);
    }Hope this could be useful for someone else. Thanks to everyone who read or replied to my thread. :)

  • How to install wired printer via rj45 on Extender RE2000 connected to router EA6700

    Hi,
    I´ve installed a new network at home but I´ve problem when trying to connect my printer to my RE2000.
    Someone who know how to do?
    // Kent

    If you have not setup the extender yet, you typically connect it a computer first and configure. 
    FAQ for RE2000
    3. How can I set up the RE2000 to connect to my router or access point?
    There are three (3) ways to set up the RE2000:
    i.  By running the Setup CD that comes with the device.  For instructions, click here.
    NOTE:  If you do not have the Setup CD, you can download the setup software from the Linksys Support Site.
    ii.  By using the Wi-Fi Protected Setup™ (WPS) button on the range extender if your router also supports this feature.  To learn how to connect devices using this feature, click here.
    iii.  By configuring the device through the web-based setup page.  To learn how, click here.
    You will most likely want to assign the printer/extender a DHCP lease/reservation.  Will make printing to it later faster and more consident for mutliepl different OS (Win/OSX/Linux/BSD/iOS/...).   Otherwise the computer printing will have to query the network to find it.  You can get by without it, just little easier.

  • How to install Movable Type?

    I want to move a Movable Type installation from a Linux server to OS X Server (Mountain Lion, Server 2.1.1).  However, it appears that the standard httpd.conf file is not to be touched, and the preferred method is to make changes to some subordinate file.  Has anyone installed Movable Type on Mountain Lion server, and if so, how and where did you enter the settings to allow the cgi and php to function proeprly?
    Thanks in advance for any information.

    Hi
    the configuration template is only visible, if the usage type "DI" is active for the system. Note 1142136 explains how to activate usage types manually. Should work for 7.10/7.11, too.
    Regards
    Michael

  • How To Install Live Type In 10.8.3

    Hi My self Varun, My English is not Good.
    I am using 10.8.3
    and i have Final Cut Studio 2.0 (48.52 GB)
    1st i installed rosetta from my 10.6 installer
    In 10.6 DVD there is a folder name Optional Installs.mpkg, run it and install rosetta, bcoz FCS 2 works with power pc and rosetta is a part of Power pc.
    install rosetta.
    Then Run FCS 2
    first this window will open
    Press OK
    then this window is open
    and finaly this window will appear
    If u need only Live Type so uncheck the otheres, then install it.
    After installing Live Type there is no live font in it, So you have to Run the other components of Live Type from FCS 2 folder
    and Enjoy!

    1.  REMOVE ROSETTA from your Mountain Lion Mac IMMEDIATELY:
    https://discussions.apple.com/message/22013952#22013952
    2.  Use Pacifist to install FCS2 into Mt. Lion:
    http://www.charlessoft.com/
    or
    3.  Use Terminal to install FCS2 into Mt. Lion:
    http://www.jeremyjohnstone.com/blog/2012-03-11-installing-final-cut-pro-studio-2 -0-on-mac-os-x-10-7-lion.html

  • How to installed device on iPad

    how to installed that  device

    Read the error message you received. That's why. Wishing won't make it so.

  • How to install the license via configtool

    Hi
    I just install Portal 2004S and I am at the point of installing the license via the configtool.
    When I am opening the configtool, it ask me if I want to use the default DB settings
    I say yes and its not able to connect to the DB..
    I have install Oracle 10 successfully.
    any ideas??
    JF

    Hi
    Do you know where in the keystore what to do.  Is there a document with the steps that I can download?? or maybe you know the steps
    the last one I did, I was on portal 6.2 and you do that threw the portal itself..
    JF

  • How to install SBOP BI 4.0 client tools

    Hello Everyone
    We have installed BO server and need to install the client tools on local desktop. Could anyone please guide me towards installing SBOP BI 4.0 Client Tools. I have downloaded the following tools
    1.     SAP CRYSTAL REPORTS FOR ENTERPRISE 4.0 SP02 WINDOWS (32B)
    2.     SBOP BI PLATFORM 4.0 SP02 CLIENT TOOLS WINDOWS (32B)
    3.     SBOP BI PLATFORM 4.0 SP02 LIVE OFFICE WINDOWS (32B)
    4.     SBOP BI Platform 4.0 - Temporary Keys       
    Do i need any more tools to download for clients. Is there a specific procedure in installing these components.
    Kindly guide.
    Thanks and Regards
    Ahmed

    Hi,
    there was a special installation order during XI 3.1 i`m not quite sure if there is one in BI4. To be sure i would recommend the following order:
    BI4 Clients
    BI4 Live Office
    CR for Ent
    The Installation process is pretty straight forward like installing an Office Package. So just only "Next" -> "Next" -> "Finish" and so on.
    You can find the official Installation guides under help.sap.com
    Regards
    -Seb.

  • How to install a java based irc client into a hand...

    I've tried to install a java-based irc-client, but all I get is a webpage thanking for downloading. Something is updated for a while, but no application nor any new files seem to have been stored into the handheld nor mem-card.
    Is there a way to installa programs straight from the web other than Ovi-service. I dod not find any links nor feature to browse outside the OVI-store selection. Ovi however loaded with the installer in my phone, XpressMusic 5310.
    B.Sc Information tech
    Phones I have or used to have: ancient Ericsson, Nokia: 6510, 2610, 5310 XpressMusic

    Hey you can create java client using Eclispe or WSAD or far that matter any other IDE. crate a project save the WSDLs in a package. Right click on WSDL goto webservice option. From there you can generate client.
    cheers,
    sapan
    Is it still open ?
    cheers,
    sapan
    Edited by: sapan on Feb 25, 2009 1:17 AM

  • How to install reader & patches via GPO?

    I need to know the proper way to install Adobe Reader via GPO, as well as what to do about patches when they come out?
    I have seen too many different ways online, I'd like an official way.
    Thank you in advance.

    This page should give you all the information you need, especially the Administration Guide: http://www.adobe.com/devnet-docs/acrobatetk/index.html

  • How to install oracle software on AIX server

    Hi
    I have one remote AIX 5.3 server .
    On this I want to install oracle 9.2 software.
    I connect by putty to get this server but How i can get graphical interface of oracle installation?
    when i run run installer, that give error it can not recognize x window .
    Please guide me.
    Thanks.

    What I normally do is:
    - start via the putty session (loged in with the software install user) vncserver
    - give a password for the user.
    - on your desktop client you startup vnc viewer (can be downloaded free from internet)
    - use the machine ip/name and the earlyer given password
    - you have a graphical environment on AIX
    Regards, Gerwin

Maybe you are looking for

  • HT1420 How can I deauthorise an ipod from a computer that I no longer have?

    I have bought my 3 kids ipod touches for christmas about 5 years ago and they lost them. So i went to Apple and had them replaced and now I can not authorize the new ones because of the old ones.

  • Please Help Nested Editable Region Image & Spry

    Please Help Me. New to Dreamweaver. I've been given a "grandchild" nested temple with only one editable region to alter. I've read and Googled since Saturday. My brain actually hurts. Goal - Insert my background image into region - Add Spry accordion

  • In CIN excise accounting is happening.

    Hi Team, Excise invoice (Excise duty) condition accounting must not be posted for export sales. And Excise duty conditions it is marked as statistical and account determination in SD is not happening which is fine., But in CIN , excise accounting hap

  • Why are my separators invisible in Bookmarks, but visible in "Organize.."

    Just installed FF 3.6.3 on new W7HomeP PC, exported Bookmarks as HTML from old W2KPC, imported as HTML. Bookmark separators are visible in FF on old PC, but in new installation, bookmarks pane is white background and there are no separators, but the

  • How not to consolidate ratios?

    Hi, This may be dumb question, but what is the effective way to not consolidate ratios in HFM. Say, I have DOH at base entities and want to do same math at parent entity instead of rolling up the base entities. What if DOH is not calculated account?