PLS-00402 Alias required for selection of the slider list to avoid the names of col dup

Hi Frens,

I met the above error and fail to solve. Can someone help me please? I can't draw.

PROCEDURE FTEST_ST_YLD_PROC
(
pScheduleoption IN varchar2,
pCustomercode IN varchar2,
pActivity IN varchar2,
Adapting IN varchar2,
pWW varchar2,
pPackage IN varchar2,
pCursor in THE CRPT_CURTYPE. T_RPTCUR)
IS

vStartDate varchar2 (15) value default null;
vEndDate varchar2 (15) value default null;
vWW default number 0;
vCustomercode VarChar2 (5);
vPackage VarChar2 (30);
vActivity Varchar2 (40);
vStep Varchar2 (40);

jar varchar2 (20);

XYZ cursor IS
SELECT leadcount package unit, testdevice, customercode, originalcustomerlotnumber, customerlotnumber, trackinqty, batch, bintype, binphysicalqty, testpasssamplenumber,
Description, ww, BinType, binnumber, binlotid, t.Activity, t.Step, month, LastUpdate, UNACCOUNTVARIANCE, binlotid, yieldvalue
OF ftest_testtxn@shdb t, fwcatns_testbintxn@shdb b
where t.lotobject = b.lotobject
and t.step = b.step
and t.operationtype = b.operationtype
and t.lottxncounter = b.lottxncounter
and t.activity = vActivity
and t.customercode = vCustomerCode
and t.step = vStep
and t.package = vPackage
and ((t.lastupdate > vStartDate et t.lastupdate < = vEndDate) or t.ww = vWW);


BEGIN

-CustomerCode
If pCustomercode = ' *' OR pCustomercode Is Null Then
vCustomerCode: = '% ';
On the other
vCustomerCode: = pCustomercode;
End If;

-Package
If ppackage = ' *' GOLD ppackage Is Null Then
vPackage: = '% ';
On the other
vPackage: = ppackage;
End If;

Their properties-
If pActivity = '%' OR pActivity Is Null Then
vActivity: = '% ';
On the other
vActivity: = pActivity;
End If;

-Step
If adapting = ' *' OR adapting Is Null Then
vStep: = '% ';
On the other
vStep: = adapting;
End If;

-Date range
If pScheduleoption = "Monthly" then
vStartDate: = utl_cal.firstdayofperiod (to_char (SYSDATE, 'YYYYMMDD'));
vEndDate: = utl_cal.lastdayofperiod (to_char (SYSDATE, 'YYYYMMDD'));
elsif pScheduleoption = "Weekly" then
VEM: = utl_cal.workweek (to_char (SYSDATE, 'YYYYMMDD'));
vStartDate: = firstdayofww (vWW, utl_cal.firstdayofperiod (to_char (SYSDATE, 'YYYYMMDD')));
vEndDate: = lastdayofww (vStartDate);
elsif pScheduleoption = 'Manual' then
VEM: = pWW;
End If;


For Rec loop XYZ

Select to_char (d.originalcustomerlotnumber) separate in jar
fwcatns_diesinventory d, ftest_testtxn t
where d.lotobject = t.lotobject
and d.customerlotnumber = Lotcur.customerlotnumber;


If the BDU is null then
jar: = Lotcur.originalcustomerlotnumber;
ElsIf length (trim (wfr)) < = 100 then
jar: = wfr | «, » || Lotcur.originalcustomerlotnumber;
On the other
Exit;
End If;

End loop;


OPEN FOR PCURSOR
SELECT * FROM ftest_testtxn t, fwcatns_testbintxn b
where t.lotobject = b.lotobject
and t.step = b.step
and t.operationtype = b.operationtype
and t.lottxncounter = b.lottxncounter;

End;

Hello
Whenever you perform the operation of join between two tables, the similar names of the columns in the junction tables must be identified under the pseudonym given to their respective tables. This helps to db to retrieve data in the required columns.
Thus,.
Replace the column name in the selection with an alias list duplicate.

Kind regards
Twinkle

Tags: Database

