Transaction ivew error, not working for any GUI type.

All,
After searching a lot through forums, i am unable to find any solution  and i am posting my problem here.
I am simply connecting EP using a system object to R/3 thats it. system connetiong is successfull,
however, transaction iview returns a dump if i use winGUI and gives following error if i use WebGUI:
Application URL ':///sap(ZT03bzI3R2hPUnBBcXJXTkE4OVZITGd3JTNEJTNEd3FrY3phNTFlaGl2WmQ4QVhreXVadyUzRCUzRA==)/bc/gui/sap/its/webgui' is not valid! Please check the protocol and host entries for system 'SCM_5'
I really do not understand what it is asking for, i have host entries properly configured. I have transaction that are web enabled. Now what should i do to get rid of this problem?
Kindly help me out.  I m struggling with such a simple issue since yesterday.
Regards,
Ameya
Edited by: Ameya Pimpalgaonkar on Jul 16, 2008 8:28 AM

Hello,
Have you activated the Integrated ITS yet? Have a look at the SAP Library for help on activating the ITS in WAS 6.40.
http://help.sap.com/saphelp_nw04/helpdata/en/3d/b5f9c2ea65c242957ee504ca4a37a9/frameset.htm
checK ITS PATH parametr in system alias properties
for more information , check below thread
I want to access the  sap R3   transaction ( was 6.4 ) using integrated its
Hope this helps
Koti Reddy

