In crm 2007  we can't able to excut the favorites reports ?it  gives thsse?

Error loading template 0TPLB_0CSALMC01_Q001_1
this is error message we got any body give me the solution?

HI Naresh,
Could you figure out what the error was?

Similar Messages

  • Can we able to see the Work Items status in the BPM Workspace

    HI,
    Can we able to see the work item status in the BPM workspace.
    For exampls, I have create the request as requester then it will go for approval.
    After sometime i login into the workspace can i able to see my request status(it mean where it is like approval1, approval 2)?
    Pls let me know, its possible in the BPM workspace.
    Regards,
    Anandh P

    Hello Anandh,
    You can utilse the filter option of the BPM workspace.
    When you filter the instances you can view the status of all the instances even if they are currently not assigned to the particular user.
    All you need to do is click on the show filter link.
    Select the process from the Filter by: combo box.
    Check the status boxes and click on apply filter.
    You will be able to view the instance even if it is not assigned to you.(Though you will not be able to work on it.)
    If you wish to give custom messages like "pending with HR" or "Pending with Admin" then you need to add a column by creating a project variable and mapping it to the custom view. Then these messages can also be shown on the instances.
    Hope ths helps.
    Regards,
    Jaydev Doshi

  • Can iPhone able to read the external device like card reader or U DISK

    Can iPhone able to read the external device like card reader or U DISK?
    If not can we use SDK3.0 to make this function on iphone UI?

    No.

  • Can't able to access the duplicate control?

    I have created the duplicate control in tabpage as shown in below code snippet. but i can't able to access the created object.
    Code Snippet
     private void button1_Click(object sender, EventArgs e)
                TabPage newPage = new TabPage();
                foreach (Control c in  tabControl1.TabPages[0].Controls)
                    Control cNew = (Control)Activator.CreateInstance(c.GetType());
                    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
                    foreach (PropertyDescriptor entry in pdc)
                        object val = entry.GetValue(c);
                        entry.SetValue(cNew, val);
                    newPage.Controls.Add(cNew);
                tabControl1.TabPages.Add(newPage);

    Hi Carl,
    Thanks for your update.
    Now I got some idea. But I have one more issue. 
    During button click the I need all the properties in textbox in TabPage1 to the textbox in NewTabPage(refer above image). but later if we change in text in any textbox the replaced text should not reflects the other text.
    E.g: If textbox.text="Microsoft";
    during buttonclick i need the textbox in New Tab Page should be Microsoft. 
    later if I edit the text should not New Tab Page or TabPage1 the text should not reflects from one control to other.
    Regards,
    R.Senthil Kumaran
    Hello,
    I could get what you are dealing with now, and to get that done, I would recommend you use the following way.
    1. Add properties to UserControl, you could define the names of these properties with custom rules.
    public partial class UserControl1 : UserControl
    public UserControl1()
    InitializeComponent();
    public string StrTxtBox1
    get { return this.textBox1.Text ; }
    set { this.textBox1.Text = value; }
    2. Use similar way you shared and edit it to just copy the specific properties.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "StrTxtBox1"|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    In this case, if we have a lot perproties to copy, you could consider capture them by the custom rules you defined at #1 like this one.
    if (entry.DisplayName.Contains("StrTxt")|| entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    Result:
    And if possible, you could consider using this way which just copies the Text , Location or any other property and we don't need to create any usercontrol.
    TabPage newPage = new TabPage("NewTabPage");
    newPage.UseVisualStyleBackColor = tabControl1.TabPages[0].UseVisualStyleBackColor;
    foreach (Control c in tabControl1.TabPages[0].Controls)
    Control cNew = (Control)Activator.CreateInstance(c.GetType());
    PropertyDescriptorCollection pdc = TypeDescriptor.GetProperties(c);
    foreach (PropertyDescriptor entry in pdc)
    if (entry.DisplayName == "Text" || entry.DisplayName == "Location")
    object val = entry.GetValue(c);
    entry.SetValue(cNew, val);
    newPage.Controls.Add(cNew);
    tabControl1.TabPages.Add(newPage);
    Regards.
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't able to access the Jar files which is kept inside the folder.

    Hi,
    I am using the eclipse IDE, my project folder contains the folders src, bin, .metadata, .settings
    if i place the jar file in the same location of the above mentioned folder means i can able to use the Jar file in eclipse(in my project).
    But i create one folder in the same location in the name of Jar or anything and all jar files are placed inside the folder,then i can't able to access the jar file in eclipse(in my project).
    How i can solve this problem?

    RajivGuna wrote:
    ..How i can solve this problem?Put Eclipse aside for the moment and learn how the SDK tools work at the level of the command line, then you will be much better placed to figure how to do it in the IDE. If you are still having problems, I suggest you ask on an [Eclipse forum|http://www.eclipse.org/forums/].

  • Can't able to edit the query in query designner

    Hello every one,
                           Please help me in below issue. It is really important.
    Actually i have create the query in the BI- Development and that i pass to the production.
    Now. I tried to again edit the same query in the development , and for that i have create a new request . after creating the requesting i again logged in to the BEx query designner , but still i can not able to edit the query..
    i have create the request in the correct manner. So, what will i do now? Please help me in this.

    HI Gaurav,
                   Again i create a request by below steps
    ->open the ADW by RSA1
    ->go to Transport connection
    ->go to query element - > select my query -> select all necessary query element -> and then click on the truck symbol (i have not create BEx request)
    and then i create the request
    then i open the query in the designer and again i can not able to edit the query
    error is same
    -> BEx transport request is not available or not suitable
    -> choose an existing request
    Now,tell me what can i do? this is really an issue for me and help me to solve..Please all other can also give there comments
    one more thing i want to add is , i have also check the object changabilty , there the query element and all related to query are  "not changable". Is this an issue.
    Edited by: james macwan on Oct 16, 2008 8:39 AM

  • Can we able to delete the particular request

    HI,
    We have code for to deleting all request from Database.
    Can we able to delete the particular request from the Database.
    For example, I have request start from 100 to 150.
    If i want to delete the request : 125, is any way we can pull all requests in the dropdown and delete the particular request.
    Pls any one give a suggestion, how can we archive this?
    Regards,
    Anandh P

    Hi Anandh,
    Kevin is right you can use the workspace and use a grab (and then abort) to "delete" the instance.
    It will no longer be running and will be viewed as aborted.
    You can create a custom UI by using the PAPI or PAPI-WS depending on you preferences.
    However if I'm not mistaken there is a third option that is the deletion of instances from the database.
    I believe there is a PL/SQL procedure that can be run to delete all instances from the database. However this isn't limited to a single instances..
    ---( Can someone confirm this.. I'm not sure if this is for BPM or just for SOA Suite?) ---
    Hope this helps.
    Kind Regards,
    Nils

  • How can i able to see the Task in CWB Administrator page

    Hi Everyone,
    Hope everybody is doing fine !
    Here i'm requesting for help in CWB administrator setup, i have done the CWB setup as required like;
    1. Defined Plan Years
    2. Defined Life Event Reasons.
    3. Defined Plan Type.
    4. Defined Plan. (4.1. Defined Task within Compensation Workbench Tab)
    5. Defined Plan Enrollment Requirements.
    6. Defined Standard Rates.
    7. Run Program "Participation Process: Compensation Workbench"
    8. Found require employees processed sucessfully from log.
    9. Loged in as Manager/Administrator > Open Compensation Workbench Administrator page
    10. Found message "There is no Task for Employee"
    So could anybody please help me, how can i able to see the task work sheet in CWB administrator page.
    Regards
    AshokP

    Hi Avinash,
    Thanks For Your Response,
    I have created task in Plan window (Navigate to Details > Compensation Workbench (Select Task Type) with Full Access.
    So could you please advise me, whether i'm skipping any step as you have been stated like Task needs to be define under 'Plan Enrollment Requirement Window'
    Thanks
    AshokP

  • HT1329 hi i need help with my ipod nano i want to get my music from my ipod to i tunes so that i can be able to transfer the music on my i tunes to my ipad mini can you help me with that ?

    hi i need help with my ipod nano i want to transfer my music from the ipod to the itunes so that i can be able to transfer the music to my ipad can you help me with that ?

    You cannot use iTunes to transfer song files from iPod to computer, except for songs purchased from the iTunes Store.  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do an Internet search on something like"iPod transfer," you should get some links.  (The CNET article seems to be popular.)
    Once the song files are on your computer's drive, you can add them to your iTunes library, and then sync your iPad.

  • I am using 3GS in my iPhone I can't able to see the wallpaper

    I am using 3GS in my iPhone I can't able to see the wallpaper

    Could you please edit your question and include more details about your problem as I do not complelty understand your problem.
    Thanks,
    - Tim

  • I can't able to access the itunes stores to download and update new apps

    iam using iphone4 for more than a six months. but for the last 10days i can't able to access the itunes store to download a app or to update it. what should i do. my itunes is opening properly. i can download videos pictures and songs from my system. the problem is only with itunes stores. i also updated the account information. which also doesnt got solved the problem. what should i do??

    http://support.apple.com/kb/TS1559

  • Not able to see the crystal reports XI version in the IE 7 and IE 8

    Hi Team,
    I am using web based application developed in VB,ASP,SQL SERVER,Crystal Reports(XI). I am able to see the Crystal Reports in IE 6. But i am not able to see the reports in IE 7 and IE 8. While clicking on the reports button it is showing the  red X image top left cornor.
    I am using CrystalActiveX viewer11 version for viewing the reports.
    In IE 6,if the client using fiirst time for vieiwing the reports,it will ask the Activexviewer control prompt and says ok,it will display the reports.
    Thanks and Regards
    Eshwar

    Thanks your advise.But we are using following crystal reports (XI) version and we don't have CRXI with R1 and R2.
    CurrentVersion:11.0.0.895 ( CR Developer and Product Type:Full)
    Crystal Reportviewer11 configured in the IIS which is version (5.0). and configured the virtual folder to C:\Program Files\Common Files\Business Objects\3.0\crystalreportviewers11\.
    Our web application code also configured in the IIS at same level.
    When the user wants to see the reports through the application,it will ask the Plugin of Crystal Report Viewer and user will download this plugin and it will save in the IE plug ins.It will ask only first time viewing the reports for the next onwards it will not ask or prompt of the Activex control.
    So please suggest me, is there any upgrade version of this Crystal Reportviewer11 needs to be installed or any browser setting need to be configured for IE 7 and IE 8.
    waiting for your reply.
    Regards
    Eshwar

  • Pls can any one suggest me the Existing Report Name for Active and InActive

    Hi all ,
               pls can any one suggest me the Existing report name for displaying Active and inactive vendors .
    Rgds
    Rafi .

    hi,
    my transaction is VL02N change outbound delivery.

  • Can not able to save the data while executing the package/procedure

    Hi,
    I created one package and schedule this in JOB, job is running successfully but data is not inserting in table,
    CREATE OR REPLACE package body LST_RPT as
    procedure gender_proc(gender varchar2) is
    begin
    insert into gender_count
    select * from mag_hotline_gender;
    end;
    end LST_RPT;
    after that I am executing this
    exec MSREUL.MKE_LST_RPT.gender_proc('M');
    but it is not saving the data
    can anybody suggest where I am doiing mistake

    Hi Arun,
    Thanks for the suggestion.
    I checked my table structure, gender_count was GTT(global temporary table), Now I changed the structure package is executing sucessfully and able to commit the data
    exec MKE_LST_RPT.gender_proc('M');
    commit;
    can you plz help on another point I want to schedule this package on job means it runs on every day and commit automatically, I am using TOAD but unable to create job can you plz help on this issue.

  • Can i able to adjusted the time of my phone automa...

    Can i able to adjust my phone time and date with the one which is in  my computer automatically.As soon as i connect my phone with my computer via  USB cable.
    Model 3110 Classic.
    Message Edited by shravan12 on 13-Sep-2009 09:12 PM

    The phone's auto-update gets the time from the cellular network, if the network operator supports the feature (most do these days, I suppose).

Maybe you are looking for

  • FINALLY I'm running Windows 7 Ultimate 64-bit thanks to Bootcamp

    Got it running SLICK AS SNOT! Recording like a pro in Windows 7 ON A MAC. Been a diehard PPC user for so long... this amazes me. 1 more question... is there a better Video Driver than STANDARD VGA ADAPTER - even the screensavers won't run (other than

  • Copa Report selection screen in display mode

    Dear Friends: In COPA Report, we have sales group,Fiscal year and Currency type in our selection screen,sales group should be in display mode i.e. the user must not be able to change the sales group. How to reslove the problem.Please advise. Thanks&R

  • Sequence of condition different in Po and MIRO for import PO

    Hi,   While making the import PO we add the custom condition in PO in sequence as below JCV1     CVD Percentage     10.000 JECV     Edu.Cess on CVD     2.000 J1CV     SEcess on CVD     1.000 so as per above it is easy in a sequence of 10, 2, and 1 bu

  • ML81N - Default posting date in SES to release date

    Hi Experts Is there a configuration or BAPI to default the SES posting date to release date ? Thanks Jey

  • Music transfer: pc to imac

    i was led to believe from numerous sources i could transfer my itunes library from my dell to my imac relatively easily. one suggestion was that my ipod will function strictly as an external harddrive, as opposed to a portable entertainment device. i