REP-34308: reference parameter invalid "CCNGO' in the distribution list

Dear friends,

I run the report, which is expected to generate some wise employee of PDF files

Here is my destination xml file

< destination >

< foreach >

< file id = "a10" name = "/ home/oracle/daemid/forms/payrollpayslips/ccno_ & amp;" & lt; CCNGO & gt;. PDF"instance"this"= >

< include src = "report" / >

< / file >

< / foreach >

< / destination >

but when I execute this error code "REP-34308: reference parameter invalid"CCNGO' in the distribution list "is displayed."

I changed the repetition on the property of the main section of the group where CCNGO are but the same error is thrown.

Kindly help me to remove this error.

Manish Manyal

everything was going well with the xml file and report, except that the result set has been seen 0 records, in this case, this error has been generated, but when I changed the values of parameters so that the Recordset was having more than 0 records, distribution worked perfectly well. so my problem is solved, that x! all of you who have seen my problem.

Manish

Tags: Oracle Development

Similar Questions

  • Invalid dependency in the distribution

    I recently installed the 1 q 2009 Developer Suite upgrade to my computer.  I made a few minor modifications to an existing project in the CVI and successfully built a distribution.  When you try to install the new version of my program, however, the installation program gave a "developer error.  Error distribution contains invalid dependencies... ».  I've attached a screenshot of the error message.  It seems that there is only one missing component, but I can't say what it might be cryptic messages.

    It seems that there is a report on this issue at the end of 2007, but he has never been back. From the looks of it, somehow, a preliminary version of the LabVIEW 8.2.1 run-time engine may have found its way onto your system. Please pick up your registry (the values and keys) database under HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer {B5171839-26E3-48D9-9FD6-AF7F39055146} code. Under the same key, you should find a version number. It should be 8.2.379.0, but I guess in your case it's 8.2.378.1.

    What we want to do is delete the wrong version of the runtime LabVIEW 8.2.1 of the engine of your system, then install the typical version, released in its place. The latter can be downloaded and installed from this location. Like to get rid of the wrong version, you should first try to remove via Add/Remove programs. The other customer to report this problem did not see the LabVIEW 8.2.1 run-time engine in Add/Remove Programs, but has been able to get their registration in a consistent state by running The Windows Installer CleanUp utility. I haven't used this utility before, so I can't necessarily all endorsements.

    Please let me know what you find, and if you succeed, reinstall the RTE of LV 8.2.1.

    A. Mert

    National Instruments

  • With assistance from 31.1.0, on Mac &amp; distribution lists sending the server responds ' address of NW-Member &lt; "chorfa watch' &gt; invalid because no e-mail form user@host. »

    I upgraded to Thunderbird 31.1.0 yesterday. I have not modified the distribution list in the last few weeks. This is the first time I used the distribution since the upgrade list. I never got an error message from the mail server who oppose my distribution list. The distribution list has thirty three 33 addresses. The last time I sent by email using the distribution list has been 28/08/14. Text of the alert message 'Invalid recipient address' is ' < ' chorfa watch"> NW-members is not a valid e-mail address because it is not of the form user@host.» You need to fix it before you send the e-mail. »

    (I've edited the details of the issue and moved the thread to Thunderbird - c)

    I'm glad to hear that your problem has been resolved. I noticed that you have chosen your own answer as the solution, you can select the answer that solved the problem. This will help other users with similar problems more easily find the solution.

    I also have new information on this subject.

    It looks like this bug. If you have a Bugzilla account, it would be useful to vote for this issue.

    It seems that lists with a description that includes several words have this problem. The bug report suggests to replace whites "" between the words in the descriptions of these lists with an underscore "_".

    If you don't want to change your descriptions, the other workaround provided still works.

  • ORARRP REP-826: printer driver invalid "ps" specified by the DESFORMA parameter.

    I'm trying to implement ORARRP to print the text or pcl web.show_document. It is ultimately being able to print to a queue of windows which is a redirect to a doclink server to capture the report for the conservation of documents. The doclink server can only read text or pcl and is able to decolate pages and the index for later retrieval.

    My application server is on Windows Server 2003.
    I configured the file httpd.conf with the following MIME types: (using Enterprise Manager Application Server Control)
    application/x-orarrp-text .rrpt
    application/x-orarrp-ch .rrpp

    My form code is the following: (directly from the white paper "Oracle Reports distance printing utility - 1.3.4 with my settings)

    DECLARE
    Report_Id report_object;
    hTimer timer;
    vcFile VARCHAR2 (255);
    vcResult varchar2 (30);
    BEGIN
    / * Generate a unique file name Pseudo-aleatoire * /.
    vcFile: = get_application_property (USERNAME) | TO_CHAR (SYSDATE, 'YYYYMMDDHHMISS');
    / * Us will produce Postscript output in this case therefore add an extension of .rrpp * /.
    vcFile: = vcFile |'. RRPP';
    / * Find an existing report object and set the parameters * /.
    REPORT_ID: = FIND_REPORT_OBJECT ('test_report');
    SET_REPORT_OBJECT_PROPERTY (REPORT_ID, REPORT_EXECUTION_MODE, batch);
    SET_REPORT_OBJECT_PROPERTY (REPORT_ID, REPORT_DESTYPE, file);
    / * PostScript format * /.
    SET_REPORT_OBJECT_PROPERTY (REPORT_ID, REPORT_DESFORMAT, 'ps');
    / * Desname in our file name generated
    Note: < PhysicalDir > refers to a location on the
    Web server that we read from SHOW_DOCUMENT() * /.
    SET_REPORT_OBJECT_PROPERTY (report_id, REPORT_DESNAME, 'c:\runtime\': vcFile);
    / * Set the name of the report server, once again, that would be softcoded * /.
    SET_REPORT_OBJECT_PROPERTY (REPORT_ID, REPORT_SERVER, 'rep_aporaapp_frhome1');
    / * Save the report managing in a world as well * /.
    : OVERALL. ReportHandle: = RUN_REPORT_OBJECT (report_id);
    / * Save the filename generated for use in the when-timer-expired * /.
    : OVERALL. PrintOutPut: = vcFile;
    / * Create a timer to monitor the reports.
    It is set to check 4 times per minute * /.
    hTimer: = CREATE_TIMER('PRINTER_QUEUE','15000',REPEAT);
    END;


    When I run the trigger of the form, I get:
    FRM-41214: cannot run the report.

    and if I don't
    http://aporaapp:7778 / reports/rwservlet/showjobs
    I get the following:

    Completed with error: < br > REP-826: printer driver invalid "ps" specified by the parameter DESFORMAT.

    I'm only able to get the report to the compilete with REPORT_DESFORMAT, "pdf".

    any help would be appreciated,
    Louis

    Published by: user1065650 on September 29, 2009 14:26

    Published by: user1065650 on September 29, 2009 15:24

    Hello

    To retrieve the output generated by the reports, you must use a URL like:

    : http://application-tier server: port/reports/rwservlet/getjobidxxxx & Server = repservername

    where:

    -xxxx is the jobid returned by RUN_REPORT_OBJECT
    -repservername is the name of the report server

    Concerning

  • ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    I cloned database of MRC. (test for role transitions) and set up DR.

    I tried to set up with no default port.

    When I'm bouncing of the db, (stop and start), cannot connect to the db.

    SQL > startup nomount;

    ORA-00119: invalid specification for the system LOCAL_LISTENER parameter

    ORA-00132: error syntax or network name not resolved "LISTENER_STBYCRMS."

    > > tnsnames.ora

    LISTENER_STBYCRMS

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT= 1898))

    STBY_CRMSDB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1898))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = stbycrms)

    (UR = A)

    )

    )

    LISTENER_CRMS =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1698))

    CRMSDB =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1698))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = GCD)

    (UR = A)

    )

    )

    ~

    > > listener.ora

    LISTENER11G =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT = 1898))

    )

    SID_LIST_LISTENER11G =

    (SID_LIST =

    (SID_DESC =

    (ORACLE_HOME = u01/app/oracle/product/11.2.0/dbhome_1)

    (SID_NAME = stbycrms)

    )

    )

    ADR_BASE_LISTENER11G = / u01/app/oracle

    * I have an entry to the file for local_listener pfile.

    * .db_name = "CRM".

    db_unique_name = stbycrms

    LOCAL_LISTENER = "LISTENER_STBYCRMS."

    Thank you

    Hello

    LISTENER_STBYCRMS (ADDRESS = (PROTOCOL = TCP) (HOST = XXXX)(PORT= 1898))

    Is the above entry is correct according to the syntax?

    where give you "="?

    LISTENER_STBYCRMS = (Description = (Address = (Protocol = TCP (port = 1898))(Host=Neptune)))

    or

    LISTENER_STBYCRMS =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP) (HOST = XXXx)(PORT = 1898))

    )

    )

    -Pavan Kumar N

  • UDI-00014: invalid value for the parameter, "remap_tablespace".

    Hi all

    Windows 2003 Server
    Oracle 10g

    I'm doing a reorg, so I droped and recreated the schema. No w I want to import my datapump schema export, but it gives me an error:
    UDI-00014: invalid value for the parameter, "remap_tablespace".

    Here is my script:
    Impdp patterns of name of user and password = siebel directory = dpdir dumpfile = logfile schema_exp.dmp = schema_imp.log remap_tablespace = SBL_DATA:SBL_DATA, SBL_INDEX:SBL_INDEX State 60

    What I'm doing wrong, it makes me crazy, please help

    Published by: user11211037 on December 6, 2009 00:54

    Syntax and Description

    SCHEMAS = schema_name [,...]

    If you have the IMP_FULL_DATABASE role, you can use this parameter to perform a schema mode import by specifying one single schema other than your own or a list of schemas to import. First, schemas were created (if they do not already exist), including the system and the role of subsidies, the history of password and so on. Then all the objects contained in the imported patterns. Unprivileged users can only specify their own schemas. In this case, no information about the schema definition is imported, only the objects it contains.

    Hope you are clear.

    Concerning
    Asif Kabir

    -Mark your answer as correct/useful.

  • Collection of Oracle error REP-51019 submitting parameter Page

    We have improved our linux at 11 GR 2 report server.  Now when we run Oracle reports over https, the parameter page shall submit the parameters via http.  Initially successful, the user connects to the report server with sso and https.  When the user submits the page parameter, an error occurs and the server logs show REP-51019.

    If you look at the page source on the web page displayed in the page parameter, it displays'form method=post action = "http...". » .  If we run the same report server reports different (10g or 11g R2) the parameter page shall submit to the server with https and working properly.

    Y at - it a report server that can solve this problem?

    Normal configuration is SSL between the web browser and the OHS and the communication between the SST and WLS_REPORTS is in HTTP.

    Here are the steps:

    1 backup of file INSTANCE_HOME/config/OHS/ohs1/ssl.conf

    2 - Edit the INSTANCE_HOME/config/OHS/ohs1/ssl.conf file inside the directive add the following section

    Example of


    SetHandler weblogic-Manager
    WebLogicHost YOUR_HOST_NAME
    WebLogicPort WLS_REPORTS_HTTP_PORT
    WLProxySSL WE

    3. save the fichier.conf and re - start OSH

    4. This step will allow the plugin (mod_wl_ohs.conf) send a header to WLS_REPORTS indicating that the original request was an SSL request.

    Activate 'active WebLogic plug-in' in Console WLS.

    [+] Go to WLS Console--> servers--> WLS_REPORTS--> Configuration--> General
    [+] Click on 'Advanced' link at the bottom of the page
    [+] Click the "Lock & Edit" button to allow the changes to this page
    [+] Check the box for "WebLogic plug-in enabled."
    [+] Click 'Save' to save the changes
    [+] Click on the button 'Activate changes' to activate the changes of WLS_REPORTS managed server
    [+] Restart the managed server WLS_REPORTS

    Note: Even in a cluster environment that this setting ("active plug-in WebLogic") should be checked at each WLS_REPORTS server in the cluster managed

    Now when you get the form of reports displays parameter and check the HTML (view page source) you will see references to the HTTPS protocol.

  • Invalid SIM on the iPhone to Verizon unlocked replacement

    I had an iPhone 6s recently, but lately I cracked the screen, and when I went to Apple Store, they have kindly provided a new phone replacement rather than a replacement of the screen because, they said, replacements of the screen for the s 6 was not yet available.  Then, everything worked fine in the United States for a month or two, but now I came in another country, I put in another known working SIM card, and he at first said "Activation required" (while on another iPhone with the same SIM card it comes immediately started to use the SIM very well).  When I went through the first few steps of activation, he set up a screen that says

    Invalid SIM

    The SIM card inserted in this iPhone does not appear to be supported. The SIM card that you have currently installed in this iPhone is a carrier that is not supported in the title of the activation policy that is currently assigned by the activation server. This isn't a problem with the hardware with the iPhone. Please insert a different SIM card of a carrier supported or to ask that this iPhone be unlocked by your operator. For more information, contact Apple.

    I then called Verizon and they told me that they do not block iPhones. They said I need to contact Apple.  I called Apple Care, and the person I spoke made me do restore itunes procedure, which incidentally is extremely painful, since took hours and many attempts due to a combination of buggy Internet connection in the hotel, who need to download a set of 2 GB update, iTunes is not not able to resume an interrupted download.  After restoring to iTunes, it gave me the same problem.

    When I called Apple, I asked if the person did not have this problem, and he said he was and that is how solve you that problem, but I don't think he really was.  He is described very well in this other discussion here: Re: SIM not valid but unlocked?

    The message said things need to go to support second-level or senior engineer, etc. and I tried to use that language, but after that just get after triage, I got was a front-line guy who claimed that he could solve this problem. But his "miracle" did nothing.  He also responded when I asked how it happened is something 'glitched' when I put SIM card. but that has been proved wrong when I restored it from a backup that was from the day before my trip, and improved anything.

    Why can't Apple Care reps learn more about this problem and immediately he effectively treat or move users to someone who can? Does anyone know of no official statement of this problem and how to deal from Apple?

    I still support *, until the Sun come up in Cupertino. I'll keep you posted when / if it is resolved.

    Follow-up on my experience since the first post: return of the person to Apple Care kindly called me the next day, and when I pointed out that the same thing happened after I did the restore itunes procedure, but that it has not fixed the problem, he said he had to check with some people there. Then he'll be back on the line and said that they would have to make some changes that can last a few minutes or a few hours to change the 'activation policy.  Then he reminded me a little later and said that I should now make the procedure of restore itunes once more and that should not require downloading 2 GB this time, so it should go a lot faster (and no need to retry), and it should work really this time.  He was right; now it's working.

  • OVD Custom Plugin - return invalid authentication to the Proxy Service

    Hi all

    I develop a plugin for OVD. My goal is to call a Service Proxy by using the credentials of a user in TPM. However, in this plugin, I'm calling a Web service and the authentication result depends on the result of this Webservice. For example, if the WS returns 'false', this means that I should not be allowed to authenticate.

    How can I find an invalid authentication at the request of Service of Proxy, using my plugin implementation?

    Thank you very much.

    You can use the bind method:

    BasePlugin (reference APIs Java Oracle Virtual Directory)

    and set it as the

    ' Public Sub bind (String, String, credentials creds, dn DirectoryString,

    BinarySyntax password, Boolean result) throws DirectoryException.

    {ChainException}

    try {}

    Boolean auth is xyz. Auth (uidValue, pwdValue);

    bool.setValue (auth);

    } catch (Exception e) {}

    Logger.info ("exception:" + e.getMessage (), e);

    bool.setValue (false);

    Customization of Oracle Virtual Directory - 11g Release 1 (11.1.1)

    ~ J

  • Adding new SCSI controller: "error string: invalid operation for the '0' device.»

    Hello

    I have a problem when I try to add a SCSI controller to a virtual machine.

    I have this error:

    Error string: invalid operation for the device '0'.

    Lack of details: InvalidDeviceOperation

    Here is my code:

    my $info = Description-> new (label = > summary of "" SCSI controller 2 ' = > 'LSI Logic parallel' ");

    my $controller = VirtualLsiLogicController-> new)

    deviceInfo = > $info,

    scsiCtlrUnitNumber = > '7'.

    sharedBus = > VirtualSCSISharing-> new ('noSharing'),

    busNumber = >-1,

    key = >-1,

    backup = > $backing_info,

    controllerKey = > 100,

    );

    My $devspec = VirtualDeviceConfigSpec-> new (operation = > VirtualDeviceConfigSpecOperation-> new ('add'),)

    device = > $controller,

    fileOperation = > VirtualDeviceConfigSpecFileOperation-> new ('create').

    );

    My $vmspec = VirtualMachineConfigSpec-> new (deviceChange = > [$devspec]);

    {eval

    $vm_view-> ReconfigVM (spec = > $vmspec);

    Util::trace (0, "Controller has been created. \n") ;

    };

    I don't know how to handle, or even how to solve problems.

    Any ideas would be greatly appreciated.

    Kind regards

    Jeremy

    I finally found a solution.

    It seems that it fails if you give a marked as mandatory parameter (scsiCtlrUnitNumber, hotAddRemove)... Theses parameters seem to be set automatically, a dump of the device which will show.

    Here's the code used:

    My = $controller_spec

    VirtualDeviceConfigSpec-> new (device-online VirtualLsiLogicController-> new (key-online 0

    device-online [0],

    busNumber => $scsi_controller.

    sharedBus => VirtualSCSISharing-> new ('noSharing')),

    operation => VirtualDeviceConfigSpecOperation-> new ('Add'));

    My $vmspec = VirtualMachineConfigSpec-> new (deviceChange-online [$controller_spec]);

    {eval

    $vm_view-> ReconfigVM (spec-online $vmspec);

    };

  • ORA-01017: name of user and password invalid when using the TNS Alias

    Friends,

    I have this strange problem in 11 G R2. When I use tnsalias and connect using sqlplus username/password@TNS it shows ORA-01017: name of user and password invalid. But the same works with ORACLE_SID. See below.
    -bash-3.00$ uname -a
    SunOS ibs-ash-sr147 5.10 Generic_144489-06 i86pc i386 i86pc
    -bash-3.00$ env | grep ORACLE
    ORACLE_SID=DB1
    ORACLE_BASE=/project/oracle/orabase
    ORACLE_HOME=/project/oracle/orabase/product/11.2.0/dbhome_1
    -bash-3.00$ tnsping DB
    
    TNS Ping Utility for Solaris: Version 11.2.0.1.0 - Production on 17-JUN-2011 12:23:12
    
    Copyright (c) 1997, 2009, Oracle.  All rights reserved.
    
    Used parameter files:
    /project/oracle/orabase/product/11.2.0/dbhome_1/network/admin/sqlnet.ora
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = crs-scan)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DB)))
    OK (0 msec)
    -bash-3.00$ sqlplus IRES_USER@DB
    
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jun 17 12:30:22 2011
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    Enter password:
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    
    SQL> show parameter sec_case_sensitive_logon
    
    NAME                                 TYPE        VALUE
    ------------------------------------ ----------- ------------------------------
    sec_case_sensitive_logon             boolean     TRUE
    
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    -bash-3.00$ sqlplus IRES_USER/U9$bvs#ir@DB
    
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Jun 17 12:34:30 2011
    
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    
    ERROR:
    ORA-01017: invalid username/password; logon denied
    
    
    Enter user-name: ^C
    My understanding is that both connections use a TNS alias, but then does not work. Any help is appreciated.

    Thanks in advance,
    SSN

    Published by: SSNair on June 17, 2011 05:43

    After sqlplus apostrophes and try

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28320/initparams211.htm

  • DEU-00014: invalid value for the setting, "include".

    Hi, I need to do an export of paintings from a schema and a particular query executed will apply to all the specified tables in "INCLUDE = TABLE: '('TBL1', 'TBL2') IN' in the command expdp.»

    Now, I get the question in this setting INCLUDE. I have about 200 paintings to be included and I add this parameter INCLUDE in a separate parameter with all table names 200 file in Informatics and with the help of this parameter file in the expdp command.

    Error message I get:
    DEU-00014: invalid value for the setting, "include".

    When I use the same process for 2 tables, this works very well. I think that there is a limit to the number of characters that can be used in the INCLUDE parameter. If so, then how do I use expdp to select only those 200 tables of 500 paintings in my diagram. I'd appreciate any help on this. Thank you.

    Hello

    I'm sure that the limit is 4000 characters, but there are fairly simple workaround.

    Create the table my_tabs (a varchar2 (30));
    insert into my_tabs values ('your_table_name');
    Repeat this step for each of your 200 tables

    include = TABLE: "in ((SELECT from MY_TABS)) '"

    You may need to mess you with the quote, but the value you were using is just an expression. It is only by using a different expression.

    Dean

  • error message when try to sync the iPhone, "invalid response from the device?

    What can I do when I receive this error message when you try to sync to my iPhone 5 s - "invalid response from the device?

    -What are your 5 updating to 10.0.2 iOS iPhone? If this is the case, you must have the latest version of iTunes on your computer, which is required for Mac OS X 10.9.5 12.5.1, or above. To meet these specifications will be receiving this error.

  • Cannot connect iPhone 7 more to iTunes because an invalid response from the device

    I tried to sync my phone to iTunes and I get an error message stating "invalid response from the device. I tried to remove the password, and it still doesn't work. I also tried using a new USB cord. I'm doing something wrong? I can't sync my music or ringtones. Will there be an update to iOS 10 soon to solve this problem? I am extremely disappointed that I can not connect my new phone!

    You use iTunes version 12.5?

    Get the latest version of iTunes - Apple Support

  • 'DAC reference ground connection' property causes the other channel to stop working

    Can I set allow connect DAC refers to a property on the ground on one channel and not the other?

    I have a channel of analog output of a card PCI-6251 set so the DAC reference can be set on the ground.

    I understand that this will work only if the reference of the DAC is the internal value. Since it's the default I him did not.

    I write out, then adjust the level to the ground.

    I try to write to each other on the same card and it will not work. Sometimes he changes temporarily but goes back to 0 volt. Most of the time it just does not change.

    If I remove the aforementioned property and action off the coast of the first string, the other channel works very well.

    Can't use this independent property? Or is it possible to fix this?

    The DAC reference connect to the ownership of the land can not be set for each channel.  In the LV help for this property (right click on the property in the property node and go to help for AO. DAC. Ref.ConnToGnd to go to the specific help page) it says:

    Grounding the internal DAC reference has the effect of grounding of all channels of analog output and stop the generation of waveform on all channels of analog output independently know if channels belong to the task at hand.

    If you can't limit what output channels will be grounded, it will be on the ground all channels that have the reference set inside.  If you try to change the property ' link DAC refers to the ground "to False for some channels and true for other channels, you will get the error 200106: property must have the same value for all channels on the device.

    A solution for this is instead set the DAC reference to the ground, put the source on the outside, and use APFI 0.  What you could do is outwardly wire GND AO for the APFI 0 (pin 20).  Then set the DAC reference outside.  The problem is that unlike the DAC reference connect to the ownership of land, which can be changed during execution of the task, the source of reference property is not editable during execution of the task.

Maybe you are looking for