Installations for GP

Hi All,
Can anybody help me with the list of files and their versions that needs to be deployed on the server to start working with Guided Procedures??
We are working on MDM 5.5 SP06 Patch 2. Please provide me the details regarding what all files are required on the Portal side to start working with Guided Procedures?? We are working on an integration scenario of EP with MDM using GP.
Do we have to install CAF Core and CAF GP both?? Which version needs to be installed and from where can i get the files?
Has any one worked on something similar then please help...
Regards,
Becky.

Hi Becky,
GP is readily available with Netweaver 2004S portal.
No need to install anything for it.
You just need to assign GPRole to the user who will be using GP.
-Ashutosh

Similar Messages

  • Where do I find the installer for AAMEE 3.0 for the Creative Cloud?

    I try to setup a local Adobe Update Server. I've seen the video online on Adobe TV, but I don't find the actual installer file called AAMEE 3.0...

    Hi wieneke,
    You can find the installer for AAMEE3.0 at : http://blogs.adobe.com/oobe/2012/05/aamee-3-0-for-cs6-available-now-removes-puffer-fishes. html
    The link is : http://download.macromedia.com/pub/developer/creativesuite/AAMEE/win/ApplicationManagerEnt erprise_3_0_all.exe
    Regards,
    Rave

  • Error in Plugin Installation For MS Office 2013 on Windows 8 and 8.1

    Hello,
    We have developed an installer for MS Word and MS Excel plugins. So far it has been working fine for MS Office 2003, 2007 etc. but since I have upgraded to a Windows 8.1 machine with MS Office 2013 installed, the plugin installation is giving error.
    The installation fails and an error dialog appears with Error Code Type: Error, Error:1, Owner:30a.
     The installer works well for MS Office 2010 on Windows 8/ 8.1 machine or MS Office 2010 on Windows 7 machine.

    HiDinesh,
    Is there any other error message when installation fails?
    According to this error message “Error Code Type: Error, Error:1, Owner:30a.”
    This is problem conclusion provided by IBM:
    This issue is no longer reproducible in V6R2012x.
    Installation checks have been modified to throw an error only when none of the Office applications
    (Word, Excel, PowerPoint and Outlook) are installed. This error will not occur if one or more of the Office products are installed.
    For more detail information:
    http://www-01.ibm.com/support/docview.wss?uid=swg1HE09464
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If there is anything I can do for you regarding this issue, feel free to post back.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?

    Is there any way to create an installer for Mac OS and Linux OS once a stand alone application is created?  I have created an executable application that I want to distribute to Mac and Linux users (different applications were created in the respective OS).  I was wondering if there is any way to create an installer?  I think there probably isn't...  If the user were to simply download the Labview Run-time Engine from ni.com would they be able to run the application or is it more complicated than that?
    Thanks so much for your time.

    I think Shane tried to say, that it is on the Mac OS X installation DVD, NOT the LabVIEW for Mac OS X installation medium. And that could very well have changed in recent Mac OS X versions as well. They used to have Xcode on it too, but that seems gone as well.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How do I create an installer for my project that allows for variable data entry like a server unc path?

    Hello All,
    I have a questions and a few hours of scouring the internet hasn't brought me much closer to an answer.
    Here's what I want to do. I have created a visual c# wpf application. I want to have an installer that during install time will have a text box or something where I can enter a server path as a string. Basically my application needs to know where to look
    for a server unc path \\server\somesharedfolder that it will be accessing primarily for its work. Secondly, how do I reference said information from within my code.
    I have come across application/user scoped settings, which appears to be what I'm looking for. However I can't find a way to have the installer prompt for a value "Server Path:" __________ that I could type into during installation. So far it appears
    the only way would be to edit the config.deploy file before running the installer, which isn't a big deal but you'd think there'd be an easy way to take in variables during install.
    EDIT: Apparently I can't edit the config.deploy file as I get an error message about the hash not matching.
    Thanks for your help!
    Lance

    Hello,
    The forums I found confusing, didn't know the best place to put this question so I put it here.
    I have found the answer over at stackoverflow and will detail here for anyone who may stumble across the same problem.
    The problem is ClickOnce seemingly doesn't support this feature. Installshield LE either doesn't or does but its incredibly too complicated if all you need is one variable passed to the registry during installation. And it seems the words used for googling
    this particular problem will never lead you to the solution.
    So here's how to do it (we will be first adding the Visual Studio Installer Add-on to restore original installer project functionality):
    1) Inside of visual studio 2013 go to Tools -> Extensions and Updates
    2) On the left-hand side click on Online -> Visual Studio Gallery
    3) In the upper-right search box search for "Visual Studio Installer"
    4) Download the extension labeled "Microsoft Visual Studio Installer Projects"
    5) Install, then open a new project under Templates -> Other Project Templates -> Visual Studio Installer -> Setup Project
    6) Now for the gold. In the solution explorer there are icons in a bar just below its title bar, highlight till you see "User Interface Setup" and open it.
    7) Now you can right click on Start, Progress, End etc any Category heading and hit Add Dialog.
    8) From here for my purposes, I used TextBoxes A
    9) Once you add it, click on it and observe its properties window. You will see Label, Property, and Value. Make a note of the property name as it will be used to store the data directly into the registry. *Note: there appears to be no way to perform data
    validation using the built in textbox dialogs, users can enter whatever they want and move on.
    10) Go to the registry editor on the same icon bar under solution explorer.
    11) Specify your registry folder, make a new value (I used string) and name it whatever you like. In the value section enter the property label formatted as such   [EDITA1]   depending on your value. 
    12) Now when you run the installer for your project, it will take data into that field and place it into the registry provided it has access to that key with the permissions you run the program under.

  • You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation

    Hi all
    Have seen a couple threads regarding this but unfortunately nothing that solves my problem thus far!
    Right now, our developers are using the Domain Admin account to promote their website code using MSI files.  I'd like to change this as I feel the Domain Admin account should be on lock down and only used when absolutely necessary, pretty common.  The
    same goes for my account too, I would like to absolve as much use of the Domain Admin as I can.
    Problem is, when they run installers from their own accounts, they receive this error: You do not have sufficient privileges
    to complete this installation for all users of the machine. Log on as administrator and then retry this installation
    The accounts they are using are part of the Built In Administrators group and the Domain Admins group... I'm not sure what other permission you'd need in a domain?  We've gone as far as explicitly giving them local admin access on this server and still
    nothing changes.
    Is there a Group Policy or something that I can change to provide install rights and possibly remove these accounts as Domain Admin and more along the line of Power User?
    Thanks much for your help!
    Ryan

    Hi,
    You could use Software Restriction Policies (SRP’s) or Applocker(supported on Windows server 2008 R2/Windows 7 only) to restrict the running
    of the application for specific user.
    Description of the Software Restriction Policies
    http://support.microsoft.com/kb/310791
    HOW TO: Restrict Users from Running Specific Windows Programs
    http://support.microsoft.com/kb/323525
    How to Implement Group Policy Security Filtering
    http://www.windowsnetworking.com/articles_tutorials/Group-Policy-Security-Filtering.htmlPlease remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • Problem using Toshiba Software Installer for Win 7 on Satellite L750-1MT

    Hello!
    I have problem using Toshiba Software Installer for Win 7 on Satellite L750-1MT (PSK30E-02T002B3) with no OS preinstalled.
    I do the following:
    1. Install Windows 7 x64, SP1.
    2. Install LAN driver (device was not recognized by Windows 6) (downloaded from [http://se.computers.toshiba-europe.com/innovation/jsp/supportMyProduct.do?service=SE&LNG=26&userAction=S MP_RESULTS_PAGE&partNumber=PSK30E-02T002B3&serialNumber=&USER_ACTION=Serial%20number])
    3. Install all Windows Updates from Microsoft
    4. Run Toshiba Software Installer for Win 7 - it installs a couple of drivers and then asks to reboot.
    Here is the log file for the first try (win7update.log):
    Update started 12\28\2011 at 21:11
    Installed TVALZ_O.INF
    Installed IO & Memory Access Driver
    driver_bluetooth_TC00241200A.exe /s /log /test has been installed with the result code of PASS
    util_tvap_TC00215000H.exe /s /log /test /wait15 has been installed with the result code of PASS
    Update completed at 21:29
    After reboot I run it again and the result is:
    Update started 12\28\2011 at 21:38
    Toshiba Bluetooth stack has already been installed.
    Toshiba Value Added Package has already been installed.
    Update completed at 21:40
    Any help is appreciated!
    Thanks in advance!

    You are right this notebook model was delivered without OS.
    Win7 64bit is supported for this notebook model and all necessary drivers, tools and utilities are available on Toshiba download page.
    What I can say is that all this stuff must be installed in right install order. I know it sounds stupid now but I recommend you to make clean OS again and continue installation following this installation order:
    Win7 SP1
    Intel Chipset SW Installation Utility 9.2.0.1015
    TOSHIBA Supervisor Password Utility 4.8.6.0
    TOSHIBA HW Setup Utility 4.8.6.0
    TOSHIBA Bulletin Board V2.1.10
    TOSHIBA ReelTime 1.7.17.0
    Intel Management Engine Interface 7.0.2.1164
    NVIDIA Display Driver 8.17.12.6669
    Intel Rapid Storage Technology Driver 10.1.2.1004
    TOSHIBA Value Added Package 1.5.4.64
    USB3.0 Driver 2.0.32.0
    NVIDIA HD Audio Driver 1.1.13.1
    Conexant Audio Driver 8.51.1.0a
    Intel Wireless LAN Driver 14.0.2.2.1.s64_wCAT
    or
    Atheros Wireless LAN Driver 9.2.0.206.0.s3264_wCAT
    or
    Realtek Wireless LAN Driver 2.00.0013
    TOSHIBA Wireless LAN Indicator 1.0.3
    Synaptics Touch Pad Driver 15.2.11.1
    TOSHIBA Software Modem 2.2.97(SM2297ALS05)
    Conexant Modem Driver 7.80.4.53
    TOSHIBA HDD Protection 2.2.1.12
    Atheros Bluetooth Filter Driver Package v1.0.7
    Bluetooth Stack for Windows by Toshiba v8.00.04(T)
    Atheros LAN Driver 1.0.0.46
    Realtek Card Reader 1.0.0.12
    TOSHIBA Sleep Utility 1.4.2.7
    TOSHIBA Face Recognition V3.1.8
    TOSHIBA eco Utility 1.2.25.64
    Intel Proset 14.0.2.0.1.s64_wCAT
    Intel Wireless Display 2.0.29T
    TOSHIBA HDD_SSD Alert 3.1.64.7
    TOSHIBA Service Station V2.1.52
    TOSHIBA PC Health Monitor 1.7.4.64
    ConfigFree 8.0.37
    TOSHIBA Web Camera Application V2.0.0.19
    TOSHIBA Network Device ID Registry Setting Tool 3.0.32.4-14_wMSI
    TOSHIBA Media Controller 1.0.86.2
    TOSHIBA Media Controller Plug-in 1.0.6.1
    PatchFiles$$2 PCIIDEREG-1.2
    PatchFiles$$3 TosVolRegulator_x64_1.1
    It is very important to use right installation order.
    Please post some feedback.

  • My installation for Photoshop Elements 12 Failed. I have Windows Vista. I get an error message stating:installer failed to initialze. Please help!!

    My installation for Photoshop Elements 12 Failed. I have Windows Vista. I get an error message stating:installer failed to initialize. Please help!!

    Error "Installer Failed to Initialize" | Install desktop application | Windows

  • How can I create an installer for my project that can work on 32-bit Windows if I have 64-bit Windows Vista?

    Hi, 
    I made a LabVIEW project that works perfectly and made an installer for it. I tested the installer on my own computer and everything worked well. The goal for my installer was to put it on multiple computers. So I tried to do this on another computer that has Vista 32-bit and it told me that the installer can only run on 64-bit computers. I tried to choose to install run-time 32bit and it did not change anything, there was still a message to tell me that this installer only can be ran on 64-bit computers. How can I make an installer that works on 32-bit computers? 
    Thank you. 
    Solved!
    Go to Solution.

    Langelier wrote:
    Will my project work on 32-bit version even if created on 64-bit version?
    The code will have to recompile, but yes it should work.  I recommend making a backup before proceeding just in case.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Can you download a 32 bit installer for photoshop elements 12 to install on a 64 bit system (windows 7)

    can you download a 32 bit installer for Photoshop elements 12 to install on a 64 bit system (windows 7). Thanks in advance

    yes, if you follow all 7 steps you can directly download a trial here:  Adobe Photoshop Elements 12 Direct Download Links, Premiere too | ProDesignTools
    and activate with your serial number.
    if you have a problem starting the download, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com or initiates the download of an incorrect (eg, current) version.

  • Should I use time machine, CCC or  a bootable installer for OS X Yosemite

    I am about to change my mid-2010 MBP and install a Samsung 850 pro. I have Yosemite (by the way: Yosemite performance is good, no slowness; hdd filled only 50%) - I have VPN Tracker and Microsoft Remote Desktop as main applications at the moment. I will also use it for itunes.
    I have made a backup on time machine.
    The process instructions on the net vary: 
    1) After replacing the HDD with the SSD, press down Command + R, this opens boot utility of Yosemite; then with disk utility format the SSD as MacOs ext journal. then: Back-up from time machine.
    2) OR: Use Carbon Copy Cloner. Connect the SSD on a USB tray (I have one) and commence from there before installing. On re
    3) OR: Should I first  - Create a bootable installer for OS X Yosemite; the instruction says: Download the OS X Installer app from the Mac App Store. But I can't find it. And then clone as Kappy describes.
    - Isn't that replaced by the Command + R startup procedure?
    & I am looking for insight in this tip:
    4) I read someone failed in installing an SSD because he forgot an I/F sensor connection (Temperature gauge??) ; but I see such a connector nowhere in the video's.
    Of course I prefer 1), looks most straightforward as being within the Apple software mindset.
    anything will help me.

    First I would explore the potential problems you may face installing a third party SSD in a MBA running Yosemite.  Just a sample:
    http://www.zdnet.com/article/os-x-yosemite-and-third-party-ssds-heres-what-you-n eed-to-know/
    The simplest way of installing a new storage device is to connect it to the MBP via USB and then format it Mac OS Extended (Journaled) in Disk Utility>Erase.
    Then use CCC or Disk Utility>Restore to copy the data to the SSD from the internal HDD.
    Then test to see if the external SSD will boot the MBP.  If so, make the physical swap.
    Ciao.

  • Which CD contains the EP Installation for SAP R/3 470-620 ?

    Hi,
    I want to know which CD contains the EP installation for SAP R/3 47- 620, windows ,MS SQL server ?
    I have gone through SAP documentation for EP 6.0 installation.
    According to it, says that
    <i>1. To navigate to the J2EE Engine folder, on NetWeaver DVD, choose SAPINST > NT > I386.
         Double-click sapinst.exe.
    2. Navigate to SAP NetWeaver ’04 Java System (J2EE only) > MS SQL Server > Central System > Custom Installation – Java System      and choose Next.</i>
    But I am unable to find the directory J2EE on my CD ?
    Further my CD does have SAPINST.EXE, after excuting it the installation does not show option for <i>Central System > Custom Installation – Java System </i> only matching option available is  <b>Central Instance</b> .
    If you have any experience , please share .
    Regards
    Gurpreet Singh Sidhu

    Hello Gurpreet,
    For JAVA installationyou need to use Netweaver DVDs and not 4.7 CDs.  You need to install JAVA through Master Installation DVD ( in which you will find SAPINST.exe) and also make use of the JAVA DVD. Further for EP installation you will have to again make use of Master Installation DVD as well as JAVA DVD since the JAVA DVD has Netweaver Components also in it. Check you collection. You must have these DVDs in order to install EP 6.0. I hope you already have required JDK version on your installation machine.
    Regards.
    Ruchit.

  • How Can I Get the FULL Installer for Flash Player 11.1.102.63?

    When I try the "Download now" button at http://get.adobe.com/flashplayer/, I only get a stub installer that then requires downloading the remainder of the installer.  I maintain both my own PC and my wife's PC.  I want to install Flash Player 11.1.102.63 twice but download it only once. 
    When I instead try the link for "Flash Player for other browsers" under "Windows 32-bit", I get the full installer for Flash Player 11.1.102.62, not the full installer for Flash Player 11.1.102.63. 
    The latest version of Adobe Reader is available via FTP at ftp.adobe.com.  Why cannot the latest version of Flash Player also be available there? 

    at http://forums.adobe.com/thread/889580 the link for downloading "flash player 10", "for other browsers", still results in the OLD version of FP 10 being downloaded, not the newly updated version, build 10.3.183.16..
    in adobe's security bulletins, it says that you can download the updated versions of "flash player 10" on the "archives" webpage but there are no direct downloads for FP 10 on the webpage, except for downloading the zipped packages, with the "debuggers".. it would be good if there were direct downloads for the updated versions of FP 10..
    also, when i go to the "download center" page, http://get.adobe.com/flashplayer/?promoid=BUIGP , if i go there with "firefox 3.6", it recognizes that i am running "firefox 3.6" and offers to install "flash player 10.3", but if i go there with "internet explorer 6", it is not recognized and so i am not offered "flash player 10.3", for installing.. in this situation, i need some other way to get "flash player 10.3" for "internet explorer 6"..
    adobe should make things easier for everyone by providing direct downloads for flash player..in my case, i use "flash player 10", so i need direct downloads for it.. yes, it is nice that the downloads are posted in the forum, but why not do it right and have in on some webpage, like on the "archives" webpage where adobe says that "flash player 10" can be downloaded, except that there are no links there for downloading it..

  • Download replacement installer for Adobe Photoshop Elements 11

    How can I download the replacement installer for Adobe Photoshop Elements 11. I need to reinstall it on a new PC. I do have my serial number.

    You put both the .7z and the .exe in the same folder. Run the .exe (double-click it) and it will automatically unzip the file and start the setup program for you.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Installation for Adobe Acrobat Standard 9 and Premiere Elements 8

    Hey guys,
    I was hoping to see if anyone could help me out with this. I recently bought a new laptop, and obviously, I was stuck a few days moving everything from my old one to my new one. So when it came to install the Adobe Acrobat Standard 9 in the new computer, I noticed that the installer here at the Adobe Web Page is not accepting my serial number for that product. And additionally, I don't see the installer for the Premiere Elements 8 and I don't know if the Photoshop Elements 8 installer in the web page is gonna do the same thing like the Acrobat Standard 9. Hope to hear from you. Thanks in advance.

    Hi DJRicky7,
    You can download Premiere Elements 8 from the direct download links available at: Direct Download Links for Lightroom 3 and Photoshop Elements 8 | ProDesignTools
    Please make sure you follow the important steps mentioned on the page before initiating the download.
    For Acrobat 9 Std. you can click on the link: https://sendnow.acrobat.com/m/g.ashx?i=rol7pInCLAR6FfBXHhVUfA&x=qPtk3SqdJjawgwvDY49b3A
    Regards,
    Rave

