using stored procedures - I can't seem to get the right settings

I am wanting to use stored procedures to create variables of substitution use UC4 (Appworx). (the databases I use are 10g) To do this, I first need to run command line in PL/SQL procedures. I don't seem to be able to create the correct command. This is the part of the package that I want to call



CREATE OR REPLACE
PACKAGE BODY 'APPLICATION_PACKAGE' AS


PROCEDURE GET_APP_PARAM (V_APP_PARAM_ID IN CCOK. CC_APP_PARAM_DETAIL. APP_PARAM_ID % TYPE,
V_APP_PARAM_NAME IN CCOK. CC_APP_PARAM_DETAIL. APP_PARAM_NAME % TYPE,
OUT NOCOPY CCOK V_APP_PARAM_VALUE. CC_APP_PARAM_DETAIL. APP_PARAM_VALUE % TYPE)


AS


BEGIN

SELECT APP_PARAM_VALUE
IN V_APP_PARAM_VALUE
TO CCOK. CC_APP_PARAM_DETAIL
WHERE APP_PARAM_ID = V_APP_PARAM_ID
AND APP_PARAM_NAME = V_APP_PARAM_NAME;


END;




It's the exact command I use command line

run application_package.get_app_param(1000,'RUN_TYPE')

When I do this I get invalid statements expected but still tweaking doesn't fix it and does not give me a clear idea of what I need to do to fix it.
I get this sort of thing


SQL & gt; run ccok.application_package.get_app_param(1000,'run_type')
BEGIN ccok.application_package.get_app_param(1000,'run_type'); END;


*
ERROR on line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in the call to 'GET_APP_PARAM '.
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored



SQL & gt; run ccok.application_package.get_app_param(1000,'run_type',:result)
SP2-0552: Bind variable 'RESULT' undeclared.
SQL & gt; run ccok.application_package.get_app_param('1000','run_type')
BEGIN ccok.application_package.get_app_param('1000','run_type'); END;


*
ERROR on line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in the call to 'GET_APP_PARAM '.
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored



Any help will be appreciated with more recognition.

It's interesting.

Package specification has "GET_APP_PARAM" with 2 parameters.
The package body has "GET_APP_PARAM" with 3 settings.

I tested this out case in my db. Oracle balk when the package body is compiled, but shows no errors.

test@ORA10G> --
test@ORA10G> DROP PACKAGE "APPLICATION_PACKAGE";

Package dropped.

test@ORA10G>
test@ORA10G> drop table cc_app_param_detail;

Table dropped.

test@ORA10G> create table cc_app_param_detail (
  2    app_param_id    number(4),
  3    app_param_name  varchar2(20),
  4    app_param_value varchar2(20));

Table created.

test@ORA10G>
test@ORA10G> insert into cc_app_param_detail
  2  select 1, 'name_1', 'value_1' from dual union all
  3  select 2, 'name_2', 'value_2' from dual union all
  4  select 3, 'name_3', 'value_3' from dual;

3 rows created.

test@ORA10G> commit;

Commit complete.

test@ORA10G>
test@ORA10G> select * from cc_app_param_detail;

APP_PARAM_ID APP_PARAM_NAME       APP_PARAM_VALUE
------------ -------------------- --------------------
           1 name_1               value_1
           2 name_2               value_2
           3 name_3               value_3

test@ORA10G>
test@ORA10G> --
test@ORA10G> CREATE OR REPLACE PACKAGE "APPLICATION_PACKAGE" AS
  2    PROCEDURE GET_APP_PARAM (
  3      V_APP_PARAM_ID IN TEST.CC_APP_PARAM_DETAIL.APP_PARAM_ID%TYPE,
  4      V_APP_PARAM_NAME IN TEST.CC_APP_PARAM_DETAIL.APP_PARAM_NAME%TYPE);
  5  --    V_APP_PARAM_VALUE OUT NOCOPY TEST.CC_APP_PARAM_DETAIL.APP_PARAM_VALUE%TYPE);
  6  END;
  7  /

Package created.