Similar Questions

  • "alias required in SELECT..."  -Why can't I see it?

    Please help I'm going crazy here!

    The error message is:

    ERROR on line 1:
    ORA-06550: line 113, column 37:
    PLS-00402: alias required in the SELECTION list of the cursor to avoid duplicate column
    names of
    ORA-06550: line 113, column 37:
    PL/SQL: Ignored Element
    ORA-06550: line 137, column 13:
    PLS-00320: the declaration of the type of the expression is incomplete or
    Malformed
    ORA-06550: line 136, column 7:
    PL/SQL: SQL statement ignored

    .. However, I disagree... I don't see the 2 fields called the same.
    (FYI the slider that we are talking about is called "c_check_employee").

    And the code.
    /* Formatted on 2009/02/27 15:35 (Formatter Plus v4.8.7) */
    SET serveroutput ON SIZE 1000000 FORMAT WRAPPED
    SET verify OFF
    SET feedback OFF
    
    DECLARE
    -- *********
    -- Debugging/error handling
    -- *********
    -- *********
    -- Work variables
    -- *********
       p_emp_number                     VARCHAR2 (14);
       v_rec_cnt                        NUMBER                          := 0;
       insert_flag                      VARCHAR2 (8);
       l_validate                       BOOLEAN                     DEFAULT FALSE;
       l_obj                            NUMBER;
       l_datetrack_update_mode          VARCHAR2 (30)             := 'CORRECTION';
       l_assignment_sequence            NUMBER;
       l_name_combination_warning       BOOLEAN                         := FALSE;
       l_assign_payroll_warning         BOOLEAN                         := FALSE;
       l_org_now_no_manager_warning     BOOLEAN;
       l_other_manager_warning          BOOLEAN;
       l_spp_delete_warning             BOOLEAN;
       l_entries_changed_warning        VARCHAR2 (30);
       l_tax_district_changed_warning   BOOLEAN;
       l_person_id                      NUMBER;
       l_assignment_id                  NUMBER;
       l_special_ceiling_step_id        NUMBER;
       l_per_effective_end_date         DATE
                                        := TO_DATE ('11-Jul-2049', 'DD-MON-YYYY');
       l_people_group_id                NUMBER;
       l_group_name                     VARCHAR2 (30);
       l_assignment_number              VARCHAR2 (35);
       l_effective_end_date             DATE
                                        := TO_DATE ('11-Jul-2049', 'DD-MON-YYYY');
       l_date                           DATE                           := SYSDATE;
       ip_p_address_id                  per_addresses.address_id%TYPE;
       ip_p_object_version_number       NUMBER;
       ip_p_party_id                    per_addresses.party_id%TYPE;
       l_per_object_version_number      NUMBER;
       l_asg_object_version_number      NUMBER;
       l_full_name                      VARCHAR2 (240);
       l_per_comment_id                 NUMBER;
       l_per_effective_start_date       DATE;
       l_concatenated_segments          VARCHAR2 (12);
       l_soft_coding_keyflex_id         NUMBER;
       l_comment_id                     NUMBER;
       l_no_managers_warning            BOOLEAN;
    
    -- ***********************************
    -- Get employee details info from work table
    -- ***********************************
       CURSOR get_employee_details
       IS
          SELECT std_validate, std_person_id, std_assignment_id, std_hire_date,
                 std_business_group_id, std_last_name, std_sex,
                 std_date_of_birth, std_email_address, std_employee_number,
                 std_first_name, std_marital_status, std_middle_names,
                 std_nationality, std_title, std_national_identifier,
                 std_address_line1, std_address_line2, std_address_line3,
                 std_address_line4, std_post_code, std_telephone_1,
                 std_position_id, std_job_id, std_location_id,
                 std_organization_id, std_supervisor_id,
                 std_default_code_comb_id, std_set_of_books_id, std_payroll_id,
                 std_grade_id, std_pay_basis_id, std_assn_ovn
            FROM SU_TEMPLOYEE_DETAILS;
    
    -- *****************************************
    -- checks employee details info from PER_ALL_PEOPLE_F table
    -- *****************************************
       CURSOR c_check_employee (p_emp_number VARCHAR2)
       IS
          SELECT paas.assignment_id, per.person_id, per.business_group_id,
                 per.last_name, per.start_date, per.date_of_birth, per.email_address,
                per.employee_number, per.first_name, per.marital_status, per.middle_names, 
         per.nationality, per.national_identifier, per.sex, per.title, padd.address_id, 
         padd.primary_flag,padd.address_line1, padd.address_line2, padd.address_line3,
                 padd.town_or_city, padd.postal_code, padd.telephone_number_1, padd.telephone_number_2, 
         padd.telephone_number_3,paas.job_id,   paas.location_id,paas.organization_id, paas.assignment_type, paas.primary_flag, paas.supervisor_id,paas.default_code_comb_id, 
    paas.set_of_books_id,paas.assignment_number, paas.period_of_service_id,paas.object_version_number
    
            FROM per_all_people_f per,
                 per_all_assignments_f paas,
                 per_addresses padd
           WHERE per.employee_number = p_emp_number
             AND per.person_id = padd.person_id
             AND paas.person_id(+) = per.person_id;
    
       emp_rec                          c_check_employee%ROWTYPE;
    
    -- ***************************************************
    -- Cursor retrieves latest Object Version Number from per_assignments_f table..
    -- ***************************************************
       CURSOR csr_ovn (cp_person_id IN per_all_people_f.person_id%TYPE)
       IS
          SELECT MAX (paas.object_version_number)
            FROM per_assignments_f paas, per_all_people_f per
           WHERE paas.person_id = per.person_id
             AND per.employee_number = paas.assignment_number
             AND per.person_id = cp_person_id;
    BEGIN
    -- ***********************************
    -- Process each record in the work table
    -- ***********************************
       FOR v_emp IN get_employee_details
       LOOP
    -- ************************************
    -- determine whether customer already exists
    -- ************************************
          OPEN c_check_employee (v_emp.std_employee_number);
    
          FETCH c_check_employee
           INTO emp_rec;
    
          IF c_check_employee%NOTFOUND
          THEN
             insert_flag := 'I';
          ELSE
             insert_flag := 'X';
          END IF;
    
          CLOSE c_check_employee;
    
    -- ************************************
    -- Obtain the most recent Object Version Number..
    -- ************************************
          OPEN csr_ovn (v_emp.std_person_id);
    
          FETCH csr_ovn
           INTO l_obj;
    
          --   IF csr_ovn%NOTFOUND     THEN        RAISE NO_DATA_FOUND;   END IF;
          CLOSE csr_ovn;
    
    -- ***********************************
    -- Create new PER_ALL_PEOPLE_F and PER_ADDRESSES record from
    --            info in  table record
    -- ***********************************
          IF insert_flag = 'I'
          THEN
             BEGIN                             -- Importing Employee Procedure --
                --      DBMS_OUTPUT.PUT (CHR (10));
                --      DBMS_OUTPUT.PUT_LINE ('Importing employees....  ');
                BEGIN
                   Hr_Employee_Api.create_gb_employee
                      (p_validate                       => l_validate,
                       p_hire_date                      => v_emp.std_hire_date,
                       p_business_group_id              => v_emp.std_business_group_id,
                       p_date_of_birth                  => v_emp.std_date_of_birth,
                       p_email_address                  => v_emp.std_email_address,
                       p_first_name                     => v_emp.std_first_name,
                       p_middle_names                   => v_emp.std_middle_names,
                       p_last_name                      => v_emp.std_last_name,
                       p_sex                            => v_emp.std_sex,
                       p_ni_number                      => v_emp.std_national_identifier,
                       p_employee_number                => v_emp.std_employee_number,
                       p_person_id                      => l_person_id,
                       p_title                          => v_emp.std_title,
                       p_assignment_id                  => l_assignment_id,
                       p_per_object_version_number      => l_per_object_version_number,
                       p_asg_object_version_number      => l_asg_object_version_number,
                       p_per_effective_start_date       => l_per_effective_start_date,
                       p_per_effective_end_date         => l_per_effective_end_date,
                       p_full_name                      => l_full_name,
                       p_per_comment_id                 => l_per_comment_id,
                       p_assignment_sequence            => l_assignment_sequence,
                       p_assignment_number              => l_assignment_number,
                       p_name_combination_warning       => l_name_combination_warning,
                       p_assign_payroll_warning         => l_assign_payroll_warning
                      );
                   Hr_Person_Address_Api.create_person_address
                      (p_validate                     => l_validate,
                       p_effective_date               => v_emp.std_hire_date,
                       p_pradd_ovlapval_override      => NULL,
                       p_validate_county              => NULL,
                       p_person_id                    => l_person_id,
                       p_primary_flag                 => 'Y',
                       p_style                        => 'GB_GLB',
    --                p_date_from                    => v_emp.std_hire_date,
                       p_date_from                    => SYSDATE,
                       p_date_to                      => NULL,
                       p_address_line1                => v_emp.std_address_line1,
                       p_address_line2                => v_emp.std_address_line2,
                       p_address_line3                => v_emp.std_address_line3,
                       p_town_or_city                 => v_emp.std_address_line4,
                       p_postal_code                  => v_emp.std_post_code,
                       p_country                      => v_emp.std_nationality,
                       p_telephone_number_1           => v_emp.std_telephone_1,
                       p_party_id                     => ip_p_party_id,
                       p_address_id                   => ip_p_address_id,
                       p_object_version_number        => l_obj
                                                      --ip_p_object_version_number
                      );
                   Hr_Assignment_Api.update_emp_asg_criteria
                      (p_validate                          => l_validate,
                       p_effective_date                    =>  l_date,    --   SYSDATE
                       p_datetrack_update_mode             => l_datetrack_update_mode,
                       p_assignment_id                     => l_assignment_id,
                       p_object_version_number             => l_obj,
                       p_organization_id                   => v_emp.std_organization_id,
                       p_location_id                       => v_emp.std_location_id,
                       p_job_id                            => v_emp.std_job_id,
                       p_position_id                       => v_emp.std_position_id,
                       p_special_ceiling_step_id           => l_special_ceiling_step_id,
                       p_effective_start_date              => l_date,
                       p_effective_end_date                => l_effective_end_date,    --IN/OUT
                       p_people_group_id                   => l_people_group_id, --IN/OUT
                       p_group_name                        => l_group_name,  --IN/OUT
                       p_org_now_no_manager_warning        => l_org_now_no_manager_warning,   --IN/OUT
                  p_other_manager_warning         => l_other_manager_warning,   --IN/OUT
                       p_spp_delete_warning                => l_spp_delete_warning, --IN/OUT
                       p_entries_changed_warning           => l_entries_changed_warning,  --IN/OUT
                       p_tax_district_changed_warning      => l_tax_district_changed_warning  --IN/OUT
                      );
     
                  Hr_Assignment_Api.update_emp_asg
                      (p_validate                    => l_validate,           -- in
                       p_effective_date              => l_date, 
                       p_datetrack_update_mode       => 'CORRECTION',
                       p_assignment_id               => l_assignment_id,
                       p_object_version_number       => l_obj,
                       p_supervisor_id               => v_emp.std_supervisor_id,  
                       p_default_code_comb_id        => v_emp.std_default_code_comb_id,
                       p_set_of_books_id             => v_emp.std_set_of_books_id,
                       p_concatenated_segments       => l_concatenated_segments, -- out
                       p_soft_coding_keyflex_id      => l_soft_coding_keyflex_id,     -- out
                       p_comment_id                  => l_comment_id,       -- out
                       p_effective_start_date        => l_date,           -- out
                       p_effective_end_date          => l_effective_end_date, 
                       p_no_managers_warning         => l_no_managers_warning, 
                       p_other_manager_warning       => l_other_manager_warning
                      );
                --     DBMS_OUTPUT.PUT_LINE ('Employee No:'|| v_emp.std_employee_number|| '  imported successfully..' );
                EXCEPTION
                   WHEN OTHERS
                   THEN
                      RAISE NO_DATA_FOUND;
                      --        DBMS_OUTPUT.PUT (CHR (10));
                      DBMS_OUTPUT.PUT_LINE (   'Ah, Employee:'
                                            || v_emp.std_employee_number
                                            || ' failed to load.. '
                                            || SQLERRM
                                           );
                --      DBMS_OUTPUT.PUT (CHR (10));
                END;
             END;
    
             --        DBMS_OUTPUT.PUT (CHR (10));
             v_rec_cnt := v_rec_cnt + 1;
    --         DBMS_OUTPUT.PUT_LINE (   'There were '|| v_rec_cnt|| '  records read in..');
    
          -- ******************************
    -- End of customer related details
    -- ******************************
          END IF;
       END LOOP;
    
       COMMIT;
    END;
    /
    
    EXIT;
    
    many thanks..

    you have two columns primary_flag c_check_employee slider, alias one of them and try again

  • Windows cannot copy files required for installation. The files may be damaged or missing. Error code: 0 x 80070241.

    I had a lot of trouble trying to install the 64-bit version of windows 7 Home Premium on my 64-bit vista, and my question is multi-part. If it is relevant, it's my 2nd copy of windows 7 I have tried. Initially, I had the problem of not being able to run the installation on two copies with the error "'autorun.dll' could not be found or is damaged. Error code is [0x7E]. "However, I managed to get into with my 2nd copy installation after restarting my computer. Once in Setup, I got another error that stopped the installation that says "windows not could create an installation folder. Error code is 0 x 80070017. "Again, I rebooted my computer and started the installation again, this time following installation was decently through but stopped when I got the error"Windows cannot copy files required for installation. The files may be damaged or missing. Error code is 0 x 80070241. "I then backed up and restarted my computer and then tried to use the option to install custom but then got the error"E:\sources\autorun.dll is not designed to run on windows or it contains an error. Try to install the program using the original media, or contact your system administrator. "coupled with the error"the file 'autorun.dll' could not be loaded or is corrupt. Error code is 0xC1"again once I restarted and tried the custom option but got the error" Windows has no load the required file WinSetup.dll.» The file is possibly corrupted. To install windows, restart the installation. Error code is 0x3E6. "I restarted my computer and tried the custom triple option more and still have the error"Windows cannot copy files required for installation. The files may be damaged or missing. Error code is 0 x 80070241. »

    I understand that my problem is very complex, but it seems to be built around a missing or damaged file. Thanks if you can tell what's wrong or what to do.

    Tips for solving common problems when Windows 7 won't install troubleshooting

    1. start Windows Upgrade Advisor to see if there are known issues that might affect the installation and correct them.
    http://Windows.Microsoft.com/en-us/Windows/downloads/Upgrade-Advisor

    2 disable any security software, including anti-virus programs and firewalls.
    3 make sure that your computer has the BIOS and latest drivers.
    4. disconnect all external devices except the keyboard and mouse before installing.
    5. If your computer/motherboard integrated video use and remove the dedicated video card.
    6. If you have a large amount of RAM (memory), try to reduce the amount of RAM installed. 1 GB if 32-bit installation, 2 GB for 64-bit, then replace RAM if the upgrade was successful.
    7. If you have downloaded Windows 7 and it burned a DVD test burn again at the slowest speed possible. It is also possible the download may have errors, you can try to download it again.

    8. check your RAM (memory) to find errors. This can take some time.
    (A) Insert the Windows 7 DVD and restart the computer.
    (B) start from the Windows 7 DVD.
    (C) select your language, and then click Next.
    (D) click on "repair your computer" then select the operating system to fix it.
    (E) click on the link of the Memory Diagnostics in the system recovery menu.
    (F) the computer will restart and your memory is checked for errors.

    9 turn off startup programs:
    (A). Click Start, type MSCONFIG in the search box and press ENTER.
    OK the authorization of user account control and password if necessary
    If you are using XP: click Start, run, and type: MSCONFIG and click OK.
    (B) on the general tab, click Selective startup.
    (C) just below the selective startup, clear the checkbox "Load Startup items".
    (D) click the Services tab, check "Hide all Microsoft Services", and then click Disable all.
    (E) click OK, and then restart the computer.
    (F) try the upgrade again.

    (NOTE: If the upgrade fails and you continue to use your rear security software, then also go back into MSCONFIG and under the general Tower XP/Vista tab, click "Normal startup", and then click OK to exit.)

    Questions about installing Windows 7?
    FAQ - Frequently Asked Questions from Installation Windows 7 & responses

  • Upgrade Vista to Windows 7 error: "Windows cannot copy files required for installation. The files may be damaged or missing. Error Code Ox80070017.

    I am upgrading of Windows Vista Home Premium (32-bit) for Windows 7 Home Premium (32 bit) - but getting stopped everytime I try, I end up with a dialog box stating: "Windows cannot copy files required for installation. The files may be damaged or missing. Make sure all files required for installation are available, and restart the installation. Error Code Ox80070017.

    What should I do to resolve this problem and allow full of Windows 7 installation? (my computer is a Compaq Presario V6000).

    Hello

    What installation media you are using?

    Method 1:

    Error 0 x 80070017 translates "CRC error" which means that the files that are copied from the disc are not making it to the hard drive with the same structure, which means that the 'original' the disk files are modified/changed/corrupted while being copied to the location of the 'destination' on your disk during Setup.

    This usually means a bad DVD, or an error reading on the DVD player.

    I suggest you follow the link and check.

    Upgrade Windows Vista to Windows 7

    http://Windows.Microsoft.com/en-us/Windows7/help/upgrading-from-Windows-Vista-to-Windows-7?T1=tab02

    Method 2:

    Temporarily disable the antivirus on the computer running software and check if you are able to install the software.

    Disable the anti-virus software

    http://Windows.Microsoft.com/en-us/Windows-Vista/disable-antivirus-software

    WARNING: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Enable or disable Windows Firewall

    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-Firewall-on-or-off

    WARNING: There may be loss of data through an analysis using firewall to eliminate the virus as appropriate

    Method 3:

    I also suggest you to follow the link and check.

    Check your hard drive for errors

    http://Windows.Microsoft.com/en-us/Windows-Vista/check-your-hard-disk-for-errors

    Important: When running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.

  • to choose the simple click instead of double click for selection using the mouse is no longer seen in Win 7 Pro

    possibility to choose the simple click instead of double click for selection using the mouse is not seen more in Win 7 Pro.

    where you can select the option, please? Thank you

    Hello

    You do not tell us where you are looking for it.

    "Click or double-click to open an item".

    http://www.SevenForums.com/tutorials/10117-single-click-double-click-Open-item.html

    See you soon.

  • Failure of the initial installation of INS-30131 required for execution of the controls of the installer cannot access the temporary location

    When I install Oracle Grid Infrastructure 12 c Release 1 (12.1.0.1.0), I have the following error:

    Failure of the initial installation of INS-30131 required for execution of the controls of the installer cannot access the temporary location

    Cause:-unable to access the temporary location

    Action - make sure that the current user has required permissions to the temporary location

    Details of the addition

    -GLWB-1560: "/tmp/" temporary directory path is shared on the nodes '... »

    The oracle user I use is to have access in / tmp, I did a test by creating a file here.

    Any idea?

    Thank you

    This is the description of the error, I saw, but he was trying to find an idea how to solve this problem.

    Anyway, I solved it by renaming the Group of volumes and accordingly update the fstab and the grub.conf.

    Thank you

    Eugen

  • 5.7 LR is no longer exporting files jpg (from RAW). No error message, just "finished work". No way around changing some options for export as the name of file, image size...

    Why is 5, 7 LR is no longer exporting ALL files jpg (from RAW)?

    No error message, just the usual "finished work" - but without actually writing a jpg file.  No way around changing some options for export as the name of file, image size...

    Hi antjeh37833361,

    Could you please export a Jpeg image and see if it exports.

    Also try to export the RAW image in Jpeg format on the desktop and then see if it exports.

    Please upgrade to the latest version 5.7.1 if Lightroom you are currently on 5.7

    Kind regards

    Tanuj

  • Resource not available for selection in the access policy


    Hello

    I'm working on OIM11g R2 PS2 explore all of the new features available.

    I created a resource COMPUTING (SunONE_Resource) for the provision to users of SunONE (using the connector of the OID ) and got users provisioned it successfully asking for it by the Instance of the Application. Now I want to do it Auto-mis in service. So, I created a single policy role and access. But in step 2 of the access policy where we Julie IT resource, my resource (SunONE_Resource) IT is not visible and is the resource available only: LDAP User. I have selected LDAP user as a resource and create access policy.

    But when I'm allocating the specific role of the user, the user does not have configured my SunONE resource.

    I have run the Task Scheduler to assess access policies manually as well.

    Please help me in this regard.

    Kind regards

    Maryse

    Thanks for your quick response.

    I have fixed the problem. The problem was there 2 political access do the same thing. Thus, the system searches for a system property: XL. AllowAPBasedMultipleAccountProvisioning and it has been set to false.

    So, I changed the settings to another AP who was who collide with mine. Then it worked.

  • Replace the selection in the name of the group file name

    Hi guys,.

    I have a very good script that saved images much faster, but my colleagues are some problems ruefully at the end.

    var saveFile = file (oldPath + "/" + theNewName + "-" + doc.layerSets [a] .name + '.jpg');

    I use a tool to rename mass, but they find it too complicated, so I was wondering if it would be possible to change it to the following.

    The name of my group is called 'MUG-IMAGE '. The name of the file is "12345", so with the above the existing script maps, it will record it as '12345-MUG-IMAGE '. Then I use a mass renaming tool and move the 12345 at the end of the file name, so it reads as "MUG-IMAGE-12345".

    I have several groups who use this script in the same file, so the "12345" is always at the front, but ultimately must be rearranged to adapt to different points in the file names. So there may be 'CLOTHING-12345-WHITE' or 'CASE-BLACK-12345-SMALL.

    I want to know is if there is a way to insert an asterisk (or something similar) where I want the name of the file that you want to go? Thus, the name of my group would be "MUG - IMAGE-* ' and choose the file and run the script to register the group in JPEG format, it takes the file name and replace the asterixes with the name of the file, so it would be"MUG-IMAGE-12345"- and to do it for the different groups with Asterix different investments?

    I hope I made sense. I would really appreciate help on this issue.

    Thanks in advance!

    var fileName = theNewName.slice (0.5);

    If (indexOf("***")! = - 1) {}

    var saveFile = file (oldPath + "/" + "-" + doc.layerSets [a].name.replace ("*", fileName) + ".jpg");

    }

    else {}

    (var File(oldPath+"/"+"-"+doc.layerSets[a].name+"_"+fileName = saveFile) + ".jpg");

    };

    Does this work for you?

  • Minimum permissions required for authenticating to the BWS

    Hello

    We use user accounts admin (ad and non-ad) to connect to BWS? Is there a minimum role/permission that a user must authenticate successfully against BWS?

    No, if the user can connect to the console BOTTOM of the same account will attempt to authenticate with BWS. All permissions for the actions of BWS are the same as the permissions required to perform these actions at the BOTTOM.

  • VSAN disks required for Instalation of the host

    Hi all

    I have 2 questions on VSAN

    (1) controller HP smart array is not needed that storage is VSAN handles.

    (2) the selected material can accommodate 5-disc, so if we use a disc to install ESXi5.5, can we use the remaining disk to can be used for VSAN somehow, or we have to live with for VSAN 4 drives in my case.

    Thank you

    Kapil

    you will need to have a disk controller that supports passthrough to a minimum and one from the HCL VSAN. Judging by the HCL VSAN you need a controller to purchase anyway.

  • Time required for reconnection to the host after vc upgraded

    Hello, vSphere Upgrade Guide says (page 43) on vc migration-related service interruptions

    VMware believes that the upgrade requires vCenter Server out of production for 10 minutes, more

    15 to 20 minutes for the upgrade of the database schema, depending on the size of the database. This estimate

    does not host reconnection after the update.

    Anyone know the time required by the reconnection of the host after Virtual Center upgraded (by experience, even with migartion to vc 2.x)?

    2-5 minutes if vCenter service started

    ---

    MCSA, MCTS, VCP, VMware vExpert 2009

    http://blog.vadmin.ru

  • Storage space required for installation of the ODI Prod

    Hello

    We install ODI in Linux and the customer server in the Windows machine. How much is the space allocation of memory recommended Linux server and Wimdows for the customer?

    Thanks for your time and your help.

    According to http://bidevata.wordpress.com/2012/04/27/installation-of-odi-11-1-1-6-on-windows-64-bit/:

    Disk space: 5GB or more
    Available memory: 2 GB or more

  • 6500 wireless all-in - One Print: Info for eprint app the name of the host

    I am trying to print from my iPhone 6 and a time warner email account.
    The eprint application requests a host name and port.
    How can I find this info.
    Thank you very much

    Hello

    You can find SMTP for Time Warner in the link below:

    http://www.timewarnercable.com/en/support/FAQs/FAQs-Internet/e-mailacco/incoming-outgoing-server-addresses.html

    Be sure to put the right SMTP server, the 587 port with the information of the user and the password as described.

    I don't see any reference to verify the SSL / TLS option, so I guess it doesn't have to be verified... If you are unable to connect, try to check this option as well.

    Kind regards

    Shlomi

  • How you can filter for? as the name, first name or company?

    Is there a way to make the shared only filter pick up? When someone in the fields:

    Name =?

    Name =?

    Company =?

    Is that possible without it so that it is not a joker? Sometimes, they put more than 2 points mark, as?

    So, basically, how do you make the Joker classic single spot,?, be no generic and specifically a question mark?

    I tried to use quotes, '? ', but it does not work with "contains". All ideas are welcome.

    Have you tried using 'contains' with? (without the quotes)

    for example

Maybe you are looking for