Cannot run script queued for roles and privileges


Hi all;


I'm recreating a u1 user and also try to attempt to define the roles and privilege from the file put on hold.

but I get the error message.


$ cat f1.sql

GRANT CONNECT to u1

Grant RESOURCE to u1

Grant CREATE SESSION to u1

Grant UNLIMITED TABLESPACE to u1

Grant CREATE TABLE to u1

Grant CREATE ANY TABLE to u1

Grant CREATE the CLUSTER to u1

Grant CREATE SYNONYM to u1

Grant CREATE VIEW to u1

Grant CREATE SEQUENCE to u1

Grant CREATE ANY SEQUENCE to u1

Grant CREATE DATABASE LINK to u1

Grant CREATE PROCEDURE for u1

Grant CREATE TRIGGER to u1

Grant CREATE TYPE U1

GRANT CREATE OPERATOR to u1

Grant CREATE INDEXTYPE U1

SYS > create the u1 user identified by u1;

Created by the user.

SYS > @f1.sql;

5

DB version is 11.2.0.1 on redhat 4.7

Thank you

Where are you semicolons?  Each command must end with a semicolon.

Hemant K Collette

Tags: Database

Similar Questions

  • Cannot install Script Bay for CS5 and CS6 - invalid Signature

    I tried to reinstall the extension Script Bay because it wasn't somehow, and he refused to install to invalid signature. I installed this extension repeatedly on the current and old PC before but this is the first time that I have this experience.

    I saw a few solutions for the installation of extensions, but they were for Mac, not windows. And apparently Adobe does not support higher versions of Extension for Windows drivers. Is there a solution to this?

    Bay of script has been updated:

    http://in-tools.com/article/script-Bay/script-Bay-update/

  • Roles and privileges, I'm really confused, 1st edition

    I'm having some trouble with the privileges assigned through roles. I read a few articles on the topic, but I'm still confused. I have actually some problems and I am speaking to them in two separate threads: this one and 'roles and privileges, I'm really confused, 2nd edition.

    To begin with, I am familiar with the following statement.
    , The owner of the schema containing the view must have the necessary privileges to either select, insert, update, or delete rows from all tables or views on which the opinion is based. The owner must be granted these privileges directly, rather than a role.
    Here's what's happening.

    I have a role, say ROLE1 has the privilege of system CREATE SEQUENCE (without the GRANT OPTION) are attributed to him. I then set ROLE1 User1 (it's just a dummy user and a role, if they conflict with reserved roles or accounts, they are not the real names of role and the user that I use). User1 has also created a package in its schema that calls a SEQUENCE to CREATE breast in a package procedure.

    When the user runs the package procedure we get an insufficient privileges error. When we do a SELECT * FROM SESSION_PRIVS the CREATE SEQUENCE privilege is listed; This should mean that the user can create a sequence, right? However, when the privilege is assigned directly to the user directly to the user, not by a role, the statement runs without error.

    I don't understand this. The user has the CREATE SEQUENCE privilege through the role, verified by the SESSION_PRIVS table (or view), but is not able to create the sequence, unless this privilege is assigned directly to the user - if this is true, that I seem to contradict the purpose of having roles.

    Anyway, anyone know how I can get it to work properly?

    DBelt wrote:
    We are talking about all rights of the DEFINER vs applicant rights. I won't use the rights of the appellant, I like the guarantee of the rights of the author. WO what should I do to get things to work with the rights of the author?

    Grant privilege explicitly to the user, not a role.

  • Trying to auto generate roles and privileges

    Hello all,.

    Oracle 11g v11.2.0.1.0 on Windows Server 2008 Enterprise

    I have a database with many schemas. One of the patterns is referred to as the CM_MASTER schema in that it was granted the following: s/n, create user, drop user, alter user, create any table, select any table and a few others, all with the clause "with admin option".

    We have developers who need to select only the access to tables and views non-maitre patterns. My plan was to create a unique ROLE for each schema, then grant select on each table and discovers in this scheme to this unique role. Then grant the role appropriate to every developer therefore giving them only read access.

    I can accomplish the above manually when you are logged in as the CM_MASTER schema.

    I am creating a procedure owned and run by the schema CM_MASTER which creates a new role and then give this role. The procedure accepts a parameter that contains the username of the target schema. The procedure is able to create the role (create a role scott_r) successfully.

    However, I get an error of insufficient privileges (see below), after that the role was created, trying to issue the command "grant select on scott.some_table to scott_r" via "immediate execution".

    Any ideas, what privilege (s) the user needs CM_MASTER to be able to issue the grant (s) for the role?

    Error message below:

    exec ('scott') gen_schema_role;
    Error report:
    ORA-01031: insufficient privileges
    ORA-06512: at "CM_MASTER. GEN_SCHEMA_ROLE', line 30
    ORA-06512: at line 1
    01031 00000 - "insufficient privileges".


    The procedure code is below:
    Utl_file.put_line commands have been added for debugging, but nothing came out.
    When the "immediate execution" lines are commented, the utl_file.put_line command output displays the correct SQL create and grant statements.

    create or replace
    procedure gen_schema_role (p_db_user in varchar)
    as
    v_role_name varchar2 (30);

    v_bat_out utl_file.file_type;

    cursor get_object_names is
    Select object_name dba_objects
    where owner = upper (p_db_user)
    and object_type in ('TABLE', 'SEE')
    and status = "VALID".
    and object_name not like "DR$ %.
    and object_name not like '% XT;

    Start

    v_bat_out: = utl_file.fopen ('SR_BACKUP', 'Create_Roles.sql', 'W');

    v_role_name: = substr (p_db_user, 1, 28). '_r';

    UTL_FILE.put_line (v_bat_out, ' ');
    UTL_FILE.put_line (v_bat_out, 'create role' | v_role_name);

    run immediately "create role" | " v_role_name; < <-this seems to work, the role is created

    for a get_object_names in
    loop
    UTL_FILE.put_line (v_bat_out,' grant select on ' | p_db_user |) '.' || a.object_name | « à » || v_role_name);

    run immediately ' grant select on "| p_db_user | '.' || a.object_name | « à » || v_role_name;
    end loop;

    UTL_FILE.fclose (v_bat_out);

    end gen_schema_role;



    Thank you
    Snyds

    Hello

    It seems that CM_MASTER needs to GRANT any OBJECT PRIVILEGE.

    And this should be given directly to him (not by the role DBA, which you shouldn't use anyway)

    My guess is, however, that this will not work unless scott has actually created his own one or more tables.

    Concerning
    Peter

  • Portal of WC - need information about the Migration or DB tables for roles and users/groups.

    Hello

    We are to modernize the WebCenter portal for a client of 11.1.1.3.0 to 11.1.1.8.0.

    Anything can let me know the procedure of migration or the involved DB tables that store the roles and the "user groups &" under the administration of security.

    A manual level by recreating all roles and users and groups one by one is my last option.

    Thank you

    Jean Claude

    Hello.

    Do not recreate it manually.

    The documentation must guide for PS2 - PS7 migration explaining step by step what to do regarding the security / policies.

    Read it slowly and carefully.

    Using WLST backup/export/import of your policy store scripts / qualifications.

    Following links can help you understand the WLST Scripts for the migration of security:

    http://docs.Oracle.com/CD/E29542_01/core.1111/e10043/addlsecfea.htm#JISEC3639

    Custom security infrastructure controls WLST - 11g Release 1 (10.3.6)

    We have migrated many times of 11.1.1.4/5 to 11.1.1.8. Always on the PS3 (11.1.1.4) version.

    11.1.1.3 to 11.1.1.4 was the biggest change from my point of view. I never had the opportunity to PSx PS2.

    For migration tasks, my recommendation is to ask for doubts or things not clearly in Support of Oracle documentation.

    Kind regards.

  • vCenter roles and privileges to migrate virtual machines

    I created a custom role named 'Build VMs' that I have assigned to an ad group.  This role is assigned in the data centers, all spread and no. folder where elsewhere.  The role was designed to allow a specific group of users to manage virtual machines (create, move, delete, but not clone, etc.).

    For the most part, it works fine, but I have a problem: they cannot migrate powered off VMs.  vMotion is available and works, but I need to move a cluster virtual machines to a different (more old hw & 3.5 to new hw & 4.1).

    The role has the following privileges:

    Name                                Id
    ----                                --
    Anonymous System.Anonymous
    View System.View
    Read System.Read
    Create the folder Folder.Create
    Allocate space Datastore.AllocateSpace
    Update of virtual machine files Datastore.UpdateVirtualMachineFiles
    Configure Network.Config
    Affect the Network.Assign network
    Change DVSwitch.Modify
    Operation of DVSwitch.PortConfig port configuration
    Setting of port DVSwitch.PortSetting operation
    Change DVPortgroup.Modify
    Create the virtual machine Host.Local.CreateVM
    Reconfigure the virtual machine Host.Local.ReconfigVM
    Create new VirtualMachine.Inventory.Create
    Create existing VirtualMachine.Inventory.CreateF...
    Register VirtualMachine.Inventory.Register
    Delete VirtualMachine.Inventory.Delete
    Unregister VirtualMachine.Inventory.Unregister
    Move VirtualMachine.Inventory.Move
    Power VirtualMachine.Interact.PowerOn
    VirtualMachine.Interact.PowerOff power off
    Suspension VirtualMachine.Interact.Suspend
    Discount to zero VirtualMachine.Interact.Reset
    Question answer VirtualMachine.Interact.AnswerQu...
    Console interaction VirtualMachine.Interact.ConsoleI...
    Device connection VirtualMachine.Interact.DeviceCo...
    Configure support CD VirtualMachine.Interact.SetCDMedia
    Configure floppy media VirtualMachine.Interact.SetFlopp...
    VMware Tools install VirtualMachine.Interact.ToolsIns...
    Buy tickets to control comments VirtualMachine.Interact.GuestCon...
    Defragmentation of disks all VirtualMachine.Interact.Defragme...
    Turn on the VirtualMachine.Interact.CreateSe of fault tolerance...
    Disable VirtualMachine.Interact.TurnOffF of fault tolerance...
    Test failover VirtualMachine.Interact.MakePrimary
    Restarting the VM VirtualMachine.Interact.Terminat secondary...
    Disable VirtualMachine.Interact.DisableS of fault tolerance...
    Enable fault tolerance VirtualMachine.Interact.EnableSe...
    Record session on Machine virtual VirtualMachine.Interact.Record
    Review the session on virtual computer VirtualMachine.Interact.Replay
    Backup operation on a virtual machine VirtualMachine.Interact.Backup
    Create a screenshot VirtualMachine.Interact.CreateSc...
    Rename VirtualMachine.Config.Rename
    Add a disk existing VirtualMachine.Config.AddExistin...
    Add the new disk VirtualMachine.Config.AddNewDisk
    Remove the VirtualMachine.Config.RemoveDisk disc
    Raw device VirtualMachine.Config.RawDevice
    Host VirtualMachine.Config.HostUSBDevice USB device
    Change the number of CPU VirtualMachine.Config.CPUCount
    Memory VirtualMachine.Config.Memory
    Add or remove devices VirtualMachine.Config.AddRemoveD...
    Change the settings of the device VirtualMachine.Config.EditDevice
    Parameters VirtualMachine.Config.Settings
    Change resources VirtualMachine.Config.Resource
    Updating of the virtual hardware VirtualMachine.Config.UpgradeVir...
    Reset the VirtualMachine.Config.ResetGuest customer information...
    Advanced VirtualMachine.Config.AdvancedCo...
    Lease of disk VirtualMachine.Config.DiskLease
    Swapfile placement VirtualMachine.Config.SwapPlacement
    Extend the virtual disk VirtualMachine.Config.DiskExtend
    Change disk monitoring VirtualMachine.Config.ChangeTrac...
    Unlock the virtual machine VirtualMachine.Config.Unlock
    Queries files without owner VirtualMachine.Config.QueryUnown...
    Reloading the way VirtualMachine.Config.ReloadFrom...
    Compatibility VirtualMachine.Config.QueryFTCom of the fault tolerance of queries...
    Customize the VirtualMachine.Provisioning.Cust...
    Promote records VirtualMachine.Provisioning.Prom...
    Deploy the model of VirtualMachine.Provisioning.Depl...
    Clone model VirtualMachine.Provisioning.Clon...
    Mark as virtual machine VirtualMachine.Provisioning.Mark...
    Read about the customization VirtualMachine.Provisioning.Read...
    Edit the VirtualMachine.Provisioning.Modi customization specifications...
    Allow access to the disk VirtualMachine.Provisioning.Disk...
    Allow access to the read-only disc VirtualMachine.Provisioning.Disk...
    Assign the virtual machine resources... Resource.AssignVMToPool
    Migrate from Resource.HotMigrate
    Query vMotion Resource.QueryVMotion

    It is the main thing I thought it would take to a simple move of a virtual machine while it is turned off:

    Name                                Id
    ----                                --
    Move VirtualMachine.Inventory.Move

    I gave to create a folder because some of the permissions were not yet allowing the creation of virtual machines, even though it probably isn't necessary.

    Any ideas?

    ~ Luc
    http://thephuck.com

    What happens if you add resources > permission to move?

  • A query involving roles and privileges.

    I am trying to create the following query:
    Given a table (or view) and a user, I wish that the query to list all the ways of the roles with which the user has been granted given privilege (for example "SELECT") to the selected table. The path will look something like
    TABLE = > ROLE1 = > ROLE2 = > 3 = > USER
    If the user only has the right to SELECT on the table that the query will return well on lines. If there is more than one path through which the user gets the privilege, then the query returns multiple lines.

    Can someone help please
    George

    Hi, Girard,.

    Sorry, I can't reproduce the problem. I get ouptut like this:

    PATH
    --------------------------------------------------------------------------------
    DBA_TS_QUOTAS => SELECT_CATALOG_ROLE => DBA => FUBAR
    DBA_TS_QUOTAS => SELECT_CATALOG_ROLE => FUBAR
    DBA_TS_QUOTAS => SELECT_CATALOG_ROLE => EXP_FULL_DATABASE => DBA => FUBAR
    DBA_TS_QUOTAS => SELECT_CATALOG_ROLE => IMP_FULL_DATABASE => DBA => FUBAR
    DBA_TS_QUOTAS => SELECT_CATALOG_ROLE => OLAP_DBA => DBA => FUBAR
    

    Message from the query that you run in fact, even if you copied it just of my message. There may be an error in editing.
    All the names within quotation marks are correctly capitalized?
    This query works for any table and the user? Try on a few cases where you know exactly why (or at least a reason why) a certain user has privileges on a table of some.

    What system user privileges GEO2 there? View the results of

    SELECT  privilege
    FROM    dba_sys_privs
    WHERE   grantee  = 'GEO2'
    ;
    

    This doesn't apply right now, but remember that the name you may know a synonym. The view used in this query, dba_role_privs, and dba_tab_privs, only covers the real table names. DBA_SYS_PRIVS is a synonym, but it happens be the actual name of the display also, so, as I said, which is not causing your current problem. Just keep in mind if you use the data dictionary views that contain $ in their names.

    Published by: Frank Kulash, 17 December 2010 15:34

    I just saw your discussion with Justin; I see you have already posted the system privileges.
    I guess that any role GEO2 has, directly or indirectly, might have a privilege of system as SELECT ANY DICTIONARY.
    What happened to you?

    WITH     all_roles     AS
    (
         SELECT  granted_role
         ,     SYS_CONNECT_BY_PATH (granted_role, '/')     AS path
         FROM     dba_role_privs
         START WITH     grantee     = 'GEO2'
         CONNECT BY     grantee     = PRIOR granted_role
    )
    SELECT     r.granted_role
    ,     r.path
    ,     p.privilege
    FROM     all_roles     r
    JOIN     dba_sys_privs     p  ON     r.granted_role = p.grantee
    WHERE     privilege     LIKE 'SELECT ANY%'
    ;
    

    Published by: Frank Kulash, 17 December 2010 15:47

  • Cannot delete printjob queue for HP 1310

    Cannot delete the print job from the print queue

    Cannot delete the print job from the print queue

    Open a command prompt window (start > run > cmd > OK) and type the following command.  Press ENTER after each line.

    1. net stop spooler
    2. del "% windir%\system32\spool\PRINTERS\*.*" [Y when prompted type]
    3. net start spooler
  • Roles and privileges of the sys schema default APPS

    Dear all

    What are all the privileges system & roles should be there, and unlimited tablespace should be there?

    Guru cleared my doubt that DBA should not be there for apps schema. but I need information please.

    Thank you and best regards,

    Apps user must have quota access on the following storage spaces:

    APPS_TS_ARCHIVE

    APPS_TS_INTERFACE

    APPS_TS_MEDIA

    APPS_TS_NOLOGGING

    APPS_TS_QUEUES

    APPS_TS_SEED

    APPS_TS_SUMMARY

    APPS_TS_TX_DATA

    APPS_TS_TX_IDX

    APPS_TS_TX_INTERFACE

    You can use this command for the applications of the user to have unlimited quotas on the tablesapces above - alter apps on unlimited user quota.

    Thank you

    Hussein

  • problem users, roles and privileges!

    Hello world
    I use oracle 10.2.0.

    I have a (dba1) user who is the owner of the tables in my database. I have connected to sqlplus as sysdba and created the admin role < b > < /b > and granted the admin privileges.
    SQL> grant all privileges to admin;
    
    Grant succeeded.
    
    SQL>
    Then I gave the admin < /b > < b > user dba1 role:
    SQL> grant admin to dba1;
    
    Grant succeeded.
    I created another role, sel_role and gave privileges to select tables. For example:
    SQL> grant select on kund to sel_role;
    
    Grant succeeded.
    Now, I created another user, Anton and gave this user the sel_role role:
    grant sel_role to Anton;
    
    Grant succeeded.
    Now when I try to login as anton and try to use the select statement that is given to Anton by sysdba, using the sel_role, to select the kund table, I get an error:
    SQL> connect anton/oracle
    Connected.
    
    SQL> select * from kund;
    select * from kund
                  *
    ERROR at line 1:
    ORA-00942: table or view does not exist
    What could be the solution to this problem?
    Thanks in advance

    Oops, has nothing to do with provoleges. Kund table is not owner by user anton, right? Therefore, you must perfix with the owner, that is, based on "I have a (dba1) user who is the owner of the tables in my database", dba1. Then issue:

    Select * from dba1.kund;

    SY.

  • Cannot run a few rare games and programs, error: Windows Explorer crashes

    Original title: Explorer Crash!

    I am running windows xp sp3. My explore blocks every minute. The hook of the office and taskbar, but the programs that run on top continues to operate smoothly and even I can work with them. Then I open the Task Manager and end Explorer and it starts again. It works very well for a minute and then it crashes again.
    Now I am unable to run some games and programs. They close automatically when explore crashes. Help, please!

    If I were you, I would uninstall the problematic Windows Desktop Search (you can always reinstall it later), reboot and see how things work.

    Since it is not supposed to fix a system that may be achieved malicious software, I would then scan your system for malware:

    Download, install, update and do a quick scan with these free malware detection programs (not at the same time):

    Malwarebytes (MMFA): http://www.malwarebytes.org/products/malwarebytes_free
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/

    SAS will probably be a lot that you can just let it remove tracking cookies.

    They can be uninstalled later if you wish.

    The scans by operating clean, restart and see how things work.

    Here's how to solve the Explorer Shell Extensions of (these are generic, but still good instructions for troubleshooting):

    When the Windows Explorer (not Internet Explorer) is wrong (especially when right click), begin to suspect third-party add-ons explore extension.

    Those who would be the Explorer extensions that do not belong to Microsoft.  This means that extensions that you have added.  Solution Explorer extensions are generally well and installation of certain applications will install extensions from Explorer solutions for you, give you a choice and sometimes they can be added without your knowledge when you
    install new software.

    Solution Explorer extensions are sometimes added as a new right-click option, you see on folders and files (like the scan of this file, open that file, play this song).

    If there is something in particular that you do during exploration that you know will be the cause of the problem, which will help focus on the problem and the help that you suddenly know, when you have found and corrected.  If you can get there when you want it, make an adjustment and then there is no message the next time you don't do anything, you do, you have found and corrected.

    First of all you need a way to see what modules explore you have installed now and a way to turn them off (not uninstall them) so you can understand that we are at the origin of the problem.  You can have a lot of extensions not installed Microsoft don't even know you about.

    Download ShellExView here to see what Explorer extensions you have loaded:

    http://www.NirSoft.NET/utils/shexview.html

    ShellExView does not install anything on your computer, simply of runs and displays.

    After launch ShellExView (shexview.exe double click) and acknowledge the security warning, adjust the column widths you see everything
    clearly.  Under Options, choose "Mark non-Microsoft Extensions" and extensions not Microsoft will be in pink, but on some systems which is a difficult color to see, so click on display, choose the columns and move Microsoft column closer to the top (Mount), so you can see on your screen without having to scroll left and right.

    Click on the header of column called Microsoft to sort display (by clicking on the column heading in Microsoft) then all the non Microsoft extensions are at the top and easy to see.  They will say 'No' since they are not Microsoft extensions.

    Non-Microsoft extensions would be things you have added (non-Microsoft) and are what you should be suspect.

    You can also Google the name of a suspect add-on and see if there is any success on the mistakes of the DEP and what other people have done about it.

    You can Google something like:

    Explorer XP crashing

    You must complete your suspect on behalf of adds on.

    See what kind of search results hits you get and are looking for solutions or situations that sound like yours.

    I'm not a defender of trial and error, but I can't think of another way to do...

    Right click and disable the non Microsoft extensions one at a time (or maybe in groups of 3-5), keep a list, so you can enable them again later if you wish. The result of the change is immediate and no reboot is necessary.  Test your failure condition.  If the Explorer starts to act normally, you'll know that some extension you just disabled in this group of 3-5 is the culprit, then you can start to enable them one by one until the Explorer fails again.

    If you recognize all the extensions that have been added or recently downloaded, start with these first.

    Disabling the extension does not uninstall the extension - it is just disabled.  You can always enable it later, so keep track of things by writing them down.

    Disable them one at a time or in small groups (to make things go faster) until your right click does not generate an error, and then restart and try again.  You have disabled the last extension would be suspicious.

    You can also disable all non-Microsoft extensions, restart, test your fault condition and allow them one at a time until you find the one that generates the failure condition.

    If you have a large number of extensions, you can disable them is small groups, 3-5 at a time instead of 1 at a time until your system starts to behave.  When it does not, you will know that the problem is one of the extensions of this small group and you can enable members of the Group at a time until the problem returns, then the problem is with the last extension that you enabled.

    The hope is that you will find extensions that is causing the problem and then you can figure out what on this subject - either uninstall it or see if you can get an update of the author of the extension of their web page.

    I have not your problem, but I can when you toggle extensions, the extension is immediately disabled, so disable an extension does not seem to require a restart, but if you think that you have found the problem, I reboot and repeat the test in any case to be sure the problem disappeared.

    If you post your non-Microsoft extensions list, maybe someone will recognize it as a potential problem.

    If you find the offending extension that's the problem, please let us know what it is that I can add to my list.

  • Cannot run most of the apps and regedit by all means indicated by the path not specified not

    Original title: need help ASAP

    I can't run most applications and by all means regedit it says path not specified

    I tried to do some tinkering with regedit and install an application on another drive instead of C and ended up having failed, but kept a copy of the original registry values.

    set these registry values back and restarted after the problem I

    Hello

    See the second Option in the last link I posted in my last answer (and below here):

    How to do a system restore in Windows 7
    http://www.SevenForums.com/tutorials/700-system-restore.html

    --------------------------------------------------------------------

    If you need to repair disks - these help repair Windows not re-install.
    Often, these records will help when the OEM recovery disk does not work.

    Download Windows 7 system recovery discs - charge now $9.75 for ISO
    images to make the discs. (It can be done on any computer running XP,
    Vista or Windows 7 which has a CD/DVD burner).
    http://NeoSmart.net/blog/2009/Windows-7-system-repair-discs/

    How create a Windows 7 system - free repair disc (must be made on a
    Windows 7 computer running the same 32-bit or 64-bit).
    http://www.SevenForums.com/tutorials/2083-system-repair-disc-create.html


    An installation disc is possible also to use for repair. Of course you would
    Use your own COST (product key).

    How to: What are my options for Windows 7 reinstall media?
    http://answers.Microsoft.com/en-us/Windows/wiki/Windows_7-system/how-to-what-are-my-options-for-obtaining-Windows-7/528163c1-0b2e-4AD2-a26d-7112851d1dc2

    Welcome to the recovery of Microsoft software
    http://www.Microsoft.com/en-us/software-recovery

    See MVP Andre Da Costa message in this thread.
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_install/how-can-i-download-gatewaywindows7recovery-disc/3c0ecd74-CFC1-4188-89c7-a6bbe8113ee1

    I hope this helps.
    --------------------------------------------------------------------------------------------
    Rob Brown - Microsoft MVP<- profile="" -="" windows="" experience :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Cannot run the wizard for 2015 Acrobat on windows.


    Just downloaded the latest version of Adobe Acrobat DC 2015 and when you try to run the latest version of the Wizard (CustWiz1500920069_en_US_DC.exe) I get a message saying "the wizard cannot change this package. Please see a valid Adobe Reader or Adobe Acrobat MSI package. »

    It was with a defective Acrobat Pro download package.

  • I have two script. one for indesign and another for photoshop. How can I combine the two scripts?


    Hi all

    I have a script for indd that convert a table selected user in JPG format (1276 px width, height varies). Second script photoshop asking to select jpg file and then check if the height in pixels is less than 1018 pixel, can he expand canvas size (height) to 1018 px.

    How can I combine the two script, tip, or how to start would be useful? The workflow must be:

    • the user select table in the indd document
    • export table in jpg format
    • script you will be asked to select the file table jpg or if it is possible to automate this would be awesome.
    • enlarge the height of the canvas to 1018 px

    Thank you

    Marie rosine

    PS: I have already read the Java script tool guide pdf but unable to understand

    Yes and the documentation is pretty self-explanatory.

    However, here is an excerpt:

    function callPhotoshop(file) {
       var bt = new BridgeTalk;
    
       bt.target = "photoshop";
    
       bt.body = "function main (){ return confirm('Am I in Photoshop?'); }; main();";
    
      bt.onResult = function(resObj)
      {
      var myResult = resObj.body;
      alert( myResult? "PS code was correctly executed" : "Something wrong happened" );
      }
    
       bt.send();
    }
    
    callPhotoshop();
    

    HTH,

    Loïc

    http://www.ozalto.com

  • cannot run script change controlfile database backup

    Hai all,

    can u help me about this error,

    I can't run alter database backup controlfile script:

    SQL > alter database backup controlfile to trace;

    ALTER database backup controlfile to trace

    *

    ERROR on line 1:

    ORA-01187: cannot read the file 514 because she has no verification tests

    ORA-01110: data file 514: ' / u01/TESTDEV/testdevdata/tmp1.dbf'

    SQL >

    Thank you

    Hello

    If the above statement is blocked, try acting below.

    SQL> alter tablespace temp drop tempfile '/u01/TESTDEV/testdevdata/tmp1.dbf';
    

    Please make sure that you have created a tempfile more before performing this command as tablespace temp needs at a minimum a file.

    Otherwise, you can try as suggested by BalazsBerki.

    Thank you!!

Maybe you are looking for

  • NY Times videos have stopped playing

    The NY Times headlines daily e-mail still has several links to videos. They used to play automatically when selected. but for the last two weeks they have not. I only have the video image of time, but the area where the video should play just remains

  • Hibernate mode does not work on my Satellite L650-1PE

    Hi all I have Toshiba laptop Satellite L650-1PE system (psk1je) & windows 7 32 bit & I updated the BIOS to version 2.40... so I can not put windows 'Hibernate' mode... the screen turn off then it turns on again! Y at - it an update or what I can do?

  • Acer Aspire XC-605 impossible to update BIOS

    I downloaded the latest BIOS for my Acer Aspire downloads to update Acer XC-605. My computer came with the P11 - A2 version and the newer version is P11 - A3L. I created a USB boot disk using the disk USB HP and everything seems to work fine. However

  • Issues feature SPA2102

    The expiration time of the possible record Setup on one line? If I have this place in front of the router, it will shape P2P VoIP traffic focus on?  Yes allows all the bandwidth when you are not using VoIP? When placed directly behind the cable Modem

  • Not able to download the application from the project in the tester sandbox

    Hello Help, please. Download bar file, obtain SKU and all the necessary info on the app worked before and I was able to download my app using the SKU number. Now I find my test by SKU number application, but I can't download it. What has changed?