test@ORA10G> show err
No errors.
test@ORA10G>
test@ORA10G> DESC APPLICATION_PACKAGE
PROCEDURE GET_APP_PARAM
 Argument Name                  Type                    In/Out Default?
 ------------------------------ ----------------------- ------ --------
 V_APP_PARAM_ID                 NUMBER(4)               IN
 V_APP_PARAM_NAME               VARCHAR2(20)            IN

test@ORA10G>
test@ORA10G>
test@ORA10G> CREATE OR REPLACE PACKAGE BODY "APPLICATION_PACKAGE" AS
  2    PROCEDURE GET_APP_PARAM (
  3      V_APP_PARAM_ID    IN TEST.CC_APP_PARAM_DETAIL.APP_PARAM_ID%TYPE,
  4      V_APP_PARAM_NAME  IN TEST.CC_APP_PARAM_DETAIL.APP_PARAM_NAME%TYPE,
  5      V_APP_PARAM_VALUE OUT NOCOPY TEST.CC_APP_PARAM_DETAIL.APP_PARAM_VALUE%TYPE)
  6    AS
  7    BEGIN
  8      SELECT APP_PARAM_VALUE
  9      INTO V_APP_PARAM_VALUE
 10      FROM TEST.CC_APP_PARAM_DETAIL
 11      WHERE APP_PARAM_ID = V_APP_PARAM_ID
 12      AND APP_PARAM_NAME = V_APP_PARAM_NAME;
 13    END;
 14  END;
 15  /

Warning: Package Body created with compilation errors.

test@ORA10G> show err
No errors.
test@ORA10G>
test@ORA10G>
test@ORA10G> --
test@ORA10G> var x varchar2(10)
test@ORA10G> exec test.application_package.get_app_param(1,'name_1',:x);
BEGIN test.application_package.get_app_param(1,'name_1',:x); END;

      *
ERROR at line 1:
ORA-06550: line 1, column 7:
PLS-00306: wrong number or types of arguments in call to 'GET_APP_PARAM'
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored

test@ORA10G> print x

X
--------------------------------

test@ORA10G>
test@ORA10G>
test@ORA10G> select object_type, object_name, status from user_objects where object_name='APPLICATION_PACKAGE';

OBJECT_TYPE         OBJECT_NAME                    STATUS
------------------- ------------------------------ -------
PACKAGE             APPLICATION_PACKAGE            VALID
PACKAGE BODY        APPLICATION_PACKAGE            INVALID

test@ORA10G>
test@ORA10G>

What do you see as the State of the art and the body when he is interviewed command-line SQL * more?

The solution would be to add the third parameter to the package specification and recompile.

HTH,
isotope

Tags: Database