Similar Messages

  • I have just downloaded Firefox 4 and my autofill on the google toolbar is not working for any webpages it previously worked with. Is there a way to fix this? Thanks

    Question
    I have just downloaded Firefox 4 and my autofill on the google toolbar is not working for any webpages it previously worked with. Is there a way to fix this? Thanks

    Crap. That's what I was afraid of...Well, since I'm away from home and not near my pc, it sounds like I'm out of luck. The problem is that I need my phone to be at least functional for making and receiving calls. There's an apple store nearby. Perhaps I can go there and have them restore it and at least I'll be able to make and receive calls until I get home and restore from my backup. Does that sound feasible, or am I missing something?
    P.s. I tried to click "correct answer" and accidentally hit "helpful". Sorry about that...

  • File sharing not working for any new accounts

    I am using the latest version of Mavericks. For every new account I set up (Sharing, Administrative, Standard) trying to set up file sharing on a directory fails. When I set up the account, select a directory (on the boot drive or on an external drive) to share and do a get Info it always shows "Fetching..." on the new account. If I try to set that directory to share from an account in SysPref>Sharing when I click on the directory and try to set the account to share, even though the account shows up in the list of accounts to use, when I select any new account it does NOT show up as selected for sharing. It is as though the new account isn't quite being correctly set by the system. If I launch and look at any new account in WorkGroup manager they appear to be normal but cannot be used in File Sharing. I am really scratching my head on this, since I do everything I should to share a directory and all new accounts are just not working.
    Any ideas or suggestions???????????????  HELP HELP!

    hi there,
    that error message sounds like you placed a shared folder within a parent folder that is not shared. It also can help to boot into Recovery Mode (pressing Command and R simultanously when hearing the startup tune), launch Disk Utility, select the disk containing your OSX installation (usually named Macintosh HD) and choose Verify Disk Permissions. Should any problems be reported select Repair Disk Permissions. Once that is finished, reboot normally.
    Though unlikely, it might have happened during all the folder removing and readding that some Permissions are out of sync. So checking these Permissions is merely a precaution
    Once you are back in "normal" OSX using your admin account, try this:
    Open Terminal from the Utilites folder
    enter the following commands one line at a time:
    mkdir /Users/Shared/Family
    mkdir /Users/Shared/Family/Movies
    mkdir /Users/Shared/Family/Mom
    chown -R <placeholder> /Users/Shared/Family           
    chmod -R 755 /Users/Shared/Family
    Be sure to replace <placeholder> with your account's short name (no brackets!)
    Now open System Preferences and select Sharing
    Select File Sharing from the left pane
    Click on the little plus and add /Users/Shared/Family to your shares (The subfolders are automatically included)
    in the right most pane check the access privileges. They are set, so that you can read and write to those folders, while everyone else can only read. If you want everybody to have read and write privileges, use 777 instead of 755 within the terminal last command.
    Now the other computers should be able to see and use the shared folder you just created.
    If you create individual user accounts on your machine for every family member you want to access the shared folders, you can choose far more sophisticated levels of access privileges.
    Hope this helps,
    Chris

  • Two transaction variant do not working for a user

    Hi Gurus
    I have created two Z t code and made transaction variant through T Code SHD0 and assigned these two ZTcode to a user. now when a user is running the Ztcode screen variant is active on only one. when i assign second one to  the user again than screen variant of first ZT code do not work.
    can any one tell me why system is doing so.
    Regards
    Shiv

    Hi, I have the same situation. Can you please help how your case got solved ?
    Basically I have created two transaction variants- one for XD02, the other for XD03. When I am trying to assign a user to both these transaction variants ( using SET PROPOSAL), only one is getting assigned, other is getting deactivated. Please help.

  • Calculation formula userexit not working for multiple condition types

    Hi,
    we have a problem in the CRM ISA-B2B scenario where the custom user exit is only working for single condition type.
    but we need it for multiple condition types .
    the value of the subtotal is not being retrieved for multiple conditions. at a time only one condition value is being retrieved and shown in the webshop - shopping basket.
    for ex:
    we have scenario 1 where Y001 -Freight condition type is applicable for one customer.and Y002 is applicable for another customer.
    when we are trying to show the subtotal condition value in the webshop by using a single custom user exit in the pricing procedure it is only working for either of the above 2 customers depending on the VMC cache status.
    is there any problem if use the single user exit for both condition types?
    and if it needs to be differentiated how exactly we can do that with the same logic in the java class.
    Thanks in advance,
    PSR.

    Hi Arshi,
    below is the code:
    public class ZValFormula_ZZWI1 extends ValueFormulaAdapter {
         private static String zzwi = "ZZWI1";
         private static char  zzwiC = '@';
         private static UserexitLogger userexitlogger = new UserexitLogger(
         ZValFormula_ZZWI1.class);
         public BigDecimal overwriteConditionValue(IPricingItemUserExit item,
                   IPricingConditionUserExit condition) {
              ICurrencyValue val = condition.getConditionValue();
              userexitlogger.writeLogDebug( "value saved for " + zzwi + " (" + zzwiC + ") = "
                        + val.getValueAsString());
              item.setSubtotal( zzwiC, val.getValue());
              return val.getValue();
    hope this would give more idea to look at the problem.
    Thanks,
    PSR

  • Output medium 5 not working for invoice message type

    Dear all,
    we have an issue with output medium 5 for comercial invoices. We have defined current message type ZRD0 with this output medium (it still has other mediums assigned like 1) because when we create a comercial invoice we want to send the invoice automatically to customer mail as a pdf file.
    We have followed the instructions:
    -we have add this medium to message type and it has assigned exactly the same program and smartform as medium 1).
    - Communication strategy is already defined as it is being used for vendors mails.
    - Customer has e-mail address filled and my user in SU01 has a mail defined.
    Unfortunately mail is not being generated but spool is being generated?!? For vendors this output type is working fine, we are sending the PO to vendor's mail as pdf file and I don't understand why it's not working.
    Any ideas??
    thanks in advance,
    Raquel

    Hi Raquel
    Firstly In the output type ZRDO output type , check wheather the transmission medium has been checked or not. Secondly also check in VV32 with what transmission medium the record has been maintained.
    Finally also check in ZRDO output type wheather pdf file has been maintained or not
    Regards
    Srinath

  • Business Transaction Control is not Working for Equipment Status.

    Hi All,
    I have created a Status Profile for Equipment / Functional Location & assigned 5 Status under this Profile i.e. NEW, COM (Commissioning), INS(Inservice), CAM (Care & Maintenance) & DCM (De Commissioned). For Status DCM i have assigned Transaction control FORBIDDEN for "Enter PM processing data , Enter PM planing data & Create Meas. Doc."activities.
    It Means, whenever user creates Plant Maintenance Order OR Notification, Maintenance Plan OR Maintenance Item & Measurement Document for any Equipment / FL having this user status (DCM), system should not allow creation of above mentioned object.
    In my scenario, system is giving an standard error message " The business transaction cannot be carried out" during creation of "Plant Maintenance Order OR Notification, Maintenance Plan OR Maintenance Item".
    But i am able to create measurement document for equipment / FL having user status DCM with Transaction control Forbidden of Measurement document creation. No error message displayed by the system.
    Can anybody tell me why its happening? Why system is giving error during order & plan creation but not for Creation of measurement document ?
    If this is not posible in standard SAP, does any body knows about any OSS note so that we can implement the same to get an error message.
    Thanks in advance
    Arun

    Please ensure whether both projects have the same budget profile. Other than that you need to carefully investigate how the cost was posted onto both projects in the first place. Please note in case of procurements, budget is only checked at the commitments level (search the forum as this has been discussed before).
    In case this does not resolve your issue, revert back with the budget profile settings.
    Regards,
    Ammar

  • Iphone 4 push notifications not working for any app

    hi, Actually I own an iPhone 4 os 4.2.1(8c148). The thing is that push notification for all the apps that support this feature is not working, I've been an iphone user for long time now, so I konw all the stuff about turning on the push notifications etc. the problem is that my phone give me the pushes like 1 hr or 2 late, or some times never , i just have to open the apps to see my new messages and stuff. Since i live in colombia I have brought the iphone to the store and they take it for like a week and then they give me the phone back saying that is ok , but it isn't. I' have reinstalled the software, I've done anything you can think of, like turning on an of push notification, put it in plane mode, restore as new, backups, and I don't know what else to do, and the thing is that in colombia they don't exchange your phone that easy as it is in the US. So please any advise? ANd I'm sorry about my English. Thank you!

    Unfortunately you have already done everything we can possibly instruct you to do.. at this point the only option is getting them to exchange it its under warranty its not working you have to get a exchange

  • SAP audio language not working for *any* channels. Useless tech already came out!

    Just got the FIOS service this Friday.
    I'm very happy with the internet. Very fast!
    The TV, I'm not so happy about.
    Having come from AT&T U-Verse, and Time Warner Cable before that, I've gotten used to having the HBO channel lineup (or any premium channels like Showtime/Cinemax/etc) and being able to easily switch between English and Spanish audio. So far, between 6 calls to customer service (each one of them telling me it's possible), and one extremely clueless tech that just left my home after only 5 minutes, I've not been able to do this.
    I can SEE the option for SAP! I KNOW HBO offers Spanish audio for its' non-HBO Latino channels. I also know that not all movies have Spanish audio, but the majority of new HBO movies do.
    A guy on the phone on Saturday had me convinced that to watch HBO channels with Spanish audio, I had to purchase your Spanish package that comes with extra Spanish channels. I thought this was ridiculous -- since I've already got a PREMIUM package, why in the world would I need to get another package to listen to that premium one in Spanish?! Anyways, I got the package and still no Spanish HBO.
    The tech that came and left in 5 minutes changed the channel to HBO Latino and said, "Here, it's working". I pointed out that HBO Latino is not what I meant - none of the other HBO channels have Spanish, althought we could see they said SAP.
    What gives, Verizon? This, coupled with the fact that I can't set my main DVR to record a show we're watching on an HD receiver in another room without physically going to the DVR itself (or using a cellphone app!) and that apparently I can only record 1 show on the DVR at a time, has me pining for AT&T... which I never thought would happen.
    Hell, even Time Warner Cable's HBO lineup has Spanish.
    Sounds to me like your all-fiber network isn't up to snuff on some very basic things.

    skohly wrote:
    Chill man
    On your remote push the option button. Then click on audio language and change to spanish. You will be all set
    We've been through that appx. 50 times with tech support - not working. Tech guy that came out today said Verizon doesn't offer SAP ... so I don't know what to think now.

  • 'Check Spelling While Typing' does not work for any applications

    Earlier I had a problem with misspelled words underlined but when I right-click it does not offer spelling suggestions.
    Now, none of my applications underline misspelled words. Even if I select the option to "Check Spelling While Typing" it does not change anything. This applies to all applications (Mail, TextEdit, EverNote, Firefox, etc).

    Update: Inexplicably the underline for misspelled words now works but now when I right-click for corrections it shows 'No Guesses Found' for any word.

  • Iphone4 mail push notification does not work for any email

    Suddenly, I stopped receiving any push notifications from mail. I tried reset, deleting and adding account, toggle through all notifiction options, restarting the phone. I also have problem receiving notifications from facebook. rest of all app notification works fine. any solutions ?

    Take a look at this http://support.apple.com/kb/HT3576
    and your next step is a restore of 5.1.1 via itunes http://support.apple.com/kb/HT1414

  • Output Type ZNEU not working for PO document type ZNB

    Hi all,
    I have copied from standard the document type ZNB, and also the output type ZNEU, (from NB and NEU), I have made and checked all the setting on NACE (condition records, procedures, output types and sequence) everything is same as standard, I have also mantained in the "Fine-Tuned Control: Purchase Order" the indicators 1 and 2 (for new and change) for ZNEU, and mantained in MN05 the entry for ZNB Doc Type with VN media=1, date/Time=4  so for me these is the only setting needed but for some reason I am not getting the message automaticaly, but if I create manually the message while creating the PO then it works fine.
    For Doc type NB and Output type NEU the system gererates correcly the message so I don't know what could be happening here.
    The reason I created these copies (ZNB and ZNEU) it's because I have a different plant in a different company code which need to issue PO's and need a different number range and also different FORM (with the logo of the other plant/Company)
    Any ideas on how to correct this??
    Regards

    The problem was that in spanish, the function partner VN and CP are PR and PR so this was confusing and the records were crossing each other, thanks to every one

  • Transaction codes is not working in WEB GUI URL

    Hi All,
    We configured Integrated ITS in ECC 6.0 it is working fine but
    if i enter any Tcode in URL but it showing SAP Easy access screen only .i want run some tcode throug URL .Can you please let me know how solve this issue.
    Thanks in advance
    Regards,
    Hari Prasad.L

    Hello Hari,
    Your URL should probably look something like:
    http://hostname:port/sap/bc/gui/sap/its/webgui?~transaction=sm50
    this would start webgui in transaction SM50. 
    You can add parameters to the URL with the & so:
    http://hostname:port/sap/bc/gui/sap/its/webgui?~transaction=sm50&sap-client=100&sap-language=EN
    this would start webgui in client 100 with language English in transaction SM50
    Edgar

  • I updated firefox and now everything i click on below the tab bar does not work for any website! please help

    it was working fine before i updated to the new Firefox version 8. can i delete this version or can i fix this problem

    Do you have AVG Safe Search installed? It blocks use of the Enter key after typing in a search string.
    Disable it by clicking the Firefox button, go to Add-ons, then Extensions. You should be able to find it in there.

  • Required attribute does not work with any data type other than String

    sir,
    I am a new to JSF. My problem is that I have used an integer type data in my page which is taking its value from a bean.But in jsf code I have used the required attribute for the <h:inputText> but if I leave the text box empty it is not showing the validation error which it show show. Another problem is that the page is also not navigating to the next page.
    The code is
    <h:inputText value="#{UserBean.age}" required="true"/>
    where age is of integer type

    Well. The fact that it is not jumping to the next view is "works as required". The assumption is, that once you say a field is required, it could be that the application CANNOT function without that value. Therefor the initial view is redisplayed until all required values are entered.
    IF you need a different behaviour, then the OptionalValidator-package which is currently in development state, is the way to go. It allows to specify different validating strategies for different links on a view (no validation, soft validation (== allow to go on, but produce warning messages), hard validation (== the way JSF works right now)). The problem is that with JSF 1.1 it is quite difficult to implement this behaviour. For simple validators (no parameters) it is working, but for complex validators (requiring parameters) not yet. For more info: http://wiki.apache.org/myfaces/OptionalValidationFramework
    No comment on the String-only behaviour, as I have not yet tested/observed that problem...
    hth
    Alexander

