Hierarchical entities view in Manage Workflow

Hi! In my 9.3.1. planning application users with Administrator role can choose between hierarchical and flat views of entities in the Manage Workflow screen but users with Interactive User role only see entities in the flat view with no option for hierarchical view of entities. Is it a standard limitation of Hyperion Planning or is it fixable? I would be very grateful for any ideas!
Edited by: user10129034 on 19.05.2009 9:47

Refer to the following conversation:
Workflow query

Similar Messages

  • Creating a Role view in a workflow

    I'm trying to create a role view in my workflow with the following code but it gives me an error: com.waveset.util.InternalError: Unable to locate ViewHandler for 'role'.
    <Action application='com.waveset.session.WorkflowServices'>
                <Argument name='op' value='createView'/>
                <Argument name='type' value='Role'/>
                <Return from='view' to='view'/>
              </Action>Has anyone created a role from a workflow, java or SPML?

    nvm figured it out.
    <Action id='0' application='com.waveset.session.WorkflowServices'>
              <Argument name='op' value='createView'/>
              <Argument name='type' value='Role'/>
              <Argument name='viewId' value='Role'/>
              <Argument name='Form' value='Empty Form'/>
              <Argument name='authorized' value='true'/>
              <Return from='view' to='role'/>
            </Action>       

  • Inspection setup in view quality management update in material master

    Hi all,
    We are using BAPI_MATERIAL_SAVEDATA for our material master updation.
    Here one  of the change in the program is to update the inspection setup in the view quality management.
    Can anybody tell in which stucture of the bapi BAPI_MATERIAL_SAVEDATA  i can pass the values of the inspection set up fields.If not is there any other bapi through which can be done?
    Thanks in advance.
    regards
    Nazmul

    Hi,
    To deactivate the Inspection Types for materials, you can use transaction QA08.
    Here use tab "Deactivate insp. type" and specify the inspection type which you want to dactivate.

  • Is there Exchange 2013 view Exchange Management Shell command similar to Exchange 2010

    Hi,
    Is there anything similar in Exchange 2013 (Please refer the image).  In Exchange 2010 if you make any changes via Management console you could go to "View Exchange Management Shell Command Log" and see what shell command it ran in the background.
     It was very handy to copy shell command from here and then run it from shell in case you need to make bulk changes rather than try to find out the shell command from scratch.
    I was wondering if there is anything similar in Exchange 2013.
    Thanks,
    Raman

    Probably in SP1...
    Keep your finger cross ;)
    Cheers,
    Gulab Prasad
    Technology Consultant
    Blog:
    http://www.exchangeranger.com    Twitter:
      LinkedIn:
       Check out CodeTwo’s tools for Exchange admins
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Using FindObjects view in a workflow?

    Hello all,
    could somebody provide a simple example of how to use FindObjects view in a workflow?
    when I try to use getView type FindObjects - I get what essentially is a view template.
    <Action id='0' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='User'/>
    <Argument name='type' value='FindObjects'/>
    <Argument name='options'>
    <map>
    <s>objectType</s>
    <s>User</s>
    <s>maxResults</s>
    <s>100</s>
    </map>
    </Argument>
    <Return from="view" to="findView"/>
    </Action>
    Tried to use refreshView with command=find - nothing changes.
    <Action application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='refreshView'/>
    <Argument name='view' value='$(findView)'/>
    <Argument name='options'>
    <map>
    <s>command</s>
    <s>find</s>
    </map>
    </Argument>
    <Return from="results" to="users"/>
    </Action>
    How do I call it to actually go and find users and return me some results? I essentially need to find User objects based on some complicated attribute conditions, and would like to specify which attributes to return - similar to what the Find_Objects.jsp does, but programmatically from a workflow ...
    Thank you.

    Hello Raghavendra,
    Except for step 4 everything is the same. Instead of for the Validation Group it just says Group.
    With single validation in Validate step, workflow works fine.
    I have created Validation Group as follows:
    1. Edit Validation Groups
    2. Add a Sibling
    3. Goto individual validations and select the newly created Validation Group in Group property field of the individual validation.
    Thanks,
    Vinay

  • Scanner calibration for colour-managed workflow

    I would like to do a decent calibration of my Epson V750 Pro scanner to achieve a colour-managed workflow. I have the latest version X-Rite i1 Photo Pro 2 calibration kit, and although this enables me to calibrate my monitor and printer, it does not support scanner calibration.  I do have Silverfast Ai Studio which includes a scanner calibration facility - is that the best available to me or are there any other options, possibly using the i1 spectrophotometer as I know that it used to be possible to carry out calibration with the older versions of that equipment? Other than that, I'm using an Espon 3880 printer, running Vista x64 and using Photoshop CS5.

    Mike is probably right, the Epson profiles available in the Epson scanner sw are close enough. I;ve never seen any ******** about scanner output in this forum.

  • DISTINCT in SELECT statements for  Entities / Views - Oracle JDeveloper 11G

    Hi Steve,
    i have a question about using DISTINCT in SELECT statements for
    Entities / Views. On Oracle JDeveloper 11G ADF / BC4J
    --- This is unique---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    --- This is NOT unique, but ROWID seems to be mandatory as PrimaryKey---
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    rowid
    from "grp_courses" GC
    How to use this query;
    SELECT
    distinct(GC."course_title"),
    GC.SEC_GRP_PARENT_ID,
    from "grp_courses" GC
    and yet still be able to use it in View / Entity without a Primary Key or some equivalent solution.
    Thanks & Regards,

    Hi, OK - I got it to work...
    Some notes:
    1) The View wizard cannot be initiated from the Entity Object.
    2) During the View wizard process - do not associate with Entity
    3) Selected columns must be mapped as expressions
    4) Using non-distinct columns will override the distinct function

  • How to view and manage hidden files in folders.

    Hi all, my question is: How to view and manage hidden files in folders?. I see hidden files in other computer but no in my Mac.
    Some of you can help me?
    Thanks..

    Most hidden files are hidden for a reason.   Tampering with them can seriously affect the stability of the system.
    The software Tinkertool can
    http://www.bresink.com/osx/TinkerTool.html
    Can manage the invisibility, which I would only do after backing up your system.

  • Calling transaction from Workitem - Credit Management workflow

    Hi,
    Our client have a requirement to have a link in the workitem and when we click on the link it should open transaction S_ALR_87012218.
    The requirement in Credit management workflow, in which we are having included object as sales order, when we click on it, it will open transaction VA03.
    Similarly the client requires to have one more link below sales order, clicking on which it should open transaction S_ALR_87012218.
    Thans in advance for your help.

    Hi Kjetil ,
    Thanks a lot for your answer.
    I have created a new object type with default method and key as controlling area and customer which are mandatory fields for the report RFDKLI41.
    I am submitting the report in the default method.
    Now I have a query, how can I attach this object in my workflow?
    I am already passing  sales order as WI_OBJECT_ID.
    Also help me, how can I pass values of controlling area and customer from sales order to this newly creates object?
    Thanks in advance.

  • Color managed workflow for web and camera raw

    I recently calibrated my monitor and was wondering what is the preferred workflow for the web? I shoot with my camera in sRGB and my working space in Photoshop is sRGB aswell. The problem that has arised now is that the color managed colors in Photoshop are way different than the non-color managed in my web browser. Is this normal? And what I don't quite get is how a photo that has an embed sRGB profile looks the same in Firefox (that understand embed profiles) and Photoshop, but in Google Chrome (that does not recognize embed color profiles) shows the colors very differently, although the browser should understand the photo is in sRGB by default and show the same colors that are in Photoshop, right? So what happens here, because the colors are not the same? What information does Photoshop assign to the embed color profile that makes the colors so different?
    Anyway, I assume the problem here seems to be my newly calibrated monitor profile. The only way I can get the same colors to my photo in Photoshop and to a photo in web is to use soft proofing set to my Monitor RGB AND save without a color profile. Is this the way to go? But here comes another problem. I shoot in RAW and use camera raw to edit my photos. Camera Raw doesn't allow soft proofing, so I'm stuck with these color managed colors that are so different from non-color managed colors I get in my browser that any color correction in Camera Raw is simply useless. Unless everyone was using color managed browsers and I could start to use fully color managed workflow, but that's not the case I suppose. So, what's the solution here?

    First off, you need to be working in sRGB, or converting to sRGB when you save out files that are destined for the web. You can change the color space that Camera Raw (ACR) send your raw files to by clicking the blue text in the bottom center of the ACR window. This is probably that safest workflow for you until you get a handle on color management. If the color of your images is very important, you might consider embedding a color profile in them, which will help color managed browsers render your color properly.
    If your display's color gamut is different than sRGB (many are), you'll find matching colors for non-color-managed browsers to be impossible. But consider the average display and take heart. The best you can do is correct to a standard and hope for the best.
    Both the convert to sRGB and embed color profile options are in the save for web dialogue box.
    More about the ACR workflow options here:
    http://help.adobe.com/en_US/Photoshop/11.0/WS739D7239-24A7-452b-92F9-80481C544F25.html
    More about matching colors for the web:
    http://help.adobe.com/en_US/Photoshop/11.0/WSB3484C68-ECD2-4fa4-B7CC-447A5FE86680.html
    http://help.adobe.com/en_US/Photoshop/11.0/WSD3F5E059-4F51-4b44-8566-13B854D3DF5F.html
    http://help.adobe.com/en_US/Photoshop/11.0/WS0B3CD652-4675-44be-9E10-445EB83C60BA.html

  • How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

        How do I view and manage certain files that I have stored in iCloud? I know that I can delete an entire backup, but is it possible to delete certain photos/contacts/notes etc. from that backup?

    No.

  • COREid 7.0.4 - Group Manager Workflow - Applet Fails to Load

    I am having a problem with a new installation of COREid 7.0.4. All applets in User, Group and Org Manager work fine with the exception of the Group Manager Workflow configuration Applet. The applet fails to load. Has anyone ever experienced this problem before? Any help is appreciated. The system information is:
    Windows 2003 Server
    IIS 6.0
    AD 2003
    Java Plug-in 1.5.0_04
    The Java Console trace information is pasted below.
    Java Plug-in 1.5.0_04
    Using JRE version 1.5.0_04 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    basic: Registered modality listener
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@14ce5eb, refcount=1
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@3e0339
    basic: Loading applet ...
    basic: Initializing applet ...
    basic: Starting applet ...
    network: Connecting http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001561 with proxy=DIRECT
    network: Connecting http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001561 with cookie "ObTEMC=648DCJKwxHQaRBcRGeOlel6xakVeEZs%2FVoSGqgLCgKemQQqI1qzeb30lOpg6OErpJp2LLzZogAK%2Fsrwtl%2BSREhXMw5g5ba4wUveFKa2oCzwcmfgBcGizP2eKV6gQFkKkXtA%2FsuydnB1KEIQhYdhevWExlcN8yRFE1TYKj%2BJxXdrdf8bP6jVLmPp5MXwHrO0iojKnh1iumldPon8i67uy%2BiurULgOkxsGA4Io%2F363uDc%3D; ObTEMP=%23comp_cookie%3Dfalse%23OblixUserNameCookie%3DUser%20Name%23"
    network: Server http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001561 requesting to set-cookie with "ObTEMP=%23comp_cookie%3Dfalse%23OblixUserNameCookie%3DUser%20Name%23; path=/;"
    network: Connecting http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001577 with proxy=DIRECT
    network: Connecting http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001577 with cookie "ObTEMC=648DCJKwxHQaRBcRGeOlel6xakVeEZs%2FVoSGqgLCgKemQQqI1qzeb30lOpg6OErpJp2LLzZogAK%2Fsrwtl%2BSREhXMw5g5ba4wUveFKa2oCzwcmfgBcGizP2eKV6gQFkKkXtA%2FsuydnB1KEIQhYdhevWExlcN8yRFE1TYKj%2BJxXdrdf8bP6jVLmPp5MXwHrO0iojKnh1iumldPon8i67uy%2BiurULgOkxsGA4Io%2F363uDc%3D; ObTEMP=%23comp_cookie%3Dfalse%23OblixUserNameCookie%3DUser%20Name%23"
    network: Server http://localhost/identity/oblix/apps/groupservcenter/bin/groupservcenter.cgi?program=addCookie&time=1149264001577 requesting to set-cookie with "ObTEMP=%23comp_cookie%3Dfalse%23OblixUserNameCookie%3DUser%20Name%23; path=/;"
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVnew.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVdelete.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVadd.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVsaveworkflow.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVcancelworkflow.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVprevious.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVnext.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVnew.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVnew.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVmodify.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVmodify.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVdelete.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVdelete.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVcopy.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVcopy.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVview.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVview.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVenable.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVenable.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/NAVexportall.gif
    basic: Loaded image: http://localhost/identity/oblix/lang/en-us/style0/2NAVexportall.gif
    java.util.NoSuchElementException
    at java.util.StringTokenizer.nextToken(Unknown Source)
    at com.oblix.workflow.ObWorkFlow.prepareForms(ObWorkFlow.java:3010)
    at com.oblix.workflow.ObWorkFlow.init(ObWorkFlow.java:1109)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    basic: Exception: java.util.NoSuchElementException
    Exception in thread "thread applet-com.oblix.workflow.ObWorkFlow.class" java.lang.NullPointerException
    at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
    at sun.plugin.AppletViewer.showAppletException(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    Yes, I do
    It's working for other things, only problem is usermanager workflow definition
    This is the error:
    Java(TM) Plug-in: Version 1.3.1_07
    Using JRE version 1.3.1_07 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\pwaxa64
    Proxy Configuration: Browser Proxy Configuration
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    java.util.NoSuchElementException
         at java.util.StringTokenizer.nextToken(Unknown Source)
         at com.oblix.workflow.ObWorkFlow.setDisplayTypes(ObWorkFlow.java:2085)
         at com.oblix.workflow.ObWorkFlow.init(ObWorkFlow.java:1027)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Thanks

  • Performance management workflow appraisee and appraiser name to be passed in email

    I am working on the performance management workflow. When the manager chooses to require an employee self assessment then an email notification should be triggered to the employee (appraisee) notifying them of the self assessment to be taken.This is my requirement.
    I have copied the standard workflow WS12300113 and customized the workflow to send the notification to the appraisee. I have customized the business object APPR_DOC . I am using the custom event  and the event linkage is activated.
    The manager from MSS select the employee and workflow is triggered. The mail notification will send  a mail to  the appraisee(employee) ,stating
    Dear Appraisee Name,
    Please schedule a meeting for a Crucial Conversation on your Tasks & Targets Setting/Review with your Line Supervisor.
    Kindly update appraisal document with agreements from the meeting.
    Your Appraiser is Appraiser Name.
    Since i am new to workflow , confused with passing the  recipient type(employee) from container an help d the name of the manager and employee name marked in red.
    Kindly help  me out with this

    Hi Paul ,
    Thanks for the concern!
    I created a custom class taking import parameters as appr doc id and plan version.
    I am passing these parameters to HRHAP_APPER table  and fetching the extended id(field id)
    I am passing this extended id to bapi  "BAPI_EMPLCOMM_GETDETAILEDLIST ".
    Here  i am getting multiple entries . using subtype '0001'  i will getting username and
    with subtype '0010' i will get email address of the manager.
    Passing username fetched from above step into bapi HR_GETEMPLOYEEDATA_FROMUSER
    i will get the name of the manager.
    I HAVE DONE BINDING OF METHOD PARAMETERS WITH TASK CONTAINER .ALSO TASK CONTAINER ELEMENTS WITH WORKFLOW CONTAINER ELEMENTS.
    BUT MY CONCERN IS I AM NOT GETTING ANY VALUES FROM HRHAP_APPER TABLE .
    Can you help me with an alternative solution,where i can get user id based on appraisal id and plan version ??

  • InDesign color management workflow help

    Hello,
    I recently had to create a 60 page color booklet for a University on a very tight schedule. The booklet was to be printed to press. I was not given any specifics as to the output specifics.
    So, I was creating vector graphics in Illustrator as CMYK, and importing them in InDesign. And receieving e-mail with bitmat images in formats from JPG, TIFF, PDF, PNG. and I would place them directly into InDesign. If I had to do any photoshoping of a picture, I would conver the sRGB original to CMYK.
    I have been reading discussion about color management workflow. But I am still not clear what I should have been doing with the roughly 100 image files sent me to be in the booklet?
    Somewhere I read the way I did it was okay, as long as I let InDesign handle image conversion on the output? Is this correct? When I went to make my Package for the printer, I did get the Triangle "warning" that some images were sRGB. The PDFs looked great.
    What should I have done as all these images came in? It was a crazy deadline. I can't imagine having to open every image in Photoshop -Convert to CMYK-Adjust colors and resave and import?
    And what do you do if you don't know the specific output printer? I default to SWOP.
    So, will InDesign, convert any incorrect (sRGB etc) images on the final output to the proper colorspace to be printed properly?
    Thanks
    Robin

    InDesign will convert RGB to CMYK when you're exporting as PDF files IF (big IF) you choose PDF/X-1a as your PDF preset. Some of the other PDF presets (e.g., Press Quality) don't do this conversion. Their color conversion setting is No Conversion.
    SWOP is a reasonable output assuming your printer didn't give you a customized CMYK profile to install with instructions to install it (most North American printers don't do this).

  • Color management workflow for beginners..

    I am making a movie. I have several hundred clips, shot over a period of almost 5 months. Indoors, outdoors, morning, afternoon, mid day etc. I have gained experience with my Panasonic HMC 151 over the months, and during this time used a variety of settings. I will also use still photos, and use some computer generated graphics made in Daz3D Carrara. All in all - I have a lot of material which look very different.
    When layering my clips in After Effects, I want to do it right, and not paint myself into a corner.
    When compiling my scenes (compositions) I also want to do it "right".
    Most important to me is to get a coherent look and feel. This is the main priority. Later I might wish to change the overall color if I find out I want my movie to look more like a movie than a "video show". For example, I have shot some scenes late in May at noon, ans some scenes in the afternoon in September, and they belong to the same dialog where people talk to each others.
    The target media is DVD for home TVs.
    Any links to workflows and step-by-step guides (video tutors) on basic approaches on how to avoid the big mistakes is very much appreciated!
    ingvarai

    ingvarai:
    Color Management in indeed an important aspect, but from your description, it seems that you should be concerned with "color correction" first.
    Color Management is about getting reliable and predictable color rendition. It's not really about defining the "look" of your project. If your shots are not properly exposed, for example, Color Management will only make it more reliable to assure they're not properly exposed. Color correction is all about fixing those problems, or stylizing the overall look. If two takes don't intercut well, for example, then you have to correct color balance, exposure, so one matches the other.
    After Effects includes a ton of effects which can be used for color correction, including Levels, Curves, Hue/Satuarion, etc. And it also includes a streamlined color correction plug-in called Color Finesse. I think the Color Finesse documentation is a good starting point, regardless of what you end up using. If you go to the folder in which After Effects is installed, and look into the "Effects" folder, you should see a folder called Synthetic Aperture. The Color Finesse manual should be inside that folder.
    Also, After Effects Help has a section on Color correction and adjustments. It includes a number of links to other resources.
    Mark Christiansen's book After Effects CS4 Visual Effects and Compositing Studio Techniques is very recommended.
    As for the Color Management workflow, there's a specific white paper on the Adobe web site on this very subject, but I am not sure that's a good starting point. Instead, I think the AE help page on Color Management is better to get your feet wet, and then go through the white paper. Again, there are several links to other resources in the AE Help page about Color Management.

Maybe you are looking for

  • Empty file after replace

    Hello I am facing a very strange problem saving files. Find attached a quick example showing the issue. The first time I hit "save" and choose a name for the file (numbers.txt, for example), everything works great and the file is created with my data

  • Document type restriction in GL posting.

    Dear All, How can i restrict a GL account to have only one specific document type documents. I mean only one document type should be posted to that GL. It should not contain any other document type other than specified one. I know this is possible th

  • Video RAM in Windows 7

    I've got Windows 7 RC 32-bit installed in a Boot Camp partition and it seems to work quite well. My only problem is that I can't get the Aero interface to work since Windows is saying I only have a standard VGA adapter with 14 MB of video memory! Is

  • I cannot open my comcast mail since they changed their opening page for inboxes

    I have always been able to access my Comcast email inbox UNTIL Comcast changed their opening page for email. When they changed their opening page, it now shows just a portion of your new email and you have to click on "View Entire Inbox" to actually

  • Problem changing the country store

    Hi i want to change my country store but i can't because i have credit the problem the balance its 0.06$ how can i use it?? if you can take my credit take it. Best Regards  Hussain Taqi