Similar Questions

  • Function of @Allocate can't seem to get the right syntax

    Hi friends,

    I need to make a linear distribution (all equal amounts) of value has prompted at least (for a given combination of year-round version scenario entity etc.)

    I'm yeartotal-quarters and months.

    I can't use the usual period of spread I need produce whole numbers and the standard distribution introduced decimal numbers.

    I thought I'd be able to use @allocate to do something like that, but I'm having trouble him to validate both calcmgr and eas with what I thought was a pretty simple attempt, that is, difficulty on the account will be allocated and relevant narrowing and then assign a value to the range of months using propagation and rounding and applying the difference to the higher member or the first in the range:

    DIFFICULTY (' 21 ',' e080201 ', 'HSP_InputValue', 'FY11","Local","Run business', 'Mensualización 1', "YearTotal")
    @ALLOCATE (12000, @levelmbrs(Period,0), Monto, spread, SKIPNONE, roundAmt,-3, errorsToHigh);
    ENDFIX;
    .

    But I get a syntax error: error: 1012000 syntax not v lida. None are un comando c calculation [@ALLOCATE].

    I'm at my wits end. Anyone know what I'm doing wrong here and if allocate work even for what I try to achieve?

    If not what other submissions do something like this don't you have?

    I need to come up with more later as well guests to make the amount a variable and the range invited as well, but for now if I pass it I'll be happy.

    Agnete

    Hello

    'Re missing you the 4th parameter. Also try to put a member in the left part of the equation.

    Try 'Member' = @ALLOCATE (12000, @levelmbrs(Period,0), Monto, propagation, SKIPNONE, roundAmt,-3, errorsToHigh);

    Note the comma before "propagation."

    Thank you
    JM

  • I can't seem to get the easy transfer Windows from Windows Vista to play with Windows 7 easy transfer and can't seem to install the transfer Windows 7 because it gives me only a 32-bit version to install.

    Windows Easy Transfer of 64-bit to 32-bit, or vice versa

    Hello

    I'm trying to fix my settings my current machien to a W7 VM user to make sure that I have the transfer settings and I get all the information I want.  My machine is 64 bit, but the VM is 32-bit.  I can't seem to get the easy transfer Windows from Windows Vista to play with Windows 7 easy transfer and can't seem to install the transfer Windows 7 because it gives me only a 32-bit version to install...

    How I have a 64-bit Windows 7 Easy Transfer to install and if I get one to install and build a transfer saved the data file has there 'restore' on a 32-bit Windows?

    George George P Botuwell, programmer

    Hi George P Boutwell,.

    Thank you for using answers Forum.

    I think that VMware has a 64-bit/function version. You will need to contact them to verify this.
    64-bit to 32-bit is not supported by Windows Easy Transfer, as far as I know.

    I hope this helps.
    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problem installing printer, can't seem to get the driver for my printer HP Officejet 4500 G510n-z

    Can't seem to get the driver for my printer HP Officejet 4500 G510n-z... error message is displayed when using the floppy... same error message when trying to install it directly from the HP website for downloads but will not be installed, then uninstall everything... crossed suggested all the patches that were sent as responses to the problem... .very frustrated... somebody please help!  I heard maybe Windows 7 (have the Pro version) may need to be reinstalled... don't really want to go there...

    Error code:

    Error Code of Situation: 17669436

    + 00000000000000042819584 | s | Now Launching = X:\hpzpr|40.exe - inf m

    "preload_productdrivers - I XXX f"X:\hpwins28.dat"- no validation of the.

    -Validate the No.

    SetupINFsListedInDatFile failed with fatal error during installation.

    exit code = 1603

    Do'nt listen to what you have heard - re reinstall

    Its caused by a program or a service that runs on your PC and can be exasipated if you have utilities maintenance party installed, usually called "optimizers" and prevents installation

    Clean, start your PC, http://support.microsoft.com/kb/331796 then try the installer complete on hp site.

    See also to support HP;

    Click 'Start', type in the search field and click 'OK ':

    msiexec /Unregister

    Then follow these steps to temporarily remove all unwanted processes to the system startup:

    «Click 'Start', and type msconfig in the search box-> click on the 'start'-> click on 'Disable All' now-> click on the 'Services' tab-> click on "all Microsoft Services show"-> click on ' disable all '-> click on ' apply 'and' OK '-> you restart PC-> after the restart, it is a request-> confirm you set the hook and click OK.»

    You can activate the process later in the same way (after successful installation of the software).

    Now again click 'Start', type in the search field and click 'OK ':

    msiexec / regserver

    Now launch your attempt to re-setup.

  • Can't seem to get the printer to the appropriate port to communicate with the printer Lexmark 2480.

    WndOws XP install problems with Lexmark X 2480 printer no cd

    Can't seem to get the printer to the appropriate port to communicate with the printer Lexmark 2480.  Downloaded, but prints blank pages.

    Hello, ColoChick,

    Your question must be posted in the hardware and drivers Forum.  Note the drop-down menus...

    http://answers.Microsoft.com/en-us/Windows/Forum/performance

    Search for drivers for your Lexmark printer.  The complete set is recommended for a full installation.

    http://support.Lexmark.com/index?http://support.Lexmark.com/index?locale=en&page=product&UserLocale=en_US&ProductCode=LEXMARK_X2480&focusedTab=downloads#2

    You can also try the universal print driver

    http://www1.Lexmark.com/en_US/software/UPD/index.shtml

    If possible, contact Lexmark for the installer of physical media (CD)

    Q: How can I contact the Lexmark parts?

    R: customer support is available Monday - Friday from 09:00 - 18:30 AND

    E-mail: * address email is removed from the privacy *
    Phone: 1-877-577-2787
    Fax: 1-800-258-4880

  • I can't seem to get the sound on my computer in the taskbar of bottam he's here and up to 100%

    Don't know what happened, but I have no sound on my computer. I have the microphone in the taskbar and when I click it it is 100% how can I get sound

    HELLO Shirley,
    Here are a few steps that I want you to try:
    If Windows Media Player seems to work fine, but you cannot hear the audio, you will have a problem with your speakers or sound card. Check all audio connections if you are using external speakers and to ensure that sound levels are defined correctly and not cut. Use Device Manager to make sure that your sound card works correctly and is selected as the audio device by default.

    Verification of the sound settings

    Click on Start , then Control Panel
    Select the material and audio and noise
    Under playback.. What icons you see?
    Click Properties and then click headset/speakers
    According to the levels... is at 100% and not CUT?
    Under Advanced... What is the default format?
    Click test... do you get a sound?

    Reinstallation of Windows Media Player

    Go to "turn on or off Windows features.
    * Disable features Media: Windows Media Player
    * Reset
    * Provide characteristic Media: Windows Media Player

    hope this helps,
    Eddie

  • Can't seem to get the pass has expired the trial even if I bought a map of the page.

    I use a macbook. I bought the complete student and teachers plan package, but I do not seem to get pass the trial join now expired page. Whenever I have install my creative cloud software I get the free trial of the software and for some, he told me that the trial is expired and it gives me two options, one to Join Now (which I already did; I got a plan) and the other is to put the licensed software, and since I registered online, I don't have a serial number so I don't know where can I use the code. I tried everything, uninstalling and reinstalling software, for signature in both the cloud creative and site software online. I don't know what we can do. I bought this plan last night and I need urgently the software.

    Please try below steps

    Launch any product of creative cloud and click on this software license, then do not choose my Adobe ID and log

    If she always asks the serial number, then check that your hosts file once entries

    Open the link below and see step 3

    Log, activation, or connection errors. CS5.5 and later versions

  • Can't seem to get the hand cursor happening.

    To the right;

    I struggled to get a hand cursor on my MC for pic4_mc, pic14_mc and pic1_mc. They are processed photos in MC with function to act as a btn as3. Perhaps, I put the script:

    (myMC) .buttonMode = true;

    (myMC) .useHandCursor = true;

    in the wrong place...

    Here is my script for a Web site, that I do... It is perhaps not the right way to do the script, but the feature seems to work (to hand for the cursor hand) so please forgive me if this seems in every sense.

    /////////////////////////////////

    Stop();

    PIC of cleaning services

    pic4_mc.addEventListener (MouseEvent.MOUSE_OUT, fl_MouseOutHandler_5);

    function fl_MouseOutHandler_5(event:MouseEvent):void

    {

    pic4_mc.Alpha = 0.5;

    trace ("Moused over");

    }

    pic4_mc.addEventListener (MouseEvent.MOUSE_OVER, fl_MouseOverHandler_5);

    function fl_MouseOverHandler_5(event:MouseEvent):void

    {

    pic4_mc.Alpha = 1.0;

    trace ("Moused over");

    }

    PIC of the maintenance of the garden

    pic14_mc.addEventListener (MouseEvent.MOUSE_OUT, fl_MouseOutHandler_6);

    function fl_MouseOutHandler_6(event:MouseEvent):void

    {

    pic14_mc.Alpha = 0.5;

    trace ("Moused over");

    }

    pic14_mc.addEventListener (MouseEvent.MOUSE_OVER, fl_MouseOverHandler_6);

    function fl_MouseOverHandler_6(event:MouseEvent):void

    {

    pic14_mc.Alpha = 1.0;

    trace ("Moused over");

    }

    Photo of the handyman

    pic1_mc.addEventListener (MouseEvent.MOUSE_OUT, fl_MouseOutHandler_7);

    function fl_MouseOutHandler_7(event:MouseEvent):void

    {

    pic1_mc.Alpha = 0.5;

    trace ("Moused over");

    }

    pic1_mc.addEventListener (MouseEvent.MOUSE_OVER, fl_MouseOverHandler_7);

    function fl_MouseOverHandler_7(event:MouseEvent):void

    {

    pic1_mc.Alpha = 1.0;

    trace ("Moused over");

    }

    function of home btn

    home_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);

    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void

    {

    gotoAndStop (1);

    }

    Btn cleaning Services function

    pic4_mc.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);

    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void

    {

    gotoAndStop (2);

    }

    Function of garden maintenance btn

    pic14_mc.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_7);

    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void

    {

    gotoAndStop (3);

    }

    Function of Handyman btn

    pic1_mc.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);

    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void

    {

    gotoAndStop (4);

    }

    quote_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);

    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void

    {

    gotoAndStop (5);

    }

    gallery_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);

    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void

    {

    gotoAndStop (6);

    }

    contact_btn.addEventListener (MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);

    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void

    {

    gotoAndStop (7);

    }

    /*************************************

    QUOTE FORM

    **************************************/

    sendbtn.buttonMode = true;

    sendbtn.addEventListener (MouseEvent.CLICK, submit);

    resetbtn.buttonMode = true;

    resetbtn.addEventListener (MouseEvent.CLICK, reset);

    init();

    /************************************

    the button behavior

    *************************************/

    /*************************************

    Necessary variables

    **************************************/

    var: timer;

    var varLoad: URLLoader = new URLLoader;

    var urlRequest:URLRequest = new URLRequest ('mail.php');

    urlRequest.method = URLRequestMethod.POST;

    /*************************************

    Functions

    **************************************/

    function init (): void {}

    Set all fields empty

    yourName.text = "";

    fromEmail.text = "";

    yourSubject.text = "";

    YourMsg.text = "";

    }

    function submit(e:MouseEvent):void {}

    Check if a field is empty

    If (yourName.text == ' ' | fromEmail.text == "" |)

    yourSubject.text == ' | YourMsg.text == "")

    {

    Valid.Text = 'all fields should be filled.';

    }

    Check if you are using a valid email address

    else if (! checkEmail (fromEmail.text))

    {

    Valid.Text = "enter a valid email address";

    }

    on the other

    {

    Valid.Text = "Send on the internet..." » ;

    var emailData:String = 'name =' + yourName.text

    + "& from =" + fromEmail.text

    + "& subject = ' + yourSubject.text

    + '& msg =' + YourMsg.text;

    var urlVars:URLVariables = new URLVariables (emailData);

    urlVars.dataFormat = URLLoaderDataFormat.TEXT;

    urlRequest.data = urlVars;

    varLoad.load (urlRequest);

    varLoad.addEventListener (Event.COMPLETE, thankYou);

    }

    }

    function reset(e:MouseEvent):void {}

    init(); call the original function of claire

    }

    function checkEmail(s:String):Boolean

    {

    This tests for correct email address

    var p:RegExp = /(\w|[_.\-])+@((\w|-)+\.) + \w{2,4} +;

    var r: Object = p.exec (s);

    If (r is nothing)

    {

    Returns false;

    }

    Returns true;

    }

    function thankYou(e:Event):void

    {

    var loader: URLLoader = URLLoader (e.target);

    Envoy of var = new URLVariables (loader.data) .sentStatus;

    If (send == 'Yes')

    {

    Valid.Text = "thank you for your e-mail!"

    Timer = new Timer (500);

    timer.addEventListener (TimerEvent.TIMER, msgSent);

    Timer.Start ();

    }

    on the other

    {

    Valid.Text = "Oh no!" Something is wrong! Try again... « ;

    }

    }

    function msgSent(te:TimerEvent):void

    {

    If (timer.currentCount > = 10)

    {

    init();

    timer.removeEventListener (TimerEvent.TIMER, msgSent);

    }

    }

    Kind regards

    Dean

    Google this:

    Flash Player 11.2 r202.233

    Mac OS X 10.7.3 / Safari 5.1.5

    Known issue: the cursor does not change to a hand pointer by positioning the mouse on the TLF links as buttons and clasps active (3060839).

    Try to test Chrome/FF, if the needle shows, its definitely the combination Mac/safari.

  • Can't seem to get the ID of the last inserted record

    I'm fighting to get the auto-increment the query ID.

    I need the form to be submitted and on the same page, view the token ID (deuxieme in the last line of code below).

    Here is the code:

    <? php require_once('Connections/connection_mysqli.php');? >

    <? PHP

    If (! isset {})

    session_start();

    }

    ? >

    <? PHP

    Download MM_USERNAME modules.

    $sessionusername = $_SESSION ['MM_Username"];

    $u_sql = "SELECT * OF USERS WHERE username =" "." $sessionusername. » ' « ;

    $u_query = $con-> query ($u_sql);

    $u_row = $u_query-> fetch_assoc();

    Define user variables.

    $u_id = $u_row ['id'];

    $u_username = $u_row ["username"];

    $u_firstname = $u_row ["firstname"];

    $u_lastname = $u_row ["lastname"];

    $u_email = $u_row ['email'];

    ? >

    <? PHP

    Set e-mail support variables.

    $s_user_id = $u_id;

    $s_username = $u_username;

    $s_firstname = $u_firstname;

    $s_lastname = $u_lastname;

    $s_email = $u_email;

    $s_userlevel = $u_row ["userlevel"];

    $s_subject = $_POST ["subject"];

    $s_message = $_POST ['message'];

    $s_status = "pending";

    Submit in support table.

    {if (isset($_POST['submit']))}

    $s_sql = "INSERT INTO support (user_id, username, firstname, lastname, email, subject, message, status) VALUES ('$s_user_id', '$s_username', '$s_firstname', '$s_lastname', '$s_email', '$s_subject', '$s_message', '$s_status');

    $s_query = $con-> query ($s_sql);

    }

    $last_id = $con-> insert_id;

    ? >

    Take another look at your code. The value is assigned to $last_id, but the PHP block in your div uses $lastid. Put in underscore, and it will work.

  • How can I create text with an outline, I can't seem to get my right selection.

    I am trying to add text with an outline of an image;

    The text appears fine and has its own layer

    When I make the active layer and do SelectAll() and then add a line on the selection, I get a box big ole around my image.

    I realize that it is probably a simple solution, but my thing google has failed me so far.

    Thank you for your help

        var artLayerRef = docRef.artLayers.add();
        artLayerRef.kind = LayerKind.TEXT;
        artLayerRef.name = "Text";
        // Set the contents of the text layer. 
        var textItemRef = artLayerRef.textItem;
        textItemRef.size = 25;
        textItemRef.contents = "wubwub";
        textItemRef.position = new Array(
            50,
            50);
    
        //textItemRef.rasterize(RasterizeType.TEXTCONTENTS);
        docRef.activeLayer = docRef.layers["Text"];
        docRef.selection.selectAll();
    
        //draw the stroke
        var strokeLayerRef = docRef.artLayers.add();
        strokeLayerRef.kind = LayerKind.NORMAL;
        strokeLayerRef.name = "Stroke";
    
    
        var strokeColor= new SolidColor();
        strokeColor.rgb.red = 255;
        strokeColor.rgb.blue = 0;
        strokeColor.rgb.green = 0;
    
        docRef.selection.stroke(
            strokeColor,
            15,
            StrokeLocation.CENTER); // OUTSIDE / INSIDE
    

    If you want to make a selection of text only, use scriptlistener and ctrl + click on the text layer icon to make the selection. Then, you can use the generated code to use for your race. Or you can use the scriptlistener and create a layer style line.

    #target photoshop
    
    var idsetd = charIDToTypeID( "setd" );
        var desc6 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref1 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idfsel = charIDToTypeID( "fsel" );
            ref1.putProperty( idChnl, idfsel );
        desc6.putReference( idnull, ref1 );
        var idT = charIDToTypeID( "T   " );
            var ref2 = new ActionReference();
            var idChnl = charIDToTypeID( "Chnl" );
            var idChnl = charIDToTypeID( "Chnl" );
            var idTrsp = charIDToTypeID( "Trsp" );
            ref2.putEnumerated( idChnl, idChnl, idTrsp );
        desc6.putReference( idT, ref2 );
    executeAction( idsetd, desc6, DialogModes.NO );
    
  • I have a VM on an SRDF pair replicated LUNS, and can't seem to get the value of R2 mounted

    I do a test of D/R of a virtual machine that is on the SRDF storage based. Separate us the SRDF pair and try to access the R2 lun, but we cannot see the file system. I see the lun in the storage by HBA list, but it does not appear in the VMFS volumes. I did analyze again several times for the new LUN and again VMFS and it does not appear. The R2 appears read-write from the perspective of SAN... Anyone have any ideas?

    If you have a copy or clone of the existing LUN to another ESX host then you have 2 options, you can configure LVM. DisallowSnapshotLUN 0 and then analyze again, you will see the LUN

    If you use will, LVM, you introduce the cloned copy LUN to the same ESX host. EnableResignature = 1 which will resign the clone lun and a new analysis, do NOT set the instant setting do not allow on the same ESX host as it will probably damage your data.

    When you have finished together LVM back to default settings, IE resign = 0 and DisSnap = 1, these settings are under the host - config - advanced

  • We began to receive tons of spam messages that have empty "from" or "sender" field and we can't seem to get the Message filters to trigger on the empty fields.

    I am trying to create a filter that will remove messages that pass through any information in the FROM or SENDER fields.

    I tried: 'contains + [EMPTY]' and ' sender contains ++ [EMPTY] "(where [WHITE] is leave this field empty), and it does not work.

    The filter I use is like this:
    Does not contain a @.
    If this line is empty there is no symbol @, but otherwise he will have this symbol, since each email address there.
    You could do the same for the sender line.

  • I am trying to establish a wireless connection to my printer with my two laptops. I have succeeded with one but can't seem to get the other one connected.

    That connected easily enough.  I'm sure that I'm following the same steps I did with the other laptop, but when I get to the prompt "print test page", nothing happens.

    Hello

    Do both laptop using WIndows XP?

    See the links below and check if it helps.

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/sag_setup_direct_printer.mspx?mfr=true

    http://www.Microsoft.com/windowsxp/using/networking/expert/honeycutt_july2.mspx

  • I have a core of the NJC, which is recognized by the PC but can't seem to get the picture files in Picasa on the soul

    New core and not a lot of experience with either that or Picasa, but which must be respected has 12 million photos clogging up the system so bought him a core it can carry with him

    Thank you very much

    Hello

    There are the Forums from Picasa to Picasa's specific questions:

    http://productforums.Google.com/Forum/#! Forum/picasa

    It is also for some of the FAQ from Picasa:

    http://support.Google.com/Picasa/?hl=en

    See you soon.

  • Can't seem to get the center of work or even installed solutions.

    I recently bought and installed a printer Phot0smart 5520. Everything has been successfully installed and printer is operational. However, the Solution Center recently stopped working and says a file had yet to be installed. I am sure that the Solution centre worked after the printer has been installed and I even pinned to the Windows toolbar. I tried to reinstall the printer driver using the CD. Still no Solution Center. I uninstalled the old Center of Solution I got for my old printer HP 5209 thinking maybe that was the problem. Then reinstall the new driver but the same question. I did it about 4 times now and also tried to use a web HP driver instead of the Conference on disarmament. Still no Solution Center. Running window 7 64-bit edition. Printer still operational BTW. I looked in CD files to see if I could locate the file/program for the Solution Center, but could not identify. any help appreciated.

    jason_h

    I did and it works now. Assistant printer installed, print works normally. many congratulations for the help.

Maybe you are looking for