Target languages - need to be installed via SMLT?

hi,
we have a unicode system and i have a an adobe form. Preinstalled are English and german language.
If i want to translate my form to another language (perhaps Fr), what steps have to be done???
I know how to translate with se63 and so on. translation to german/english and output is no problem!
I just need the requirements of my system.
I had a look at report rscpinst and transaction smlt, but i don't want to believe that i have to install the full language package just to get a french form!
is it enough to install via I18N (=rscpinst) ?? I tried and installed but form is shown in orginal language, when i debugged he found in my opinion the template but then he read table t002c and failed...
norbert
I've been debugging again and if i change at 2 places in the automatically generated FM in the debugger it works.
first:
  CALL FUNCTION 'SSFRT_SET_LANGUAGES'
       EXPORTING I_CONTROL_PARAMETERS = %CONTROL_PARAMETERS
                 I_MASTERLANGUAGE     = SPACE
                 I_THRULANG           = SPACE
                 I_INSTALL_LANG       = 'X'
       IMPORTING O_LANGUAGES          = %LANGUAGES.
   I_INSTALL_LANG should be space (abap_false)
afterwards: 
DATA: %FLAG VALUE 'X'.
  IF %FLAG IS INITIAL.
if the flag was set to initial it works. why did they deactivate this part of the coding???
is the template for the automatically generated fm's wrong???
where is the template for the FMs located? in my SAP System or on ADS??
Edited by: Norbert Prager on Oct 23, 2009 4:15 PM
Edited by: Norbert Prager on Oct 23, 2009 4:31 PM

hi dezso,
thanks for your reply! but there is this nasty fm in the template that creats the function modlues i need for creating my forms...
CALL FUNCTION 'SSFRT_SET_LANGUAGES'
       EXPORTING I_CONTROL_PARAMETERS = %CONTROL_PARAMETERS
                 I_MASTERLANGUAGE     = SPACE
                 I_THRULANG           = SPACE
                 I_INSTALL_LANG       = 'X'
       IMPORTING O_LANGUAGES          = %LANGUAGES.
there the parameter  I_INSTALL_LANG  is hardcoded set.
So where can i find my template version??  on ads?? in the backend??
regards
norbert

