Granting Calc execute rights with MaxL

I'm running into a problem when granting calc access to users via maxl. I am specifying a calc script the user should be able to run but when I look at their user settings after I run my script, they have access to all calc, not just the one I specified in the script.I tried inserting a line to take away all their access first, but that did not resolve the issue. My script looks like this:grant no_access on database Finance.Finance to testuser;grant execute Finance.Finance.rollup to testuser; /*this is the calc script 'rollup'*/create or replace filter Finance.Finance.testfilterno_access on '@IDESCENDANTS("Scenario")', read on '@IDESCENDANTS("Measures")',write on '"TestCo", "Forecast 2003", "AR Trade", "Inventory", "Sep"';grant filter Finance.Finance.testfilter to testuser;Does anyone have any input on how to modify this so I'm only granting access to the rollup calc and not any others?Comments are appreciated.Regards,

I have the solution to this problem! I actually found it in this forum (I want to give credit where it is due). The solution was posted by poguer on 8/13/03 under a posting titled "Problems with MaxL "Grant Execute" Code.In his post he explains that the solution does not have to do with 'grant no_access' (a solution I attempted). What you need to do is first grant the user access to the default calculation, and then grant them access to the specific calculation.For Example:grant execute default on database Sample.Basic to testman;grant execute Sample.Basic.rollup to testman;(rollup = your calc script, testman = your user)I know this might seem dumb, but it works!Thanks to poguer for figuring this one out.....