Maybe you are looking for

  • After R12 Install: FRM-41809 and FRM-41067 While Opening Forms.

    Hi all, I have upgraded apps to R12. When I try to open forms, I am getting the following errors: FRM-41809: Error initializing Menu. FRM-41067: Cannot find Menu item: invalid ID. I did the following: - Generated messages files - Generated jar files

  • Putting music on my web pages in iweb

    Is there a way to put music on my webpages in iweb without adding it through the "Add Media" option? I was looking for the music to come on automatically, rather than have someone have to click the little player everytime they go to a new page. As we

  • Iphone & itouch itunes help

    This may be a very simple thing to sort. I have a iphone 3gs, my wife has an itouch, we have one pc and as such one itunes account. There are songs / albums she wants on her itouch that I don't want on my iphone and vice versa. I can't be bothered ea

  • FINDER & PREVIEW issue

    Yesterday I scanned in heaps of photos and using preview made a new folder and saved pictures there. Today I go to Finder to look for folder, nothing, nadda. I use finder and search yesterday...weird hardly anything listed. I go back to preview and s

  • Safari Does Not Play Youtube Videos

    Hi, I updated safari to the latest version (6.1.2) on my MacBook Pro (10.7.5) and now it does not play any Youtube videos at all. All I get is a black space instead of a video - neither video nor audio. Does anyone know how to resolve the issue? Best