Maybe you are looking for

  • Brightness not working on HP ENVY TouchSmart 15-j178ca

    Hi, Brightness was working fine on my HP ENVY TouchSmart 15-j178ca with Windows 8.1 64 bits (F2 key, F3 key and Windows brightness slider).  NVIDIA GeForce Experience showed there was an update available.  After doing the update I have lost all brigh

  • ITunes home sharing and store unable to open due to errors

    For some reason I am unable to connect to home sharing (error -2146885613) , the iTunes store (error 0x80092013) and basically anything else that involves internet off iTunes.  I also can't update to the latest version of iTunes (yet another error oc

  • VFP application in Citrix server

    Hi, I have a vfp application and it is using Microsoft Outlook to send emails. If we access the application via Citrix server, which Outlook application is it using? i.e. Outlook installed in the Citrix server or Outlook installed in the clients comp

  • Is my sound card going out or dammaged?

    This may just be my ears or me but how can I detect if my sound card is not flawed or dammaged? Because when I play sounds files I can hear a very very fant trickle of static... It sounds fine but when it is loud it starts doing that...

  • Error while starting R/3 instance

    We are trying to star our R/3 instance but the service DISP+WORK rest in STOPPED status. The only error description we can see in the folder WORK is: DISP+WORK.EXE stopped: DpCheckProfile  [dpxxdisp.c   899] Do you know the cause? Thanx very much SON