Similar Messages

  • Ok, i am lost. do i need to re install adobe flash for games in   facebook thru explorer

    I have adobe flash 12 installed in programs section. it is enabled. I can play facebook games thru chrome. when i try to play via explorer, it says must install latest version. do i need to re install via windows, or does that 12 already run? Pat Willener gave a link to see if it is installed and it says it is not, but it is in my programs section already and enabled

    "User-Agent Strings"
    That doesn't mean a lot, I'm sure, but it's the root of your problems, and Flash Player has nothing to do with it.
    Microsoft "rewrote" the User-Agent Strings for the abomination they call their latest and greatest browser. User-Agent Strings are what websites use to identify the browser you're using and provide the proper content for it's browser engine, like ActiveX stuff, and Flash or HTML5 video. Thanks to the geniuses in Redmond, WA, the User-Agent Strings for IE11 (which has a Trident engine), ID it as either "Gecko" (Firefox) or "Webkit" (Chrome). Problem is: when the site the directs to the content for one of these two engines, the Trident engine in IE can't intepret it and the site then sees IE as an "unidentified" browser.
    The problem with an unidentified browser is that the plug-ins in that browser aren't recognized either, so even though you're up to date, it says you need the latest Flash Player when you use IE11. YouTube... has converted to HTML5 video so if it doesn't detect Flash Player, it can display HTML5 (MP4) video which requires no plug-in to play. Facebook can't do that, because HTML5 doesn't apply to games... only video.
    Microsoft has no plans to "fix" the mess thay've created because they think it's a great idea to block you out of the websites you visit.
    They recommend using "Compatibility View" and pretending that you're using an older verison of IE... Problem with that is that it's seen limited success, and you have to enable it for EVERY page that has problems... individually.
    I'm not big on "pretending" so I recommend actually using another browser.
    Firefox (from Mozilla)
    Opera (from Opera)
    Safari (from Apple)
    Chrome (from Google)
    ANY of those will work where IE11 won't, with the Flash Player Plug-in (For all other browsers), and Chrome doesn't even need that because it has its own Flash Player plugin built in.

  • Java version that doesn't need to be installed?

    I have a client that wants a Java app to run off a CD (for Windows) where Java doesn't need to be installed on the hard-drive of the computer. I have an older version of Java (1.3.1_08-b03) that can work this way. I simply have the Java directories on the CD.
    But I was wondering if there is a newer version of Java that can be used in this way?
    For example, does the 1.4.x and 1.5.x versions need to be installed via the installer or could I use them by simply copying the pertinent java directories over to a CD (or a computer with no previous java installation)?

    I successfully tried it for the 1.4 version and was
    able to run a java program from a CD without actually
    installing Java on the computer. The Java
    directories were just on the CD. So it does work for
    my purposes.
    Although, the Java plugin (to browsers) and Java Web
    Start probably won't work, but my immediate
    application doesn't need those features...That's right, for the browser and Webstart to work they need Registry entries in Windows or registration in Linux/Solaris.
    Application programs just need to be told where to find Java, via a path to the executable, either as a path statement or an explicit path as part of the java invocation.

  • What drivers need to be installed on a target in order to run an executable that uses USRP VIs?

    I'm having trouble running a build executable using the USRP VIs on a target machine.  What drivers do I need to install to get this to work?
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit

    Thanks for your help, Sam.
    My VIs aren't runnable because they are missing dependencies, including usrp.dll.
    I'm using USRP-2930 with LabVIEW 2013 and TestStand 2013.
    So the NI-USRP 1.2 driver needs to be installed on the target machine as a separate install, even though it appears to be a development install?
    Whenever I deploy code to a target machine, I build the executable (which includes any code dependencies, including certain dlls, which it puts in the "Data" directory by default) and then build an installer, which optionally includes all the necessary drivers and LabVIEW Run-time Engine.  I've never run into anything that falls outside this process, like it appears the NI-USRP driver does.  It doesn't seem to get pulled into the executable as a dependency and doesn't show up in the list of includable installers when building an installer in LabVIEW.
    I'll try out the NI-USRP 1.2 driver install on the target machine and see if that fixes the problem.
    This situation creates a further problem when trying to create a deployment install from TestStand.  Since the dependencies aren't automatically pulled in, TestStand detects that the VIs are now broken and aborts the install.  How do I get around that problem?
    Thanks again,
    Robert
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit

  • Language Pack Application Install via Linked Deployment Share

    I created an application for a Language Pack (French) to install in the task sequence.  I Created a batch file and pointed to the necessary .cab file.. my question is, where do I point it to in the bat file?  this is my script:
    DISM /Online /Add-Package /PackagePath:lp.cab /norestart
    bcdedit /set {current}locale fr-FR
    bcdboot %WinDir% /l fr-FR
    I have the files and the applications folder in the linked deployment share.. should the path be: /Packagepath:.\Applications\lp.cab ?  BDD log indicates everything installed successfully but nothing installs.
    I added this is my TS:
    SkipApplications=YES
    Applications001={b1900f04-0d66-4cce-9bbd-e1bfd0a8e463}

    To deploy Office 2010 va GPO, refer to the following video, follow the detailed steps in it to see if it works well:
    http://www.youtube.com/watch?v=dYPbFyLH66k
    Here's also a link for your reference:
    http://blogs.technet.com/b/office_resource_kit/archive/2010/01/19/deploying-office-2010-with-multiple-languages.aspx
    http://technet.microsoft.com/en-us/library/ff602181.aspx
    Hope it helps

  • 2911 ISM and CUE: Do I need to (re-)install CUE for GUI access?

    To all the experts out there, I am volunteering with a IPT (Voice) install for my Church.  They have a 2911ISR router, which I am trying to setup / configure for a small office configuration.
    The question is as stated:  Do I need to (re-)install CUE to get the GUI (web UI) to work?  It shipped with CUE 8.6.6 on the ISM-SRE-300-K9 module.  But I'm not sure if it is because the GUI isn't there or if I have configured the interfaces and route incorrectly.
    Here is the software list on the ISM:
    MACC-2911-CUE# sh soft inst his
    Software Installation History:
      Refer to install.log for more details
     2014-03-19 12:48:39  ***Install Command Issued*** Cmd:1 Opt:0, Pkg:cue-allapps.sme.8.6.6.pkg Url:ftp://10.1.1.1// Mode:1 Proto:1 Host:10.1.1.1
     2014-03-19 12:56:41  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
     2014-03-19 12:56:42  Thirdparty               8.6.6            Service Engine Thirdparty Code       a3442277-7890-4782-9e6b-9d19efc1e0d8
     2014-03-19 12:56:42  Plug-in Enablement       8.6.6            Plug-in enablement pack              26bd663c-3e5a-43d9-a6c3-5441ce44941b
     2014-03-19 12:56:42  CUE Voicemail Language Support 8.6.6            Languages global pack                e2e81cc6-39b5-47e1-9f83-b83c897fc50c
     2014-03-19 12:56:42  Global                   8.6.6            Global manifest                      edceaf0b-a890-4045-9086-5452fac85eba
     2014-03-19 12:56:42  Infrastructure           8.6.6            Service Engine Infrastructure        a36e1be1-ce8a-4f53-ace7-1844262aa0b9
     2014-03-19 12:56:42  GPL Infrastructure       8.6.6            Service Engine GPL Infrastructure    9f112eb1-6f58-4dd4-8faa-8530467af3b9
     2014-03-19 12:56:42  Voice Mail               8.6.6            Voicemail application                8e7823e2-0e92-4470-8860-653246345f9d
     2014-03-19 12:56:42  CUE Voicemail UK English 8.6.6            British English language pack        fa803d25-9c89-4171-a14c-ec12d6ed6b8c
     2014-03-19 12:56:42  Bootloader (Secondary)   2.1.36           Service Engine Bootloader            9d7b26fb-21b2-416e-8b65-425c2f8da5d8
     2014-03-19 12:56:42  Installer                8.6.6            Installer                            a0fb9f0a-fa5c-4b21-a64c-0cb9d6379573
     2014-03-19 12:56:42  Core                     8.6.6            Service Engine OS Core               430f25f9-0fed-48a4-b362-823937138501
     2014-03-19 12:56:42  Auto Attendant           8.6.6            Service Engine Telephony Infrastructure e3db91b0-f47d-460c-ad22-65001a5d45a9
     2014-03-19 13:01:48  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
     2014-03-19 13:06:40  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
     2014-03-19 23:17:44  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
     2014-03-19 23:41:53  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
     2014-04-20 17:47:59  ***SOFTWARE CLEANED***
     Timestamp            Subsystem                Version          Description                          UID
      Refer to install.log for more details
    Can you confirm the GUI files are there, or are they missing; in which case I need to (re-)install CUE?
    Thanks in advance for any assistance you can provide.  It is greatly appreciated.

    Hi Kevin.  I do have that in place.
    maccrouter1#sh ip route
    Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
           D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
           N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
           E1 - OSPF external type 1, E2 - OSPF external type 2
           i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
           ia - IS-IS inter area, * - candidate default, U - per-user static route
           o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
           + - replicated route, % - next hop override
    Gateway of last resort is 192.168.1.1 to network 0.0.0.0
    S*    0.0.0.0/0 [1/0] via 192.168.1.1, GigabitEthernet0/0
          10.0.0.0/8 is variably subnetted, 11 subnets, 3 masks
    C        10.0.4.0/24 is directly connected, GigabitEthernet0/1.4
    L        10.0.4.1/32 is directly connected, GigabitEthernet0/1.4
    C        10.0.100.0/23 is directly connected, GigabitEthernet0/1.100
    L        10.0.100.1/32 is directly connected, GigabitEthernet0/1.100
    C        10.0.150.0/24 is directly connected, GigabitEthernet0/1.150
    L        10.0.150.1/32 is directly connected, GigabitEthernet0/1.150
    S        10.0.150.2/32 is directly connected, ISM0/0
    C        10.0.200.0/24 is directly connected, GigabitEthernet0/1.200
    L        10.0.200.1/32 is directly connected, GigabitEthernet0/1.200
    C        10.1.1.0/24 is directly connected, Loopback0
    L        10.1.1.1/32 is directly connected, Loopback0
          171.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
    C        171.16.0.0/23 is directly connected, GigabitEthernet0/1.16
    L        171.16.0.1/32 is directly connected, GigabitEthernet0/1.16
          192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
    C        192.168.1.0/24 is directly connected, GigabitEthernet0/0
    L        192.168.1.9/32 is directly connected, GigabitEthernet0/0
    Could the router side interface be the problem?  Here is how it is configured:
    interface GigabitEthernet0/1.150
     description $FW_INSIDE$
     encapsulation dot1Q 150
     ip address 10.0.150.1 255.255.255.0
     ip nat inside
     ip virtual-reassembly in
     zone-member security in-zone
     shutdown
    I should be working on the router in the morning, so unless something obvious is indicated in the above config listing, I'll post a new 'show run' as soon as I can.
    Thanks, Jim.

  • Acrobat XI Pro Install via CCP Packager for Enterprise unuseable - tips for the unitiated

    Well, after at least six weeks of trying to script and package Acrobat XI via the CCP packager for enterprise (Windows 7 X64) I have learnt many home truths which I thought I would share with the unitiated. This process, from the point of view of an IT admin who has to mass deploy this application to 680 PC's as part of an updated SOE has been the most painful scripting process I have ever found of any package (we successfully deploy Office, and Autodesk apps!). Not only that, but our entire State technical colleges have all purchased the same version. This will be affecting IT staff across a huge area, perhaps worldwide. Below are some some facts relating to this that I will share so others do not have to trawl the minefiled of dead-ends and confusion that is Adobe forums/official documentation. Apologies for not finding direct links to all of the below just yet but I've run out of time as we now have MANUALLY install Acrobat XI on all of these machines. When I get time I will post some of the links:
    Facts:
    Acrobat XI and Lightroom are NOT "CC" packages. Therefore they rely on a spearate serial numbers to install standalone without another major Adobe product (eg Photoshop) to be installed and then run first. Otherwise they will run in trial mode. If your organistaion is wanting to install these products I highly recommend seeing if Adobe can provide you with these.
    Without the use of serial number for Acrobat XI this almost renders the Customisation Wizard effectively useless, none of the silent install switch will work with "Offline Exception"
    Yes, one Adobe employee notes that you must install a major package before Acrobat but as the aoplogies for not fixing this were posted last August, we are still in the quandry of not having any useable fix except for the ridiculous "Exceptions" file and Exceptions installer.
    If you run the Build and/or execeptions msi's it installs Acrobat twice, gold Adobe, gold.
    http://forums.adobe.com/message/6039529#6039529 - look at this for a working script for Photoshop etc, it's great.Thanks to http://forums.adobe.com/people/PetriRiihikallio for posting this. However, alas, it cannot silently install Acrobat correctly (thus far).
    It appears that the msi builder for CCP for enterprise is fatally flawed. I have never had as much problem with installing msi's -  ever. For example, I have had to re-package the msi multiples times and many times simply running the msi will fail.
    The idea that all major installs have to install the 32 bit version AND the 64 bit version is riduclous, enough said.
    http://blogs.adobe.com/acrolaw/2013/02/acrobat-xi-deployment-guide-for-large-firms/ this guide may be useful for people who have been given a separate serial number.
    http://helpx.adobe.com/acrobat/kb/known-issues-acrobat-xi-reader.html another useful link
    I think for the time being I have now wasted enough time trying to tear my hair out with this. I will be waiting for Adobe to announce Acrobat and Lightroom CC. this will enable the correct deployment of a single app without having the bloat my SOE with unnecessary applications that most staff rarely use. Ahhh, I love a good manual install via VNC/RDP, don't you?

    Hi Waltpenner and others, yes it can be very confusing and writing script after script got me even more confused.
    Now, the story continues, after 6+ hours on the phone with Adobe Support...
    When you install Adobe Acrobat XI it asks you to install the C++ Redistributable package and this is where the msi will STOP INSTALLING. even though the MSI says "complete"
    Now you think to yourself, OK, I'll write a script to install this msi package no problems, solved.
    Nope, the msi for Acrobat Pro XI will Still Halt even if you write this into the script along with halt no err or something similar in your code.
    So what do you do?
    When you create your msi in Cloud Packager, even though this feels completely against your better judgement tick the box under conflicting Process entitled "Ignore Conflicts and Continue installations" This will (finally) allow you to run the msi. Please see the wonderful deployment script above, which you may still need to edit to your needs (I did) - which I post once it's working perfectly.
    You could then install the C++ redist from Microsoft at a later date ----> On that note however (thanks Microsoft for this gem) the Visual C++ redist is an msi for download, but it's actually a zip file calling an exe inside it. I suggest using the App Deploy Repackager  to help you change registry entries if you need to install this, but choose your favourite tool (and no I'm not talking about that work colleague you don't like
    Note: You will need to install this for certain features of Acro Pro XI to function, most of which relates to sever functions of Acrobat. I will post the exact reasons when I find them. Under pressure to get this deployed, I have not deployed this pckage as yet. Also, I'm unsure how Visual C++ will affect other major apps across my enterprise just yet.
    Things to still consider
    Acrobat still installs twice in the program directory (1.7GB nd 1.8GB respectively)
    As all of the other CC packages are quite easy to install, Adobe needs to provide better service to it's enterprise customers by creating a proper version of Acrobat and Lightroom which is Acrobat CC and Lightroom CC, not version numbers tacked onto their new Cloud Service.
    As for the above point I would still recommend creating the smallest msi packages you can, as large msi's that install a number of Apps (eg all of the web/image editing apps) take forever and quite often exhibit install errors
    The amount of time I've spent on this is ridiculous, and we've had to package everything from Office to Autocad.
    The amount of bandwidth I've chewed up is excessive, with package re-creation (download) of all the products probably about 100GB - however the ability to edit these packages with updates with the CCP is a good step forward.
    Using the CCP through a proxy is horrendous, and complicated with the amount of exception through the servers you have to prvide (even then it rarely works).
    The MSI packager still needs quite alot of work. As Petri states why he had to write a script like this when Adobe could have done the same thing is beyond him.
    Adobe needs to trawl it's forum posts and take out the many false leads and dead ends provided by it's experts.
    When I Think of anything else, or wite more scipts I'll let you all know.
    Cheers,

  • Apple Mobile Device Support won't install via software distribution tool

    Trying to install iTunes v10.0.1.22 in corporate environment using a software distribution application. The individual components Apple Application Support v1.3.2, QuickTime v7.68.75 and iTunes v10.0.1.22 all install successfully. Apple Mobile Device Support v3.2.0.47 fails with the following in the install log file:
    DIFXAPP: ENTER: ProcessDriverPackages()
    DIFXAPP: INFO: 'Component' is 'usbaapl.inf'
    DIFXAPP: INFO: Component state 0x2 -> 0x3
    DIFXAPP: INFO: 'ComponentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}
    DIFXAPP: INFO: 'Flags' is 23
    DIFXAPP: INFO: component path is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\
    DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-1960408961-436374069-1801674531-500'.
    DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-1960408961-436374069-1801674531-500\Software\Microsoft\Wind ows\CurrentVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593} (User's SID: 'S-1-5-21-1960408961-436374069-1801674531-500') ...
    DIFXAPP: ERROR 0x57 encountered while creating subkey for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: RETURN: ProcessDriverPackages() 87 (0x57)
    Action ended 15:59:25: MsiProcessDrivers. Return value 3.
    Action ended 15:59:25: INSTALL. Return value 3.
    The Apple Mobile Device Support component installs without failure when run manually from a command line but we have not been able to find a way to successfully install running an unattended install via a remote management software distribution tool (in this case Tivoli).
    Please help, we need to roll this out to corporate executives to support the new iPhones being supplied to them.

    Trying to install iTunes v10.0.1.22 in corporate environment using a software distribution application. The individual components Apple Application Support v1.3.2, QuickTime v7.68.75 and iTunes v10.0.1.22 all install successfully. Apple Mobile Device Support v3.2.0.47 fails with the following in the install log file:
    DIFXAPP: ENTER: ProcessDriverPackages()
    DIFXAPP: INFO: 'Component' is 'usbaapl.inf'
    DIFXAPP: INFO: Component state 0x2 -> 0x3
    DIFXAPP: INFO: 'ComponentId' is {9AA3828A-F852-11DB-8E29-6C6B55D89593}
    DIFXAPP: INFO: 'Flags' is 23
    DIFXAPP: INFO: component path is C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers\
    DIFXAPP: INFO: user SID of user performing the install is 'S-1-5-21-1960408961-436374069-1801674531-500'.
    DIFXAPP: INFO: creating HKEY_USERS\S-1-5-21-1960408961-436374069-1801674531-500\Software\Microsoft\Wind ows\CurrentVersion\DIFxApp\Components\{9AA3828A-F852-11DB-8E29-6C6B55D89593} (User's SID: 'S-1-5-21-1960408961-436374069-1801674531-500') ...
    DIFXAPP: ERROR 0x57 encountered while creating subkey for component '{9AA3828A-F852-11DB-8E29-6C6B55D89593}'
    DIFXAPP: RETURN: ProcessDriverPackages() 87 (0x57)
    Action ended 15:59:25: MsiProcessDrivers. Return value 3.
    Action ended 15:59:25: INSTALL. Return value 3.
    The Apple Mobile Device Support component installs without failure when run manually from a command line but we have not been able to find a way to successfully install running an unattended install via a remote management software distribution tool (in this case Tivoli).
    Please help, we need to roll this out to corporate executives to support the new iPhones being supplied to them.

  • NEED HELP! - Installing Camera raw presets from USB Stick

    NEED HELP! -installing Camera raw presets from USB Stick.
    I am attempting to install the Camera Raw Presets. 
    It says to put them into User Name/Library/Application Support/Adobe/CameraRaw/Settings... 
    When I get to CameraRaw the ONLY folders in there are CameraProfiles & Lens Profiles. 
    I have searched everywhere looking for a CameraRaw-Settings folder and cannot find one. 
    I have latest version of CameraRaw installed and still no settings folder. 
    I even attempted to find it by looking in camera raw where it has saved the custom settings I made as presets and it shows that they are saved but will not show me where. 
    I am using CS5 specifically Photoshop v12.0.4 and Bridge. I have Lightroom 4. I have iMac OS  10.7.3
    Do I need to reinstall Camera Raw and how do you do that?
    Will I then lose my presets that I made in CameraRaw?  
    Thanks for your help

    Here is a note from the ACR 7.1 beta release.  http://labs.adobe.com/technologies/cameraraw7-1/?tabID=details
    Perhaps this answers question.
    Frequently Asked Questions
    Why is it no longer required to place the plug-in file in the specified directory on my hard drive?
    The Camera Raw update process has grown to include lens profile and camera profile files which are easiest to install via a single installer process instead of updating several different directories manually.

  • I need to re-install airport card

    Hello all,
    I was trying to update my macbook pro (software update) and after the update was completed the i could not connect to my wireless network any more due to the fact that my airport card was missing. How it happened i do not know.
    I need to re-install to be able to access the internet via a wireless network.
    Regards

    Duane,
    I have just purchased an AirPort Express and I am trying to set it up! I can't get anything from it when I run the setup, just what I have mentioned previously. The express plugs in and had previously been recognized. Then I tried to hook up and installed printer to it HP 5610, and now it just blinks yellow and the Setup Assistant will not even run. I tried to uninstall the HP program and also the new programs for the AirPort Express, and think I really messed it up. Now I am just trying to get it back in shape. I am pretty sure that the HP printer will not work after some research on the web, so I am not concerned about, will just exchange it for another model. I am really concerned about getting the AirPort Extreme back in order and communicating with my Express.
    Thank you again, and glad to be here

  • CD drive doesn't work & I need to re-install system software

    I have an early 1st gen. MacBook Pro that has a bad CD drive. It doesn't work at all and I don't have an external CD drive. I need to re-install the system software for this MacBook Pro and I'm wondering if there is a way I can do it using my newer (late 2009) MacBook Pro. In this newer computer the CD drive works OK.
    Any ideas?
    (Sorry if this question has already been addressed. I did a search and couldn't find anything, but maybe I was using the wrong words.)

    Here's a tutorial for installing Tiger to a machine with no usable optical drive: How To- Installing Tiger Using FireWire Target Disk Mode.

  • Help!!! What are need to be installed for VC 7?

    Hi Friends,
    I need to install the VC 7 on EP7. When i get into the service.sap.com, i found the following :
    - VISUAL COMPOSER FLEX 7.00
    - VISUAL COMPOSER FRAMEWORK 7.00
    - VISUAL COMPOSER GP KITS 7.00
    - VISUAL COMPOSER XX KITS 7.00
    I Checked for the documentation/guide, but no where i received the information of what pieces needs to be installed and also what sequence it should be.
    Could any one pls let me know the series of pieces with the sequence of installation for getting Visual Composer7 on EP7 SP7.
    Thanks for your time...
    Raghavendra Pothula

    You should use the JSPM to deploy the entire SP7 stack with use type EP. Make sure you deploy new components as well in the JSPM. Then VC will be available via this url http://<host>:<port>/VC

  • Starfrfc.exe : Does SAPGUI need to be installed too?

    Hi.
    In the context of an interface, we are looking to use startrfc.exe to runa RFC enables function module.
    Now, simple question.
    Does SAPGUI have to be installed on the machine that runs the startrfc.exe ? Because at this point, startrfc.exe runs fine only from a machine with the sapgui.
    If not, can you tell me what needs to be installed? We would like to avoid installing the GUI on that particular machine.
    Thanks.

    just as an update- as it turns out, I did not include the MAX config support installer this last time and my software and hardware currently seem to be working great.  I am now in the process of trying to slim down the services and startup activity to speed up boot time.
    Right now my issue is as follows:
    After putting my exe alias into the startup folder on the xpe target, it takes almost 5 minutes for the exe to load (including bootup)- AND my hardware does not work.  If I close the exe and re-run it, it seems to run fine.
    So now perhaps theres an issue with the order of services/programs executed on startup.
    If anyone has any insight or suggestions on how to go about this- I'd appreciate it.
    I did manage to get msconfig running on the target as well, but it seems most of the NI services are dependent on one another and if you disable more than one or two, you kill communication between them and stuff like that.
    thanks for any ideas
    -pat

  • I have lost my Adobe Professional 8 CD and need to re-install it. Where do i get another CD?

    I have lost the CD that came with my Adobe Professional 8.  I need to re-install the program.   Does anyone know where i can get another CD.

    if you mean acrobat 8 pro and if you follow all 7 steps, you can download a trial via one of the links on this page using a browser that accepts cookies:  http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html
    and activate with your serial number.
    if you have a download problem, you didn't follow all 7 steps.  typically, failure to meticulously follow steps 1,2 and/or 3 is the problem, but your browser must also allow cookies so that's (a restrictive browser setting) another potential source of problems.

  • WorkFlow Manager will not install via WebPICmd

    I cannot install workflow manager via the online or offline modes.  I select the following link
    http://technet.microsoft.com/en-us/library/jj193448.aspx then the installation link and run the workflowmanager.exe and get a WPI v4.6 message "...couldn't find the product you tried
    to install"
    If I go to the download center and download the workflow Manager and then run it I get an "invalid command..." error message. 
    http://www.microsoft.com/en-us/download/details.aspx?id=35375
    I tried following the offline option using the webPICMD cmd below however that does not work... it returns "Can't find product with id WorkflowManager
    webpicmd /offline /Products:WorkflowManager /Path:c:\WorkflowManagerFiles 
    If I try
    webpicmd /offline /Products:Workflow /Path:c:\WorkflowManagerFiles  it does appear to work in that I do not get the above error message
    If I run a webpicmd /list /listoption:all  I do not see the workflow products listed
    I did then try
    WebpiCmd.exe /Install /Products:Workflow /XML:c:/WorkflowManagerFiles/feeds/latest/originalfeeds/webproductlist.xml and it says "No products to be installed (either not available or already installed)" 
    I looked at a lot of sites that talk about how to do this and I noticed that none of the links have the correct path.. they are all missing /originalfeeds part of the path.  So maybe I am missing
    something here
    I have tried this on 2 separate new Server builds  2012 and 2012 R2, both new installs, all updates applied and attached to the domain, nothing else done to the servers.  (I assume SP2013
    does not need to be installed on this Server, its just for the workflow function)
    The WorkFlow Client appears to work for both options, in that when I click on the install from the web the Web Installer has selected 1 item and I could proceed with the install
    Any ideas?

    Andrew --
    The brilliant folks over at M$ renamed it to WorkflowManagerRefresh...
    webpicmd /offline /Products:WorkflowManagerRefresh /Path:c:\WorkflowManagerFiles 

Maybe you are looking for