URL-ing sometimes not possible

If I access the following URL
URL url = new URL( "http://www.google.de/search" );
BufferedReader in = new BufferedReader(
new InputStreamReader(url.openStream()));
... reading via in.readLine()
I get a FileNotFoundException. If I access
the same site via a browser (NS 7.2) or if I access
only "http://www.google.de" it works quite well.
Why doen't it work. What is the difference sending the URL with a browser, and what is the difference to the other URL?
Regards,
Wolfgang

Out of curiosity I tried the URL with the off-line browser "curl" and I this answer came:
<H1>Forbidden</h1>Your client does not have permission to get URL <code>/search</code> from this server.If I set the browser (agent) with the -A option:
curl -A "Mozilla/4.0"the German language search page came as accepted. Long may 'curl' live!
NAME
       curl - transfer a URL
SYNOPSIS
       curl [options] [URL...]
DESCRIPTION
curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER, DICT, TELNET, LDAP or FILE).
The command is designed to work without user interaction or  any  kind of interactivity.

Similar Messages

  • IMG - translate sometimes not possible?

    Hello,
    Sometimes, the translation option isn't enabled for certain tables. For example, educational certificates and education establishment types. These tables do have a language field, but it seems like it's not possible to translate entries.
    How come this happens? And is it actually possible to translate the entries in these tables?
    Thanks

    Out of curiosity I tried the URL with the off-line browser "curl" and I this answer came:
    <H1>Forbidden</h1>Your client does not have permission to get URL <code>/search</code> from this server.If I set the browser (agent) with the -A option:
    curl -A "Mozilla/4.0"the German language search page came as accepted. Long may 'curl' live!
    NAME
           curl - transfer a URL
    SYNOPSIS
           curl [options] [URL...]
    DESCRIPTION
    curl is a client to get documents/files from or send documents to a server, using any of the supported protocols (HTTP, HTTPS, FTP, GOPHER, DICT, TELNET, LDAP or FILE).
    The command is designed to work without user interaction or  any  kind of interactivity.

  • Use of Input Variables in SQL-Queries Sometimes Not Possible

    Only in simple SELECT-statements the use of input variables ([%0], [%1], etc.) work without problems.
    In more complex queries the use of these variables is not possible (e.g. SELECT-statements with sub-queries, sometimes when UNION is used - but I couldn't find any general rule when the problems will arise; sometimes two different queries with the same query-structure behave in different ways when these variables are used).
    In these cases the query is not executed - not even the input-window to enter values into the input variables is displayed. The query stops with some strange error-messages in the status line. These error-messages doesn't have any relation to the actual query - sometimes it refers to field-names never used in the query or refers to syntax error which do not exist.
    If the input variables are replaced by constant values there are no problems so there can't be any syntax errors - the only difference is the presence or absence of input variables.
    Example:
      provided that the queries have a certain complexity
      SELECT ...
      FROM   ... OINV Tx ...
      WHERE  ... Tx.DocDate >= [%0] ...
      does not work,
      SELECT ...
      FROM   ... OINV Tx ...
      WHERE  ... Tx.DocDate >= '1.1.2007' ...
      works!
    Does anybody have run into the same problem and now if it is a bug of SAP-BO or an error on behalf of the user? Does anybody know a way to correct the problem?
    Thanks in advance!
    Frank
    By the way: Are there any rules where exactly input variables can be used in a query?
    Only in SELECT-statements? Where there exactly?
    In statements outside of SELECT?

    Only SAP Partners Can access service.sap.com/notes, but I think it is possible to search in them from the customer portal as well.
    Here are summary of the two notes mentioned before this:
    730960:
    <i>
    The following query is an example for how to define variables in long
    queries rather than using "Fixed Declares".
    You need to use exactly the same template as follows, do not delete
    "comments" from this query.
    The only changes you need to do :
    1. In the first and in the fifth rows you need to select the table to which you would like to relate the variable e.g. in this example, the variable is related to the table VPM1 - 'Payments to Vendors - Rows'.
    2. In the fourth and in the eighth rows you need to select the field to which you would like to define the variables e.g. in this example, the variable is the field 'DueDate'.
    /SELECT FROM [dbo].[VPM1] T0/
    declare  @fromdate as datetime
    /* WHERE */
    set @fromdate = /* T0.DueDate */ '[%0]'
    /SELECT FROM [dbo].[VPM1] T1/
    declare  @tilldate as datetime
    /* WHERE */
    set @tilldate = /* T0.DueDate */ '[%1]'
    select  OVPM.docnum, VPM1.dueDate,VPM1.CheckNum, VPM1.Branch,
    VPM1.BankCode, VPM1.CheckSum, OVPM.CardName,
    case
    when OPCH.docnum is null then VPM2.docEntry
    else OPCH.docnum
    end as 'docnum'
    from OVPM INNER join VPM1 on OVPM.docnum = VPM1.docnum
    left join  VPM2 LEFT JOIN OPCH ON VPM2.DocEntry = OPCH.DocEntry
    on OVPM.docnum = VPM2.docnum
    where OVPM.Canceled = 'N' AND VPM1.DueDate >=@fromdate AND
    VPM1.DueDate <=@tilldate
    </i>
    955295:
    <i>
    Using SAP Business One Survey Variables (parameters) in a 'Set' SQL Statement can give an error in the Query Generator.
    For Example:
    Declare @Num as numeric(2)
    Set @Num = [%0]
    Select T0.DocNum
    From ORDR T0
    Where DocNum = @Num
    Other terms
    query, SQL, parameter, survey, variable, query generator, set, declare, [%0], table, error, SAP Business One
    Reason and Prerequisites
    FAQ
    Solution
    In such cases you need to put in an SQL remark statement a reference field in the DB for the Survey Variable (any field).
    For Example: (to make the above query work)
    Declare @Num as numeric(2)
    Set @Num = /* T0.DocNum */ [%0]
    Select T0.DocNum
    From ORDR T0
    Where docnum = @Num
    </i>

  • I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    I have a problem with my iphone,after upgrade software ios 6.0.1,  is not possible to use the wi-fi, used until now, because is not possible to have the login, i find this message " the requested URL  was not found

    You have to go to autherized iPhone agent.

  • Archive url access throws error "SSF error: Decoding not possible"

    Hi
    We are using function module HRWPC_RFC_EP_READ_PHOTO_URI to pull the photo of an employee in ESS.
    When we paste the url in browser we get following error
    SSF error: Decoding not possible
    Can anyone help to resolve this.
    regards
    barin

    Barin,
    check these links
           1060613       SSF error, Decoding not possible       
         983550      SSF-Error occurs when viewing attachments of a solution
    https://forums.sdn.sap.com/click.jspa?searchID=17894100&messageID=5942357
    https://forums.sdn.sap.com/click.jspa?searchID=17894100&messageID=6347898
    Thanks
    Bala Duvvuri

  • Web-UI error message "Access via 'NULL' object reference not possible"

    I need some help, I'm not a Basis person but I need to get this connection problem resolve.
    This problem is in our DEV ICWeb system.  After logging in to Web-UI, I got a error message "Access via 'NULL' object reference not possible".  We have 3 clients (100, 220, & 310) in DEV and all 3 clients are giving me the same error message.
    From the help.sap.com, I found this topic http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    but in the document it asked to go to SM59 to check the ESH_APPL_WS_TEMPLATEENGINE destination.  But we don't have that destination setup in all our systems.
    Here is the complete error message:
    Error when processing your request
    What has happened?
    The URL http://crm-dev.staff.copa:8000/sap/bc/bsp/sap/crm_ui_frame/BSPWDApplication.do was not called due to an error.
    Note
    ■The following error text was processed in the system CD1 : Access via 'NULL' object reference not possible.
    ■The error occurred on the application server CRM-DEV_CD1_00 and in the work process 0 .
    ■The termination type was: RABAX_STATE
    ■The ABAP call stack was:
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: GET_DATA_LOSS_HANDLER of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: EH_TRIGGER_NAVIGATION of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: SET_WORKAREA_CONTENT of program CL_CRM_UI_CORE_APPL_CONTROLLERCP
    Method: PROCESS_NAV_QUEUE of program CL_BSP_WD_VIEW_MANAGER========CP
    Method: DO_INIT of program CL_CRM_UI_FRAME_APP_CONTROLLERCP
    Method: DO_INIT of program CL_BSP_CTRL_ADAPTER===========CP
    Method: GET_PAGE_CONTEXT_CURRENT of program CL_BSP_CONTEXT================CP
    Method: ON_REQUEST_ENTER of program CL_BSP_RUNTIME================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    What can I do?
    ■If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system CD1 in transaction ST22.
    ■If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server CRM-DEV_CD1_00 in transaction SM21.

    Hi Michael,
    Refer to the link below and check the procedure.
    http://help.sap.com/saphelp_nwes70/helpdata/en/84/43f0d786304e19a652a8f80909a8ec/content.htm
    Regards,
    Arjun

  • NOT POSSIBLE TO START ESSBASE WHEN SSO INITIALIZATION FAILS

    Version is 11.1.1.3. My Essbase is not starting. Issues from the logs and what I have attempted are as follows. I have highlighted the relevant areas in bold.
    When Starting Essbase from products/Essbase/bin/start.bat:
    C:\Hyperion\products\Essbase\bin>start.bat
    C:\Hyperion\products\Essbase\bin>REM eis
    C:\Hyperion\products\Essbase\bin>net start "Hyperion Integration Services"
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM APS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\aps\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM aps
    C:\Hyperion\products\Essbase\bin>net start HyS9aps
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EAS
    C:\Hyperion\products\Essbase\bin>call C:\Hyperion\products\Essbase\eas\bin\start.bat
    C:\Hyperion\products\Essbase\bin>REM eas
    C:\Hyperion\products\Essbase\bin>net start HyS9eas
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    C:\Hyperion\products\Essbase\bin>REM EssbaseAgent
    C:\Hyperion\products\Essbase\bin>net start hypservice_1
    The service name is invalid.
    More help is available by typing NET HELPMSG 2185.
    C:\Hyperion\products\Essbase\bin>REM EssbaseStudio
    C:\Hyperion\products\Essbase\bin>C:\Hyperion\products\Essbase\EssbaseStudio\Server\startServer.bat
    C:\Hyperion\products\Essbase\bin>setlocal
    C:\Hyperion\products\Essbase\bin>set CONFIGTOOL_HOME="C:\Hyperion\common\config\9.5.0.0"
    C:\Hyperion\products\Essbase\bin>call ""C:\Hyperion\common\config\9.5.0.0"\setJavaRuntime.bat"
    Logging configuration file is not found. Expected filename is C:\Hyperion\products\Essbase\bin\.\server.properties
    Log file location is:
    C:\Hyperion\logs\esbstudio\server.log
    13:23:09 11/01/11 INFO Starting up
    13:23:09 11/01/11 INFO Oracle Essbase Studio Server. Version 11.1.1.3.00, Bui
    ld 090, June 25 2009
    13:23:16 11/01/11 (system) WARNING Failed to load driver for sap
    13:23:16 11/01/11 (system) SEVERE Cannot load Teradata connector
    13:23:16 11/01/11 (system) WARNING Failed to load driver for teradata
    13:23:16 11/01/11 (system) WARNING Failed to load driver for mysql
    13:23:16 11/01/11 (system) WARNING Failed to load driver for netezza
    Essbase.log:
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051223)
    Single Sign On function call [css_init] failed with error [CSS Error: CSS method invocation error: com.hyperion.css.CSSSystem.<init>]
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051198)
    Single Sign-On Initialization Failed !
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Tue Oct 25 11:26:31 2011]Local/ESSBASE0///Error(1051527)
    In Shared Services Security mode it is not possible to start Essbase when single sign on initialization fails.
    AND
    C:\Hyperion\logs\essbase\SharedServices_Security_Client.log com.hyperion.css.CSSSystem.<init>(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Configure CSS with registry com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:11,039 INFO [main] Initializing CSS from Registry. com.hyperion.css.common.configuration.CSSConfigurationManager.getConfiguration(Unknown Source)
    2011-10-25 11:26:11,085 INFO [main] Trying to get Registry Instance com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)
    2011-10-25 11:26:31,023 ERROR [main] 20:1092:Failed to initialize EPM System registry. *[Root Cause: java.sql.SQLException: [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect ] com.hyperion.css.registry.RegistryManager.<init>(Unknown Source)*
    *2011-10-25 11:26:31,023 ERROR [main] Arguments: param1={}, param2=null, param3=C:\Hyperion\logs\essbase\,* com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    2011-10-25 11:26:31,023 INFO [main] CSS system intialization failed. : [21484 ms] com.hyperion.css.CSSSystem.initCSSSystem(Unknown Source)
    What I have attempted:
    - Attempted to connect to Shared Services, Workspace url's - YES
    - Checked openLDAP & my Database is running - YES
    - Added following to Configuration File :
    SharedServicesLocation machinex 28080
    AUTHENTICATIONMODULE CSS http://machinex:28080/interop/framework/getCSSConfigFile YES, but same error
    - Changed essbase.bak to essbase.sec YES but same error
    - netstat -an to check for 1423. Port 1423 is not listening, although ALL TCP Ports have been enabled. So YES but same error.
    - Read Knowledgebase article # 954322.1 - the suggested things in there don't seem to apply to my case, unless I am missing something.
    At this point does anybody have any suggestions ?

    An update: Just for kicks, I tried restarting Essbase using Start->Programs-EPMSystem->Essbase->EssbaseServer->Essbase.bat and apparently now Essbase is started.
    EAS, Studio and Planning however are down.
    Excerpt from the HyS9eas-sysout.log:
    [ERROR] RegistryUtils - SQL Exception when trying to create a new connection [Hyperion][SQLServer JDBC Driver]Error establishing socket to host and port: machinex:1433. Reason: Connection refused: connect
    * CRITICAL ERROR: Common Security Services initialization failed. Please *
    * make sure that a valid entry is provided for SECURITY_CONFIGURATION in *
    * OlapAdmin.properties. This is required if Shared Services is enabled. *
    * Please restart the server after the changes. *
    Stopping DAO factory!
    HBR Configuration has not been initialized. Make sure you have logged in sucessfully and there are no exceptions in the HBR log file.
    java.lang.ExceptionInInitializerError
    .... bunch of java code.
    This is really strange. There is NOTHING that I changed, started or stopped which could have caused Essbase to start magically all of a sudden.
    Any insights into the cause of all this ?

  • Sometimes when I open a new tab, I get a blank burgundy screen that covers up the window and sometimes I can get rid of it and sometimes not. At this point, I'm ready to totally get rid of Firefox. what is going on?

    When I click on the plus sign by tabs, a burgundy blank screen appears over my window, blocking the tab groups except for the top portion. I can still see the URL address field and the tabs above but when I click on a tab, it comes up beneath the blank burgundy new screen on my window. I then have to open a new window but I have to start over on the tabs. I can't use the ones behind the burgundy screen. sometime when I click on the home icon the blank screen goes away, sometimes not.

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up.
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • The following error text was processed in the system IDS : Access via 'NULL' object reference not possible.

    Hi all ,
    Im getting the below error , actually recently i created my own custom table zstudent, later i wrote select query to fetch data from the same and dump at internal table and then bind this to the table node.
    But im getting below error, even i removed the select query still same error is occuring.
    Error when processing your request
      What has happened?
    The URL http://********00.*****b.com:8000/sap/bc/webdynpro/sap/zdemo_student/ was not called due to an error.
    Note
    The following error text was processed in the system IDS : Access via 'NULL' object reference not possible.
    The error occurred on the application server axsids00_IDS_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/YUSM2Q74A826Y0JY1I4V==CP
    Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_INIT of program /1BCWDY/YUSM2Q74A826Y0JY1I4V==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_COMPONENT===CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_COMPONENT==============CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: INIT of program CL_WDR_CLIENT_COMPONENT=======CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP

    Thanks Rama,
    Acutally i accidentally commented the lo_nd_student = wd_context ....etc
    this line was commented .
    i have one small requirement to fetch data from local customised table and fill the same to internal table and bind that to table node.
    my table node is student having attributes as name , city and number , all are of type strings.
    now i created one custom table zstudent having ID - char of length 10,
    name of type string
    city of type string
    num of type string
    i have inserted records
    but when i use select query to fill data from this zstudent to my internal table of type lt_student type wd_this->elements_student ,
    im getting same above error.

  • Posting with trans.type 200 not possible

    Dear Gurus,
    when I try to scrap the asset,  I am getting an error as below
    Posting with trans.type 200 not possible (No acquisition posted)
    Message no. AA324
    Diagnosis
    Transaction type 200 belongs to a transaction type group, which can only be used to post to assets to which posting has already been performed. However, no postings have been made to this asset.
    Procedure
    Use a transaction type from a transaction type group, which can be used for the first acquisition to an asset.
    Thanks in advance and Regards

    Tried all Transaction types. 
    Sometimes I get this error
    Retirement of old assets data not possible (No existing old assets data)
    Message no. AA416
    Diagnosis
    You have tried to post an retirement based on amount, using a transaction type which refers to old assets data (acquisitions from previous years).
    However, the sum of the APC at the start of the fiscal year and the transactions, related to the past, equals 0.
    Procedure
    Check the transaction type entered and the asset.
    When I tried for other company code it is working
    Compared the configurations of both the company codes.  Everything is same.
    We are using Group Assets.  Group Asset is a required field in Tax Depreciation Area.  I am giving that. 
    Is there anything else I need to check?
    Please help.
    Regards

  • HT1386 Why is not possible to sync just content like musice ONLY, when I have no time to wait on whole proces of synchronization, there SHOULD be a way to sync JUST MUSIC and nothing else, I dont wanna wait 10minutes to have 3 songs I want to have in my i

    Dear Apple, why is not possible in the year 2014...sync to my iPhone just content I want to separety, without the whole sync procedur(backinup,syncing whole purchased things and stuff like that) When I want to have in my phone for example just 3 new songs ..I dont wanna wait 10minutes because of whole synchronization!!! I want add to my iPhone just these 3 songs thats it! Would be perfect, If you will make possible to sync just parts like MUSIC, Apps, Fotos, separetly and not alltime together...it s****!

    Ok.
    I have Windows OS and iTunes for PC, but the problem is not in my PC, but in synchronization. Your synchronization take minute or two, you have thunderbolt lightning cable??? If is it by you really so quick than ok but by me is it with sync really slow and I have still powerhouse notebook.
    I dont know how is it possible that your sync is so quick, but my iPhone starts transfering purchased aplications and all content to the PC, instead of downloading it PC itself without iPhone from iStore.  So there is what happend when I am conecting my iPhone.
    When it find my iPhone on the first try, it starts makeing backup, than transfering photos, aplication, some info from Safari and to the end also the MUSIC...this should be improved by Apple and it should be able to sync just MUSIC section and not whole system, when I changed just something in MUSIC section(like adding new CD..)
    So it does on PC whole resync Maybe is it somewhere in options, but where? I really want sync sometimes just MUSIC or just Apps and nothing else(like Photos, Bookmarks...)
    I am sorry for that angry tone, but I am really stresedby this 20minutes sync or 10 miutes...just becouse of adding 1-2 songs, this is by competition phones quicklier :/ !
    Message was edited by: Tenotitlan

  • Not possible to post down payment clearing. There are no down payments:CJ88

    Hi Experts,
    When I settle WBS Element cost to the Asset Under Construction using transaction CJ88, I receive following error.
    AA571 Not possible to post down payment clearing. There are no down payments.
    Please help.
    Thank You.

    Hi,
    first please check if the message AA 571 is right:                                                                               
    -  Please check table ANLC. If ANLC-KANZA + ANLC-ANSAZ < 0    AA 571                                                                               
    -  Check asset values (AW01N, ANEP, ANLC) and find out where the negative down payments come from (tty 180, 181)                                                                               
    However, in some cases a negative down payment balance cannot be avoided  (for example through translation differences in foreign currency  areas). This is the problem of AA 571. Sometimes it is not justified. For this                
    cases we have the following note:                                                                               
    860038  Error AA571 not justified                                                  
    Using SM30, for the T100S table, create an entry for the message                      
    class AA, message number 571, allowed message type "AEW" and                          
    standard message type "E". Select the entry as 'Switch off'.                                                                               
    If when you post to a fixed asset the down payments are negative, or                  
    become negative through the posting, you continue to receive an error as              
    a default with these changes.                                                                               
    Recommended procedure:                                                                               
    o  Change this message to a warning message for one or several                    
           special users. This user should then be used to post to any such               
           fixed asset that has down payments that are already negative or                
           become negative through posting.                                                                               
    o  This should only be permitted in the cases where a negative down               
           payment balance cannot be avoided due to foreign currency                      
           rounding.                                                                      
    regards Bernhard
    Edited by: Bernhard Kirchner on Feb 11, 2011 9:27 AM

  • Parameter validation failed. It is not possible to provide valid values for all parameters

    I'm trying to test passing in parameter values from the URL.    I have RS 2008 .   I created an ultrasimple report based on a stored procedure output.  There is no validation, No available values, No default values.  
    I'm trying to run the report like this:
    /Reports/Pages/Report.aspx?ItemPath=%2fProduction%2fDBA+Reports%2fTest&iTest=1
    I get:
    Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError)
    the one int parameter is iTestId 
    The RS log file says the following:
    processing!ReportServer_0-54!9138!01/25/2013-09:22:51:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Parameter validation failed. It is not possible to provide valid values for all parameters., ;
      Info: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Parameter validation failed. It is not possible to provide valid values for all parameters.
    What am I missing?

    Hi F-ram,
    From your description, you want to pass multiple parameters via URL, right? To pass multiple parameters through URL, we can use an ampersand (&) to separate them. For example, I have a report with two parameters p1 and p2. The report is deployed in a
    folder on the Report Server. When I navigate to the report on the Report Server, I can see the report URL is http://localhost/ReportServer_SQL2008NEW/Pages/ReportViewer.aspx?%2fFolder%2fReport&rs:Command=Render.
    If I need to pass parameters through URL, I can just add &p1=value1&p2=value2 at the end of the URL and the entire URL would be http://localhost/ReportServer_SQL2008NEW/Pages/ReportViewer.aspx?%2fFolder%2fReport&rs:Command=Render&p1=value1&p2=value2
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    Charlie Liao
    TechNet Community Support

  • EPMA - It is not possible to delete an application in a "Migrate Pending"

    Hi,
    on EPMA, as stated on Oracle Documentation that until 11.1.2.1 version, there's known bugs on EPMA:
    10278796, 10297577: It is not possible to delete an application in a "Migrate Pending" status.
    Now what if I had application in a migrate pending status?
    Does anybody have the solutions on this? I mean, how to deceive this so I would be able to do deletion on that application?
    Thanks.

    Hi,
    We've had the same problem for couple of years now. It's quite unbelievable that there's no solution for this. You can search for "Migrate pending" in this document:
    http://docs.oracle.com/cd/E17236_01/epm.1112/readme/epma_1112100_readme.html
    It's a known issue, but at least best to my knowledge, there's no answer for it. It's embarrassing that if an application duplication goes wrong (for some reason, for us it sometimes just stops at 0%), you cannot delete it. Then you explain your customers, that ok, please renew all your SmartView connections to the new application that you've managed to create.

  • Smart guides labels appears but sometimes NOT.

    When I am using smart guides in illustrator cs6 it is problem which makes me nervous.
    When I select point, handles appear. When I move next to handle top the label appear. But SOMETIMES NOT appear, SOMETIMES APPEAR. It is terrible.
    - It might be nice when labels ALWAYS APPEAR, WHEN I AM NEXT TO HANDLE TOP or NEXT TO THE ANCHOR POINT.
    Because then I know, that when label appear, I can work with that concrete handle, or point.
    I know, that it depends of the snapping tolerance, which I can set in Preferences. But when the snapping tolerance is too high, it is unpleasant to draw anything. When snapping tollerance is high i can draw objects on A4 leter which is usual, but my lines and handles are attached anytime when I do not want.
    When I do not use smart guides it is unpleasant to draw lines too. Sometimes I grab handle when I want, but sometimes I fail.
    I think it may be a good solution if you fix it so that the snapping tollerance will be lower, but labels will appear sooner and reliably.
    I like Illustrator, InDesign and Photoshop. But this is the reason, why Illustrator makes me crazy, when I work there. Thanks

    David,
    I do not have align to pixel grid or snap to grid turned on
    It sounds as if Illy thinks the former.
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

Maybe you are looking for