Similar Messages

  • How To grant Permission on Filter with a Console (not with MaxL)

    Hello,
    i am new to V11.1.2.1 (in V9 we use Essbase standalone mode and move to Shared Services security mode in V11)
    With MaxL i can do a "gant filter MyApp.MyDB.Myfilter to MyexternalUser;"
    now i want to do this with Shared Services Console (or with Essbase Administration Web Console).
    With the EAS Web Console i can create the MyApp.MyDB.Myfilter.
    With Shared Services Console i can give MyexteralUser the permission "Filter" for the Essbase App "MyApp".
    But i found no way to grant the Myfilter to MyexternalUser.
    What are the steps (other than user MaxL) to do this with a console app ?

    Take a look at this thread, 4th post:
    http://www.network54.com/Forum/58296/thread/1300291022/hiding+level+0+dummy+members+with+filters
    Regards,
    Cameron Lackpour
    P.S. I think it's odd that this isn't documented anywhere particularly well. Has anyone seen it/have I just been my usual totally blind self?

  • How can i run a executable right after a rman job has run?

    How can i run a executable right after a rman job has run?
    I have a rman job that execute every night. The backup is local.
    I want to have a duplicate of the backup on another machine.
    I want the executable to sync the directory to execute right after the rman backup.
    How can i do this using the job scheduler?
    Normaly, i would configure rman to run the backup on both location. But im having trouble with rman regarding this:ORA-600 [2103] on RMAN Backup to NFS mounted file system

    Hi,
    If the rman job is in fact a Scheduler jobs (appears in the dba_scheduler_jobs view) then you can create a second event-based job that runs after the rman job (and set the raise_events attribute for the rman job).
    Instructions are here
    Create Event based job
    Hope this helps,
    Ravi.

  • Error while executing WDA with PDf form

    Hi,
    when i'm executing WDA with PDF form i'm getting the following error message.
    i've checked for Reader credential properties from Basis, they say evething is okay.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/56/f2c94a069f44a785b85748e11f82a0/content.htm
    what must be theproblem.
    Also when i execute other WDA application with PDF it is generating PDF .
    pls help.
    Error when processing your request
    What has happened?
    The URL http://dv1d11.corp.abc.pvt:8011/sap/bc/webdynpro/sap/zktest_pdf_try3/ was not called due to an error.
    Note
    The following error text was processed in the system D11 : WebDynpro Exception: ADS: com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights(200,101).
    The error occurred on the application server dv1d11_D11_11 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============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 D11 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 dv1d11_D11_11 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 2 in transaction ST11 on the application server dv1d11_D11_11 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 100 -u: 09039694 -l: E -s: D11 -i: dv1d11_D11_11 -w: 2 -d: 20081007 -t: 162655 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    When you tried other WDAs with PDFs, where they interactive PDFs?  The reader rights are only needed for interactive PDFs. 
    >WebDynpro Exception: ADS: com.adobe.ProcessingException: Could not retrieve a password for credential: ReaderRights(200,101).
    That error message would sure to seem to point that the credentials are not accessible to the user that ADS webservice call is being made by.  That would certainly seem to me to point to a configuration problem at the Basis level.

  • Failed to execute SP with error PLS-00201

    I've stored procedure called CAL_TAX which create by schema EMP_DBA, right now I want to grant execute right on this SP to user USER1. I've execute below statement:
    CREATE USER USER1 IDENTIFIED BY USER1234;
    GRANT CONNECT TO USER1;
    GRANT RESOURCE TO USER1;
    GRANT CREATE SESSION TO USER1;
    GRANT EXECUTE ON EMP_DBA.CAL_TAX TO USER1;
    DECLARE
    CURSOR C1 IS SELECT TABLE_NAME FROM USER_TABLES;
    CMD VARCHAR2(200);
    BEGIN
    FOR C IN C1 LOOP
    CMD:='GRANT SELECT ON ' || C.TABLE_NAME || ' TO USER1';
    EXECUTE IMMEDIATE CMD;
    END LOOP;
    END;
    When I connect as USER1 and execute SP CAL_TAX, I received below error messages. Can anyone help me on this ? I've no problem to execute SP if connect as EMP_DBA
    BEGIN CAL_TAX; END;
    ERROR AT LINE 1:
    ORA-06550: LINE 1, COLUMN 7:
    PLS-00201: IDENTIFIER 'CAL_TAX' MUST BE DECLARED
    ORA-06550:LINE 1, COLUMN 7:
    PL/SQL: STATEMENT IGNORED
    This is the part of the SP CAL_TAX, could it AUTHID CURRENT_USER caused this problem ?
    CREATE OR REPLACE PROCEDURE CAL_TAX
    AUTHID CURRENT_USER
    IS

    When I connect as USER1 and execute SP CAL_TAX, I received below error messages. Can anyone help me on this ? I've no problem to execute SP if connect as EMP_DBA
    BEGIN CAL_TAX; END;
    You are connected as USER1 trying to execute a procedure named CAL_TAX.
    But USER1 does not own any object named CAL_TAX so you  get the exception.
    User EMP_DBA owns object CAL_TAX so USER1 has to provide the schema prefix to reference that object
    BEGIN
       EMP_DBA.CAL_TAX;
    END;
    If you create a public synonym then USER1 can use the synonym to reference the object.

  • ORA-27369: job of type EXECUTABLE failed with exit code: Key has expired

    Hi
    I defined the following Job on Linux Redhat 5.4 & Oracle DB 10.2.0.4:
    BEGIN
      dbms_scheduler.create_job(job_name        => 'expjob',
                                job_type        => 'executable',
                                job_action      => '/EXPORT/scott_cmd',
                                enabled         => TRUE,
                                auto_drop       => FALSE);
    END;
    drwxrwxrwx   2 oracle oinstall  4096 Jul 10 19:19 EXPORTwhere:
    /home/oracle>cat /EXPORT/scott_cmd
    #!/bin/sh
    exp parfile=./scott.par
    /home/oracle>cat /EXPORT/scott.par
    FILE=scott.dmp
    USERID=STRMADMIN/STRMADMIN
    OWNER=SCOTT
    LOG=scott.log
    /home/oracle>ls -l /EXPORT/scott_cmd
    -rwxr-xr-x 1 oracle oinstall 34 Jul 10 19:16 /EXPORT/scott_cmd
    /home/oracle>ls -l /u01/app/oracle/OraHome_1/rdbms/admin/externaljob.ora
    -rw-r--r-- 1 root oinstall 1575 Jul 10 18:42 /u01/app/oracle/OraHome_1/rdbms/admin/externaljob.ora
    (run_user = nobody
    run_group = nobody)
    /home/oracle>ls -l  /u01/app/oracle/OraHome_1/bin/extjob
    -rwsr-x--- 1 root oinstall 64842 Jul  8 14:21 /u01/app/oracle/OraHome_1/bin/extjob
    /home/oracle>ls -l  /u01/app/oracle/OraHome_1/bin/extjobo
    -rwxr-xr-x 1 oracle oinstall 64842 Jul  8 14:21 /u01/app/oracle/OraHome_1/bin/extjoboWhen I executed as user STRMADMIN ( has DBA & CREATE JOB Privileg) the Job, I got always the error:
    /EXPORT>sqlplus STRMADMIN/STRMADMIN
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Jul 10 19:40:24 2011
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exec dbms_scheduler.run_job('expjob');
    BEGIN dbms_scheduler.run_job('expjob'); END;
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Key has expired
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    SQL>Please, help
    regards
    hqt200475
    Edited by: hqt200475 on Jul 10, 2011 10:04 AM
    Edited by: hqt200475 on Jul 10, 2011 10:05 AM

    Hi Ronald,
    I need the external Job in the 10.2.0.4-Environment because of the Online-Upgrade of a 10.2.0.4-Database to 11.2.0.2 with STREAMS. I want to start the old export from a PL/SQL-Procedure.
    Now returning to my problem:
    First: Change the run user to oracle:oinstall $ORACLE_HOME/rdbms/admin/externaljob.ora
    # This configuration file is used by dbms_scheduler when executing external
    # (operating system) jobs. It contains the user and group to run external
    # jobs as. It must only be writable by the owner and must be owned by root.
    # If extjob is not setuid then the only allowable run_user
    # is the user Oracle runs as and the only allowable run_group is the group
    # Oracle runs as.
    #run_user = nobody
    #run_group = nobody
    run_user = oracle
    run_group = oinstallsecond:
    /EXPORT>cat scott_cmd
    #!/bin/sh
    ORACLE_SID=STB;export ORACLE_SID
    ORACLE_HOME=/u01/app/oracle/OraHome_1;export ORACLE_HOME
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib;export LD_LIBRARY_PATH
    /u01/app/oracle/OraHome_1/bin/exp parfile=/EXPORT/scott.parand:
    BEGIN
      dbms_scheduler.create_job(job_name        => 'expjob_r',
                                job_type        => 'executable',
                                job_action      => '/EXPORT/scott_cmd',
                                enabled         => TRUE,
                                auto_drop       => FALSE);
    END;
    /The manual execution of export as user oracle/oinstall was unproblematic, But I still got the error when running the following procedure :
    SQL> exec dbms_scheduler.run_job('expjob_r');
    BEGIN dbms_scheduler.run_job('expjob_r'); END;
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Operation not
    permitted
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1regards
    hqt200475

  • ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error

    Hello DBAs,
    I am trying to schedule a shell script through dbms_scheduler.CREATE_JOB
    My database version is 10.2.0.3.0.
    I can successfully schedule the job, but while running, it throwing ORA-27369 with out exit code.
    Given below are the actions performed -
    -- Created shel scripts-
    $ cat shell01.sh
    ./test.sh >> test.log
    $
    $ cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    -- Granting privileges - (eventhough I have tried from 'SYS' schema)
    GRANT create Job, create external job, execute any class, execute any program , manage scheduler to sys;
    -- Drop job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.drop_job('RUN_SHELL01');
    END;
    -- Schedule job with name RUN_SHELL01
    BEGIN
    dbms_scheduler.CREATE_JOB
         (job_name           => 'RUN_SHELL01',
         job_type           => 'EXECUTABLE',
         job_action           => '/home/ora1023/shell01.sh',
    start_date           => '18-AUG-09 05:37:00 AM',
         end_date          => NULL,
         repeat_interval      => 'FREQ=MINUTELY',
         enabled           => false,
         comments           => 'Run shell-script');
    END;
    --Enable job
    BEGIN
    dbms_scheduler.enable('RUN_SHELL01');
    END;
    -- Checking status
    SELECT owner, job_name, enabled FROM dba_scheduler_jobs;
    select JOB_NAME,STATUS,ERROR# from dba_scheduler_job_run_details where job_name='RUN_SHELL01';
    -- Executing the job
    SQL> exec dbms_scheduler.run_job('RUN_SHELL01');
    BEGIN dbms_scheduler.run_job('RUN_SHELL01'); END;
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 1
    Anybody please suggest a solutions for this -

    My shell script will work as below -
    user01@test01:/home/user01 : cat shell01.sh
    ./test.sh >> test.log
    user01@test01:/home/user01 :
    user01@test01:/home/user01 :
    user01@test01:/home/user01 : cat test.sh
    sqlplus -s "/ as sysdba" <<EOF
    SELECT SUBSTR(host_name,0,10) host_name, instance_name, status,TO_CHAR(startup_time,'dd-mm-yy hh24:mi:ss') startup_time
    FROM v\$instance;
    disconnect;
    exit;
    EOF
    user01@test01:/home/user01 : ./shell01.sh
    user01@test01:/home/user01 : ls -ltr
    -rw-r--r-- 1 ora1023 dba 155 Aug 26 05:28 test.log
    user01@test01:/home/user01 : cat test.log
    HOST_NAME INSTANCE_NAME STATUS STARTUP_TIME
    test01 oft1 OPEN 18-08-09 08:22:45
    user01@test01:/home/user01 :
    ** I think this shell script is working fine! ..its only for testing..
    and while we are querying dba_scheduler_job_run_details for additional info-
    SQL> select s.STATUS ,s.ADDITIONAL_INFO from dba_scheduler_job_run_details s where s.job_name='RUN_SHELL01';
    STATUS
    ADDITIONAL_INFO
    STANDARD_ERROR="execve: Exec format error"
    FAILED
    ORA-27369: job of type EXECUTABLE failed with exit code: Unknown error
    STANDARD_ERROR="execve: Exec format error"
    I think Metalink Doc ID: 555160.1 (Schedular Job of Type 'EXECUTABLE' Fails with ORA-27369 "exit code: 255" STANDARD_ERROR="execve: Exec format error"). Will help me to solve this issue Since i am using ksh -
    # echo $SHELL
    /bin/ksh
    Edited by: Rajesh Menon on Aug 25, 2009 9:21 PM

  • Is it can grant an admin right for special application ?(No Runas as Administrator)

    Dear All
    Background: We have an application which run on users group in server 2000 SP4 is normal.
    We want upgrade the OS to Win7 , on the Win7 the application can not launch on normal users group.
    I was try the properties of compatibility to server 2000 and choose "Run this program as an administrator" and edit the regedit key permission , both of all is not work on my case.
    It is ok right-click the application and runas as administrator, but on the other hand I find runas administrator has some other error with the application.
    May I know is it has a method can grant the admin right to special user when running special application ?
    Regards All

    Hi,
    What application can not run in Windows 7? I think there is a application compatibility issue, so please attempt to run Program Compability troubleshooter.
    Also, you said you got some error while you ran as administrator with runas command. And what are the errors?
    RUNAS /user:<Username> Program
    Based on my knowledge, we cannot grant the special user with admin right unless you add this special user to Administrators group. When a special user is running a application requiring administrator permission, it will prompt to input administrator username
    and password.
    Andy Altmann
    TechNet Community Support

  • Lion Server, Windows clients, execute rights?

    I am looking to support client machines running Windows on Parallels on Lion, with a Mac Mini server to store all files. Everything is dandy but for my Installs folder. To install software on Windows you have to have execute rights, and Unix (rightly ) doesn't exose this by default. So I am wondering what best practice is.
    Do people apply an ACL to the Installs folder and sub folders? Do Posix rights on a file by file bases? Punt and run a VM with Windows 7 on the Server to act as a file share?
    Thanks for any insight or suggestions.
    Gordon

    This has been madness. So many alchemist fixes around Google for what seems to be a common problem: edit the registry, alter security settings, configure OpenDirectory, kiss a frog. What happened to the idea of sharing a folder on the LAN and getting back to work?
    How do I confirm the string that serves as my Lion Server's FQDN?
    On a (perhaps) related matter, I am confused because in my PC's "Network" list I see my Lion server as "MACMINI-0302EC" which seems like a generic machine name plus partial MAC address, but I've given the server a customized name in the server's System Preferences... 

  • Perl with MaxL

    Hi:I'm looking for a few "good" samples of using Perl with MaxL ... there are not many to be had in the Tech Ref ... I just want to perform some simple MaxL calls like running calcs etc. and would like to perform runtime error trapping ...

    Hi,They don't make it easy for us newbies to perl. The documentation just skims over the subject. I found the best place to start was with the Table.pl example given in the Perlmod/Samples directory. At the bottom, just rip out their code and put in yours, leaving all the subroutines. To trap errors, I add a line in the msgs subroutine *if ($level >=2){$fault = 1};* then in your routine put if ( ! ($fault == 1)) then continue sequence, else die or do something else.

  • How to grant LOGON ONLY Rights to two users (no domain admins) on Domain Controllers

    Dear Techies,
    I wish to grant LOGON ONLY Rights to two users, who are not the members of Domain Admins, on Domain Controllers.
    Can someone please suggest the best and easiest possible way to do this keeping up with Compliance?
    Regards
    Amit Kumar

    I think it is by design, the readers don't have access to the operations and application management section. If you look at the URL's you will notice they are of the form  http://servername:portnumber/_admin/operations.aspx and http://servername:portnumber/_admin/applications.aspx. Giving read only access to these pages means, they will be not able to modify the settings on these pages.
    Looks like it is not possible to give read only access.
    Thanks,
    Prashanth

  • Granting/Revoke Access Rights

    I have a desktop application which is more of a db management thing. I have different user roles accessing it. Two roles that i am using are as follows:-
    NOVICE
    ADMIN
    Till now, ive implemented:
    adding new users,
    Logging in for existing users
    Ive done this by storing data about users in a table as follows::
    NAME
    PASSWORD
    TYPE ie ADMIN / NOVICE
    Now i want to add another functionality. Granting/revoking access rights and priviledges to users. I think a new person,who wants to add himself as ADMIN or NOVICE, would be allowed to do so only if he requests for such a role and is accepted by a SUPER user. This was a thought that came to my mind. Pls guide me in the right direction.
    Thanks
    Dexter

    It's hard to interpret what you're trying to do. However I set up such an access control system recently which might point you in the right direction.
    Basically there are three tables. One is a table of users (for efficiently most of these tables have "synthetic keys", unique numeric identifiers for references). In this would probably be the user's name and, perhaps, e-mail address etc.., And a digest of the username and password combined. You don't store the actual password text for security reasons (see MessageDigest class).
    The second principal table is a list of roles or actions that are protected, each with a name and description.
    Permissions are granted in a third table which is an intersection table between users and roles, each row granting one role to one user (can contain further constraints).
    One of these roles is, of course, the ability to grant roles. A user with that permission can grant or revoke a role for another user (or some subset of other users) providiing they have the permission itself.
    In the java program you can create a class which extends java.security.Permission, when the user logs in, store them in a PermissionCollection. Then you use the "implies" method when you want to test if the current user has a given permission.
    Hope this is something to do with what you're trying to do.

  • NwSapSetup was not able to grant you administrator rights

    Hello
    I have configured Local Security Handling on our SAP installation server (v 8.6.1.54), which configured fine, and I have added the account used for this as an administrator on a test client PC.
    When I try to install the SAP GUI 7.2 patch level 6 package from the installation server share, with a user that does not have local admin privileges, the following error occurs:
    NwSapSetup was not able to grant you administrator rights, either because:
    - the distribution service didn't respond
    - the installation service couldn't be started
    - the logon credentials for the installation service are incorrect
    Please contact your system administrator
    Any ideas?
    Thanks
    UPDATE:
    The log files on the server are giving me a clue as to why this is failing:
    14:56:20 NwSapFeiUt  1   Trying to make user >LSHUser< local Admin of >TEST-LAP<
    14:56:41 NwSapFeiUt  1E  Could not make user member of local admins Error message: The RPC server is unavailable. Error code 0x000006ba (1722).
    14:56:41 NwSapFeiUt  1   ERROR! Can not make the user cciservicesap a member of the local admins group of the wksta GBH-LAP-037
    So I've found the problem it seems...but why it has to try making LSHUser a local admin, when it is already an admin on that machine, I don't know!
    Edited by: J. Walton on Aug 12, 2011 3:43 PM
    Edited by: J. Walton on Aug 12, 2011 4:01 PM

    I restarted the server that contains the SAP installation files, and the installation on the client still fails, however the log files look different.
    I am now seeing "User is already a admin on this wksta" - which is good.
    But underneath that:
    "09:17:08 NwSapFeiUt  1E  Installation service : failed to start service Error message: The stub received bad data. Error code 0x000006f7 (1783)."
    A quick Google suggests this could be because there are too many services running on the client laptop, and that I should uninstall some!

  • I have garage band on my I pad and from what I can tell I have done everything right with the latest versions and icloud turned on for the app and phone. I have a cloud in the upper right corner of the song but when I go to my icloud drive on a brows

    I have garage band on my I pad and from what I can tell I have done everything right with the latest updates and icloud enabled on the i pad and app. A cloud is in the upper right corner of the song but when I look on my icloud drive on a internet browser on my PC it is not there. Any reason why?

    Bring your phone into Apple for evaluation

  • Hello , im working with hebrew and the dot  "." isnt correcting to right with the align , i know that in indesign u use with paragraph direction to correct it but here what should i do. sorry for my english

    hello , im working with hebrew and the dot  "." isnt correcting to right with the align , i know that in indesign u use with paragraph direction to correct it but here what should i do. sorry for my english

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

Maybe you are looking for