Remove standard webservice web interface?

When I have created and deployed a web service on the soa suite (10.1.3), a standard web interface is generated where I can test the web service. You can put in values and get the response back, formatted in XML. That is OK, but you can also perform stress testing among other things. I do not want this feature on the production site. Is this possible to turn off or something?

Hi mike,
in web interface there are three variables:
fiscal year (single value)
plant       (single value)
matirial group (range)
Formatting is lost only for matirial grouop 12.
the variable matirial group is standard in layout web...

Similar Messages

  • Is it possible to create framework folder libraries in teh standard web interface

    I'm just setting up a system and using  a VDI so it will take me a while to get the desktop integration installed.  Using the standard 16200/cs web interface, under the top level of framework folders is Enterprise libraries and I want to create some libraries under the but there's only View and Search options available. is it possible to create them using the old interface?

    Srinath,
    that's a revelation! So, I could enter something like
    http://my.contentserver.com/cs/idcplg?
    IdcService=FLD_CREATE_FOLDER&fFolderType=owner&fParentGUID=FLD_ENTERPRISE_LIBRARY&fFolderName=<MyFolder&fOwner=Martin&IsJava=1
    straight into the browser? (will try it now)
    How complex can such a call be? Could I create a hierarchy of folders and subfolders and set metadata this way? How easy would it be to do this from a JDE business service?

  • Web interface layout u2013 Standard refresh button

    Hi there
    In our web interface layout, we have got a button which has the label  <%=otr(UPWB/REFRESH)%> .
    This looks to me  the standard Refresh button. When we click on this button it actually save the data in the database.
    Is that what the refresh button suppose to do.
    Any suggestion/advise will be greatly appreciated.
    kind regards
    Sarah

    Hi Sarah,
    it seems that the wrong OTR text was assigned to the 'save' button. <%=otr(UPWB/REFRESH)%> belongs to the submit button that only sumits the data to the server to update the plan buffer. So check in transaction bps_wb whether the correct button was used in the web interface.
    Regards,
    Gregor

  • Designing web interface to Standard ML program

    Hey all,
    I want to design a web interface to an Standard Ml program,
    I want it to be able to read in info and then pass modified info
    back to the web page. I have no idea about how to go about doing this and JSP has been suggested to me as an option.
    Does anyone have any ideas on what i should do?
    Has anyone done anything like this for SML before?
    Thanks in advance,
    Kj

    want to design a web interface to an Standard Ml program,
    I want it to be able to read in info and then pass modified info
    back to the web page. I have no idea about how to go about doing this and JSP has been suggested to me as an option.
    Does anyone have any ideas on what i should do?
    Has anyone done anything like this for SML before?
    Sorry about that....
    Standard ML/SML is a functional language,
    if you want more info on it heres its home page
    http://www.smlnj.org//
    JSP - Java Server Pages

  • Abap code in HTML Tag in Web Interface

    Hello,
    in a text tag im my web interface for a BPS a added the sap example code "How to Integrate BEx Web Applications into BPS Web Interfaces".
    Now I want to open a web template with a query containing the user and the date as filter object. this filter i want to fill already while creating the url.
    I inserted a command like <%sy-uname%>  but it doesn't get the users name. Do I miss a command to make abap available in this context, or do i have to use javascript. -> can someone give me a tip where i can find the javascript functions ?
    I add the coding below.
    Thanks for your help.
    Dieter
    <iframe id="BWReport03" name="BWQUERY" src="/sap/bw/mime/bex/icons/pixel.gif" width="1000" height="700"></iframe>
    <script language="JavaScript" type="text/javascript">
    function varValueConvert(dispValue){
    /* Expected formatting of variable selector: Text(Key) or Key
       If there are more than one (...) expression the first is taken.
      var keySection = dispValue.match(/(.*?)/);
      if (keySection){
        var keyValue = keySection[0].replace(/(|)/g,"");
        alert(dispValue + ' : ' + keySection + " : " +keyValue);
         return keyValue;
       } else {//alert(dispValue);
        return dispValue;
    var frame = document.getElementById( 'BWReport03' );
    var url = '/sap/bw/BEx?cmd=ldoc&TEMPLATE_ID=';
    var filter1 = '&FILTER_IOBJNM_1=ZIPBTCUSR&FILTER_COLLAPS_1=&FILTER_VALUE_EXT_1=';
    var filter2 = '&FILTER_IOBJNM_2=0CALDAY&FILTER_COLLAPS_2=';
    var filter2low  = '&FILTER_VALUE_LOW_EXT_2=';
    var filter2high = '&FILTER_VALUE_HIGH_EXT_2=';
    var appl = 'WZIPBTCLOG_S_LOG001';
    var varvl1 =<b> '<%=sy-uname%>';</b>
    var varvl2 = <b>'<%=sy-datum%>';</b>
    var varvl3 = <b>'<%=sy-datum - 7%>';</b>
    // create URL
    url = url + appl + filter1 + varvl1 + filter2 + filter2low + varvl2 + filter2high + varvl3;
    // remove possible white spaces
    url = url.replace(/ /,"");
    // set source attribute of iframe to new URL
    frame.src = url;
    </script>

    Hi,
    There's a disjoin here when we write the java script it's run at the front end and cannot read any standard SAP variables(unless you code for some kind of rfc call not sure). It can only read what's displayed on the web page. If you can somehow display the user id on the web page you will be able to read it back in the script. Regarding date that's a standard functionality in script
    please refer
    <a href="http://www.w3schools.com/js/js_obj_date.asp">Java script</a>
    hope this was helpful.
    thanks

  • Wrong password in Vacation notice and  Mail rules in web interface

    I have just set up a new Snow Leopard server to try it out. I especially wanted to test the calendarserver and mail and corresponding web interfaces.
    I can access the My Page without any problem, but when I try to access the Settings->Vacation Notice and Mail Rules, I am presented a login dialog. When I enter my credentials, it just shakes its head like the password is wrong. I tried with different accounts, and when I used the system admin login I could access those pages, but not for the standard account. What's wrong?

    Yes, the problem is the accented caracters !
    I had the same problem until I remove the accent in the user information (Workgroup Manager > Users Tab > "user" > Info Tab > Firstname + Lastname).
    So it's an encoding error in WPSession python module, and this problem drive the script EmailRules.py around line 162 (wpUser = wpSession.userNamed(username)) to go on the hasLocalEmailErrback def, and so give an error and refuse the authentication, even if we have a local email account.
    It's boring that USA developers do not write code that manage well international strings !
    It's like this forum : because I have an "é" in my lastname, I was unable to create an account for this forum, until I create a new Apple ID without the "é"
    Or like the iPhone Developer certificates at the beginning...

  • Executing the planning function while opening the web interface

    hello all,
    I have created a planning area based on multiprovider.This multiprovider is based on two transactional cube ie,COPA cube and Cost Center cube.
    This planning area is meant for enabling integrated planning.One plans in COPA cube and other plans in Cost Center cube the income statement gets planned based on this two.
    I selected planning items in multiprovider layout to display the income statement.The layout is as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 0,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Now EBIT planning item is to be calculated from the planning items as follows:
    EBIT = Net Sales-Sales Overheads-Depriciation-Other Expenses
    For this i have created a planning function which calculates EBIT.This function works properly,there are no issues in it.
    My problem is that i want this function to be executed as soon as i open the web interface for my planning application and the result should be as follows:
    <b>PlanningItem</b>  <b>Amount</b>
    Net Sales<b>:</b>    9.000,00 INR   (This comes from COPA)
    Sales Overheads<b>:</b> 200,00 INR  (This comes from Cost Center)
    Depreciation<b>:</b> 200,00 INR (This comes from Cost Center)
    Other Expenses<b>:</b> 300,00 INR  (This comes from Cost Center)
    EBIT<b>:</b> 8.300,00 INR
    Interest Income<b>:</b> 0,00 INR
    Interest Expense<b>:</b> 0,00 INR
    Operating Income<b>:</b> 0,00 INR
    Taxes<b>:</b> 0,00 INR
    Can anybody suggest how to go about this problem?
    Thanks in advance.
    regards,
    Yogesh

    Hi Yogesh,
    as far as i know, there is no standard functionality for that purpose, but there are workaround for it.
    1. Modify the BSP Application.
       Go to SE80 --> Repository Browser --> BSP Application --> your WI name --> page with flow logic --> double click on page1.htm --> Event handler tabstrip --> on the drop down selection press F1 --> add a function module that call you BPS function in specific event (e.g: OnInitialization).
    2. Use WI-Exit Class / WI-Extention (ABAP OO).
    Here you need to create sub class from Class: CL_UPWB_BSP_APPL, and assign the class to your WI. You can then add a function module that call you BPS function in method:
    2.1. Load --> performed only once on intial execution of WI.
    2.2. Initialisation --> called once for each server response.
    2.3. Dispatch --> called at each action and also for each WI component.
    You can see further information in SAP how to paper:
    How to Validate manual input in WEB planning application, New BPS-Features delivered with SAP BW 3.5, etc.
    You can call your BPS function with BPS API FM (See F.Group: UPC_API)
    But there is also more easier way to realize your ebit calculation. If you define your EBIT calc. manually in layout (define with manually defined Lead column). With this way, You will always get your EBIT analog with inputed values.
    Then you add your EBIT calc.function to Layout Component in WI in property: 'Function After Data Change'.
    Best Regards,
    Suan Liono

  • Error while calling RFC when using BSP Web Interface

    Hi,
    we have a problem with the Authorization when we use an Web Interface for BSP. We have assigned all roles to the user which were mentioned in the SAP standard documentation:
    R_AREA   
    R_METHOD 
    R_PACKAGE
    R_PARAM  
    R_PLEVEL 
    R_PM_NAME
    R_PROFILE
    R_STS_PT 
    R_STS_SUP
    R_WEBITF 
    S_RS_ADMWB
    S_RS_AUTH
    S_RS_COMP
    S_RS_COMP1
    S_RS_DAS 
    S_RS_ICUBE
    but we still get the error message: "Error while calling RFC".
    When using a user with SAP_ALL, it works.
    What can we do?
    Thx for your time.
    Joerg

    Actually that's surprising - because BSP (Business Server Pages) and RFC (Remote Function Call) are not related; they use totally different transport protocols (http vs. RFC). Even if an BSP application is calling a function module remotely (acting as RFC client) no authorizations for S_RFC are required - in the calling system (but in the called system, i.e. the RFC server).
    Since assigning SAP_ALL seems to "cure" the problem, it seems to be an authorization issue, indeed. In that case it makes sense to use the authorization trace (ST01 - notice: that's specific to one single ABAP application server; you might have to activate the trace on multiple instances) to find out which authorizations are checked / demanded.

  • HP LaserJet 400 MFP M425dn: bug in MTU path discovery, printer reboots via web interface

     Firmware Datecode: 20121205
    1. We can not access this MFU over VPN link. Otherer devices are accessed successfully.
    As far as I understand there is an error in MTU Path Discovery.
    tcpdump logs are attached.
    Is there a way to change MTU of this device?
    2. This MFU a  reboots when I open page "Settings" of "Networking" submenu (/hp/device/set_config_networkSettings.html?tab=Networking&menu=NetSettings) if option "System" -> "System Setup" -> "Language" is "Russian". But this looks like a very good feature since I've have not found the way to reboot this printer remotely.
    Here I was tring to access web interface over VPN (IPSec), 192.168.4.135 is IP of my comp, 192.168.160.200 - is IP of MFU, 192.168.160.254 is a gateway:
    $ tcpdump -n -r printer-1.pcap
    reading from file printer-1.pcap, link-type EN10MB (Ethernet)
    17:20:29.337867 IP 192.168.4.135.54147 > 192.168.160.200.80: Flags [S], seq 2356029847, win 8192, options [mss 1460,nop,nop,sackOK], length 0
    17:20:29.338026 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [S.], seq 614551948, ack 2356029848, win 8760, options [mss 1460,nop,nop,sackOK], length 0
    17:20:29.344909 IP 192.168.4.135.54147 > 192.168.160.200.80: Flags [.], ack 1, win 64240, length 0
    17:20:29.348488 IP 192.168.4.135.54147 > 192.168.160.200.80: Flags [P.], seq 1:304, ack 1, win 64240, length 303
    17:20:29.348564 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], ack 304, win 8457, length 0
    17:20:29.378872 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [P.], seq 1:513, ack 304, win 8457, length 512
    17:20:29.379063 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 513:1973, ack 304, win 8457, length 1460
    17:20:29.379100 IP 192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    17:20:29.379103 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 1973:3433, ack 304, win 8457, length 1460
    17:20:29.379135 IP 192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    17:20:29.379251 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 1:1461, ack 304, win 8457, length 1460
    17:20:29.379272 IP 192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    17:20:29.379274 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 1461:2921, ack 304, win 8457, length 1460
    17:20:29.379304 IP 192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    17:20:29.379306 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 2921:4381, ack 304, win 8457, length 1460
    17:20:29.379335 IP 192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    17:20:29.379338 IP 192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 1:1461, ack 304, win 8457, length 1460
     This is more detailed view on some packets.
    $ tcpdump -nv -r printer-1.pcap
    17:20:29.379063 IP (tos 0x0, ttl 64, id 1, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.160.200.80 > 192.168.4.135.54147: Flags [.], cksum 0x7233 (correct), seq 513:1973, ack 304, win 8457, length 1460
    17:20:29.379100 IP (tos 0x0, ttl 64, id 62678, offset 0, flags [DF], proto ICMP (1), length 68)
    192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    IP (tos 0x0, ttl 64, id 1, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 513:1973, ack 304, win 8457, length 1460
    17:20:29.379103 IP (tos 0x0, ttl 64, id 1, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.160.200.80 > 192.168.4.135.54147: Flags [.], cksum 0x5edf (correct), seq 1973:3433, ack 304, win 8457, length 1460
    17:20:29.379135 IP (tos 0x0, ttl 64, id 62679, offset 0, flags [DF], proto ICMP (1), length 68)
    192.168.160.254 > 192.168.160.200: ICMP 192.168.4.135 unreachable - need to frag (mtu 1280), length 48
    IP (tos 0x0, ttl 64, id 1, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.160.200.80 > 192.168.4.135.54147: Flags [.], seq 1973:3433, ack 304, win 8457, length 1460
    17:20:29.379251 IP (tos 0x0, ttl 64, id 1, offset 0, flags [DF], proto TCP (6), length 1500)
    192.168.160.200.80 > 192.168.4.135.54147: Flags [.], cksum 0x0c1c (correct), seq 1:1461, ack 304, win 8457,
     P.S. This thread has been moved from LaserJets to Multifunction and All-in-One - HP Forums Moderator

    John Getzke wrote:
    Its hard to understand what you are trying to do or ask here.   We have some offices connected via IPSEC tunnels. IPSEC interface's MTU is 1280 bytes (not 1500 bytes as Ethernet). All other devices successfully work over this VPN link. HP m2727 works. HP m425dn does not work. As a network administrator I've traced source of problem on all possible points and found that HP m425dn has a bug in the "Path MTU Path discovery" routine. The logs I attached shows that any packet of the TCP stream that the printer (160.200) sends to host (4.135) has "Don't fragment" flag set. According to IP standard the router HAVE TO discard the packet with DF flag set and size bigger then MTU since it can not pass a packet further without fragmentation - IPSEC MTU is 1280 bytes only while HP sends 1500 bytes. The router informs the printer about this problem with ICMP message Type: 3 (Destination unreachable) with Code: 4 (Fragmentation needed) suggesting MTU of next hop: 1280. The router does not communicate with the printer itself, it just informs the printer about network problem. According to IP standard the printer HAVE TO resend this data with the size of packet decreased according to suggested size. This is expected behavior of the Path MTU discovery routine. But the printer  sends the packet again with the same size and DF flag set. The router again discards the packet and informs printer... This cycle repeats again and again until connection is closed due to timeout. Therefore "Path MTU discovery" routine is broken at this device. It would not be a serious problem, but the printer resends packets at rate over 28000 pps (about 40 MBytes per seconds) and its CPU is so heavily loaded that it even does not respond to touches on its touchscreen. So an innocent attempt to print document on terminal server located at another office leads to inaccessibility of the printer.
     The network dump can be downloaded in PCAP format from here.

  • RV082 Unable to see or change settings in web interface

    I have just purchased an RV082. I am using a Mac with Safari and Firefox to access the web interface through http://192.168.1.1
    I was able to log in to the web interface using admin/admin, but the system summary page is blank.
    The category choices were visible on the left (e.g. Setup>System, Setup>Password etc... but, once again, the details area to the right is blank. No way to see what the settings are, or to change them.
    I have tried Safari and Firefox, ensuring that they were up to date for all Flash and other plug-ins that might be required to view the htm documents, but no help.
    I have reset the router in every conceivable manner:
    1. pressing and holding reset for 5 secs, or
    2. pressing and holding reset for 30 secs, or
    3. pressing and holding reset for 30 secs, powering off and back on again, then releasing the reset button
    4. removing all of the input cabling and power. Letting it sit for 2 minutes. Repowering.
    5. same as above, followed by a reset.
    6. etc..., etc... I've been at this for hours, systematically trying everything I could think of.
    The system appears to be resetting because, typically, after a reset, it will accept my login but give me blank detail pages. If I try again, it no longer accepts my (unchanged) password. A reset allows the device to recognize admin/admin again, but still only blank detail pages.
    I would appreciate any suggestions. I'm not trying to do anything fancy here, just access the web interface to change the system identifiers, password and upgrade the firmware.
    Thanks, Louis

    Hey Louis,
    Try downloading an add on for firefox.  It is called IE tab 2.  This is an internet explorer emulator.  Once you have that installed you can go to the bottom right hand corner of the page and click on the IE emulator tab.  After that, try logging into the router with that page.

  • Deliver report to Content Store directly with web interface

    Hi all,
    We are currently implementing a system which will use XMLP as the letter/report/document producer. XMLP will be accessed from other applications (Siebel, EBS or else) using a preformatted URL so that the user will be in context of the report/letter directly. We would like the user to generate the report using the parameters in the XMLP web interface and when the report is ready, that there was only a "Send" button which would put the report in a temporary folder in a Content Store (Oracle Content DB). We would like to achieve that without the user having to input the destination of the file, like with a WebDAV or FTP. So we need to customize XMLP to remove the "Schedule" button and change the behavior of the "Send" button.
    We would also need to be able to send the context of the creation of the report in order to be able to store it at the right place in the Content Store. In order to do that, we would pass an Id by a query string in the URL when calling the report. I know this information is stored in the XMLP_SCHEDULER_JOB table in the DELIVERY_PARAMETERS field so it must be accessible in the app as well. A BPEL process would be used to move the document to the right place.
    So, 2 questions:
    - Is it possible to change the behavior of the "Send" button? Has anybody done that?
    - How can we save the context of the execution of a report to a file at the same time we are generating the report? (parameters used, template used, etc.)
    Any clue, hint or helpful thought would be very appreciated!
    Thanks!
    Pierre-Yves

    Hi MadhuSudan,
    I couldn't find the EBS Delivery you are refering about. Is this something using the Concurrent Manager from EBS? If so, this is not what I am trying to do. I really want to give access to XML Publisher and save the output report the user has made with the parameters he used to create it in order to store it in a content store. XMLP will be accessed by EBS and Siebel through a URL.
    I am curious to look at your java program and shellscript, could you send me a link to the URL where I can find the information you were refering to?
    Thanks!
    Pierre-Yves

  • How to make a form for input in web interface builder

    Hi expert:
        How to make a form for input in web interface builder?I have already used it to do PS planning, but I don't know how to  draw lines and checkboxes . Thanks in advance.
    Allen

    WAD:
    Open the WAD and create a new template. On the left hand navigation you will have several Web Items available. Under 'Standard' you have 'Analysis' item. Pull that into your template to the right. Under the Properties tab you need to pick the query [form/layout] that you have built in Query Designer.
    You will also find other items such as Button group, Checkbox, drop down, list box etc available. Pick and drag into the template whatever it is you require. Lets say you want a button. Under the Properties tab select the 'Command' that you require. You could use standard commands that are available there. You could also define functions and commands that you require.
    Query Designer:
    Open the QD and drag the characteristics and key figures that you require into the rows and columns of the QD. You would need to specify restrictions under the Filter tab of the QD based on the granularity of data that you require. You would need to remember that the key figures need to be made Input Ready [do this by clicking on KF and on the planning tab select "change by user and planning functions"].
    This shouldgive you a start. After you've explored it yourself a bit we can discuss further and I can certainly provide you additional details/material on these areas.
    Srikant

  • Assign User Profiles and Web Interface Transactions to Users

    Hi EM Gurus,
    Has anyone worked with not standard scenarios in SCEM?
    They are working well but I can't access them on interface web.
    In selection page (search page after logon), where choose tracking scenarios, only standard scenarios appear although I have assigned both scenarios to the user and made same configuration; Assigned and Defined Web Interface Transactions, Configured Fields for User Profiles, Defined User Profiles, Assigned User Profiles and Web Interface Transactions to Users.
    But only Standard Scenarios appear as choice of tracking scenarios that are displayed to the user as a dropdown box on the selection screen after logging on to the Web interface.
    Has anyone accessed not standard scenarios on interface web??
    Help, please!
    Thanks a lot.
    Rodrigo Freitas

    Hello Rodrigo,
    if you have assigned the scenarios to your user in transaction /SAPTRX/UCUSER you must go to the admin page and reload the profile manager.
    /admin in the URL of the WCL instead /ehsearch.
    Afterwards you should see them also in the drop-down box.
    Best regards,
    Steffen

  • How to find the size (and sizelimit) BPS web interface

    Hello.
    We have build an application with the SEM-BPS webinterface builder.
    In the past we had problems with the size off this application. After we had added some new tabs in the application the size limit had been exceeded and the web inteface could not been activated. So we had to remove the new tabs into a new webinterface.
    Now we have to add again some new tabs into the webinterface application. That brings up some questions.
    Wat is the sizelimit of the webinterface application?
    Can we change this limit?
    How can we know the size off the current application?
    How can we find out the size of a separate tab in the webinterface? (So that we can make a prediction of the size which will be added to the web interface)?
    Thanks and regards,
    Eldo.

    Trevor.Dennis wrote:
    John, are there already differences?  I thought 13.1 was mainly about retina display support, but I guess there would also be other fixes released while they were at it.
    Yes, definitely already differences. I sympathize with Photoshop instructors (online and offline).
    The headline change was Retina support but that was also made available to non-Cloud versions.
    Other Cloud-only changes in 13.1 are listed here
    http://helpx.adobe.com/photoshop/using/whats-new.html
    http://psd.tutsplus.com/articles/news/cs6_1/
    Non-Cloud CS6 users have been very vocal and disgruntled about some of these changes.

  • Rule works in web interface but not in DIS

    I have a global rule that restricts metadata shown/updated for non-admin users which works very nicely
    (((dpEvent like "OnRequest" or dpEvent like "OnSubmit") and
    (dpAction like "CheckinSel" or dpAction like "CheckinNew" or dpAction like "Info" or dpAction like "Update")) and
    isFalse(userHasRole("admin")) and
    isFalse(userHasRole("WCCAdmins")))
    One of the fields in the rule has a derived value which sets its value to the folder in which the document is checked in
    <$dprDerivedValue=#local.fFolderName$>
    This all works great from the traditional web interface (not the ADF one ) but if a document is dropped into a folder in DIS or checked in from an office document, the rule is applied and the check in metadata is restricted as specified in the rule but the derived field is not populated

    Ah yes, I achieved the same thing by removing all the rules except the userHasRoles and of course it works for all events. Odd that the field hiding rules were still working when I chose the check-in form option from 'save as new' in an office document maybe because one of those events was firing when that choice is made , but I'd swear it didn't apply the derived field,anyway, I have it working now with less conditions and I learnt something new about DIS so thanks.
    Martin

Maybe you are looking for

  • Install Windows 7 64-Bit on Early 2008 Macbook ?'s

    My wife has an early 2008 Macbook with 2.4 GHz processor that I recently upgraded the OS to OS X 10.7.5 and upped the ram to 4 GB.  I had installed a Boot Camp for Windows Vista 32-bit that is still working, but I have a Windows 7 64-bit installation

  • My I phone 5 won't update or download apps

    I have got 3 handsets all I phone 5 Two of the phones have no problems both 16 gig My Apple ID is the same on all my phones The I phone 5 64 gig won't let me update my apps or download Any new apps I have changed my Apple ID I have changed my e mail

  • Can I use AI functions rather than DAQ assistant?

    Can I use AI config, AI start, etc. instead of DAQ assistant to read values from accelerometers connected via an A/D card?How do the AI functions work?Lastly will switching to AI functions result in a quicker program? Cheers Sam 

  • Flash pro cs3

    this is the third time i re install the free trial version of flash pro cs3 but everytime i want to run the software i get this message : PROBLEM WITH TRIAL click next to continue and in the next page it ask me for the serial key but i dont have it y

  • Lightroom 1 damaging photo files with pink stripes

    I'm using Lightroom 1.41. Does anyone know what this is? When I thumb through the thumbnails assigning star values and such, some photos randomly, instantly become damaged like this. Somebody told me it was a sign my hard drive was going bad. It's be